@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Loading/Majorsoft.Blazor.Components.Loading.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-055kbcri40] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-055kbcri40] {
    flex: 1;
}

.sidebar[b-055kbcri40] {
    background-image: linear-gradient(180deg, #41479b 0%, #303575 70%);
}

.top-row[b-055kbcri40] {
    background-color: #f5f8fb;
    border-bottom: 1px solid #dde4ef;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-055kbcri40]  a, .top-row[b-055kbcri40]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-055kbcri40]  a:hover, .top-row[b-055kbcri40]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-055kbcri40]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-055kbcri40] {
        justify-content: space-between;
    }

    .top-row[b-055kbcri40]  a, .top-row[b-055kbcri40]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-055kbcri40] {
        flex-direction: row;
    }

    .sidebar[b-055kbcri40] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-055kbcri40] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-055kbcri40]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-055kbcri40], article[b-055kbcri40] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* /Pages/Login.razor.rz.scp.css */
.login-container[b-nf5n19es1z] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 32px;
    background-color: #f3f6fa;
    background-image: url("/img/back_brinken.png");
    background-repeat: repeat;
    background-size: 1150px;
}

.login-shell[b-nf5n19es1z] {
    width: min(980px, 100%);
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(340px, 1.05fr);
    overflow: hidden;
    border: 1px solid rgba(47, 49, 146, .12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(28, 44, 64, .16);
}

.login-brand-panel[b-nf5n19es1z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    min-height: 100%;
    padding: 44px;
    color: #fff;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(0, 166, 90, .96), rgba(47, 49, 146, .92)),
        #00a65a;
}

.login-logo-frame[b-nf5n19es1z] {
    width: 132px;
    height: 132px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.login-logo[b-nf5n19es1z] {
    width: 104px;
    height: auto;
    object-fit: contain;
}

.login-form-panel[b-nf5n19es1z] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 56px;
    background: #fff;
}

.login-header[b-nf5n19es1z] {
    margin-bottom: 28px;
}

.login-header h2[b-nf5n19es1z] {
    margin: 0;
    color: #252c38;
    font-size: 1.85rem;
    line-height: 1.15;
    font-weight: 800;
}

.login-header p[b-nf5n19es1z] {
    margin: 10px 0 0;
    color: #647084;
}

.login-field[b-nf5n19es1z] {
    margin-bottom: 18px;
}

.login-field[b-nf5n19es1z]  label {
    margin-bottom: 7px;
    color: #344054;
    font-weight: 700;
}

.login-field[b-nf5n19es1z]  .rz-textbox,
.login-field[b-nf5n19es1z]  .rz-password {
    height: 48px;
    border-color: #d7deea;
    border-radius: 10px;
    background: #f8fafc;
}

.login-field[b-nf5n19es1z]  .rz-textbox:focus,
.login-field[b-nf5n19es1z]  .rz-password:focus {
    border-color: #00a65a;
    box-shadow: 0 0 0 3px rgba(0, 166, 90, .14);
}

[b-nf5n19es1z] .login-submit {
    width: 100%;
    height: 48px;
    margin-top: 6px;
    border-radius: 10px;
    background: #2f3192 !important;
    box-shadow: 0 10px 22px rgba(47, 49, 146, .22);
    font-weight: 800;
}

.login-credit[b-nf5n19es1z] {
    display: block;
    margin-top: 22px;
    color: #2f3192;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.login-credit:hover[b-nf5n19es1z] {
    color: #00a65a;
    text-decoration: underline;
}

@media (max-width: 820px) {
    .login-shell[b-nf5n19es1z] {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .login-brand-panel[b-nf5n19es1z] {
        min-height: 184px;
        padding: 34px;
    }

    .login-form-panel[b-nf5n19es1z] {
        padding: 38px 34px;
    }

    .login-logo-frame[b-nf5n19es1z] {
        width: 112px;
        height: 112px;
    }

    .login-logo[b-nf5n19es1z] {
        width: 88px;
    }
}

@media (max-width: 520px) {
    .login-container[b-nf5n19es1z] {
        padding: 16px;
    }

    .login-shell[b-nf5n19es1z] {
        border-radius: 16px;
    }

    .login-brand-panel[b-nf5n19es1z],
    .login-form-panel[b-nf5n19es1z] {
        padding: 28px 24px;
    }

    .login-brand-panel[b-nf5n19es1z] {
        min-height: 156px;
    }

    .login-logo-frame[b-nf5n19es1z] {
        width: 104px;
        height: 104px;
        border-radius: 22px;
    }

    .login-logo[b-nf5n19es1z] {
        width: 82px;
    }

    .login-header h2[b-nf5n19es1z] {
        font-size: 1.55rem;
    }
}
