.webinar-item {
    cursor: pointer;
}

.webinar-item.is-active {
    border-color: #F7AC16 !important;
    background: rgba(247, 172, 22, 0.08);
}

.webinar-item.is-past {
    opacity: 0.5;
    cursor: default;
}

.webinar-timer {
    font-variant-numeric: tabular-nums;
}

.webinar-description .timer-started {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #F7AC16;
    border: 2px dashed rgba(247, 172, 22, 0.4);
    border-radius: 0.75rem;
    text-align: center;
}

.webinar-description.is-started .webinar-timer {
    display: none;
}

.webinar-description.is-started .timer-started {
    display: flex;
}

#timer-days,
#timer-hours,
#timer-minutes,
#timer-seconds {
    font-variant-numeric: tabular-nums;
}

.webinar-item .webinar-cta[disabled],
.webinar-item .webinar-cta.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.speaker-avatar {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.webinar-program-content {
    min-height: 300px;
    opacity: 1;
    transition: opacity 0.35s ease;
}

#modalWebinarForm {
    z-index: 10000;
}
#modalWebinarForm .content {
    max-width: 520px;
    width: 100%;
}

