.toastui-calendar-section-button{
    display: none !important;
}
.toastui-calendar-popup-arrow-border {
    position: absolute;
    top: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) rotate(90deg) !important;
    border-width: 10px; /* Adjust size */
    border-style: solid;
    border-color: transparent transparent #ffffff transparent; /* Adjust the bottom border color to match the popup's background */
}
.toastui-calendar-grid-cell-more-events {
    color: #aaa !important;
    padding: 0px 7px !important;
    background: #fff !important;
    font-size: 11px !important;
    line-height: 0 !important;
}
.toastui-calendar-see-more-container {
    height: 200px !important;
}
.toastui-calendar-weekday-event {
    margin-top: 10px;
}
.toastui-calendar-detail-container {
    height: 265px;
}
span.toastui-calendar-template-popupDetailDate a, .toastui-calendar-template-popupDetailDate a:hover {
    background: #CE102C;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 9px;
    display: block;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
}
.calender-section-cs {
    display: flex;
}
.filter-list {
    width: 25%;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    background-color: #EEEEEE;
    padding:1em;
    height: 50rem;
    overflow-y: scroll;
}
.calender-nav {
    background-color: #EEEEEE;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cs_calender_division{
    padding-left: 1em;
    width: 75%;
}
.filter-list h3{
    font-size: 18px !important;
}
.filter-list label{
    font-size: 12px;
    line-height: 2em;
}
#location-checkboxes div, #services-checkboxes div {
    line-height: 1.5;
}
.location-filter{
    margin-top: 1em;
    border-top: 1px solid #CE102C;
    padding-top: 1em;
}
.toastui-calendar-weekday-event-title {
    color: white;
}
.toastui-calendar-template-popupDetailLocation {
    text-transform: capitalize;
    font-weight: bold;
}
.toastui-calendar-template-popupDetailDate ul {
    font-weight: 500;
    margin: 0;
    position: relative;
    margin-top: 10px;
    padding: 0;
}
span.toastui-calendar-icon.toastui-calendar-ic-user-b {
    display: none;
}
.toastui-calendar-detail-item {
    display: none;
}
.counter {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.counter-info {
    text-align: center;
}

.counter-label {
    font-size: 16px;
    font-weight: bold;
}

.counter-sublabel {
    font-size: 12px;
    color: #555;
}

.counter-controls {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.counter-btn {
    width: 30px;
    height: 30px;
    border: none;
    background-color: #f2f2f2;
    border-radius: 15px;
    margin: 0 10px;
    cursor: pointer;
}

.counter-value {
    min-width: 30px;
    text-align: center;
    color: #CE102C;
}
.counter-btn,.counter-btn:hover, .counter-btn:focus {
    background: white !important;
    color: #CE102C;
    border: 1px solid #CE102C;
    box-shadow: none !important;
    border-radius: 50% !important;
    padding: 0 !important;
}
#todayButton {
    background: white !important;
    color: #CE102C;
    padding: 7px 20px;
    margin: 0;
}
.calender_buttons_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.accordion {
    cursor: pointer;
    padding: 5px 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: background-color 0.4s ease;
    position: relative;
}

.accordion::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23777" d="M8.59 16.59L10 18l6-6-6-6-1.41 1.41L13.17 12z"/></svg>');
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    transition: transform 0.4s ease;
}

.accordion.active::after {
    transform: rotate(90deg);
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 18px;
    padding-bottom: 2em;
    width: 100%;
    min-height: 17em;
}
.qty-stock {
    font-weight: bold;
}
.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    user-select: none;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dcd0d0;
    border-radius: 4px;
    transition: background-color 0.2s ease; /* Smooth transition for background color */
}

/* Hover state for the custom checkbox */
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, change background color */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #ce102c; /* Red color when checked */
}

/* Style the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark::after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark::after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    transition: border-color 0.2s ease; /* Smooth transition for the checkmark */
}
.checkbox-wrapper {
    margin: 1em 0;
    display: block;
    line-height: 1 !important;
}
.show-all, .show-all:hover, .show-all:focus {
    background: transparent !important;
    color: #CE102C !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    padding: 0 !important;
}
.open-filters{
    display: block;
}
.toastui-calendar-popup-overlay {
    background: #000;
    opacity: 0.3;
}
.toastui-calendar-popup-arrow-border {
    display: none;
}
.open-filters{
    display: none;
}
.toastui-calendar-event-title{
    font-size: 14px !important;
}
body.no-scroll {
    overflow: hidden;
}
.location-icon{
    padding-right:5px;
}
@media only screen and (max-width:768px){
    .filter-list {
        transform: translate(-110%);
        position: fixed;
        z-index: 1000;
        width: 75%;
        left: 0;
    }
    .cs_calender_division {
        padding-left: 0;
        width: 100%;
    }
    .counter-sublabel {
        font-size: 10px;
        color: #555;
    }
    .toastui-calendar-day-name-item.toastui-calendar-month {
        font-size: 10px;
    }
    .open-filters {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }
    .filter-list.open {
        transform: translate(0%);
        transition: transform 0.3s ease-in-out; /* Smooth transition for the animation */
    }
    .open-filters .close-drawer{
        display: none;
    }
    .open-filters.open .close-drawer{
        display: block;
    }
    a#filter-open-nav .filter-flex {
        display: flex;
        justify-content: start;
        color: #ce102c !important;
        gap: 1em;
    }
    #filter-open-nav {
        background: #EEEEEE;
        padding: 10px 1em;
    }
    .toastui-calendar-popup-container {
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
    .filter-list {
        left: 0;
        top: 0;
        height: 100%;
    }
    @media (hover: none) {
    }
}