@import '_content/Blazor.SimpleGrid/Blazor.SimpleGrid.ctvztfe12w.bundle.scp.css';

/* /Pages/Auth/_LoginLayout.razor.rz.scp.css */
body[b-hkaoc06ce8] {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
}


.authentication-bg.enlarged[b-hkaoc06ce8] { min-height: 100px; }

.bg-pattern[b-hkaoc06ce8] {
    background-image: url("../images/bg-pattern-2.png");
    background-size: cover;
}

body.authentication-bg[b-hkaoc06ce8] {
    background-color: #6658dd;
    background-position: center;
    background-size: cover;
}

body.authentication-bg-pattern[b-hkaoc06ce8] { background-image: url("../images/bg-pattern.png"); }

.logout-icon[b-hkaoc06ce8] { width: 140px; }

.auth-fluid[b-hkaoc06ce8] {
    align-items: center;
    align-items: stretch;
    /*background: url("../images/bg-auth.jpg") center;*/
    background-size: cover;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    position: relative;
}

.auth-fluid .auth-fluid-form-box[b-hkaoc06ce8] {
    background-color: #ffffff;
    border-radius: 0;
    max-width: 480px;
    padding: 3rem 2rem;
    position: relative;
    width: 100%;
    z-index: 2;
}

.auth-fluid .auth-fluid-right[b-hkaoc06ce8] {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    flex: 1;
    padding: 6rem 3rem;
    position: relative;
}

.auth-brand[b-hkaoc06ce8] { margin-bottom: 2rem; }

.auth-user-testimonial[b-hkaoc06ce8] {
    bottom: 3rem;
    left: 0;
    margin: 0 auto;
    padding: 0 1.75rem;
    position: absolute;
    right: 0;
}

.auth-user-testimonial p.lead[b-hkaoc06ce8] {
    font-size: 1.125rem;
    margin: 0 auto 20px auto;
    max-width: 700px;
}

@media (min-width: 992px) {
    .auth-brand[b-hkaoc06ce8] {
        position: absolute;
        top: 3rem;
    }
}

@media (max-width: 991.98px) {
    .auth-fluid[b-hkaoc06ce8] { display: block; }

    .auth-fluid .auth-fluid-form-box[b-hkaoc06ce8] {
        max-width: 100%;
        min-height: 100vh;
    }

    .auth-fluid .auth-fluid-right[b-hkaoc06ce8] { display: none; }
}

.auth-logo .logo-light[b-hkaoc06ce8] { display: none; }

.auth-logo .logo-dark[b-hkaoc06ce8] { display: block; }
/* /Shared/MainLayout.razor.rz.scp.css */
/*.page {
    display: flex;
    flex-direction: column;
    position: relative;
}

main { flex: 1; }

.sidebar { background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); }

.top-row {
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row ::deep a, .top-row ::deep .btn-link {
    margin-left: 1.5rem;
    text-decoration: none;
    white-space: nowrap;
}

.top-row ::deep a:hover, .top-row ::deep .btn-link:hover { text-decoration: underline; }

.top-row ::deep a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth) { display: none; }

    .top-row.auth { justify-content: space-between; }

    .top-row ::deep a, .top-row ::deep .btn-link { margin-left: 0; }
}

@media (min-width: 641px) {
    .page { flex-direction: row; }

    .sidebar {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 250px;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e1461vt1lg] { background-color: rgba(255, 255, 255, 0.1); }

.top-row[b-e1461vt1lg] {
    background-color: rgba(0, 0, 0, 0.4);
    height: 3.5rem;
}

.navbar-brand[b-e1461vt1lg] { font-size: 1.1rem; }

.oi[b-e1461vt1lg] {
    font-size: 1.1rem;
    top: -2px;
    vertical-align: text-top;
    width: 2rem;
}

.nav-item[b-e1461vt1lg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-e1461vt1lg] { padding-top: 1rem; }

.nav-item:last-of-type[b-e1461vt1lg] { padding-bottom: 1rem; }

.nav-item[b-e1461vt1lg]  a {
    align-items: center;
    border-radius: 4px;
    color: #d7d7d7;
    display: flex;
    height: 3rem;
    line-height: 3rem;
}

.nav-item[b-e1461vt1lg]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-e1461vt1lg]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-e1461vt1lg] { display: none; }

    .collapse[b-e1461vt1lg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-e1461vt1lg] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
