/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-m861b6klsq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m861b6klsq] {
    flex: 1;
}

.oi[b-m861b6klsq] {
    color: black;
}

.bi[b-m861b6klsq] {
    color: black;
}

.header-align-center span:first-child[b-m861b6klsq] {
    text-align: center;
}


.sidebar[b-m861b6klsq] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #005587;
}

.top-row[b-m861b6klsq] {
    background-color: #37738D;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row-modified[b-m861b6klsq] {
    background-color: #37738D;
    border-bottom: 1px solid #d6d5d5;
    height: 4.0rem;
    display: flex;
    z-index: 99;
}

.top-row-impersonate[b-m861b6klsq] {
    background-color: #A1D0CA;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex !important;
    z-index: 99 !important;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-m861b6klsq] {
        display: none;
    }

    .top-row.auth[b-m861b6klsq] {
        justify-content: space-between;
    }

    .top-row[b-m861b6klsq]  a, .top-row[b-m861b6klsq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-m861b6klsq] {
        flex-direction: row;
    }

    .sidebar[b-m861b6klsq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m861b6klsq] {
        position: sticky;
        top: 0;
        z-index: 99;
    }

    .top-row-modified[b-m861b6klsq] {
        position: sticky !important;
        top: 0;
        z-index: 99;
    }

    .top-row-impersonate[b-m861b6klsq] {
        position: sticky !important;
        top: 0;
        z-index: 99;
    }

    .top-row.auth[b-m861b6klsq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row-modified.auth[b-m861b6klsq]  a:first-child {
        position: sticky !important;
        top: 0;
        z-index: 99;
    }

    .top-row[b-m861b6klsq], article[b-m861b6klsq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6e6n0l1zsk] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar[b-6e6n0l1zsk] {
    background-color: white !important;
}

.hamburguerCollapse[b-6e6n0l1zsk] {
    color: gray;
    display: inline-block;
    width: 25%;
    cursor: pointer;
}

.logoStyle[b-6e6n0l1zsk] {
    display: inline-block;
    width: 60%;
    margin-right: 10%;
}


label[b-6e6n0l1zsk] {
    font-size: 1.3rem;
    margin-left: 0.4rem;
}

.top-row[b-6e6n0l1zsk] {
    height: 3.9rem;
    background-color: rgba(0,0,0,0.4);
}

.top-row[b-6e6n0l1zsk] {
    height: 3.9rem;
    background-color: rgba(0,0,0,0.4);
}

.bottom-row[b-6e6n0l1zsk] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
}

.icon-menu-arrow[b-6e6n0l1zsk] {
    text-align: right;
}

.navbar-brand[b-6e6n0l1zsk] {
    font-size: 1.1rem;
}

.oi[b-6e6n0l1zsk] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

    .oi oi-menu[b-6e6n0l1zsk] {
    }

.nav-item[b-6e6n0l1zsk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    font-family: "AvenirFont" !important;
}

    .nav-item:first-of-type[b-6e6n0l1zsk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6e6n0l1zsk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6e6n0l1zsk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-6e6n0l1zsk]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-6e6n0l1zsk]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-6e6n0l1zsk] {
        display: none;
    }

    .collapse[b-6e6n0l1zsk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-6e6n0l1zsk] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 640px) {
    .bottom-row[b-6e6n0l1zsk] {
        display: block;
    }

    .hamburguerCollapse[b-6e6n0l1zsk] {
        display: none;
    }

    .logoStyle[b-6e6n0l1zsk] {
        width: 35%;
    }
}
/* /Pages/Admin/ManageBanks.razor.rz.scp.css */
/* /Pages/CheckList/CheckListPage.razor.rz.scp.css */
/* /Pages/Components/CustomModal.razor.rz.scp.css */
.modal-header[b-bxmmhc5f8s] {
    background-color: var(--main-color);
    font-weight: bold;
    color: var(--white-color);    
}


.modal-content[b-bxmmhc5f8s] {
    background-color: var(--light-gray)  !important;
}

.modal-body[b-bxmmhc5f8s] {
    background-color: var(--light-gray);
    padding: 0.75rem;    
    display: flex;
    align-items: center;
}

.modal-content-card[b-bxmmhc5f8s] {
    background-color: var(--white-color);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 15px;
}


@media (max-width: 641px) {
    .modal-dialog[b-bxmmhc5f8s] {
        max-width: 500px !important;
    }
}

@media (min-width: 641px) {
    .modal-dialog[b-bxmmhc5f8s] {
        min-width: 500px !important;
    }
}
/* /Pages/Home.razor.rz.scp.css */
@media (max-width: 641px) {
    .marginIndex[b-ldbk2bwvhh] {
        margin-top: 200px;
        text-align: center !important;
    }
}

@media (min-width: 641px) {
    .marginIndex[b-ldbk2bwvhh] {
        margin-top: 200px;
        text-align: center !important;
    }
}
/* /Pages/Manage Rules/ManageRules.razor.rz.scp.css */


.oi-icons[b-4wwohbgmwx] {
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.oi-link[b-4wwohbgmwx] {
    text-decoration: none;
    cursor: pointer;
}
/* /Pages/ThresholdRules/ThresholdRules.razor.rz.scp.css */
.oi-icons[b-euvccx1va8] {
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.oi-link[b-euvccx1va8] {
    text-decoration: none;
    cursor: pointer;
}
