@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Pages/Auth/Login.razor.rz.scp.css */
div.con-login[b-btwzqdoaf4] {
    width: 400px;
    height: 100%;
    top: 20%;
    position: relative !important;
    margin: auto;
}

    div.con-login .int-con-login[b-btwzqdoaf4] {
        position: absolute;
        top: -70px;
        bottom: 0;
        left: -10px;
        right: 0;
        width: 80%;
        height: 30%;
        margin: auto;
    }

    div.con-login h1[b-btwzqdoaf4] {
        text-align: center;
        padding-bottom: 5px;
        font-size: 30px;
    }

    div.con-login .bott-nia-l[b-btwzqdoaf4] {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 0;
        height: 0;
        border-right: 50px solid transparent;
        border-top: 50px solid transparent;
        border-left: 50px solid var(--jappy-primary);
        border-bottom: 50px solid var(--jappy-primary);
    }

    div.con-login .form-control-file[b-btwzqdoaf4] {
        width: 100%;
        float: left;
    }

        div.con-login .form-control-file label[b-btwzqdoaf4] {
            margin-top: 15px;
        }

        div.con-login .form-control-file input[b-btwzqdoaf4] {
            border: 0px;
            border-left: 5px solid var(--jappy-primary) !important;
            border-radius: 0px;
            background: var(--jappy-base-100);
            font-size: 18px;
        }

            div.con-login .form-control-file input:focus[b-btwzqdoaf4] {
                text-decoration: none;
                box-shadow: 0px 0px 0px 3px var(--jappy-primary-lighter);
            }

    div.con-login .btn-ok[b-btwzqdoaf4] {
        background: var(--jappy-primary);
        padding: 10px 40px !important;
        border: none;
        color: var(--jappy-white);
        float: right;
        margin-top: 25px;
    }

        div.con-login .btn-ok:hover[b-btwzqdoaf4] {
            background: var(--jappy-primary-dark);
        }

.content[b-btwzqdoaf4], .con-login-ui[b-btwzqdoaf4] {
    min-height: 70vh;
    height: 70vh;
    width: 50% !important;
    float: left !important;
}

.content[b-btwzqdoaf4], .con-login-image[b-btwzqdoaf4] {
    min-height: 70vh;
    height: 70vh;
    width: 50% !important;
    float: right !important;
    background-image: url(../images/logo.min.png)
}

.img-login[b-btwzqdoaf4] {
}

.btn-login[b-btwzqdoaf4] {
    background-color: var(--jappy-primary) !important;
    color: var(--jappy-white) !important;
    width: 100%;
}

@media (max-width: 430px) {
    div.con-login[b-btwzqdoaf4] {
        width: 320px;
    }
    .content[b-btwzqdoaf4], .con-login-ui[b-btwzqdoaf4] {
        width: 100% !important;
    }
    .content[b-btwzqdoaf4], .con-login-image[b-btwzqdoaf4] {
        display: none;
    }
}

@media (max-width: 320px) {
    div.con-login[b-btwzqdoaf4] {
        width: 300px;
    }
    .content[b-btwzqdoaf4], .con-login-ui[b-btwzqdoaf4] {
        width: 100% !important;
    }
    .content[b-btwzqdoaf4], .con-login-image[b-btwzqdoaf4] {
        display: none;
    }
}


@media (max-height: 470px) {
    div.con-login .int-con-login[b-btwzqdoaf4] {
        top: -150px;
    }
    .content[b-btwzqdoaf4], .con-login-ui[b-btwzqdoaf4] {
        width: 100% !important;
    }
    .content[b-btwzqdoaf4], .con-login-image[b-btwzqdoaf4] {
        display: none;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-320n44tigu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-320n44tigu] {
    flex: 1;
}

.sidebar[b-320n44tigu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-320n44tigu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-320n44tigu]  a, .top-row[b-320n44tigu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-320n44tigu]  a:hover, .top-row[b-320n44tigu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-320n44tigu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-320n44tigu] {
        display: none;
    }

    .top-row.auth[b-320n44tigu] {
        justify-content: space-between;
    }

    .top-row[b-320n44tigu]  a, .top-row[b-320n44tigu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-320n44tigu] {
        flex-direction: row;
    }

    .sidebar[b-320n44tigu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-320n44tigu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-320n44tigu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-320n44tigu], article[b-320n44tigu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
