/* /Pages/Xcaddie/MyProShop.razor.rz.scp.css */
.hero[b-pjy0saergc] {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 25vh;
}
/*.sidebar {
    display: none;
}*/

.btn-primary[b-pjy0saergc] {
    background: #91c774;
    border: none;
}

.xd[b-pjy0saergc] {
    border-radius: 0.2rem;
    padding: 1rem;
    border: 1px solid #343a40;
    background-color: white;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .indicator[b-pjy0saergc] {
    background-color: #91c774;
    border-radius: 0.125rem;
    cursor: pointer;
    margin: 0.25rem 0.25rem 1.5rem 0.25rem;
    width: 1.5rem;
    height: 0.25rem;
    opacity: 0.5;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar.e-active .indicator[b-pjy0saergc] {
    background-color: #91c774;
    opacity: 1;
}

.card[b-pjy0saergc] {
    border: none;
}

.card-header[b-pjy0saergc] {
    background-color: transparent;
}

.card h5 > a[b-pjy0saergc] {
    display: block;
    position: relative;
    color: #212529;
}

    .card h5 > a:hover[b-pjy0saergc] {
        text-decoration: none;
    }

    .card h5 > a[b-pjy0saergc]:after {
        content: "\f078";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        color: #91c774
    }

    .card h5 > a[aria-expanded="true"][b-pjy0saergc]:after {
        content: "\f077";
        color: #91c774
    }

.card h6[b-pjy0saergc], .card a[b-pjy0saergc] {
    color: #91c774;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-oui9gxiasf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-oui9gxiasf] {
    flex: 1;
}

.sidebar[b-oui9gxiasf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-oui9gxiasf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-oui9gxiasf]  a, .top-row .btn-link[b-oui9gxiasf] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-oui9gxiasf] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-oui9gxiasf] {
        display: none;
    }

    .top-row.auth[b-oui9gxiasf] {
        justify-content: space-between;
    }

    .top-row a[b-oui9gxiasf], .top-row .btn-link[b-oui9gxiasf] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-oui9gxiasf] {
        flex-direction: row;
    }

    .sidebar[b-oui9gxiasf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oui9gxiasf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-oui9gxiasf], article[b-oui9gxiasf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-oxpqnczf9n] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-oxpqnczf9n] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-oxpqnczf9n] {
    font-size: 1.1rem;
}

.oi[b-oxpqnczf9n] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-oxpqnczf9n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oxpqnczf9n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oxpqnczf9n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oxpqnczf9n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-oxpqnczf9n]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-oxpqnczf9n]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-oxpqnczf9n] {
        display: none;
    }

    .collapse[b-oxpqnczf9n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
