/* _content/PublicWebsite/Components/Layout/CustomTenantLayout.razor.rz.scp.css */
.page[b-ocj149xl47] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ocj149xl47] {
    flex: 1;
}

.sidebar[b-ocj149xl47] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ocj149xl47] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ocj149xl47]  a, .top-row[b-ocj149xl47]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ocj149xl47]  a:hover, .top-row[b-ocj149xl47]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ocj149xl47]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ocj149xl47] {
        justify-content: space-between;
    }

    .top-row[b-ocj149xl47]  a, .top-row[b-ocj149xl47]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ocj149xl47] {
        flex-direction: row;
    }

    .sidebar[b-ocj149xl47] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ocj149xl47] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ocj149xl47]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ocj149xl47], article[b-ocj149xl47] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ocj149xl47] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ocj149xl47] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PublicWebsite/Components/Layout/Footer/VersionOneFooter.razor.rz.scp.css */
.bs-icon[b-xwfsgtuyn4] {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

    .bs-icon.bs-icon-primary[b-xwfsgtuyn4] {
        color: var(--bs-white);
        background: var(--bs-primary);
    }

    .bs-icon.bs-icon-circle[b-xwfsgtuyn4] {
        border-radius: 50%;
    }

.bs-icon-circle.bs-icon-primary.bs-icon[b-xwfsgtuyn4] {
    background-color: #9c780a;
}
/* _content/PublicWebsite/Components/Layout/General/ItemsWithHeaderVersionOne.razor.rz.scp.css */
@media (min-width:1200px) {
    .row-cols-xl-3 > *[b-ztkajp5q5a] {
        flex: 0 0 auto;
        width: 32%;
    }
}
/* _content/PublicWebsite/Components/Layout/GenerativeLayout.razor.rz.scp.css */
.page[b-6omdlxa43e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6omdlxa43e] {
    flex: 1;
}

.sidebar[b-6omdlxa43e] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6omdlxa43e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6omdlxa43e]  a, .top-row[b-6omdlxa43e]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6omdlxa43e]  a:hover, .top-row[b-6omdlxa43e]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6omdlxa43e]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6omdlxa43e] {
        justify-content: space-between;
    }

    .top-row[b-6omdlxa43e]  a, .top-row[b-6omdlxa43e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6omdlxa43e] {
        flex-direction: row;
    }

    .sidebar[b-6omdlxa43e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6omdlxa43e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6omdlxa43e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6omdlxa43e], article[b-6omdlxa43e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6omdlxa43e] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-6omdlxa43e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PublicWebsite/Components/Layout/Header/HeaderVersionOne.razor.rz.scp.css */


#transmenu[b-pwgaiyu7bz] {
    -moz-transition: background 0.6s ease;
    -webkit-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

    #transmenu.transparency[b-pwgaiyu7bz] {
        /*background: transparent !important;*/
        box-shadow: none;
        border-color: transparent !important;
    }

    #transmenu .navbar-brand[b-pwgaiyu7bz] {
        -moz-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    #transmenu.transparency .navbar-brand[b-pwgaiyu7bz] {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        color: #fff !important;
        border: none;
    }

    #transmenu.transparency .nav-link[b-pwgaiyu7bz], #transmenu.transparency .nav-link.active[b-pwgaiyu7bz], #transmenu.transparency .nav-link:focus[b-pwgaiyu7bz] {
        color: #fff;
        border: none;
        opacity: 1;
    }

        #transmenu.transparency .nav-link:hover[b-pwgaiyu7bz] {
            color: #fff;
            opacity: .7;
        }

    #transmenu .navbar-toggler[b-pwgaiyu7bz] {
        position: relative;
        height: 35px;
        margin-right: -.75rem;
        border: none;
    }

        #transmenu .navbar-toggler:focus[b-pwgaiyu7bz], #transmenu .navbar-toggler:active[b-pwgaiyu7bz] {
            outline: 0;
        }

        #transmenu .navbar-toggler span[b-pwgaiyu7bz] {
            display: block;
            background-color: #6f6f6e;
            height: 2px;
            width: 25px;
            margin-top: 4px;
            margin-bottom: 4px;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            transform: rotate(0deg);
            position: relative;
            left: 0;
            opacity: 1;
        }

    #transmenu.transparency .navbar-toggler span[b-pwgaiyu7bz] {
        background: #fff;
    }

    #transmenu .navbar-toggler span:nth-child(1)[b-pwgaiyu7bz], #transmenu .navbar-toggler span:nth-child(3)[b-pwgaiyu7bz] {
        -webkit-transition: transform .35s ease-in-out;
        -moz-transition: transform .35s ease-in-out;
        transition: transform .35s ease-in-out;
    }
/* _content/PublicWebsite/Components/Layout/Hero/HeroVersionOne.razor.rz.scp.css */
.fit-cover[b-a1q8bgjxve] {
    object-fit: cover;
}
/* _content/PublicWebsite/Components/Layout/ImageGallery/ImageGalleryVersionOne.razor.rz.scp.css */
.gallery-container[b-v48jf7oh52] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.thumbnail[b-v48jf7oh52] {
    width: 150px;
    cursor: pointer;
    transition: transform 0.2s;
}

    .thumbnail:hover[b-v48jf7oh52] {
        transform: scale(1.05);
    }

.overlay[b-v48jf7oh52] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.slider[b-v48jf7oh52] {
    position: relative;
    display: flex;
    align-items: center;
}

.full-image[b-v48jf7oh52] {
    max-width: 90%;
    max-height: 80%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.previous-button[b-v48jf7oh52], .next-button[b-v48jf7oh52], .close-button[b-v48jf7oh52] {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
}

.previous-button[b-v48jf7oh52] {
    left: 10px;
}

.next-button[b-v48jf7oh52] {
    right: 10px;
}

.close-button[b-v48jf7oh52] {
    top: 10px;
    right: 10px;
}

.caption[b-v48jf7oh52] {
    margin-top: 10px;
    color: white;
    font-size: 16px;
    text-align: center;
}

.carousel-image[b-v48jf7oh52] {
    max-height: 30vh; /* 30% of the viewport height */
    object-fit: contain; /* Preserve aspect ratio */
}
/* _content/PublicWebsite/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xmmmdciw9q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xmmmdciw9q] {
    flex: 1;
}

.sidebar[b-xmmmdciw9q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xmmmdciw9q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xmmmdciw9q]  a, .top-row[b-xmmmdciw9q]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xmmmdciw9q]  a:hover, .top-row[b-xmmmdciw9q]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xmmmdciw9q]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xmmmdciw9q] {
        justify-content: space-between;
    }

    .top-row[b-xmmmdciw9q]  a, .top-row[b-xmmmdciw9q]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xmmmdciw9q] {
        flex-direction: row;
    }

    .sidebar[b-xmmmdciw9q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xmmmdciw9q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xmmmdciw9q]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xmmmdciw9q], article[b-xmmmdciw9q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xmmmdciw9q] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xmmmdciw9q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PublicWebsite/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-886eh8nsq3] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-886eh8nsq3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-886eh8nsq3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-886eh8nsq3] {
    font-size: 1.1rem;
}

.bi[b-886eh8nsq3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-886eh8nsq3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-886eh8nsq3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-886eh8nsq3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-886eh8nsq3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-886eh8nsq3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-886eh8nsq3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-886eh8nsq3]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-886eh8nsq3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-886eh8nsq3]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-886eh8nsq3] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-886eh8nsq3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-886eh8nsq3] {
        display: none;
    }

    .nav-scrollable[b-886eh8nsq3] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/PublicWebsite/Components/Layout/NotFoundLayout.razor.rz.scp.css */
.page[b-k0ndlvuujb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k0ndlvuujb] {
    flex: 1;
}

.sidebar[b-k0ndlvuujb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-k0ndlvuujb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-k0ndlvuujb]  a, .top-row[b-k0ndlvuujb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-k0ndlvuujb]  a:hover, .top-row[b-k0ndlvuujb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-k0ndlvuujb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-k0ndlvuujb] {
        justify-content: space-between;
    }

    .top-row[b-k0ndlvuujb]  a, .top-row[b-k0ndlvuujb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-k0ndlvuujb] {
        flex-direction: row;
    }

    .sidebar[b-k0ndlvuujb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-k0ndlvuujb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-k0ndlvuujb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-k0ndlvuujb], article[b-k0ndlvuujb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-k0ndlvuujb] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-k0ndlvuujb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PublicWebsite/Components/Layout/ProductList/CartViewComponent.razor.rz.scp.css */
/* _content/PublicWebsite/Components/Layout/ProductList/ProductViewComponent.razor.rz.scp.css */


.accordion-button[b-4n23juepz8] {
    font-weight: bold;
    background-color: transparent;
}

    .accordion-button:focus[b-4n23juepz8] {
        box-shadow: none;
    }

.accordion-header .me-2[b-4n23juepz8] {
    font-size: 1.2rem; /* Make the "+" symbol slightly bigger */
}


.accordion-button:not(.collapsed)[b-4n23juepz8] {
    background-color: transparent !important;
    color: #000 !important;
}
.accordion-item[b-4n23juepz8] {
    background-color: transparent !important;
}

.accordion[b-4n23juepz8] {
    --bs-accordion-border-width: 0;
}
.accordion-header[b-4n23juepz8] {
    border-bottom-style: dashed;
    border-bottom: 1px solid rgb(50, 30, 10);
    border-color: rgb(50, 30, 10);
}
.btn-check:checked + .btn[b-4n23juepz8], .btn.active[b-4n23juepz8], .btn.show[b-4n23juepz8], .btn:first-child:active[b-4n23juepz8], :not(.btn-check) + .btn:active[b-4n23juepz8] {
    background-color: #9c780a;
}

/* Ensure all cards are the same height */
.carousel-card[b-4n23juepz8] {
    width: 18rem;
    height: 350px;
    background-color: rgba(255, 255, 255, 0.3);
    border-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* This ensures content is evenly spaced */
}

    /* Ensure images fill the card height proportionally */
    .carousel-card img[b-4n23juepz8] {
        height: 200px; /* Set a fixed height for the images */
        object-fit: cover; /* Ensure the image covers the container */
    }

    /* Card body setup to use flexbox for vertical alignment */
    .carousel-card .card-body[b-4n23juepz8] {
        display: flex;
        flex-direction: column;
        justify-content: center; /* Centers content vertically */
        align-items: center; /* Aligns content horizontally */
        height: 100%; /* Make sure the body fills the available space */
    }

    /* Adjust spacing between title, price, and button */
    .carousel-card .card-title[b-4n23juepz8],
    .carousel-card .card-text[b-4n23juepz8],
    .carousel-card .btn[b-4n23juepz8] {
        margin-bottom: 10px; /* Adds space between elements */
    }


.custom-input[b-4n23juepz8]::-webkit-outer-spin-button,
.custom-input[b-4n23juepz8]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-input[type=number][b-4n23juepz8] {
    -moz-appearance: textfield;
}
/* _content/PublicWebsite/Components/Layout/Website1CustomLayout.razor.rz.scp.css */
.page[b-y5k4veei4u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y5k4veei4u] {
    flex: 1;
}

.sidebar[b-y5k4veei4u] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-y5k4veei4u] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y5k4veei4u]  a, .top-row[b-y5k4veei4u]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-y5k4veei4u]  a:hover, .top-row[b-y5k4veei4u]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y5k4veei4u]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-y5k4veei4u] {
        justify-content: space-between;
    }

    .top-row[b-y5k4veei4u]  a, .top-row[b-y5k4veei4u]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y5k4veei4u] {
        flex-direction: row;
    }

    .sidebar[b-y5k4veei4u] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y5k4veei4u] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-y5k4veei4u]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-y5k4veei4u], article[b-y5k4veei4u] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-y5k4veei4u] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-y5k4veei4u] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PublicWebsite/Components/Pages/Home.razor.rz.scp.css */
/* Carousel container to center it and make it responsive */
#imageCarousel .carousel-inner[b-sua7eo8wmh] {
    justify-content: center; /* Center images horizontally */
    align-items: center; /* Center images vertically */
    width: 100%; /* Ensure it takes full width */
    height: 100%; /* Ensure it takes full height */
}

/* Ensuring images are responsive and maintain aspect ratio */
#imageCarousel .carousel-item img[b-sua7eo8wmh] {
    object-fit: contain; /* Ensure images fit without stretching */
    width: 100%;
    height: auto; /* Ensure proper aspect ratio */
    max-height: 50vh; /* Max height for images on mobile */
}

/* Media query for desktop */
@media (min-width: 768px) {
    #imageCarousel .carousel-inner[b-sua7eo8wmh] {
        max-width: 100%; /* Maximum width for images on desktop */
        margin: 0 auto; /* Center the carousel container */
    }

    /* Ensure images are contained within the max-width and fit within the container */
    #imageCarousel .carousel-item img[b-sua7eo8wmh] {
        max-width: 100%;
        width: auto; /* Maintain aspect ratio and adjust width */
        height: auto; /* Keep aspect ratio intact */
        max-height: 50vh; /* Maintain the height constraint on desktop */
    }
}
