@keyframes popBounce {
    0% {
        transform: scale(0.3);
    }
    50% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

.label-select-all {
    margin-left: 0px!important;
}

.table td, table th {
    padding: 0!important;
}

.icon-rounded-trash:before {
  color: #22272F!important;
}

.icon-mydevicon-edit-bordered:before {
  color: #22272F!important;
}

table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:before{
    margin-left:-22px!important;
}

.mydev-datatable-custom th {
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    vertical-align: bottom !important;
}

.mydev-datatable-custom tr {
    height: 48px!important;
}

.mydev-datatable-custom tbody tr.selected td.select-checkbox::after {
    left: 11px !important;
}

.mydev-datatable-custom td {
    padding: 0px!important;
}

.mydev-datatable-actions a span, .mydev-datatable-actions button span {
    font-size: 13px!important;
    padding-right: 0px!important;
}

.mydev-datatable-actions>a, .mydev-datatable-actions>button {
    font-size: 13px!important;
    background-color: #F5F5F5 !important;
    border: 1px solid #E5E5E5!important;
    border-radius: 5.75px!important;
    padding: 3px!important;
}

.mydev-datatable-actions {
    gap: 5px!important;
}

.mydev-datatable-custom th:first-child {
    padding-left: 4px !important;
    padding-bottom: 7px !important;
}

.table-icon {
    animation: popBounce 0.4s ease-out forwards;
}

.approve-status-identifier {
    color: #FFBB00;
    background: #FFBB001A;
}

.tooltip-container .tooltip-text {
    text-align: left;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1.4;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: opacity 0.2s;
    min-width: 70px;
}

.tooltip-container {
    position: relative;
    z-index: 1; 
}

.tooltip-container:hover {
    z-index: 10000; 
}


.tooltip-text div {
    margin-bottom: 2px;
}

.tooltip-text div:last-child {
    margin-bottom: 0;
}


.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.modal-content {
    margin: 70px;
    border-radius: 10px;
}

.start-time-disabled {
    pointer-events: none;
    opacity: 0.5;
    background-color: #f0f0f0;
    color: #999;
}

.add-custom-select-trigger {
    display: flex;
    align-items: center;
    max-height: 41px;
    font-size: 12px!important;
    border: 1px solid #00B4E5;
    padding: 18px;
    cursor: pointer;
    border-radius: 4px 4px;
    position: relative;
}

.add-custom-options {
    color: #333333;
    max-height: 142px;
    overflow-y: auto;
    position: absolute;
    border: 1px solid #00B4E5;
    text-align: center;
    top: 100%;
    left: 0;
    right: 0;
    border-top: none;
    background: white;
    z-index: 999;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.add-custom-option {
    padding-top: 4px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.add-custom-option:hover {
    border: 1px solid #00B4E5;
}

.add-selected-value {
    font-size: 14px;
    left: 0px
}

.add-dropdown-icon {
    position: absolute;
    color: #585858;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.add-custom-search {
    text-align: center;
    font-size: 14px;
    height: 29px;
    width: 100%;
}

.add-custom-search::placeholder {
    font-size: 14px;
}


.skeleton-loader-container {
    display: flex;
    flex-direction: column;
}

.skeleton-loader-row {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.skeleton-loader-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.skeleton-initials {
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #e0e0e0 25%, #f4f4f4 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite ease-in-out;
    border-radius: 50%;
}

.skeleton-text {
    width: 100%;
    height: 15px;
    background: linear-gradient(90deg, #e0e0e0 25%, #f4f4f4 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite ease-in-out;
    border-radius: 5px;
}

.skeleton-slot-box {
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, #e0e0e0 25%, #f4f4f4 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite ease-in-out;
    border-radius: 5px;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.title-content{
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
    line-height: 37.5px;
    text-align: left;
    color: #0C2640;
}


.delete-selected-reservation {
    max-height: 41px;
}


.loading-table-t41 {
    transform: translateY(110px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    height: 0;
}

.loading-table-t41:not(.hidden)~.loading-target-t41 {
    opacity: 0.5;
    pointer-events: none;
}

.loading-table-t41.hidden {
    display: none;
}

.modal-lg-t90 {
    max-width: 1000px;
}

.available-sections-container {
    margin-bottom: 2rem;
    margin-top: 0.5rem;
}

.wrapper-n13 {
    position: relative;
}

.face-of-n13 {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: white;
    font-size: 14px;
    pointer-events: none;
}

.custom-select-wrapper {
    width: 145px;
}

.custom-select-wrapper,
.add-select-wrapper,
.status-identifier-wrapper {
    user-select: none;
}

.custom-select-trigger {
    width: 145px;
    height: 25px;
    font-size: 12px!important;
    border: 1px solid #E5E5E5;
    padding: 2px 30px 2px 30px;
    cursor: pointer;
    border-radius: 4px 4px;
    position: relative;
}

.status-identifier-trigger {
    width: 145px;
    height: 25px;
    font-size: 12px!important;
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px;
    position: relative;
}

.dropdown-icon {
    position: absolute;
    font-size: 6px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.current-status {
    margin-bottom: 0;
}

.custom-options {
    color: #333333;
    width: 145px;
    position: absolute;
    text-align: center;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ced4da;
    border-top: none;
    background: white;
    z-index: 999;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table-status-info {
    display: flex; 
    align-items: center;
    gap: 4px; 
    justify-content: space-between;
}

.custom-option {
    padding: 2px 0px;
    cursor: pointer;
}

.custom-option:hover {
    background-color: #f1f1f1;
}

.confirm-deny-btn {
    color: #FFFFFF;
    width: 100%;
    height: 41px;
    font-size: 12px;
    padding: 10px;
    margin-top: 20px;
    background-color: #F64E60;
}

.approve-reservation-btn {
    color: #FFFFFF;
    width: 100%;
    padding: 15px 0px;
    margin-top: 20px;
    background-color: #00B4E5;
}


.disabled-section,
.disabled-table {
    pointer-events: none;
    opacity: 0.6;
}

.individual-slot-row label {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    padding: 10px 22px;
}

.individual-content {
    flex-shrink: 0;
    width: 200px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.individual-initials {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#name-row-slot {
    margin: 4px;
}

.individual-appointment-container {
    flex-grow: 1;
    min-width: 0;
}

.custom-modal-width {
    max-width: 75%;
}

.mydev-datatable-forms-add {
    width: 222px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mydev-datatable-table,
.calendar_view_table_wrapper {
    overflow-x: visible;
}


.danger {
    color: #e74c3c;
    font-weight: bold;
    background-color: rgba(231, 76, 60, 0.1);
    border-left: 5px solid #e74c3c;
    padding: 5px;
    margin-top: 5px;
    border-radius: 4px;
    font-size: 10px;
}

.calendar-view-tabs > li > a{
    font-family: Poppins;
    font-size: 14px;
    line-height: 21px;
    text-align: left;   
    font-weight: 300;
    color: #0C2640;
}

.calendar-view-tabs.nav-tabs{
    border-bottom: none;
}

.calendar-view-tabs.nav-tabs .nav-link.active {
    position: relative;
    border: none;
    font-weight: 600;
    color: #0C2640;
    background: unset;
}
  
.calendar-view-tabs.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 20px;
}

.calendar-view-tabs.nav-tabs .nav-reservations.active::after {
    background: linear-gradient(90deg, #15537E 0.68%, #00B4E5 165.23%, #FFBB00 329.77%);
}

.calendar-view-tabs.nav-tabs .nav-table.active::after {
    background: linear-gradient(90deg, #15537E -119.47%, #00B4E5 44.85%, #FFBB00 209.16%);
}

.calendar-view-tabs.nav-tabs .nav-calendar.active::after {
    background: linear-gradient(90deg, #15537E -252.87%, #00B4E5 -76.43%, #FFBB00 100%);
}
  
.calendar-view-tabs.nav-tabs .nav-link {
    position: relative; 
    border: none;
}
.calendar-view-tabs.nav-tabs .nav-calendar::after{
    border-radius: 0 20px 20px 0;
}

.calendar-view-tabs.nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #10537E40; 
}

.calendar-tab-container{
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    margin: 20px 0;
    background-color: #FFFFFF;
    padding: 25px;
}

.calendar-tab-container > p{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    color: #0C2640;
    display: flex;
    align-items: center;

}

.calendar-tab-container > p > span{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    background: #FFBB00;
    color: #FFF;
    border-radius: 10px;
    padding: 0 5px;
    margin-left: 8px;
}

.mydev-datatable-forms.cal-appointments-search{
    width: 100% !important;
    background-color: #E5E5E5 !important;
    margin-right: 5px!important;
    border-radius: 3px!important;
}

.delete-selected-reservation{
    background-color: #F64E60!important;
    width: 100%!important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #FFF;
    height: 40px!important;
}

.reservation-buttons{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.reservation-buttons button{
    width: 250px;
}

.export-cal-reservation, .add-reservation{
    font-size: 14px!important;
}

.mydev-datatable-forms-add.export-cal-reservation{
    background-color: #10537E !important;
    color: #ffffff;
    border-radius: 3px;
}

.add-reservation button {
    width: 100%;
    font-size: 14px!important;
}

.add-reservation > img{
    width: 18px;
}

.add-reservation{
    min-width: unset;
    display: flex;
    align-items: center;
}

.calendar-view-modal .modal-header{
    padding: 20px 40px;
}

.calendar-view-modal .modal-title{
    color: #0C2640;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
}

.cal-view-form label{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
}

.cal-view-form{
    margin-top: 20px;
}

.cal-view-form .input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.cal-view-form .input-wrapper::after {
    content: url(../img/appointments/dropdown-arrow.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    right: 22px;
    top: 9px;
    pointer-events: none;
}

.cal-view-form .input-wrapper input, .cal-view-form .input-wrapper select, .cal-view-form .input-wrapper input:focus,
.cal-view-form textarea, .cal-view-form textarea:focus{
    border: 1px solid var(--input-border-color);
    border-color: var(--input-border-color)!important;
    padding: 9px;
    font-size: 14px;
    height: unset;
    box-shadow: unset;
}  

.cal-view-form .input-wrapper select {
    -webkit-appearance: none;  
    -moz-appearance: none;   
    appearance: none;          
    background: transparent;
    cursor: pointer;
  }
  
  .cal-view-form .input-wrapper select::-ms-expand {
    display: none;
  }
  
  .cal-view-form .input-wrapper.reservation-time.disabled,
  .cal-view-form .input-wrapper.reservation-time.disabled select,
  .cal-view-form .input-wrapper.reservation-time.disabled::after{
    opacity: 0.5;
    cursor: not-allowed;
  }

.cal-view-form .input-wrapper input::placeholder,
.cal-view-form textarea::placeholder{
    font-size: 13px;
}

input[type="radio"]:checked + .select-radio-btn {
    border: 1px solid #00B4E5;
    color: #FFFFFF !important;
    background: #00B4E5;
}

.select-radio-btn {
    padding: 15px;
    border: 1px solid #00B4E5;
    border-radius: 5px;
    color: #00B4E5 !important;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-weight: 400!important;
}

.calendar-view-modal .modal-body{
    padding: 20px 40px;
    min-width: 500px;
}

.download-file-btn{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    background-color: #00B4E5;
    color: #FFFFFF;
    padding: 15px 0;
    margin-top: 30px;
    width: 100%;
}

.calendar-view-modal .close{
    margin: 0;
    padding: 0;
    opacity: 1;
}


.new-reservation-container .cal-view-form .input-wrapper::after{
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    pointer-events: none;
    top: 9px;
}
.cal-view-form .input-wrapper.user-name::after {
    content: url(../img/appointments/user-outline.svg);
}

.cal-view-form .input-wrapper.email-address::after {
    content: url(../img/appointments/mail-icon.svg);
}

.cal-view-form .input-wrapper.phone-number::after {
    content: url(../img/appointments/phone-icon.svg);
}

.cal-view-form .input-wrapper.guest-number::after {
    content: url(../img/appointments/guest-icon.svg);
}

.cal-view-form .input-wrapper.appointment-date::after {
    content: url(../img/appointments/calendar-icon.svg);
}

.cal-view-form .input-wrapper.reservation-time::after {
    content: url(../img/appointments/bi_clock.svg);
}


.approval-custom-dropdown {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    z-index: 1000;
    display: none;
    position: absolute;
    width: 158px;
    top: 27px;
    border-top: none;
    border-radius: 5px;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}


.approval-custom-dropdown .approval-dropdown-item {
    display: block;
    padding: 5px 0;
    cursor: pointer;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
    width: 100%;
    background: unset;
    border: unset;
}

.approval-custom-dropdown .approval-dropdown-item:focus{
    outline: none;
}

.approval-custom-dropdown .approval-dropdown-item:first-child {
    border-top: 1px solid #E5E5E5;
}

.confirm-cancelation-btn{
    background: #F64E60;
    color: #FFFFFF;
    height: 41px;
    width: 100%;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

.cancel-reservation-container p{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #0C2640;
}

.cancel-reservation-container span{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    color: #AAAAAA;
    margin-top: 10px;
}

.select-reservation-status{
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 3px 30px;
    /* -webkit-appearance: none;
    -moz-appearance: none; */
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
}

.select-reservation-status:focus-visible{
    outline: none;
}

/* Status based styling for select dropdown */
.select-reservation-status.scheduled,
.select-reservation-status[data-status="scheduled"] {
    color: #28A745;
    background: #28A7451A;
}

.select-reservation-status.canceled,
.select-reservation-status[data-status="canceled"] {
    color: #DE1F2D;
    background: #DE1F2D1A;
}

.select-reservation-status.pending,
.select-reservation-status[data-status="pending"] {
    color: #FFBB00;
    background: #FFBB001A;
}

.select-reservation-status.completed,
.select-reservation-status[data-status="completed"] {
    color: #FFBB00;
    background: #FFBB001A;
}

.select-reservation-status.busy,
.select-reservation-status[data-status="busy"] {
    color: #FFBB00;
    background: #FFBB001A;
}

/* Small Loading Spinner Animation */
.loading-s3 {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0, 180, 229, 0.2);
    border-radius: 50%;
    border-top-color: #00B4E5;
    animation: spin 0.8s linear infinite;
    vertical-align: middle;
    margin: 0 5px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.select-reservation-status option{
    color: #333333;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    background:#FFFFFF;
}

.schedule-reservation-btn{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background-color: #00B4E5;
    padding: 5px;
    color: #FFFFFF;
    margin-top: 25px;
    width: 100%;
    height: 41px;
}

/* Status change loading indicator */
.status-loading-indicator {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-loading-indicator .spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Calendar layout css  */

.calendar-layout-container{
    height: calc(100vh - 200px);
    margin-top: 30px;
}

.calendar-layout .fc-header-toolbar .fc-toolbar-chunk{ 
    display: flex;
    align-items: center;
}

.calendar-layout .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title,
.calendar-layout.fc .fc-todayLabel-button {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #0C2640!important;
    background-color: unset;
    border: unset!important;
    padding: 0;
}

.calendar-layout.fc .fc-prev-button, .calendar-layout .fc .fc-prev-button:focus,
.calendar-layout.fc .fc-next-button, .calendar-layout .fc .fc-next-button:focus{
    background-color: unset;
    border: 1px solid#00B4E5!important;
    box-shadow: unset;
    color: #00B4E5;
    border-radius: 5px;
    padding: 1px 12px;
}

.calendar-layout .fc-icon-chevron-right::before{
    content: url(../img/appointments/arrow-calendar-next.svg);

}

.calendar-layout .fc-icon-chevron-left::before{
    content: url(../img/appointments/arrow-calendar-next.svg);
}

.calendar-layout .fc-icon-chevron-left{
    transform: rotate(180deg);
}


.calendar-layout.fc .fc-button .fc-icon{
    font-size: 0;
    height: unset;
}

.calendar-layout.fc .fc-prev-button:not(:disabled):active,
.calendar-layout.fc .fc-next-button:not(:disabled):active{
    background-color: #FFFFFF;
    border: 1px solid#00B4E5;
}

.calendar-layout.fc .fc-next-button:not(:disabled):active:focus,
.calendar-layout.fc .fc-prev-button:not(:disabled):active:focus,
.calendar-layout.fc .fc-todayLabel-button:not(:disabled):focus{
    box-shadow: unset;
    background-color: unset;
}

.calendar-layout.fc .fc-header-toolbar{
    margin-bottom: 15px;
}

.calendar-layout.fc .fc-button-primary, .calendar-layout.fc .fc-button-primary:hover{
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    color: #333333;
}

.calendar-layout.fc .fc-button-primary:not(:disabled).fc-button-active{
    background-color: #00B4E5;
    color: #FFFFFF;
    border: unset;
}

.calendar-layout.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.calendar-layout.fc .fc-button-primary:not(:disabled):active:focus{
    box-shadow: unset;
}

.tables-placeholder {
    margin-top: 350px;
    user-select: none;
    font-size: 14px;
}

.section-placeholder {
    user-select: none;
    font-size: 14px;
    margin: 0;
}

.calendar-layout .fc-day-button {
    /* display: none; */
    padding: 2px;
    font-size: 12px;
    background-color: #FFFFFF;
    color: #E5E5E5;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 98%;
    margin: 3px 2px 0 2px;
    border: 1px solid #E5E5E5;
}

.calendar-layout .fc-day-button:hover {
    background-color: #f2f2f2;
    color: #FFFFFF;   
}

.calendar-layout .fc-daygrid-day-top {
    position: relative;
}
  
.calendar-layout .fc-daygrid-day-events {
    position: relative;
}
  
.calendar-layout.fc .fc-daygrid-day-number {
    padding: 4px;
    position: relative;
    z-index: 4;
    font-size: 14px;
    padding: 0 3px;
    /* height: 15px; */
}

.calendar-layout.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number{
    background-color: #0C2640;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 0 5px;
    margin: 3px;
}

.calendar-layout.fc .fc-daygrid-day.fc-day-today{
    background-color: #FFFFFF;
}

.calendar-layout .fc-col-header{
    width: 100%!important;
}

.calendar-layout .fc-daygrid-body.fc-daygrid-body-unbalanced,
.calendar-layout .fc-scrollgrid-sync-table {
    width: 100%!important;
    height: 100%!important;
}

.calendar-layout .fc-h-event .fc-event-title{
    font-size: 12px;
}

.calendar-layout.fc .fc-col-header-cell-cushion{
    color: #333333;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 20.12px;
    text-align: center;
}

.calendar-layout.fc .fc-day-other{
    background-color: #E5E5E5;
}

/* Calendar filters */
.reservation-assigned-filter{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

.reservation-filter{
    margin-right: 40px;
}

.reservation-filter-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .reservation-filter-label::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
  }

  .reservation-filter-label{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.05em;
    cursor: pointer;
  }
  
#assignee_1 + .reservation-filter-label {
    --assignee-color: #00B4E5;
}

#assignee_2 + .reservation-filter-label {


    --assignee-color: #10537E;
}

#assignee_3 + .reservation-filter-label {
    --assignee-color: #0C2640;
}

.reservation-filter-label::before {
    content: '';
    background-color: var(--assignee-color); 
}


  .unchecked .reservation-filter-label::before {
    background-color: #E5E5E5!important;
    opacity: 0.5;
  }

.checked .reservation-filter-label::before {
    opacity: 1;
  }



