/* /Pages/Login2.razor.rz.scp.css */
*[b-nigtw4sczc] {
    box-sizing: border-box;
    font-family: sans-serif;
}

.login[b-nigtw4sczc] {
    width: 320px;
    height: 450px;
    border: 1px solid #CCC;
    background: url(https://media4.giphy.com/media/BHNfhgU63qrks/giphy.gif) center center no-repeat;
    background-size: cover;
    margin: 30px auto;
    border-radius: 20px;
}

    .login .form[b-nigtw4sczc] {
        width: 100%;
        height: 100%;
        padding: 15px 25px;
    }

        .login .form h2[b-nigtw4sczc] {
            color: #FFF;
            text-align: center;
            font-weight: normal;
            font-size: 18px;
            margin-top: 60px;
            margin-bottom: 80px;
        }

        .login .form input[b-nigtw4sczc] {
            width: 100%;
            height: 40px;
            margin-top: 20px;
            background: rgba(255,255,255,.5);
            border: 1px solid rgba(255,255,255,.1);
            padding: 0 15px;
            color: #FFF;
            border-radius: 5px;
            font-size: 14px;
        }

            .login .form input:focus[b-nigtw4sczc] {
                border: 1px solid rgba(255,255,255,.8);
                outline: none;
            }

[b-nigtw4sczc]::-webkit-input-placeholder {
    color: #DDD;
}

.login .form input.submit[b-nigtw4sczc] {
    background: rgba(255,255,255,.9);
    color: #444;
    font-size: 15px;
    margin-top: 40px;
    font-weight: bold;
}
/* /Shared/LoginLayout.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-2qbaa0a1lj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2qbaa0a1lj] {
    flex: 1;
}

.sidebar[b-2qbaa0a1lj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2qbaa0a1lj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2qbaa0a1lj]  a, .top-row[b-2qbaa0a1lj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2qbaa0a1lj]  a:hover, .top-row[b-2qbaa0a1lj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2qbaa0a1lj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2qbaa0a1lj] {
        display: none;
    }

    .top-row.auth[b-2qbaa0a1lj] {
        justify-content: space-between;
    }

    .top-row[b-2qbaa0a1lj]  a, .top-row[b-2qbaa0a1lj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2qbaa0a1lj] {
        flex-direction: row;
    }

    .sidebar[b-2qbaa0a1lj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2qbaa0a1lj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2qbaa0a1lj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2qbaa0a1lj], article[b-2qbaa0a1lj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9uzi4r5pms] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9uzi4r5pms] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9uzi4r5pms] {
    font-size: 1.1rem;
}

.oi[b-9uzi4r5pms] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-9uzi4r5pms] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9uzi4r5pms] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9uzi4r5pms] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9uzi4r5pms]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9uzi4r5pms]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-9uzi4r5pms]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9uzi4r5pms] {
        display: none;
    }

    .collapse[b-9uzi4r5pms] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-9uzi4r5pms] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
