/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-90q1675zxt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-90q1675zxt] {
    flex: 1;
}

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

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

    .top-row[b-90q1675zxt]  a, .top-row[b-90q1675zxt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-90q1675zxt]  a:hover, .top-row[b-90q1675zxt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-90q1675zxt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-90q1675zxt] {
        justify-content: space-between;
    }

    .top-row[b-90q1675zxt]  a, .top-row[b-90q1675zxt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-90q1675zxt] {
        flex-direction: row;
    }

    .sidebar[b-90q1675zxt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-90q1675zxt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-90q1675zxt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

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

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

.bi[b-td90v2mzn7] {
    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-td90v2mzn7] {
    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-td90v2mzn7] {
    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-td90v2mzn7] {
    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-td90v2mzn7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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

    .nav-scrollable[b-td90v2mzn7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.auth-page[b-ysgxba4yic] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    direction: rtl;
    background: #f8f5f0;
}

.auth-form-side[b-ysgxba4yic] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: #f8f5f0;
}

.auth-card[b-ysgxba4yic] {
    width: 100%;
    max-width: 430px;
}

.logo-circle[b-ysgxba4yic] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #6b4b3e;
    color: #fff;
    display: grid;
    place-items: center;
    margin: 0 auto 36px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.auth-card h1[b-ysgxba4yic] {
    font-size: 44px;
    line-height: 1.2;
    text-align: center;
    color: #4b1f73;
    margin-bottom: 12px;
    font-weight: 800;
}

.subtitle[b-ysgxba4yic] {
    text-align: center;
    color: #6d6176;
    margin-bottom: 28px;
    font-size: 15px;
}

.form-group[b-ysgxba4yic] {
    margin-bottom: 18px;
}

    .form-group label[b-ysgxba4yic] {
        display: block;
        margin-bottom: 8px;
        color: #4b1f73;
        font-size: 14px;
        font-weight: 700;
    }

    .form-group input[b-ysgxba4yic] {
        width: 100%;
        height: 54px;
        border: 1px solid #e5ddd5;
        border-radius: 14px;
        background: #efe8df;
        padding: 0 16px;
        font-size: 15px;
        outline: none;
        transition: .2s ease;
    }

        .form-group input:focus[b-ysgxba4yic] {
            border-color: #4b1f73;
            box-shadow: 0 0 0 4px rgba(75, 31, 115, .10);
            background: #fff;
        }

.primary-btn[b-ysgxba4yic],
.secondary-btn[b-ysgxba4yic] {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}

.primary-btn[b-ysgxba4yic] {
    background: #4b1f73;
    color: #fff;
    margin-top: 8px;
}

    .primary-btn:hover:not(:disabled)[b-ysgxba4yic] {
        background: #3f1862;
    }

.secondary-btn[b-ysgxba4yic] {
    background: #fff;
    color: #4b1f73;
    border: 1px solid #ded6cf;
    margin-top: 12px;
}

    .secondary-btn:hover:not(:disabled)[b-ysgxba4yic] {
        background: #f9f6f2;
    }

    .primary-btn:disabled[b-ysgxba4yic],
    .secondary-btn:disabled[b-ysgxba4yic] {
        opacity: .7;
        cursor: not-allowed;
    }

.error-message[b-ysgxba4yic] {
    background: #fff1f1;
    color: #b42318;
    border: 1px solid #f0c7c7;
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 14px;
    font-size: 14px;
}

.register-link[b-ysgxba4yic] {
    text-align: center;
    margin-top: 24px;
    color: #6d6176;
    font-size: 14px;
}

    .register-link a[b-ysgxba4yic] {
        color: #d1842f;
        text-decoration: none;
        font-weight: 700;
    }

.auth-image-side[b-ysgxba4yic] {
    position: relative;
    background: linear-gradient(rgba(14, 8, 24, .58), rgba(14, 8, 24, .58)), url('/images/login-cover.jpg') center/cover no-repeat;
}

.overlay[b-ysgxba4yic] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.overlay-content[b-ysgxba4yic] {
    text-align: center;
    color: white;
}

    .overlay-content h2[b-ysgxba4yic] {
        font-size: 34px;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .overlay-content p[b-ysgxba4yic] {
        font-size: 18px;
        color: rgba(255,255,255,.88);
    }

@media (max-width: 992px) {
    .auth-page[b-ysgxba4yic] {
        grid-template-columns: 1fr;
    }

    .auth-image-side[b-ysgxba4yic] {
        display: none;
    }

    .auth-form-side[b-ysgxba4yic] {
        padding: 24px;
    }

    .auth-card h1[b-ysgxba4yic] {
        font-size: 34px;
    }
}
