@import '_content/Kao1919119System.IdentityService/Kao1919119System.IdentityService.kgn5sa35ys.bundle.scp.css';

/* _content/Kao1919119System.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rewji59pv0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rewji59pv0] {
    flex: 1;
}

.sidebar[b-rewji59pv0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rewji59pv0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rewji59pv0]  a, .top-row[b-rewji59pv0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-rewji59pv0]  a:hover, .top-row[b-rewji59pv0]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-rewji59pv0]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-rewji59pv0] {
        justify-content: space-between;
    }

        .top-row[b-rewji59pv0]  a, .top-row[b-rewji59pv0]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-rewji59pv0] {
        flex-direction: row;
    }

    .sidebar[b-rewji59pv0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rewji59pv0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-rewji59pv0]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-rewji59pv0], article[b-rewji59pv0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-rewji59pv0] {
    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-rewji59pv0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Kao1919119System.Web/Components/Pages/Home.razor.rz.scp.css */
.page[b-ntgpuavlv3] {
    height: calc(100vh - 130px);
}
/* _content/Kao1919119System.Web/Components/Pages/Login.razor.rz.scp.css */
/*.login-item-avatar h4 {
    margin: 1rem 0 3rem 0;
}*/
/*
.login-item-avatar ::deep .avatar {
    margin-top: 3rem;
}

.login-item-avatar .d-flex {
    justify-content: space-between;
}

    .login-item-avatar .d-flex ::deep .btn {
        margin-bottom: 1rem;
        max-width: 46%;
    }
*/
/*.container {
    --login-max-width: 540px;
    --login-padding-x: 1.5rem;
    --login-padding-y: .75rem;*/
    /*--bs-border-radius: 23px;*/
    /*max-width: var(--login-max-width);
    margin: 0 auto;
}*/

.login-forgotPassword[b-9u6hrj60e2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* _content/Kao1919119System.Web/Components/Shared/Loading.razor.rz.scp.css */
.loading[b-qhe73itubi] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
/* _content/Kao1919119System.Web/Components/Shared/NotFoundPage.razor.rz.scp.css */
.loader[b-xc9igslyjj] {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

    .loader[b-xc9igslyjj]::before,
    .loader[b-xc9igslyjj]::after {
        content: '';
        border: 7px solid #ccc;
        border-radius: 50%;
        width: inherit;
        height: inherit;
        position: absolute;
        animation: loader-b-xc9igslyjj 2s linear infinite;
        opacity: 0;
    }

    .loader[b-xc9igslyjj]::before {
        animation-delay: 1s;
    }

@keyframes loader-b-xc9igslyjj {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}
/* _content/Kao1919119System.Web/Components/Shared/OnlineComponent.razor.rz.scp.css */
