#blazor-error-ui {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2000;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.validation-message {
    color: #f44336;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 12px;
    font-weight: normal;
}

.title-group {
    color: #5a5a5a;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif";
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 5px;
}


@@-moz-document url-prefix() {
    .table-view-value table {
        border-collapse: initial !important;
    }
}

.table-view-value table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .table-view-value table th,
    .table-view-value table td {
        font-weight: normal;
        padding: 5px;
        text-align: left;
        border: 1px solid #ddd
    }

.card-header-title-custom .e-card-header-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: normal !important;
    color: #5a5a5a !important;
    border-bottom: 2px solid #e6e9ed !important;
}

.e-bold {
    color: #5a5a5a;
    font-weight: 500 !important;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.e-treeview .e-list-item.e-active > .e-fullrow {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}


.e-file-icon-container {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 11px;
    height: 18px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 12px;
    margin-top: -18px;
    padding: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    vertical-align: middle;
    width: 18px;
}

.btn-grp {
    text-align: center;
    margin-top: 15px;
}

.country {
    right: 15px;
    position: absolute;
}

#chip-default-wrapper .sample-padding {
    padding: 10px;
}

.chips-headers {
    font-weight: bolder;
}
/* Icons */

.warning-icon::before {
    content: '\e92f';
    color:yellow;
}
.circle-check-icon::before {
    content: '\ea84';
    color: green;
}
.circle-close-icon::before {
    content: '\e7e9';
    color: red;
}
.e-view-icon::before {
    content: '\e345';
}

.e-add-icon::before {
    content: '\e823';
}

.e-more-pv::before {
    content: '\ec16';
}

.e-reload-icon::before {
    content: '\e606';
}

.e-file-download-btn::before {
    content: '\ec0b';
}

.e-sign-icon::before {
    content: '\e737';
}

.e-stamp::before {
    content: '\ec28';
}

.e-delete-pv:before {
    content: '\ec1c';
}

.e-comment-pv:before {
    content: '\ec10';
}

.e-print-pv:before {
    content: '\ec20';
}

.e-resource-icon::before {
    content: '\ec15';
}

.e-user-icon:before {
    content: '\e424';
}

.e-download-icon::before {
    content: '\ec0b';
}

.e-send::before {
    content: '\e816';
}

.e-file-viewer-btn::before {
    content: '\e345';
}

.e-file-cancel {
    content: '\e204'
}

.e-file-replace {
    content: '\e209'
}

.e-file-adjust {
    content: '\e19e'
}

.e-changes-reject::before {
    content: '\e204'
}

.e-tick::before {
    content: '\e614';
}

.e-close-icon::before {
    content: '\eb36';
}

.e-display-for-preview::before {
    content: '\e203';
}

.e-image::before {
    content: '\e335';
}

.e-copy::before {
    content: '\e60d';
}

.e-excel-export::before {
    content: '\e700';
}

.e-month-icon::before {
    content: '\e93c';
}

.e-filter-fields::before {
    content: '\e434';
}

.e-changes-accept::before {
    content: '\e19f';
}

.e-hide::before {
    content: '\e721';
}

.e-chevron-down-double::before {
    content: '\e304'
}

.e-chevron-up-double::before {
    content: '\e306'
}

.e-changes-track-icon::before {
    content: '\e20a'
}

.e-changes-accept-icon::before {
    content: '\e19f'
}



.e-menu-home::before {
    content: "\ea44";
    font-size: 25px;
    color: #ffca1c;
}

.e-menu-eoffice::before {
    content: "\ea19";
    font-size: 25px;
    color: #d3e3fa;
}

.e-menu-business::before {
    content: "\e0af";
    font-size: 25px;
    color: #aba695;
}

.e-menu-accounting::before {
    content: "\e870";
    font-size: 25px;
    color: #ffefbd;
}

.e-card-icon::before {
    content: "\e870";
}
.e-more-time-icon::before {
    content: "\ea5d";
}

.e-menu-purchase::before {
    content: "\e547";
    font-size: 25px;
    color: #c3caff;
}

.e-menu-report::before {
    content: "\e160";
    font-size: 25px;
    color: #e5d5a2;
}

.e-menu-admin::before {
    content: "\ef3d";
    font-size: 25px;
    color: #f44336;
}

.e-upload .e-upload-files .e-file-download-btn {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 11px;
    height: 18px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 12px;
    margin-top: -18px;
    padding: 18px;
    position: absolute;
    right: 40px;
    top: 50%;
    vertical-align: middle;
    width: 18px;
}

    .e-upload .e-upload-files .e-file-download-btn.e-icons::before {
        content: '\ec0b';
    }

    .e-upload .e-upload-files .e-file-download-btn.e-icons:not(.e-upload-progress):hover {
        background-color: rgba(0, 0, 0, 0.12);
        border-color: transparent;
        border-radius: 50%;
        box-shadow: 0 0 0 transparent;
    }

.e-upload .e-upload-files .e-file-viewer-btn {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 11px;
    height: 18px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 12px;
    margin-top: -18px;
    padding: 18px;
    position: absolute;
    right: 80px;
    top: 50%;
    vertical-align: middle;
    width: 18px;
}

    .e-upload .e-upload-files .e-file-viewer-btn.e-icons::before {
        content: '\e345';
    }

    .e-upload .e-upload-files .e-file-viewer-btn.e-icons:not(.e-upload-progress):hover {
        background-color: rgba(0, 0, 0, 0.12);
        border-color: transparent;
        border-radius: 50%;
        box-shadow: 0 0 0 transparent;
    }

.pdf-page-canvas {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    box-shadow: 0 2px 4px rgb(95 158 160);
    border: 9px solid transparent;
    background-clip: content-box;
    background-color: white;
}

/*.view-dialog .e-dlg-header {
    color: white;
    text-align: center;
    width: 95%;
}

.view-dialog .e-dlg-header-content {
    padding: 6px;
    background-color: #3f51b5;
}

.view-dialog .e-icon-dlg-close {
    top: 0px;
    left: -5px;
}

.view-dialog .e-dlg-content {
    font-size: 15px !important;
    padding: 10px 18px 10px 18px !important;
}*/

.lbl-caption {
    color: #5a5a5a;
    font-weight: 500;
    margin: 0;
}

.lbl-content {
    font-weight: normal !important;
    color: #000;
    opacity: 0.87;
    margin: 0;
}

.view-content-table > tbody > tr > td {
    vertical-align: top;
    padding: 5px 20px 5px 20px;
}

.td-header {
    text-align: left;
    color: #5a5a5a;
    font-weight: 600 !important;
    text-transform: uppercase;
    /* font-size: 20px;
    text-decoration: underline;*/
    padding-left: 5px !important;
}

.div-header {
    text-align: left;
    color: #5a5a5a;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.header-row {
    border-left: 6px solid #5a5a5a !important;
    color: #5a5a5a;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    background: #e4e4e4;
    margin: 10px 0px 5px 0px;
}


.header-view {
    border-left: 6px solid #5a5a5a !important;
    color: #5a5a5a;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    background: #e4e4e4;
    margin: 10px 0px 5px 0px;
}

.lbl-description {
    width: 100%;
    padding: 10px;
    border: solid 1px;
    border-color: #e0e0e0;
    font-size: 13px;
}
/*
.e-dialog .e-dlg-header-content {
    background-color: #3f51b5;
}

.fabric .e-dialog .e-dlg-header-content {
    background-color: #0078d7;
}

.bootstrap .e-dialog .e-dlg-header-content {
    background-color: #428bca;
}

.bootstrap4 .e-dialog .e-dlg-header-content {
    background-color: #007bff;
}

.highcontrast .e-dialog .e-dlg-header-content {
    background-color: #ffd939;
}

.material.e-bigger .e-dialog .e-footer-content {
    padding-left: 23px;
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    top: 0px;
    left: -5px;
}

.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    top: 3px;
    left: -11px;
}

.bootstrap4 .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
.bootstrap4.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    top: 8px;
}

.e-dialog .e-dlg-header-content .e-icon-dlg-close {
    color: #fff;
}*/


/*Div Table*/
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}
/*End Div Table*/

/*Customer edit table*/


/*Customer edit table*/

.table-edit > thead {
    background: #5a5a5a;
    color: #f8f8f8;
}

.table-edit .label-edit {
    padding-top: 5px;
    color: #5a5a5a;
}

.table-edit > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 0px;
}


/*Material icon*/
.sb-component-samples .sf-list-li .sf-list-text {
    width: 100%;
    height: 100%;
}

.sb-component-samples .sf-list-li a {
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.sb-component-samples .sf-list-li.sf-list-li-active a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}



.search-user-header {
    font-weight: 500;
    color: rgba(0, 0, 0, .54);
    height: 48px;
    padding: 15px 0 0 16px;
    font-size: 14px;
    background-color: #f5f5f5;
}

.search-user-info {
    margin-left: 34px;
}

.search-user-ename {
    display: block !important;
    opacity: .87;
    font-size: 14px;
}


.search-user-job {
    opacity: .54;
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 7px;
}

.search-user-mail {
    opacity: .54;
    font-size: 12px;
    margin-top: -15px;
    margin-bottom: 7px;
}


.search-user-empImage {
    margin: 6px 16px;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.header-button {
    font-size: 15px !important;
    background-color: #5a5a5a;
    margin-bottom: 5px;
    text-transform: none;
    color: white;
}

    .header-button .e-icons {
        color: white;
    }

.e-btn.e-primary, .e-css.e-btn.e-primary {
    background-color: #5a5a5a;
}

    .e-btn.e-primary:hover,
    .e-css.e-btn.e-primary:hover {
        background-color: #7f7f7f;
    }

.e-checkbox-disabled .e-checkbox-wrapper .e-frame {
    border-color: #bdbdbd;
}

.e-checkbox-disabled .e-checkbox-wrapper {
    cursor: default;
    pointer-events: none;
    display: none;
}

/* Material */

/* Material */
.e-user::before {
    font-family: 'Material Icons';
    content: "\e853";
}

.e-material-icons {
    font-family: 'Material Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.settings-backup-restore::before {
    content: "\e8ba";
}

.e-logout::before {
    content: "\e9ba";
    font-size: 21px;
}

.e-camera::before {
    content: "\e3af";
    font-size: 40px;
    color: #5a5a5a;
}

.e-videocam_off::before {
    content: "\e04c";
    font-size: 40px;
    color: #5a5a5a;
}


.e-profile::before {
    content: "\e7fd";
    font-size: 21px;
}

.e-check-mark::before {
    content: "\e7ff";
}

.e-settings::before {
    content: "\e853";
    font-size: 21px;
}

.e-mail-icon::before {
    content: "\e0be";
}

.e-delete-icon::before {
    content: '\e84e';
}

.e-copy-icon::before {
    content: '\e70a';
}

.e-notification-icon::before {
    content: "\e7f7";
}

.e-fast-check-icon:before {
    content: "\f0c5";
}


.e-wallet:before {
    content: "\e850";
}

.e-gift:before {
    content: "\e8f6";
}

.e-toolbar-wrapper {
    min-height: 42px !important;
}

.e-headertext {
    font-weight: bold
}

.e-headertext {
    font-weight: bold;
}

.e-file-container {
    font-weight: 500;
}

.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
    color: red;
}

.e-table-detail .e-rowcell {
    border-left-width: 1px !important;
    border: 1px solid #c4bdbd;
    border-top-color: #c4bdbd;
}

.e-table-detail tr:first-child td {
    border: 1px solid #c4bdbd !important;
    border-top-color: #c4bdbd !important;
}

.otp-verify {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}

    .otp-verify input {
        text-align: center;
        font-size: 40px !important;
        color: #5a5a5a !important;
    }

.otp-verify-button {
    margin-top: 20px;
    font-size: 20px;
    width: 200px;
}

.responsive-align {
    margin: 20px 20px;
}

.margin-right-10 {
    margin-right: 10px;
}

.error {
    color: red;
}

.e-grid.e-wrap .e-checkselect, .e-grid.e-wrap .e-checkselectall {
    position: initial;
    width: 100% !important;
}

.docs-pictures {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .docs-pictures > li {
        border: 1px solid transparent;
        float: left;
        height: calc(100% / 4);
        margin: 0 -1px -1px 0;
        overflow: hidden;
        width: calc(100% / 4);
    }

        .docs-pictures > li > img {
            cursor: -webkit-zoom-in;
            cursor: zoom-in;
            width: 100%;
        }

.docs-pictures-2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .docs-pictures-2 > li {
        border: 1px solid transparent;
        float: left;
        height: calc(100% / 3);
        margin: 0 -1px -1px 0;
        overflow: hidden;
        width: calc(100% / 3);
    }

        .docs-pictures-2 > li > img {
            cursor: -webkit-zoom-in;
            cursor: zoom-in;
            width: 100%;
        }

.ScanCamera {
    margin: 0px 12px;
    padding: 0px;
    position: fixed;
    z-index: 2147483644;
    bottom: 24px;
    top: auto;
    height: 60px;
    width: 60px;
    border-radius: 29px;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
    background: none;
    display: block;
    animation: 3s ease-out 0s 1 normal none running slideInFromBottomDelay;
    right: 12px;
}

#components-tree {
    overflow-y: auto;
}

.left-nav-menu .e-listview .e-list-item {
    background: #f8f8f8;
}

.left-nav-menu .e-listview .e-list-group-item {
    border-top: 0px solid;
}

.no-view {
    color: #5a5a5a !important;
    font-weight: 600 !important;
}

.button-group-width {
    min-width: 200px;
    color: #5a5a5a !important;
    font-weight: 600 !important;
}

.office-comment {
    color: red;
    white-space: pre;
    font-family: " Roboto","Segoe UI","GeezaPro","DejaVu Serif","sans-serif","-apple-system","BlinkMacSystemFont";
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation .5s infinite;
    -moz-animation: flickerAnimation .5s infinite;
    -o-animation: flickerAnimation .5s infinite;
    animation: flickerAnimation .5s infinite;
}


/*Dynamic Form*/
.e-dynamic-field-bottom-line {
    border-bottom: groove;
}
/* ListView position alignment */
.e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
    padding-left: 1.0666em;
    padding-right: 1.0666em;
}

.groupedList.e-listview {
    display: block;
    margin: auto;
    border: 1px solid;
    line-height: initial;
    border-color: rgba(0, 0, 0, 0.12);
}
/* ListView header alignment */
.e-listview.e-rtl .e-text .e-headertext:after {
    font-family: 'e-icons';
    position: absolute;
    content: "\e712";
    right: 315px;
}

/*.e-listview .e-text .e-headertext:after {
    font-family: 'e-icons';
    position: absolute;
    content: "\e712";
    right: 16px;
}*/

.groupedList.e-listview .e-list-header {
    color: white;
    height: 57px;
    background-color: #56697f;
    padding-left: 15px;
    position: sticky;
    top: -1px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

    .groupedList.e-listview .e-list-header .e-text {
        font-family: sans-serif;
        font-size: 18px;
        line-height: 26px;
    }

.tailwind #groupedList.e-listview .icon {
    color: #4f46e5;
}

.tailwind #groupedList.e-list-template .e-active .e-list-item-header,
.tailwind #groupedList.e-list-template .e-active .e-list-content {
    color: #4f46e5;
}

.groupedList.e-listview .e-list-item {
    cursor: pointer;
}

.groupedList.e-listview .e-content {
    height: 450px;
    overflow-y: scroll;
}

.groupedList.e-listview .e-list-group-item {
    color: #837c7c;
    padding: 0;
    height: inherit;
}

.groupedList.e-listview .icon {
    background: transparent;
    font-family: 'e-icons';
    color: #FF4081;
}

.groupedList.e-listview .wifi:before {
    content: "\e700";
    font-size: 25px;
}

.groupedList.e-listview .bluetooth:before {
    content: "\e702";
    font-size: 25px;
}

.groupedList.e-listview .sim:before {
    content: "\e705";
    font-size: 25px;
}

.groupedList.e-listview .display:before {
    content: "\e704";
    font-size: 25px;
}

.groupedList.e-listview .sound:before {
    content: "\e703";
    font-size: 25px;
}

.groupedList.e-listview .battery:before {
    content: "\e711";
    font-size: 25px;
}

.groupedList.e-listview .user:before {
    content: "\e707";
    font-size: 25px;
}

.groupedList.e-listview .location:before {
    content: "\e708";
    font-size: 25px;
}

.groupedList.e-listview .security:before {
    content: "\e709";
    font-size: 25px;
}

.groupedList.e-listview .language:before {
    content: "\e710";
    font-size: 25px;
}

.groupedList.e-listview .e-hover {
    transition: 0.5s;
}
/* ListView theme customization */
.bootstrap .groupedList.e-listview .e-list-header .e-text {
    line-height: 18px;
}

.highcontrast .groupedList.e-listview .e-list-header .e-text {
    line-height: 26px;
}

.highcontrast .groupedList.e-listview .e-list-header {
    color: #ffd939;
    background-color: #333333;
}

.fabric .groupedList.e-listview .icon {
    color: #0078D7;
}

.bootstrap .groupedList.e-listview .icon {
    color: #1073B1;
}

.highcontrast .groupedList.e-listview .icon {
    color: #fff;
}

.highcontrast .groupedList.e-listview .e-active .icon {
    color: black;
}

.material .groupedList.e-list-template .e-active .e-list-item-header,
.material .groupedList.e-list-template .e-active .e-list-content {
    color: #FF4081;
}

.fabric .groupedList.e-list-template .e-active .e-list-item-header,
.fabric .groupedList.e-list-template .e-active .e-list-content {
    color: black;
}

.bootstrap .groupedList.e-list-template .e-active .e-list-item-header,
.bootstrap .groupedList.e-list-template .e-active .e-list-content {
    color: #1073B1;
}

.highcontrast .groupedList.e-list-template .e-active .e-list-item-header,
.highcontrast .groupedList.e-list-template .e-active .e-list-content {
    color: #000;
}

.bootstrap4 .groupedList.e-listview .e-active .icon {
    color: #fff;
}

.alert-button {
    color: red !important;
}

.button-width-200 {
    width: 120px;
}

.input-button-search {
    width: 100%;
    margin-top: 18px;
}

/*Side Bar*/

.sidebar {
    background-image: #f8f8f8;
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: rgba(0,0,0,0.87);
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: #5a5a5a;
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: #848484;
                color: white;
            }

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        min-width: 250px;
        height: auto;
        min-height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 20rem !important;
        padding-right: 1.5rem !important;
        padding-top: 1.1rem;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.e-sidebar.e-left {
    border-right: 1px solid rgba(0,0,0,0.12);
    left: 0;
    right: auto;
    top: 100px;
}

.e-sidebar .syncfusion-blazor-icons {
    font-family: "sbicons";
    color: #5a5a5a;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    padding-right: 13px;
    font-size: 18px;
}

.sidebar .nav-item a.active .syncfusion-blazor-icons {
    color: white;
}

.sidebar .nav-item a:hover .syncfusion-blazor-icons {
    color: white;
}

.nav {
    display: block;
}

    .nav .nav-header-group {
        padding: 0.5rem 1rem;
        color: #5a5a5a;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-transform: uppercase;
    }

.e-open .nav .header-group {
    display: block;
}

.e-close .nav .header-group {
    display: none;
}

.e-open .nav .header-group-short {
    display: none;
}

.e-close .nav .header-group-short {
    display: block;
}

/*CARD*/
.eims-card .e-card-header {
    border-bottom: groove;
}

    .eims-card .e-card-header .e-card-header-caption .e-card-header-title {
        font-weight: 500;
        color: #5a5a5a;
    }

.primary-color {
    color: #5a5a5a !important;
}

/*.e-dialog .e-toolbar-container {
    min-height: 42px;
}
*/

.banktransactionhighlight {
    background: yellow;
}

.banktransactionhighlightduplicate {
    background: red;
}

.e-hidden-custom {
    display: none !important;
}

.header-button .e-btn-content {
    color: white;
    font-size: 15px !important;
}

.senderror {
    background-color: springgreen;
}

.dlg-warning .e-dlg-header-content {
    background: red;
}

    .dlg-warning .e-dlg-header-content .e-dlg-header {
        color: white;
        font-weight: 600;
    }

.dlg-warning .e-dlg-content {
    padding-top: 20px !important;
}

.dlg-warning .total-content {
    text-align: right;
    font-weight: 600;
}

#signature-control {
    width: 100%;
    margin: 0;
    height: 270px;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.27), 0 0 40px rgba(0,0,0,.08) inset;
    border-radius: 4px;
    padding: 16px 16px 16px 16px
}

.e-signature {
    background-color: #fff;
    border: 1px solid;
    border-color: #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,.02) inset;
}

.e-border-button {
    border-color: #cfcfcf !important;
    border-radius: 3px !important;
    margin: 2px !important;
}

.sb-notification-update {
    margin: 24px 0 0 24px;
    font-size: 16px;
    font-weight: 600
}

.sb-notification-new {
    font-size: 13px;
    font-weight: 600;
    top: 6px;
    margin: 10px;
    right: 35px;
    position: absolute
}

    .sb-notification-new > a {
        color: #0970f2
    }

.sb-notification-item {
    height: 10px;
    width: 400px;
    left: 966px;
    margin-top: 15px;
    border-radius: 0
}

.sf-clear-icon {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 23px;
    float: right
}

.sb-notification-item .sf-clear-icon::before {
    content: '\e7fc';
    color: #000
}

.sb-notification-item .sf-clear-icon {
  
    top: 10px;
    right: 10px;
    position: absolute
}

.sf-notification {
    height: 32px;
    width: 40px;
    padding: 6px 5px 5px 7px
}

    .sf-notification:hover {
        background-color: #d8d8d8
    }

.sb-notification-popup {
    height: 100%;
    width: 25%;
    border-left: 1px solid #eaeaea;
    position: absolute;
    background-color: #fff;
    left: auto;
    right: 0;
    z-index: 1000;
    overflow-y: scroll;
    overflow-x: hidden
}

.sb-notification-content-container {
    border-radius: 4px;
    margin: 8px 24px;
    padding: 5px;
    background: #f5f5f5
}

.sb-notification-content {
    margin: 10px 5px 10px 10px
}

.sb-notification-category {
    margin: 5px 5px 12px
}

    .sb-notification-category > a {
        font-size: 14px;
        font-weight: 600;
        color: #086ae5
    }

.sb-notification-list-container {
    margin: 5px 5px 15px
}

.sb-notification-sample {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px
}

.sb-Notification-link-label > a {
    font-weight: 600;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #086ae5;
    text-decoration: underline
}

.sb-notifiction-Update {
    margin-left: 20px
}

ul.sb-notification-list {
    font-size: 13px;
    margin-left: 8px;
    margin-top: 5px;
    margin-bottom: 12px;
    padding-left: 13px !important
}

    ul.sb-notification-list.list-type-none {
        list-style: none;
        margin-left: 1px !important;
        padding: 0 !important
    }

.sb-notification-overlay {
    z-index: 100000024;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(126,125,125,.78)
}