.bookCalRow {
    width: 100%;
    margin: auto;
    text-align: center;
}

.bookCalCell {
    width: 13%;
    display: inline-block;
}

.bookCalCellSelected {
    background-color: #3d8f85; 
    color: white;
    width: 13%;
    display: inline-block;
    height: 25px;
    border-radius: 5px;
}

.calDot {
    border-radius: 80px;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-left: -6px;
}

.calDotLightOrange {
    background-color: #E69F00;
}

.calDotLightBlue {
    background-color: #56B4E9;
}

.calDotGreen {
    background-color: #009E73;
}

.calDotYellow {
    background-color: #F0E442;
}

.calDotBlue {
    background-color: #0072B2;
}

.calDotOrange {
    background-color: #D55E00;
}

.calDotPurple {
    background-color: #CC79A7;
}

.calDotBlack {
    background-color: #000000;
}

.calDotHalfBlackOrange {
    border-radius: 80px;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-left: -6px;
    background: linear-gradient(to right, black 50%, #E69F00 50%);
}

.calDotHalfBlackDarkOrange {
    border-radius: 80px;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-left: -6px;
    background: linear-gradient(to right, black 50%, #D55E00 50%);
}

.calDotHalfBlackBlue {
    border-radius: 80px;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-left: -6px;
    background: linear-gradient(to right, black 50%, #56B4E9 50%);
}

.calDotHalfBlackGreen {
    border-radius: 80px;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-left: -6px;
    background: linear-gradient(to right, black 50%, #009E73 50%);
}

.calDotHalfBlackPurple {
    border-radius: 80px;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-left: -6px;
    background: linear-gradient(to right, black 50%, #CC79A7 50%);
}

.calDotHalfBlackYellow {
    border-radius: 80px;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-left: -6px;
    background: linear-gradient(to right, black 50%, #F0E442 50%);
}


.scrollDiv {
    overflow-x: auto;
    white-space: nowrap;
}

.calDayNotAvailable {
    cursor: not-allowed;
}

.calDay {
    cursor: pointer;
    height: 25px;
    background-color: #83cac2;
    color: white;
}

.calDay:hover {
    cursor: pointer;
    background-color: lightgray;
    color: white;
}

.leftSideDate {
    background-color: var(--primary-color); 
    color: #fff; 
    padding: 1rem; 
    border-top-left-radius: 5px; 
    border-bottom-left-radius: 5px;
}

.plansHolder {
    display: inline-block; 
    width: 75%; 
    border-style: solid; 
    border-color: lightgray; 
    border-width: .01px; 
    border-top-right-radius: 5px; 
    border-bottom-right-radius: 5px;
}

.tabUnSel {
    color: gray;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    cursor: pointer;
}

.timeBtnSelected {
    border-radius: 10px;
    background-color: var(--primary-color);
    color: white;
    margin-left: 5px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    font-size: 18px;
    width: 108px;
    text-align: center;
}

.timeBtn {
    border-radius: 10px;
    color: #000;
    border-style: solid;
    border-color: lightgray;
    margin-left: 5px;
    margin-top: 7px;
    display: inline-block;
    border: 1px solid lightgray;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    font-size: 18px;
    margin-top: 10px;
    width: 108px;
    background-color: #fff;
    text-align: center;
}

.timeBtn:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.timeQuantDrop {
    background-color: var(--primary-color);
    color: white;
    border-color: white;
    font-size: 17px;
    padding: 3px;
    border-radius: 5px;
}

.timeQuantBox {
    border-radius: 10px;
    color: #000;
    border-style: solid;
    border-color: lightgray;
    margin-left: 5px;
    margin-top: -9px;
    border: 1px solid lightgray;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    text-align: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 12px;
    width: 108px;
}

.colorKeyDiv {
    border-style: solid;
    border-width: 0.01px;
    padding: 5px;
    border-radius: 10px;
    border-color: lightgray;
}

.remaining {
    font-size: 15px;
}

.topBadge {
    color: white;
    margin-top: 2px;
    position: absolute;
    right: -7px;
    top: 1px;
    background-color: var(--primary-color);
}

.maxCart {
    transform: scaleY(1);    
    transform-origin: bottom;
    transition: transform 0.36s ease;
    height: auto;
}

.minCart {
   transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0.36s ease;
    height: 0px;
}

.qSelect {
    padding: 3px;
    margin: 1px
}

.centerBox {
    max-width: 480px;
    margin: auto;
}

.headerSecondary {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--secondary-color);
    padding-bottom: 5px;
}

/* Styles for checkout item swiper */
.swiper-slide {
    background: var(--primary-color) !important;
    border: 5px solid var(--primary-color);
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s, transform 0.3s !important;
}

/* Full visibility and size for the active slide */
.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

/* Adjustments for the slides next to the active slide */
.swiper-slide-next,
.swiper-slide-prev {
    opacity: 0.5;
    transform: scale(0.9) !important;
}


.swiper-container {
    width: 250px;
    padding-left: 20px;
    margin: 0 auto;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 475px;
    overflow: hidden;
}

.box-carousel {
    display: flex !important;
    flex-direction: column !important;
    flex-basis: 100% !important;
    position: relative !important;
    padding: 24px !important;
    background: #fff !important;
}

.box-top-carousel {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    gap: 12px !important;
    margin-bottom: 36px !important;
}

.box-image-carousel {
    max-height: 125px !important;
    max-width: 150px !important;
    object-fit: contain !important;
    object-position: 50% 20% !important;
}

.title-flex-carousel {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 5px !important;
    margin-top: 5px !important;
}

.box-title-carousel {
    border-left: 3px solid black !important;
    padding-left: 12px !important;
}

.user-follow-info-carousel {
    color: hsl(0, 0%, 60%) !important;
}

.button-carousel {
    display: block !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin-top: auto !important;
    padding: 5px !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: 0px 0px 0px 1px black inset !important;
    transition: background 0.4s ease !important;
    cursor: pointer !important;
    border-radius: 25px !important;
}

.box-bottom-carousel{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: auto;
    height: 50px;
}

.button-carousel:hover {
    background: black !important;
    color: #fff !important;
}

/* RESPONSIVE QUERIES */

@media (min-width: 320px) {
    .title-flex-carousel {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: start !important;
        gap: 5px !important;
        margin-top: 5px !important;
    }
    .user-follow-info-carousel {
        margin-top: 3px !important;
    }
}

@media (min-width: 460px) {
    .title-flex-carousel {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: start !important;
        gap: 5px !important;
        margin-top: 5px !important;
    }
    .user-follow-info-carousel {
        margin-top: 3px !important;
    }
}

@media (min-width: 640px) {
    .box-carousel {
        flex-basis: calc(50% - 12px) !important;
    }
    .title-flex-carousel {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: start !important;
        gap: 5px !important;
        margin-top: 5px !important;
    }
    .user-follow-info-carousel {
        margin-top: 3px !important;
    }
}

@media (min-width: 840px) {
    .title-flex-carousel {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: start !important;
        gap: 5px !important;
        margin-top: 5px !important;
    }
    .user-follow-info-carousel {
        margin-top: 3px !important;
    }
}

@media (min-width: 1024px) {
    .box-carousel {
        flex-basis: calc(33.3% - 16px) !important;
    }
    .title-flex-carousel {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: start !important;
        gap: 5px !important;
        margin-top: 5px !important;
    }
    .user-follow-info-carousel {
        margin-top: 3px !important;
    }
}

@media (min-width: 1100px) {
    .box-carousel {
        flex-basis: calc(25% - 18px) !important;
    }
}
.selects-container {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.quantity-selector {
    display: flex;
    align-items: center;
}

.quantity-increment,
.quantity-decrement {
    padding: 2px 4px;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 3px;
    border: 0;
}

/* end of styles for checkout item swiper */
.selectedParticipant {
    background-color: var(--primary-color);
    color: white;
    padding: 5px;
}

.removedLog {
    background-color: red;
    color: #fff;
}

.addedLog {
    background-color: green;
    color: #fff;
}