/* _content/FBS.App/Pages/Login/Login.razor.rz.scp.css */

.mainbody[b-euxvm1qel8] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login[b-euxvm1qel8] {
    color: white;
    background: background: #136a8a;
    background: -webkit-linear-gradient(to right, #267871, #D3D3D3);
    background: linear-gradient(to right, #4800ff, #ABCDEF);
    margin: auto;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2), 0px 10px 20px rgba(0,0,0,0.3), 0px 30px 60px 1px rgba(0,0,0,0.5);
    border-radius: 8px;
    padding: 50px;
}

    .login .head[b-euxvm1qel8] {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width:250px;
    }

    .login .head .company[b-euxvm1qel8] {
        font-size: 2.2em;

    }
    .company1[b-euxvm1qel8]{
        min-width:8.0em;
    }
    .login .msg[b-euxvm1qel8] {
        text-align: center;
    }

    .login .form input[type=text].text[b-euxvm1qel8] {
        border: none;
        background: none;
        box-shadow: 0px 2px 0px 0px white;
        width: 100%;
        color: white;
        font-size: 1em;
        outline: none;
    }

    .login .form .text[b-euxvm1qel8]::placeholder {
        color: #D3D3D3;
    }

    .login .form input[type=password].password[b-euxvm1qel8] {
        border: none;
        background: none;
        box-shadow: 0px 2px 0px 0px white;
        width: 100%;
        color: white;
        font-size: 1em;
        outline: none;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .login .form .password[b-euxvm1qel8]::placeholder {
        color: #D3D3D3;
    }

    .login .form .btn-login[b-euxvm1qel8] {
        background: none;
        text-decoration: none;
        color: white;
        box-shadow: 0px 0px 0px 2px white;
        border-radius: 3px;
        padding: 5px 2em;
        transition: 0.5s;
    }

        .login .form .btn-login:hover[b-euxvm1qel8] {
            background: white;
            color: dimgray;
            transition: 0.5s;
        }

    .login .forgot[b-euxvm1qel8] {
        text-decoration: none;
        color: white;
        float: right;
    }

footer[b-euxvm1qel8] {
    position: absolute;
    color: #136a8a;
    bottom: 10px;
    padding-left: 20px;
}

    footer p[b-euxvm1qel8] {
        display: inline;
    }

    footer a[b-euxvm1qel8] {
        color: green;
        text-decoration: none;
    }

        footer a:hover[b-euxvm1qel8] {
            text-decoration: underline;
        }

    footer .heart[b-euxvm1qel8] {
        color: #B22222;
        font-size: 1.5em
    }
/* _content/FBS.App/Shared/MainLayout.razor.rz.scp.css */
.page[b-5b1xn4si28] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5b1xn4si28] {
    flex: 1;
}

.sidebar[b-5b1xn4si28] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5b1xn4si28] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5b1xn4si28]  a, .top-row .btn-link[b-5b1xn4si28] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-5b1xn4si28] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5b1xn4si28] {
        display: none;
    }

    .top-row.auth[b-5b1xn4si28] {
        justify-content: space-between;
    }

    .top-row a[b-5b1xn4si28], .top-row .btn-link[b-5b1xn4si28] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5b1xn4si28] {
        flex-direction: row;
    }

    .sidebar[b-5b1xn4si28] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5b1xn4si28] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-5b1xn4si28], article[b-5b1xn4si28] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/FBS.App/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8t6caizb42] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8t6caizb42] {
    height: 3.0rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8t6caizb42] {
    font-size: 1.1rem;
}

.oi[b-8t6caizb42] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}



.nav-item[b-8t6caizb42] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8t6caizb42] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8t6caizb42] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8t6caizb42]  a {
        color: #d7d7d7;
        border-radius: 2px;
        height: 2.7rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        min-width:320px;
    }

.nav-item[b-8t6caizb42]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8t6caizb42]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8t6caizb42] {
        display: none;
    }

    .collapse[b-8t6caizb42] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
