@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/Client/Pages/AddUsersToRoles.razor.rz.scp.css */
/* _content/Client/Pages/Aging.razor.rz.scp.css */
/* _content/Client/Pages/BankAccounts.razor.rz.scp.css */
body[b-npcaeihj9q] {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    /*background-image: url("https://i.imgur.com/GMmCQHC.png");*/
    background-repeat: no-repeat;
    background-size: 100% 100% color: #000;
/*    overflow-x: hidden;
    height: 100%;*/
    background: linear-gradient(-45deg, #2196F3 50%, #EEEEEE 50%);
    /*background-repeat: no-repeat*/
}

.card[b-npcaeihj9q] {
    /*padding: 30px 40px;*/
    margin-top: 60px;
    margin-bottom: 60px;
    border: none !important;
    /*box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);*/

    background-color: #FFF;
    border-radius: 25px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 40px;
    z-index: 0
}

.blue-text[b-npcaeihj9q] {
    color: #00BCD4
}

.form-control-label[b-npcaeihj9q] {
    margin-bottom: 0
}

input[b-npcaeihj9q], textarea[b-npcaeihj9q], button[b-npcaeihj9q] {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300
}

    input:focus[b-npcaeihj9q], textarea:focus[b-npcaeihj9q] {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #00BCD4;
        outline-width: 0;
        font-weight: 400
    }

.btn-block[b-npcaeihj9q] {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer
}

    .btn-block:hover[b-npcaeihj9q] {
        color: #fff !important
    }

button:focus[b-npcaeihj9q] {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.fit-image[b-npcaeihj9q] {
    width: 100%;
    object-fit: cover
}
.dtHorizontalExampleWrapper[b-npcaeihj9q] {
    max-width: 600px;
    margin: 0 auto;
}

#dtHorizontalExample th[b-npcaeihj9q], td[b-npcaeihj9q] {
    white-space: nowrap;
}

table.dataTable thead .sorting[b-npcaeihj9q]:after,
table.dataTable thead .sorting[b-npcaeihj9q]:before,
table.dataTable thead .sorting_asc[b-npcaeihj9q]:after,
table.dataTable thead .sorting_asc[b-npcaeihj9q]:before,
table.dataTable thead .sorting_asc_disabled[b-npcaeihj9q]:after,
table.dataTable thead .sorting_asc_disabled[b-npcaeihj9q]:before,
table.dataTable thead .sorting_desc[b-npcaeihj9q]:after,
table.dataTable thead .sorting_desc[b-npcaeihj9q]:before,
table.dataTable thead .sorting_desc_disabled[b-npcaeihj9q]:after,
table.dataTable thead .sorting_desc_disabled[b-npcaeihj9q]:before {
    bottom: .5em;
}
/* _content/Client/Pages/BankPay.razor.rz.scp.css */
/* Create three equal columns that floats next to each other */
.column1[b-73eedsmczh], .column2[b-73eedsmczh] {
    float: left;
    width: 50%;
    padding: 2%;
}

/* Clear floats after the columns */
.row1[b-73eedsmczh]:after, .row2[b-73eedsmczh]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 2%;
}

.column2[b-73eedsmczh] {
    float: left;
    width: 50%;
    padding: 2%;
}

/* Clear floats after the columns */
.row2[b-73eedsmczh]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 2%;
}

.column[b-73eedsmczh] {
    float: left;
    width: 50%;
    padding: 1%;
}

/* Clear floats after the columns */
.row[b-73eedsmczh]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 1%;
}

/*body,
html,
app {
    height: 100%;
}

app {
    overflow: auto;
}

.content {
    height: calc(100% - 70px);
}*/
/* This is the CSS used in the demo */
/*smart-grid {
    width: 70%;
    height: auto;
}

smart-grid-cell[data-field="Website"] .url {
    padding-left: 7px;
}*/


tr.hide-table-padding td[b-73eedsmczh] {
    padding: 0;
}

.expand-button[b-73eedsmczh] {
    position: relative;
}

.accordion-toggle .expand-button[b-73eedsmczh]:after {
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translate(0, -50%);
    content: '-';
}

.accordion-toggle.collapsed .expand-button[b-73eedsmczh]:after {
    content: '+';
}


.visible[b-73eedsmczh] {
    visibility: visible;
}

.invisible[b-73eedsmczh] {
    visibility: hidden;
}

/*.fit-image {
    width: 100%;
    object-fit: cover
}

.dtHorizontalExampleWrapper {
    max-width: 600px;
    margin: 0 auto;
}

#dtHorizontalExample th, td {
    white-space: nowrap;
}


table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}*/


/*body {
    color: #000;
    overflow-x: hidden;
    height: 100%;*/
/*background-image: url("https://i.imgur.com/GMmCQHC.png");*/
/*background-repeat: no-repeat;
    background-size: 100% 100% color: #000;*/
/*    overflow-x: hidden;
    height: 100%;*/
/*background: linear-gradient(-45deg, #2196F3 50%, #EEEEEE 50%);*/
/*background-repeat: no-repeat*/
/*}

.card {*/
/*padding: 30px 40px;*/
/*margin-top: 60px;
    margin-bottom: 60px;
    border: none !important;*/
/*box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);*/

/*background-color: #FFF;
    border-radius: 25px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 40px;
    z-index: 0
}

.blue-text {
    color: #00BCD4
}

.form-control-label {
    margin-bottom: 0
}

input, textarea, button {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300
}

    input:focus, textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #00BCD4;
        outline-width: 0;
        font-weight: 400
    }

.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer
}

    .btn-block:hover {
        color: #fff !important
    }

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.dtHorizontalExampleWrapper {
    max-width: 600px;
    margin: 0 auto;
}

#dtHorizontalExample th, td {
    white-space: nowrap;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}*/
/* _content/Client/Pages/Cashbalance.razor.rz.scp.css */
/*body {
    color: #000;
    overflow-x: hidden;
    height: 100%;*/
    /*background-image: url("https://i.imgur.com/GMmCQHC.png");*/
    /*background-repeat: no-repeat;
    background-size: 100% 100% color: #000;*/
    /*    overflow-x: hidden;
    height: 100%;*/
    /*background: linear-gradient(-45deg, #2196F3 50%, #EEEEEE 50%);*/
    /*background-repeat: no-repeat*/
/*}

.card {*/
    /*padding: 30px 40px;*/
    /*margin-top: 60px;
    margin-bottom: 60px;
    border: none !important;*/
    /*box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);*/

    /*background-color: #FFF;
    border-radius: 25px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 40px;
    z-index: 0
}

.blue-text {
    color: #00BCD4
}

.form-control-label {
    margin-bottom: 0
}

input, textarea, button {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300
}

    input:focus, textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #00BCD4;
        outline-width: 0;
        font-weight: 400
    }

.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer
}

    .btn-block:hover {
        color: #fff !important
    }

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.dtHorizontalExampleWrapper {
    max-width: 600px;
    margin: 0 auto;
}

#dtHorizontalExample th, td {
    white-space: nowrap;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}*/












.file-drop-zone[b-a3kwh0nzfy] {
    display: flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
}

.hover[b-a3kwh0nzfy] {
    border-style: solid;
    background-color: #00ca71;
}

.image-container[b-a3kwh0nzfy] {
    display: flex;
    justify-content: center;
}

    .image-container img[b-a3kwh0nzfy] {
        width: 50%;
    }

[b-a3kwh0nzfy] input[type=file] {
    width: 100%;
    padding: 20px;
}

.error-message-container[b-a3kwh0nzfy] {
    color: red;
    text-align: center;
}

/* _content/Client/Pages/CompanyReps.razor.rz.scp.css */
/* _content/Client/Pages/CorporateAdmins.razor.rz.scp.css */
/* _content/Client/Pages/CustStatement.razor.rz.scp.css */
/* Create three equal columns that floats next to each other */
.column1[b-imgshujt2i], .column2[b-imgshujt2i] {
    float: left;
    width: 50%;
    padding: 2%;
}

/* Clear floats after the columns */
.row1[b-imgshujt2i]:after, .row2[b-imgshujt2i]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 2%;
}

.column2[b-imgshujt2i] {
    float: left;
    width: 50%;
    padding: 2%;
}

/* Clear floats after the columns */
.row2[b-imgshujt2i]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 2%;
}

.column[b-imgshujt2i] {
    float: left;
    width: 50%;
    padding: 1%;
}

/* Clear floats after the columns */
.row[b-imgshujt2i]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 1%;
}

/*body {
    color: #000;
    overflow-x: hidden;
    height: 100%;*/
    /*background-image: url("https://i.imgur.com/GMmCQHC.png");*/
    /*background-repeat: no-repeat;
    background-size: 100% 100% color: #000;*/
    /*    overflow-x: hidden;
    height: 100%;*/
    /*background: linear-gradient(-45deg, #2196F3 50%, #EEEEEE 50%);*/
    /*background-repeat: no-repeat*/
/*}

.card {*/
    /*padding: 30px 40px;*/
    /*margin-top: 60px;
    margin-bottom: 60px;
    border: none !important;*/
    /*box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);*/

    /*background-color: #FFF;
    border-radius: 25px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 40px;
    z-index: 0
}

.blue-text {
    color: #00BCD4
}

.form-control-label {
    margin-bottom: 0
}

input, textarea, button {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300
}

    input:focus, textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #00BCD4;
        outline-width: 0;
        font-weight: 400
    }

.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer
}

    .btn-block:hover {
        color: #fff !important
    }

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.dtHorizontalExampleWrapper {
    max-width: 600px;
    margin: 0 auto;
}

#dtHorizontalExample th, td {
    white-space: nowrap;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}*/
/* _content/Client/Pages/Dashboard.razor.rz.scp.css */
.link-button[b-iymlkekwzv] {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.circular-button[b-iymlkekwzv] {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    background-color: #0071A8;
    box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.1);
}


.column[b-iymlkekwzv] {
    float: left;
    width: 25%;
    padding: 3px;
}

.row[b-iymlkekwzv]:after {
    content: "";
    display: table;
    clear: both;
    margin-left: 3%;
}


#optionsList[b-iymlkekwzv] {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid white;
    border-top: none;
    position: absolute;
    width: 100%;
    background-color: white;
}

    #optionsList li[b-iymlkekwzv] {
        padding: 5px;
        cursor: pointer;
    }

        #optionsList li:hover[b-iymlkekwzv] {
            background-color: black;
            color: white;
        }
/* _content/Client/Pages/DeleteUsersFromRoles.razor.rz.scp.css */
/* _content/Client/Pages/Inputsman.razor.rz.scp.css */
/*body {
    color: #000;
    overflow-x: hidden;
    height: 100%;*/
    /*background-image: url("https://i.imgur.com/GMmCQHC.png");*/
    /*background-repeat: no-repeat;
    background-size: 100% 100% color: #000;*/
    /*    overflow-x: hidden;
    height: 100%;*/
    /*background: linear-gradient(-45deg, #2196F3 50%, #EEEEEE 50%);*/
    /*background-repeat: no-repeat*/
/*}

.card {*/
    /*padding: 30px 40px;*/
    /*margin-top: 60px;
    margin-bottom: 60px;
    border: none !important;*/
    /*box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);*/

    /*background-color: #FFF;
    border-radius: 25px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 40px;
    z-index: 0
}

.blue-text {
    color: #00BCD4
}

.form-control-label {
    margin-bottom: 0
}

input, textarea, button {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300
}

    input:focus, textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #00BCD4;
        outline-width: 0;
        font-weight: 400
    }

.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer
}

    .btn-block:hover {
        color: #fff !important
    }

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.dtHorizontalExampleWrapper {
    max-width: 600px;
    margin: 0 auto;
}

#dtHorizontalExample th, td {
    white-space: nowrap;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}*/












.file-drop-zone[b-a74sc06mql] {
    display: flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
}

.hover[b-a74sc06mql] {
    border-style: solid;
    background-color: #00ca71;
}

.image-container[b-a74sc06mql] {
    display: flex;
    justify-content: center;
}

    .image-container img[b-a74sc06mql] {
        width: 50%;
    }

[b-a74sc06mql] input[type=file] {
    width: 100%;
    padding: 20px;
}

.error-message-container[b-a74sc06mql] {
    color: red;
    text-align: center;
}

/* _content/Client/Pages/Member.razor.rz.scp.css */
/* _content/Client/Pages/MemberInvoices.razor.rz.scp.css */
/*body {
    background-color: #eee
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25)
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0rem rgba(108,117,125,.5)
}

.close:focus {
    box-shadow: 0 0 0 0rem rgba(108,117,125,.5)
}

.mt-200 {
    margin-top: 200px
}
*/
/* _content/Client/Pages/PendingAllocations.razor.rz.scp.css */
/* _content/Client/Pages/Roles.razor.rz.scp.css */
/* _content/Client/Pages/SettingsConfig.razor.rz.scp.css */
/* _content/Client/Pages/SubmittedApplications.razor.rz.scp.css */
/* _content/Client/Pages/Users.razor.rz.scp.css */
/* _content/Client/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-04pu95vclr] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-04pu95vclr] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-04pu95vclr] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-04pu95vclr] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-04pu95vclr] {
        font-size: inherit;
    }
}
/* _content/Client/Shared/MainLayout.razor.rz.scp.css */
.page[b-ue12j0c5j8] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-ue12j0c5j8] .page-layout,
[b-ue12j0c5j8] .page-layout > .dxbl-gridlayout-root,
[b-ue12j0c5j8] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-ue12j0c5j8] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-ue12j0c5j8] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-ue12j0c5j8] .fit-width {
    max-width: 100%;
}

[b-ue12j0c5j8] .mw-1100 {
    max-width: 1100px;
}
/* _content/Client/Shared/NavMenu.razor.rz.scp.css */

/*CHANDI RAZOR 2*/
.nk-menu-heading[b-dwvujiiut8] {
    cursor: pointer;
}


.nk-menu-item[b-dwvujiiut8] {
    display: none;
}


.clientMenu[b-dwvujiiut8] {
    display: none;
}

.companymngtMenu[b-dwvujiiut8] {
    display: none;
}

.dashboardMenu[b-dwvujiiut8] {
    display: none;
}

.reportMenu[b-dwvujiiut8] {
    display: none;
}
.applicationStausMenu[b-dwvujiiut8] {
    display: none;
}
.memberViewMenu[b-dwvujiiut8] {
    display: none;
}

.bankingMenu[b-dwvujiiut8] {
    display: none;
}

.bomaidMenu[b-dwvujiiut8] {
    display: none;
}

.sageMenu[b-dwvujiiut8] {
    display: none;
}

.settingMenu[b-dwvujiiut8] {
    display: none;
}

.waiverMenu[b-dwvujiiut8] {
    display: none;
}


.nk-menu-link:hover[b-dwvujiiut8] {
    background-color: #057cad;
    color: black;
    border-radius: 20px;
}

.nk-menu-text:hover[b-dwvujiiut8], #icons:hover[b-dwvujiiut8] {
    color: black;
    border-radius: 20px;
}

.nk-menu-text1[b-dwvujiiut8], #footericon[b-dwvujiiut8], .language-list[b-dwvujiiut8] {
    color: white;
    font-size: smaller;
}

.nk-menu-link[b-dwvujiiut8] {
    font-size: smaller;
}

.nk-menu-heading[b-dwvujiiut8] {
    color: white;
    font-size: xx-large;
    font-weight: bold;
}

.nk-menu-icon[b-dwvujiiut8] {
    color: black;
}

.nk-menu-text[b-dwvujiiut8], #icons[b-dwvujiiut8] {
    color: black;
}
#logocontainer[b-dwvujiiut8] {
    background-color: white;
}
/* _content/Client/Shared/RedirectToLogin.razor.rz.scp.css */
