/* /Components/Layout/PageLayout.razor.rz.scp.css */
.nav-header[b-697a6i1a8f] {
    height: 40px;
    background: #393f52;
    color: white;
}

ul[b-697a6i1a8f] {
    list-style-type: none;
    padding: 0;
}

nav ul li[b-697a6i1a8f] {
    list-style-type: none;
    height: 40px;
    width: 7rem;
    float: left;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    user-select: none;
}

nav ul li a[b-697a6i1a8f] {
    display: inline-block;
    height: 40px;
    width: 6rem;
    color: #FFF;
}

nav li:hover[b-697a6i1a8f] {
    background: #646464;
    color: #FFF;
    border-bottom: 2px white;
}

.loginlink[b-697a6i1a8f] {
    height: 40px;
    width: 6rem;
    line-height: 40px;
    text-align: center;
}

    .loginlink a[b-697a6i1a8f] {
        display: inline-block;
        height: 40px;
        width: 6rem;
        font-size: 14px;
        color: #ffd800;
    }

    .loginlink :hover[b-697a6i1a8f] {
        background: #646464;
        color: #ffd800;
        border-bottom: 2px white;
    }


.footer[b-697a6i1a8f] {
    position: fixed;
    bottom: 0;
    padding: 0;
    width: 100%;
}

    .footer .link[b-697a6i1a8f] {
        color: #fff;
        cursor: pointer;
        text-decoration: none;
    }

.footer-text[b-697a6i1a8f] {
    font-size: 13px;
    color: #fff;
    opacity: 0.5;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-item-floating[b-bsrvzxb24m] {
    --login-padding-x: 1rem;
    --bs-border-radius: 10px;
}

.container-fluid[b-bsrvzxb24m] {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    --min-height: 600px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.container[b-bsrvzxb24m] {
    --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;
}

[b-bsrvzxb24m] .form-control {
    margin-bottom: 1rem
}

[b-bsrvzxb24m] .form-check {
    padding: var(--login-padding-y) var(--login-padding-x);
    margin-bottom: 1rem;
}

[b-bsrvzxb24m] .btn {
    --bs-btn-padding-x: var(--login-padding-x);
    --bs-btn-padding-y: var(--login-padding-y);
    width: 100%;
    margin-bottom: 1rem;
}
/* /Components/Pages/Tasks.razor.rz.scp.css */
.text-underline[b-vscgbxcniw] {
    text-decoration: underline;
    text-underline-offset: 2px;
}
