/* _content/Project.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */



/*NEW STYLES*/


.rz-sidebar[b-zdln8okp2j] {
    background-color: #ffffff;
    border-inline-end: none;
}

.rz-header[b-zdln8okp2j] {
    box-shadow: none;
}

.rz-sidebar-toggle[b-zdln8okp2j] {
    border: none;
}

ul.rz-panel-menu[b-zdln8okp2j] {
    margin-top: 60px;
}

.rz-panel-menu .rz-navigation-item[b-zdln8okp2j] {
    background: white;
    color: #444;
    border-bottom: 1px solid #e1e1e1;
}

i.notranslate.rzi.rz-navigation-item-icon[b-zdln8okp2j] {
    color: #999;
}

a.rz-navigation-item-link.active[b-zdln8okp2j] {
    color: white;
}

.rz-panel-menu .rz-navigation-item-wrapper:hover[b-zdln8okp2j] {
    background-color: #1474b9;
    color: white;
}

.rz-footer ul.rz-panel-menu[b-zdln8okp2j] {
    margin: 0 -16px;
}
/* _content/Project.WebApp/Components/Pages/Account/Login.razor.rz.scp.css */
.divider[b-4k7nmh944a]:after,
.divider[b-4k7nmh944a]:before{
    content:"";
    flex:1;
    height: 1px;
    background:#eee;
}

.h-custom[b-4k7nmh944a]{
    height:calc(100% - 73px);
}

@media (max-width: 450px){
    .h-custom[b-4k7nmh944a]{
        height:100%;
    }
}
/* _content/Project.WebApp/Components/Pages/Account/ResetPassword.razor.rz.scp.css */
.divider[b-eedyzf5eol]:after,
.divider[b-eedyzf5eol]:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom[b-eedyzf5eol] {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom[b-eedyzf5eol] {
        height: 100%;
    }
}
