/* input(21,17): run-time error CSS1030: Expected identifier, found '.'
input(21,25): run-time error CSS1025: Expected comma or open brace, found ')'
input(117,13): run-time error CSS1030: Expected identifier, found '.'
input(117,26): run-time error CSS1025: Expected comma or open brace, found ')'
input(126,13): run-time error CSS1030: Expected identifier, found '.'
input(126,26): run-time error CSS1025: Expected comma or open brace, found ')'
input(131,13): run-time error CSS1030: Expected identifier, found '.'
input(131,26): run-time error CSS1025: Expected comma or open brace, found ')'
input(191,17): run-time error CSS1030: Expected identifier, found '.'
input(191,30): run-time error CSS1025: Expected comma or open brace, found ')'
input(196,17): run-time error CSS1030: Expected identifier, found '.'
input(196,30): run-time error CSS1025: Expected comma or open brace, found ')' */
body {
    width: 100%;
}

.modal {
    z-index: 1104 !important;
}

.modal-backdrop {
    z-index: 1103 !important;
}

.popover-container {
    z-index: 1102 !important;
}

#hub_navbar {
    z-index: 1100 !important;
}

#hub_navbar:has(.navbar3) {
    position: relative !important;
}

.navbar2-container .navbar-brand .navbar-brand-image {
    width: 2.5rem !important;
    height: 2.5rem !important;
}

.hub-brand-header a img {
    width: auto !important;
    height: 1.5rem !important;
}

.hub-brand-header {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.renderBlue {
    color: var(--bs-primary) !important;
    font-weight: 600 !important;
}

.fa.fa-star {
    color: #E8F6EF;
}

    .fa.fa-star.checked {
        color: orange !important;
    }

.store-map-container {
    min-height: 40vh !important;
}

store-details-container {
    min-height: 50vh !important;
}

.hand-pointer {
    cursor: pointer;
}
/*.store-image-carousel-container {
    height: 45vh;
}*/
.store-image-carousel-container img {
    height: 45vh !important;
}

#hidden-elements {
    display: none;
}

.hub-category-link {
    display: inline;
    transition : font-weight 0.1s;
}
.hub-category-link:hover
{
    font-weight : 600 !important;
}

.hero-image-carousel-container .carousel-indicators-slider-2 {
    justify-content: right !important;
    margin-right: 1% !important;
}

.pulse-loading-animation {
    position: relative;
}

.pulse-loading-animation::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #bebebe;
    animation: pulse 1.5s infinite ease-in-out;
    z-index: -99;
    border-radius: inherit;
}

.landing-page-headline {
    position: relative;
}

.landing-page-headline::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: var(--underline-color);
    position: absolute;
    left: 0;
    bottom: -5px;
}

.footer:has(.social-links) {
    display: flex;
    align-items: center;
    justify-content: space-center;
    flex-direction: column;
    row-gap: 1rem;
    background-color: var(--bs-primary);
}

.footer:has(.social-links) #ownership_and_attribution_container {
    color: var(--bs-light) !important;
    background-color: var(--bs-primary) !important;
}

.footer:has(.social-links) #ownership_and_attribution_container .copyrights-font {
    font-size: x-small !important;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
    .hero-image-carousel-container .carousel-indicators-slider-2 {
        justify-content: center !important;
    }
    .store-image-carousel-container img {
        height: 30vh !important;
    }
}

@media only screen and (max-width: 420px) {
    .store-image-carousel-container {
        height: auto;
        max-height: 45vh !important;
    }

    .store-map-container {
        height: 40vh !important;
    }

    .border-sm-none {
        border: none !important;
        border-radius: 0 !important;
    }

    .modal-content {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
}

@media only screen and (min-width: 992px) {
    .bg-lg-none {
        background: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .navbar2-container .navbar-brand .navbar-brand-image {
        width: 3.5rem !important;
        height: 3.5rem !important;
    }

    .footer:has(.social-links) {
        justify-content: space-between;
        flex-direction: row;
    }

    .footer:has(.social-links) #ownership_and_attribution_container > .d-flex {
        align-items: flex-start !important;
    }
}

@media only screen and (min-width: 992px) {
    .landing-page-headline {
        font-size: calc(1.375rem + 1.5vw) !important;
    }
}

@media only screen and (min-width: 1200px) {
    .landing-page-headline {
        font-size: 2.5rem !important;
    }
}

