/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3mvnw4glq2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3mvnw4glq2] {
    flex: 1;
}
.bi[b-3mvnw4glq2] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-logout-nav-menu[b-3mvnw4glq2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='black' class='bi bi-arrow-left-square' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm11.5 5.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5z'/%3E%3C/svg%3E");
}
.sidebar[b-3mvnw4glq2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    /*background: linear-gradient(to top, #bdc3c7, #2c3e50);*/
    /*//background: linear-gradient(to bottom, #283048, #859398);*/
}

.top-row[b-3mvnw4glq2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    
    height: 3.5rem;
    display: flex;
    align-items: center;
}
.top-row-sep[b-3mvnw4glq2] {
    background-color: #FFFFFF;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 0.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3mvnw4glq2]  a, .top-row[b-3mvnw4glq2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3mvnw4glq2]  a:hover, .top-row[b-3mvnw4glq2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3mvnw4glq2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3mvnw4glq2] {
        justify-content: space-between;
    }

    .top-row[b-3mvnw4glq2]  a, .top-row[b-3mvnw4glq2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3mvnw4glq2] {
        flex-direction: row;
    }

    .sidebar[b-3mvnw4glq2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3mvnw4glq2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3mvnw4glq2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3mvnw4glq2], article[b-3mvnw4glq2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3mvnw4glq2] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-3mvnw4glq2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-aufrfpfgwt] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-aufrfpfgwt] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-aufrfpfgwt] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-aufrfpfgwt] {
    font-size: 1.1rem;
}

.bi[b-aufrfpfgwt] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/*xpro menu icons*/
.bi-admin-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");
}
.bi-supplier-hub-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-stripe' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm6.226 5.385c-.584 0-.937.164-.937.593 0 .468.607.674 1.36.93 1.228.415 2.844.963 2.851 2.993C11.5 11.868 9.924 13 7.63 13a7.7 7.7 0 0 1-3.009-.626V9.758c.926.506 2.095.88 3.01.88.617 0 1.058-.165 1.058-.671 0-.518-.658-.755-1.453-1.041C6.026 8.49 4.5 7.94 4.5 6.11 4.5 4.165 5.988 3 8.226 3a7.3 7.3 0 0 1 2.734.505v2.583c-.838-.45-1.896-.703-2.734-.703'/%3E%3C/svg%3E");
}
.bi-staff-hub-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-person-lines-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z'/%3E%3C/svg%3E");
}
.bi-staff-hub-email-admin-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-envelope-paper-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6.5 9.5 3 7.5v-6A1.5 1.5 0 0 1 4.5 0h7A1.5 1.5 0 0 1 13 1.5v6l-3.5 2L8 8.75zM1.059 3.635 2 3.133v3.753L0 5.713V5.4a2 2 0 0 1 1.059-1.765M16 5.713l-2 1.173V3.133l.941.502A2 2 0 0 1 16 5.4zm0 1.16-5.693 3.337L16 13.372v-6.5Zm-8 3.199 7.941 4.412A2 2 0 0 1 14 16H2a2 2 0 0 1-1.941-1.516zm-8 3.3 5.693-3.162L0 6.873v6.5Z'/%3E%3C/svg%3E");
}
.bi-staff-hub-portex-hub-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-boxes' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.752.066a.5.5 0 0 1 .496 0l3.75 2.143a.5.5 0 0 1 .252.434v3.995l3.498 2A.5.5 0 0 1 16 9.07v4.286a.5.5 0 0 1-.252.434l-3.75 2.143a.5.5 0 0 1-.496 0l-3.502-2-3.502 2.001a.5.5 0 0 1-.496 0l-3.75-2.143A.5.5 0 0 1 0 13.357V9.071a.5.5 0 0 1 .252-.434L3.75 6.638V2.643a.5.5 0 0 1 .252-.434zM4.25 7.504 1.508 9.071l2.742 1.567 2.742-1.567zM7.5 9.933l-2.75 1.571v3.134l2.75-1.571zm1 3.134 2.75 1.571v-3.134L8.5 9.933zm.508-3.996 2.742 1.567 2.742-1.567-2.742-1.567zm2.242-2.433V3.504L8.5 5.076V8.21zM7.5 8.21V5.076L4.75 3.504v3.134zM5.258 2.643 8 4.21l2.742-1.567L8 1.076zM15 9.933l-2.75 1.571v3.134L15 13.067zM3.75 14.638v-3.134L1 9.933v3.134z'/%3E%3C/svg%3E");
}
.bi-staff-hub-user-manag-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-person-gear' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m.256 7a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1zm3.63-4.54c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0'/%3E%3C/svg%3E");
}
.bi-staff-hub-bulk-email-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-inboxes' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.98 1a.5.5 0 0 0-.39.188L1.54 5H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0A.5.5 0 0 1 10 5h4.46l-3.05-3.812A.5.5 0 0 0 11.02 1zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562A.5.5 0 0 0 1.884 9h12.234a.5.5 0 0 0 .496-.438zM3.809.563A1.5 1.5 0 0 1 4.981 0h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 10H1.883A1.5 1.5 0 0 1 .394 8.686l-.39-3.124a.5.5 0 0 1 .106-.374zM.125 11.17A.5.5 0 0 1 .5 11H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0 .5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 .496.562l-.39 3.124A1.5 1.5 0 0 1 14.117 16H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .121-.393zm.941.83.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438l.32-2.562H10.45a2.5 2.5 0 0 1-4.9 0z'/%3E%3C/svg%3E");
}
.bi-staff-hub-xpro-keys-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-key-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.5 11.5a3.5 3.5 0 1 1 3.163-5H14L15.5 8 14 9.5l-1-1-1 1-1-1-1 1-1-1-1 1H6.663a3.5 3.5 0 0 1-3.163 2M2.5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/svg%3E");
}
.bi-staff-hub-database-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-database-fill-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.318 2.687C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4c0-.374.356-.875 1.318-1.313M13 5.698V7c0 .374-.356.875-1.318 1.313C10.766 8.729 9.464 9 8 9s-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777A5 5 0 0 0 13 5.698M14 4c0-1.007-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1s-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4v9c0 1.007.875 1.755 1.904 2.223C4.978 15.71 6.427 16 8 16s3.022-.289 4.096-.777C13.125 14.755 14 14.007 14 13zm-1 4.698V10c0 .374-.356.875-1.318 1.313C10.766 11.729 9.464 12 8 12s-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.271.202.58.378.904.525C4.978 9.71 6.427 10 8 10s3.022-.289 4.096-.777A5 5 0 0 0 13 8.698m0 3V13c0 .374-.356.875-1.318 1.313C10.766 14.729 9.464 15 8 15s-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.271.202.58.378.904.525C4.978 12.71 6.427 13 8 13s3.022-.289 4.096-.777c.324-.147.633-.323.904-.525'/%3E%3C/svg%3E");
}

.bi-dealer-hub-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi bi-diagram-3-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5zm-6 8A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5zm6 0A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5z'/%3E%3C/svg%3E");
}
.bi-dealer-hub-jobs-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi bi-list-check' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M3.854 2.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 3.293l1.146-1.147a.5.5 0 0 1 .708 0m0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 7.293l1.146-1.147a.5.5 0 0 1 .708 0m0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
}
.bi-dealer-hub-cst-quotes-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-bank2' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.277.084a.5.5 0 0 0-.554 0l-7.5 5A.5.5 0 0 0 .5 6h1.875v7H1.5a.5.5 0 0 0 0 1h13a.5.5 0 1 0 0-1h-.875V6H15.5a.5.5 0 0 0 .277-.916zM12.375 6v7h-1.25V6zm-2.5 0v7h-1.25V6zm-2.5 0v7h-1.25V6zm-2.5 0v7h-1.25V6zM8 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2M.5 15a.5.5 0 0 0 0 1h15a.5.5 0 1 0 0-1z'/%3E%3C/svg%3E");
}
.bi-xpro-hub-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-twitter-x' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/%3E%3C/svg%3E");
}
.bi-xpro-hub-payments-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-currency-dollar' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73z'/%3E%3C/svg%3E");
}

.bi-logout-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='white' class='bi bi-arrow-left-square' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm11.5 5.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5z'/%3E%3C/svg%3E");
}

/*end here*/























.bi-home-fill-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-houses' viewBox='0 0 16 16'%3E%3Cpath d='M5.793 1a1 1 0 0 1 1.414 0l.647.646a.5.5 0 1 1-.708.708L6.5 1.707 2 6.207V12.5a.5.5 0 0 0 .5.5.5.5 0 0 1 0 1A1.5 1.5 0 0 1 1 12.5V7.207l-.146.147a.5.5 0 0 1-.708-.708zm3 1a1 1 0 0 1 1.414 0L12 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l1.854 1.853a.5.5 0 0 1-.708.708L15 8.207V13.5a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 4 13.5V8.207l-.146.147a.5.5 0 1 1-.708-.708zm.707.707L5 7.207V13.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V7.207z'/%3E%3C/svg%3E");
}
.bi-house-door-fill-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-aufrfpfgwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-aufrfpfgwt] {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-aufrfpfgwt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-aufrfpfgwt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-aufrfpfgwt]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-aufrfpfgwt]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-aufrfpfgwt]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-aufrfpfgwt] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-aufrfpfgwt] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-aufrfpfgwt] {
        display: none;
    }

    .nav-scrollable[b-aufrfpfgwt] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.nav-item a.active[b-aufrfpfgwt]::after {
    content: "\2192";
    transform: rotate(180deg);
    margin-left: 5%;
    font-size:medium;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-llpmotpl0q],
.components-reconnect-repeated-attempt-visible[b-llpmotpl0q],
.components-reconnect-failed-visible[b-llpmotpl0q],
.components-pause-visible[b-llpmotpl0q],
.components-resume-failed-visible[b-llpmotpl0q],
.components-rejoining-animation[b-llpmotpl0q] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-llpmotpl0q],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-llpmotpl0q],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-llpmotpl0q],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-llpmotpl0q],
#components-reconnect-modal.components-reconnect-retrying[b-llpmotpl0q],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-llpmotpl0q],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-llpmotpl0q],
#components-reconnect-modal.components-reconnect-failed[b-llpmotpl0q],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-llpmotpl0q] {
    display: block;
}


#components-reconnect-modal[b-llpmotpl0q] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-llpmotpl0q 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-llpmotpl0q 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-llpmotpl0q 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-llpmotpl0q]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-llpmotpl0q 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-llpmotpl0q {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-llpmotpl0q {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-llpmotpl0q {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-llpmotpl0q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-llpmotpl0q] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-llpmotpl0q] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-llpmotpl0q] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-llpmotpl0q] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-llpmotpl0q] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-llpmotpl0q] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-llpmotpl0q 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-llpmotpl0q] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-llpmotpl0q {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/WebSiteLayout.razor.rz.scp.css */
.page[b-einuqvw7aj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-einuqvw7aj] {
    flex: 1;
}

.sidebar[b-einuqvw7aj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-einuqvw7aj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-einuqvw7aj]  a, .top-row[b-einuqvw7aj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-einuqvw7aj]  a:hover, .top-row[b-einuqvw7aj]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-einuqvw7aj]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-einuqvw7aj] {
        justify-content: space-between;
    }

        .top-row[b-einuqvw7aj]  a, .top-row[b-einuqvw7aj]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-einuqvw7aj] {
        flex-direction: row;
    }

    .sidebar[b-einuqvw7aj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-einuqvw7aj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-einuqvw7aj]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-einuqvw7aj], article[b-einuqvw7aj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-einuqvw7aj] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-einuqvw7aj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.page[b-bg1h7etjob] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bg1h7etjob] {
    flex: 1;
}

.sidebar[b-bg1h7etjob] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    /*background: linear-gradient(to top, #bdc3c7, #2c3e50);*/
}

.top-row-Search[b-bg1h7etjob] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 10rem;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.top-row-page[b-bg1h7etjob] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: auto;
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y:auto;
}
.top-row-sep-page[b-bg1h7etjob] {
    background-color: #FFFFFF;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 0.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-bg1h7etjob]  a, .top-row[b-bg1h7etjob]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

    .top-row[b-bg1h7etjob]  a:hover, .top-row[b-bg1h7etjob]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bg1h7etjob]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-bg1h7etjob] {
        justify-content: space-between;
    }

        .top-row[b-bg1h7etjob]  a, .top-row[b-bg1h7etjob]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-bg1h7etjob] {
        flex-direction: row;
    }

    .sidebar[b-bg1h7etjob] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bg1h7etjob] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-bg1h7etjob]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-bg1h7etjob], article[b-bg1h7etjob] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bg1h7etjob] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bg1h7etjob] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /WebsitePages/Login.razor.rz.scp.css */
body[b-kzz3qds74t] {
    background-image: linear-gradient(90deg, rgb(206, 213, 202) 0%, rgb(206, 213, 202) 2.941%, rgb(205, 212, 201) 2.941%, rgb(205, 212, 201) 5.882%, rgb(203, 211, 200) 5.882%, rgb(203, 211, 200) 8.824%, rgb(202, 210, 198) 8.824%, rgb(202, 210, 198) 11.765%, rgb(200, 209, 197) 11.765%, rgb(200, 209, 197) 14.706%, rgb(199, 208, 196) 14.706%, rgb(199, 208, 196) 17.647%, rgb(197, 206, 194) 17.647%, rgb(197, 206, 194) 20.588%, rgb(196, 205, 193) 20.588%, rgb(196, 205, 193) 23.529%, rgb(194, 203, 191) 23.529%, rgb(194, 203, 191) 26.471%, rgb(192, 202, 189) 26.471%, rgb(192, 202, 189) 29.412%, rgb(191, 200, 188) 29.412%, rgb(191, 200, 188) 32.353%, rgb(189, 199, 186) 32.353%, rgb(189, 199, 186) 35.294%, rgb(187, 197, 184) 35.294%, rgb(187, 197, 184) 38.235%, rgb(185, 195, 182) 38.235%, rgb(185, 195, 182) 41.176%, rgb(183, 193, 180) 41.176%, rgb(183, 193, 180) 44.118%, rgb(181, 191, 178) 44.118%, rgb(181, 191, 178) 47.059%, rgb(179, 189, 176) 47.059%, rgb(179, 189, 176) 50%, rgb(177, 187, 174) 50%, rgb(177, 187, 174) 52.941%, rgb(174, 185, 172) 52.941%, rgb(174, 185, 172) 55.882%, rgb(172, 183, 170) 55.882%, rgb(172, 183, 170) 58.824%, rgb(170, 181, 168) 58.824%, rgb(170, 181, 168) 61.765%, rgb(168, 178, 166) 61.765%, rgb(168, 178, 166) 64.706%, rgb(165, 176, 164) 64.706%, rgb(165, 176, 164) 67.647%, rgb(163, 174, 161) 67.647%, rgb(163, 174, 161) 70.588%, rgb(161, 171, 159) 70.588%, rgb(161, 171, 159) 73.529%, rgb(158, 169, 157) 73.529%, rgb(158, 169, 157) 76.471%, rgb(156, 166, 155) 76.471%, rgb(156, 166, 155) 79.412%, rgb(154, 164, 152) 79.412%, rgb(154, 164, 152) 82.353%, rgb(151, 161, 150) 82.353%, rgb(151, 161, 150) 85.294%, rgb(149, 159, 148) 85.294%, rgb(149, 159, 148) 88.235%, rgb(147, 156, 145) 88.235%, rgb(147, 156, 145) 91.176%, rgb(144, 154, 143) 91.176%, rgb(144, 154, 143) 94.118%, rgb(142, 151, 141) 94.118%, rgb(142, 151, 141) 97.059%, rgb(139, 149, 138) 97.059%, rgb(139, 149, 138) 100%);
    color: #006bb7;
}

.card[b-kzz3qds74t] {
    border: 2px solid #adb5bd;
    border-radius: 10%;
}

.card-login[b-kzz3qds74t] {
    margin-top: 10px;
    padding: 18px;
    max-width: 30rem;
    margin-bottom:50px;
}

.card-header[b-kzz3qds74t] {
    color: ##999999;
    /*background: #ff0000;*/
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600 !important;
    margin-top: 10px;
    border-bottom: 0;
}

.input-group-prepend span[b-kzz3qds74t] {
    width: 50px;
    background-color: #ff0000;
    color: #fff;
    border: 0 !important;
}

input:focus[b-kzz3qds74t] {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.login_btn[b-kzz3qds74t] {
    width: 130px;
}

    .login_btn:hover[b-kzz3qds74t] {
        color: #fff;
        background-color: #ff0000;
    }

.btn-outline-danger[b-kzz3qds74t] {
    color: #fff;
    font-size: 18px;
    background-color: #28a745;
    background-image: none;
    border-color: #28a745;
}

.form-control[b-kzz3qds74t] {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
    background-color: darkgrey;
    background-clip: padding-box;
    border: 1px solid #28a745;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group-text[b-kzz3qds74t] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.cursor[b-kzz3qds74t] {
    cursor: wait;
}

.cursor_default[b-kzz3qds74t] {
    cursor: default;
}

.pictureCs[b-kzz3qds74t] {
    background-image: url(../wwwroot/images/logo.png);
}
.bi-username[b-kzz3qds74t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");
}
.bi-password[b-kzz3qds74t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' class='bi bi-key-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.5 11.5a3.5 3.5 0 1 1 3.163-5H14L15.5 8 14 9.5l-1-1-1 1-1-1-1 1-1-1-1 1H6.663a3.5 3.5 0 0 1-3.163 2M2.5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/svg%3E");
}
/* /WebsitePages/SystemMainPage.razor.rz.scp.css */


h1[b-xy5eumokwd], h2[b-xy5eumokwd], h3[b-xy5eumokwd], h4[b-xy5eumokwd], h5[b-xy5eumokwd], h6[b-xy5eumokwd] {
    text-align: center;
}

.bg1[b-xy5eumokwd], .bg2[b-xy5eumokwd], .bg3[b-xy5eumokwd] {
    padding: 1rem;
    margin: 1rem;
    border: solid 1px black;
    border-radius: 5px;
}

.bg1[b-xy5eumokwd] {
    background-color: rgb(200, 200, 200);
}

.bg2[b-xy5eumokwd] {
    background-color: rgb(180, 180, 180);
}

.bg3[b-xy5eumokwd] {
    background-color: rgb(160, 160, 160);
}

h5[b-xy5eumokwd] {
    text-align: center;
    padding-top: 3rem;
}

.row[b-xy5eumokwd] {
    display: flex;
    flex-wrap: wrap;
}

.col[b-xy5eumokwd] {
    flex: 1 1 calc(33.33% - 2rem); /* 3 columns */
    margin: 1rem;
}

img.spacer[b-xy5eumokwd] {
    max-width: 100%;
    height: auto;
    max-height: 400px; /* Add a maximum height */
    display: block;
    margin: 0 auto; /* Center the image */
    border-radius: 5px;
    float: right;
}


@media (max-width: 768px) {
    .col[b-xy5eumokwd] {
        flex: 1 1 calc(50% - 2rem); /* 2 columns for tablets */
    }

    h5[b-xy5eumokwd] {
        padding-top: 1rem;
    }

    img[b-xy5eumokwd] {
        max-height: 300px;
    }
}

@media (max-width: 480px) {
    .col[b-xy5eumokwd] {
        flex: 1 1 100%; /* 1 column for mobile */
    }

    h1[b-xy5eumokwd], h4[b-xy5eumokwd] {
        font-size: 1.5rem; /* Adjust font sizes for smaller screens */
    }

    img[b-xy5eumokwd] {
        max-height: 200px;
    }
}
