﻿.recurring_appointments--revamp--container .show
{
    background: var(--appointment_widgets-background-color);
    border: 1px solid var(--appointment_widgets-border-color);
    border-radius: 8px;
    box-shadow: 0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;
    opacity: 1;
    position: absolute;
    width: 180px;
    z-index: 100;
}
.recurring_appointments--revamp--container.hide
{
    display: none;
}
.recurring_appointments--revamp--container .header
{
    border-bottom: 1px solid var(--appointment_widgets-border-color);
    color: var(--appointment_widgets-black-text-color);
    font-size: 20px;
}
.recurring_appointments--revamp--container hr
{
    border-top: .5px solid var(--appointment_widgets-border-color);
    margin-top: 3px!important;
}
.recurring_appointments--revamp--container .info
{
    box-sizing: border-box;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    height: 250px;
    line-height: 1.8;
    overflow-y: scroll;
    padding: 8px;
}
.recurring_appointments--revamp--container .info::-webkit-scrollbar
{
    background: #fff;
    border-radius: 4px;
    cursor: default;
    opacity: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    will-change: transform;
    z-index: 1;
}
.recurring_appointments--revamp--container .info::-webkit-scrollbar-thumb
{
    background: var(--appointment_widgets-light-text-color);
    border-radius: 10px;
    padding: 2px;
}
.recurring_appointments--revamp--container .label
{
    align-items: center;
    color: var(--appointment_widgets-label-text-color);
    margin-bottom: 0;
    opacity: .9;
}
.recurring_appointments--revamp--container .label span
{
    padding-left: .5rem;
}
.recurring_appointments--revamp--container .value
{
    color: var(--appointment_widgets-light-text-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}
.recurring_appointments--revamp--container .close-btn
{
    background: #178af6;
    border: none;
    border-radius: 5px;
    color: var(--appointment_widgets-background-color);
    padding: .3rem 2.5rem;
}