.widget_header_layout {
    position: absolute;
    top: -2rem;
    text-align: start;
    display: flex;
    width: 100%;
    align-items: center;
    font-weight: 500;
    user-select: none !important;
}

#widget_time {
    color: #6b7280 !important;
}

.widget_interview__container {
    font-size: 10px !important;
    border: 1px solid #e9dfcb;
    padding: 1rem;
    margin-bottom: 1.25rem;
    user-select: none !important;
}

.widget_interview__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget_interview__header > span {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 12px;
    font-weight: 600;
    color: #757269;
}

.widget_refresh__icon {
    color: #757269;
    cursor: pointer;
    padding: 0.25rem;
    margin-bottom: 1px;
}

.widget_interview__box {
    color: #004225;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    border-left: 2px solid #004225 !important;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: start;
    background-color: #efe9d7;
}

.widget_interview__box > span {
    font-size: 0.75rem;
    font-weight: 600;
}

.widget_iv_count {
    font-weight: 700;
    font-size: 1.875rem !important;
    line-height: 2.25rem;
}

.widget_calendar__container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid #efe9d7;
    border-bottom: 1px solid #efe9d7;
    min-height: 82px;
    height: 100%;
    font-weight: 600 !important;
}

.widget_calendar__container > header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-weight:600;
    height: 20px !important;
    border: none !important;
}

.calender_grid {
    display: flex;
    justify-content: space-between;
}

.days_container {
    display: grid;
    justify-items: center;
    cursor: pointer;
    position: relative;
}

.days_container > .available {
    position: absolute;
    bottom: -0.5rem;
    background: #00a562;
    height: 2.5px;
    width: 10px;
}

.days_container:hover {
    color: #00a562;
}

.days_container > span {
    line-height: 1rem;
}

.days_container > .date {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.days_container > .date.active {
    background: #004225;
    color: white;
}

.days_container > .date.selected {
    background: #e9dfcb;
}

.widget_iv__list {
    text-align: start;
    line-height: 15px;
    font-weight: 600;
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.widget_iv__list > label {
    display: block;
    margin-bottom: 0.25rem;
}

.widget_iv__list-container {
    display: grid;
    gap: 0.75rem;
}

.widget_iv__list-container > .iv_item > .interview_card {
    display: grid;
    gap: 5px;
    background: #fcfaf2;
    padding: 0.5rem;
    color: #757269;
    border-left: 2px solid #004225;
    cursor: pointer !important;
}

.widget_iv__list-container > .iv_item > .interview_card > label {
    color: #004225;
    font-weight: 700;
    line-height: 1rem;
    cursor: pointer !important;
}

.widget_iv__list-container > .iv_item > .interview_card > p {
    font-weight: 600;
    line-height: 1rem;
}

.widget_iv__list-container > .iv_item > .interview_card:hover > p {
    color: #00a562;
}

.toggle_date_widget_cta {
    cursor: pointer;
    padding: 0.25rem;
}

.todays_date {
    background: #004225 !important;
    color: #fff !important;
}

.selected_date {
    background: #e9dfcb;
}

@media only screen and (min-width: 980px) {
    .widget_header_layout {
        /* height: 3.5rem !important; */
    }
}
