.spa_dashboard {
    #dashboardCarousel .slick-slide, .dashboardCategoryTile {
        width: 230px !important;
        height: 190px !important;
    }

    #dashboardCarousel .slick-slide {
        margin: 1rem .5rem 0 !important;
    }

    .carouselControlsContainer {
        margin-top: 0 !important;
    }

    .itemTitleNameDesktop.TitleFont {
        font-size: 20px !important;
        font-family: var(--2ndFont) !important;
        font-weight: normal !important;
    }

    .carouselPrevious, .carouselNext {
        width: 30px;
        height: 30px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 20px #00000029;
        border-radius: 50%;
        color: var(--3rdColor);
    }

    @media only screen and (max-width: 992px) {
        #dashboardCarousel .slick-slide {
            margin: 1rem .5rem 1rem !important;
        }
        #welcomeDescriptionBootstrap {
            font-size: 16px !important;
        }
    }
}

#spaServicesCategoryName,
#welcomeDescriptionBootstrap,
.mainCategory {
    font-family: var(--2ndFont);
}
.spaCategoryName {
    font-size: 16px;
    padding-bottom: 4px;
}
.spaCategoryName:active,
.spaCategoryName:hover {
    border-bottom: 2px solid var(--3rdColor);
} 
.clearBtn {
    color: var(--3rdColor);
    font-size: 12px !important;
    text-decoration: underline;
    cursor: pointer;
}

.spaTitle {
    font-size: 28px;
    font-family: var(--2ndFont);
}

@media only screen and (max-width: 992px) {
    .spaTitle{
        font-size: 20px;
    }
    .spaCategoryName {
        font-size: 14px;
    }
}

#mbcontentServiceBoot {
    width: 100%;
    height: 150px;
    padding: 0 !important;
    border-radius: 8px !important;
    .spaServiceImage {
        height: 150px;
        border-radius: 0px 8px 8px 0px;
        background-size: cover;
        background-position: center
    }
    .goToBook {
        width: 66px;
        height: 26px;
        border-radius: 8px;
    }
}

.spaServicesMb {
    height: 100%;
    .bootstrap_design_BannerHeight,
    #dashboardBannerDiv {
        height: 40vh !important;
    }
}

.goToCheckout {
    width: 285px;
    height: 40px;
}

.spaServicesMbFilterCard {
    border-radius: 0 !important;
    height: 100%;
    #mapDate2D {
        border: 1px solid #E9E9E9;
        padding: 15px;
        border-radius: 8px !important;
    }
    .ui-datepicker thead {
        height: 30px;
    }
    .ui-datepicker-title,
    .ui-datepicker-calendar span {
        font-family: var(--2ndFont);
    }
}

@media only screen and (max-width: 992px) {
    .spaServicesMbFilterCardContainer {
        bottom: 0;
        left: 0;
        margin-bottom: 0 !important;
        position: sticky;
        z-index: 10;
        padding: 0;
    }

    #mbcontentServiceBoot {
        width: auto;
    }
}

.daypasses #contentDaypasses .desktopcontentBox{
    min-width: 300px;
}

.mainCategory.active,
#spaServicesCategoryName.active {
    border-bottom: 2px solid var(--3rdColor);
}

.mainCategoriesArrow {
    width: 30px;
    height: 30px;
    background: #FFFFFF80 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 50%;
    color: var(--3rdColor);
}

.mainCategoriesArrow i{
    display: flex;
    justify-content: center;
    margin-top: 6px
}

.mainCategory {
    display: none;
}

.mainCategory.visible {
    display: block;
}

#mbcontentServiceBoot {
    .goToBook {
        width: auto;
    }
}

#navbarHotelSubNameDivId {
    text-align: left;
    font-size: 48px;
    font-weight: 600;
    font-family: var(--2ndFont) !important;
    width: unset;
}

/* #dashboardBannerDiv {
    height: 50vh !important;
} */

@media only screen and (max-width: 767px) {
    #cartFull {
        padding-top: .0 !important;
    }
}
@media only screen and (max-width: 420px) {
    #languageDropdownContainer {
        top: .8rem !important;
    }
}

@media only screen and (max-width: 992px) {
    .bootstrap_design_BannerHeight,
    #dashboardBannerDiv {
        height: 25vh !important;
    }
    .welcomeDivMobile {
        background-color: #fff;
        border-radius: 1rem;
        box-shadow: 0 0 7px 1px rgba(0, 0, 0, .05);
        margin: -4rem 5% 2rem 5%;
        padding: 2rem 1.5rem;
        width: 90%;
        z-index: 10;
    }
}
.addonContentDiv, .followupContentDiv {
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.spa_details_close_btn{
    width: 12px;
}
.spaModalContentDiv {
    overflow-y: auto;
    max-height: 65vh;
    overflow-x: hidden;
}

@media (min-width: 468px) {
    .spaModalContentDiv {
        max-height: 68vh;
    }
}

.elementDate, .elementTime {
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 120% !important;
}

.checkoutCard {
    border-radius: 8px !important;
}
.spaServicesMb .spinnerClassUserBooking {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
#guestDetailsTextarea {
    resize: none;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
}
.noGuestDetails {
    color: #FF2322 !important;
    font-style: italic !important;
}

.guest-info {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.guest-info p {
    margin: 5px 0;
}

.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; 
    line-height: 1.2em !important;
    max-height: 3.6em !important;
}

#mbcontentServiceBoot {
    cursor: pointer;
}

.cardTitleName {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 1.2em !important;
}

.mbContentWithoutDesc {
    height: 100px !important;
}

#serviceAddonsContainer,
#serviceEnhancementsContainer,
.spaFollowUpServiceContent {
    .carouselControlsContainer {
        margin-top: 0px;
    }

    .carouselPrevious, .carouselNext {
        width: 30px;
        height: 30px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 20px #00000029;
        border-radius: 50%;
        color: var(--3rdColor);
    }
}
.spaServiceDetailsContent { 
    #continueBtn{
        line-height: 18px;
        padding: 5px 30px;
        text-align: center;
    }
}

#serviceDurations {
    box-sizing: border-box;
    font-size: 0;
}

.spa-upsell-header {
    border-bottom: 1px solid #00000029;
}

.spa-upsell-footer {
    border-top: 1px solid #00000029;
}

@media (min-width: 992px) {
    #spaServiceDetailsModal {
        --bs-modal-width: 600px;
    }
}

.video-background-wrapper{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: 'hidden';
}

.video-overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.followupContentDiv {
    height: 200px;
}

.followupSeeMore {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.followupDescWrap {
    max-height: 100px;
}

.followupDescWrap.is-open {
  overflow: auto;
}
.followupDescWrap.is-open::after { display: none; }

.followupDescWrap.is-open::-webkit-scrollbar { width: 6px; }
.followupDescWrap.is-open::-webkit-scrollbar-thumb { border-radius: 6px; }
.spaOverflowDiv {
    max-height: 80vh;
    overflow: auto;
    width: calc(100% - 10px);
}
#spaFilterDate {
   padding: .48rem .75rem !important;
}
.btnMobilGoToBook {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    color: var(--3rdColor);
    background-color: var(--3rdContrastColor);
    cursor: pointer;
    font-size: 30px;
    font-family: var(--1stFont) !important;
    line-height: 1;
    padding: 5px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .05);
}
.addonContentDiv {
    justify-content: space-between;
    display: flex;
    flex-flow: column;
}

.btn-find-availability {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.btn-find-availability:focus { box-shadow: none; }
