body {
    background-color: #F6F7F9;
    font-family: 'Plus Jakarta Sans';
}

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}
.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #5600C4;
    border-right-color: transparent;
    border-radius: 50%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.navbarCustom{
    background: #ffffff;
}

.selectedOptionLine{
    position: absolute;
    bottom: 0; width: 100%;
    height: 4px;
    background-color: #5600C4;
}

.selectedOptionText{
    color: #5600C4;
    font-weight: 600;
    /*font-size: 14px;*/
}

.unselectedOptionText{
    color: #1A202C;
}

a
{
    text-decoration: none;
}
/* Style for the fullscreen popup */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 32, 44, 0.9);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

/* Style for the content within the popup */
.popup-content {
    padding: 20px;
    border-radius: 5px;
    width: 500px;
}

.transparentButton{
    padding: 0;
    border: none;
    background-color: transparent
}

.unselectedPopupScrollableOption{
    cursor: pointer;
    background-color: white;
    height: 30px;
    margin-top:7px;
    margin-bottom:7px;
    padding: 24px;
    border-radius: 30px;
    border: 1px solid #5600C4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.selectedPopupScrollableOption{
    cursor: pointer;
    background-color: #5600C4;
    color: white;
    height: 30px;
    margin-top:7px;
    margin-bottom:7px;
    padding: 24px;
    border-radius: 30px;
    border: 1px solid #5600C4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.labelForCheckBoxUserAbove21yearsOld{
    font-size: 14px;
    color: #596780;
    font-weight: 600;

}

.homeSearchButton{
    cursor: pointer;
    width: auto;
    height: 50px;
    background-color: #5600C4;
    border-radius: 10px;
    border: none;
}
.homeSearchButton:hover{
    filter: brightness(60%);
    transition: filter 0.5s ease;
}
.mainButtonText{
    color:white;
    font-size:14px;
    font-weight:600;
    margin-left: 10px;
    margin-bottom: 0;
    margin-right: 15px
}
.mainSearchButtonMainView{
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-right: 55px;
    justify-content: end;

}

.carouselTitle
{
    color: #90A3BF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.carouselButton
{
    cursor: pointer;
    color:  #9F55FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.CarouselCarsSuperView{
    width: 304px;
    height: 480px
}

.carouselCarsParentView{
    height: auto;
    background-color: white;
    border-radius:10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 24px
}
.carouselCarsBrandModelTitle{
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 700;
    color: #1A202C;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-height: 30px;
}
.carouselCarsCategorySubtitle{
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: #90A3BF;
}
.carouselCarsimage-wrapper {
    width: 100%; /* Fixed width */
    position: relative;
    overflow: hidden;
    max-height: 128px;
}

.carouselCarsresponsive-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    height: 128px
}

.carouselCarsCarInfoText{
    margin-bottom: 0;
    font-size: 14px;
    color: #90A3BF;
    font-weight: 500;
}

.carouselCarsCarInfoIcon{
    width: 24px;
    height: 24px
}



.primaryButton{
    cursor: pointer;
    width: auto;
    height: 40px;
    background-color: #5600C4;
    border-radius: 10px;
    border: none;
}

.reviewCell{
    padding: 68px;
}
.reviewTitle{
    color: #1A202C;
    font-weight: 600;
    font-size: 24px
}
.reviewPowerByGoogleParentView
{
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: end;
}
.reviewPoweredByGoogle{
    color: #90A3BF;
    font-weight: 600;
    font-size: 12px
}

.reviewStarsSize{
    width: 24px;
    height: 24px;
}
.reviewMainText{
    color: #596780;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 16px;
    max-height: 120px; /* You can adjust this value based on your preference */
    overflow: auto; /* Set overflow to auto to enable scrolling if content overflows */
    white-space: pre-line; /
}
.reviewSuperView{
    background-color: #fff;
    border-radius: 15px;
    height: 350px;
}

.OurStationsMainView{
    padding-top: 32px;
    padding-left: 68px;
    padding-bottom: 32px;
    padding-right: 68px;
    background-color: #882CFF;
    margin-top: 32px;
    border-radius: 10px;
}
.OurStationsMainTitle{
    font-size: 32px;
    font-weight: 600;
    color: white;
    margin-bottom: 16px;
}
.OurStationsSubtitle{
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-bottom: 5px;
}
.stationCell{
    background-color: white;
    padding: 68px;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.stationCellCol{
    padding-right: 0;
    padding-left: 0;
}
.mapPlaceholder{
    border:0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.stationCellCityLabel{
    font-size: 32px;
    font-weight: 600;
    color: #1A202C
}
.stationCellAddressLabel{
    font-size: 16px;
    margin-bottom: 0;
}

.checkinOnlineDivSuperView{
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-right: 35px;
}



@media (max-width: 767px) {

    .selectedOptionLine{
      display: none;
    }
    .navbar {
        padding-top: 0px;
        min-height: 108px; /* Set the height for desktop screens */
        padding-bottom: 0px;
    }
    .navBarOption{
        min-height: 108px; /* Set the height for desktop screens */
    }

    .popup-content {
        width: 95%;
    }
    .mainSearchButtonMainView{
        height: auto;
        display: flex;
        align-items: center;
        padding-top: 25px;;
        padding-right: 30px;
        padding-left: 30px;
        justify-content: center;

    }
    .mainButtonText{
        color:white;
        font-size:12px;
        font-weight:600;
        margin-left: 10px;
        margin-bottom: 0;
        margin-right: 15px
    }
    .homeSearchButton{
        width: 100%;
        height: 50px;
        background-color: #5600C4;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
        display: flex;
        border: none;
    }

    .CarouselCarsSuperView{
        width: 240px;
        height: 380px
    }

    .carouselCarsParentView{
        height: auto;
        background-color: white;
        border-radius:10px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 16px
    }
    .carouselCarsBrandModelTitle{
        margin-bottom: 4px;
        font-size: 16px;
        font-weight: 600;
        color: #1A202C;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-height: 30px;
    }
    .carouselCarsCategorySubtitle{
        margin-bottom: 16px;
        font-size: 12px;
        font-weight: 500;
        line-height: 150%;
        color: #90A3BF;
    }
    .carouselCarsimage-wrapper {
        width: 100%; /* Fixed width */
        position: relative;
        overflow: hidden;
        max-height: 108px;
    }

    .carouselCarsresponsive-image {
        width: 100%;
        height: auto;
        display: block;
        height: 108px;
    }

    .carouselCarsCarInfoText{
        margin-bottom: 0;
        font-size: 12px;
        color: #90A3BF;
        font-weight: 500;
    }

    .carouselCarsCarInfoIcon{
        width: 14px;
        height: 14px
    }

    .reviewCell{
        padding: 24px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .reviewTitle{
        color: #1A202C;
        font-weight: 600;
        font-size: 16px
    }
    .reviewPowerByGoogleParentView
    {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: start;
    }
    .reviewPoweredByGoogle{
        color: #90A3BF;
        font-weight: 600;
        font-size: 12px
    }
    .reviewStarsSize{
        width: 16px;
        height: 16px;
    }
    .reviewMainText{
        color: #596780;
        font-weight: 500;
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 16px;
        max-height: 150px; /* You can adjust this value based on your preference */
        overflow: auto; /* Set overflow to auto to enable scrolling if content overflows */
        white-space: pre-line; /
    }
    .reviewSuperView{
        background-color: #fff;
        border-radius: 15px;
        height: 350px;
    }
    .OurStationsMainView{
        padding-top: 24px;
        padding-left: 24px;
        padding-bottom: 24px;
        padding-right: 24px;
        background-color: #882CFF;
        margin-top: 24px;
        border-radius: 10px;
    }
    .OurStationsMainTitle{
        font-size: 16px;
        font-weight: 600;
        color: white;
        margin-bottom: 5px;
    }
    .OurStationsSubtitle{
        font-size: 12px;
        font-weight: 500;
        color: white;
        margin-bottom: 5px;
    }
    .stationCell{
        background-color: white;
        padding: 24px;
        height: 100%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 10px;
    }
    .stationCellCol{
        padding-right: 12px;
        padding-left: 12px;
    }
    .mapPlaceholder{
        border:0;
        width: 100%;
        height: 300px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 0;
    }
    .stationCellCityLabel{
        font-size: 16px;
        font-weight: 600;
        color: #1A202C
    }
    .stationCellAddressLabel{
        font-size: 14px;
        margin-bottom: 0;
    }
    .checkinOnlineDivSuperView{
        position: relative;
        display: flex;
        align-content: center;
        justify-content: center;
        margin-right: 0px;
    }
}
@media (min-width: 768px) {
    .navbar {
        padding-top: 0px;
        min-height: 124px; /* Set the height for desktop screens */
        padding-bottom: 0px;
    }
    .navBarOption{
        min-height: 124px; /* Set the height for desktop screens */
    }
    .navBarOptionText{
        padding-left: 16px;
        padding-right: 16px;
    }
}

/*only for the bootstrap options inside the menu*/
@media (max-width: 767px) {

    .selectedOptionText{
        font-size: 14px;
    }

    .unselectedOptionText{
        font-size: 14px;
    }
    .navBarOption{
        min-height: 55px; /* Set the height for desktop screens */
    }
}
@media (min-width: 992px) {
   .DateSelectionReservationCell{
       background-color: white;
       border-radius: 20px;
       padding-top: 24px;
       padding-left: 48px;
       padding-right: 48px;
       padding-bottom: 24px;
       margin-top: 20px
   }
}
@media (max-width: 991px) {
    .DateSelectionReservationCell{
        background-color: white;
        border-radius: 20px;
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
        margin-top: 20px
    }
    .DateSelectionReservationColumn{
        padding-left: 0;
        padding-right: 0;
    }
}
