﻿
@charset "UTF-8";
/* roboto-300 - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900italic - latin_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url('/_content/CommonUIs/fonts/roboto-v30-latin_vietnamese-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body::-webkit-scrollbar-track-piece, body ::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

body::-webkit-scrollbar, body ::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

body::-webkit-scrollbar-thumb, body ::-webkit-scrollbar-thumb {
    background-clip: content-box;
    min-height: 28px;
    border-radius: 20px;
    border: 3px solid transparent !important;
    background-color: rgba(50, 50, 93, 0.25);
    cursor: pointer !important;
}

    body::-webkit-scrollbar-thumb:hover, body ::-webkit-scrollbar-thumb:hover {
        /*border: 1px solid #607D8B;*/
        background-color: #00a54f;
        border: 1px solid transparent !important;
    }

html {
    overflow: hidden;
}

body, html {
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    color: #000;
    min-height: 100svh;
    height: 100svh;
    padding: 0px;
    margin: 0px;
    font-size: 13px !important;
    font-weight: 400;
    background-color: #FAFAFA;
}

div, label, h1, h2, h3, h4, h5, table, a, ul, li,
.e-label {
    font-family: "Roboto";
    color: #000;
}

.mr-5,
.mr5 {
    margin-right: 5px;
}

.mr-10,
.mr10 {
    margin-right: 10px;
}

div.cellCenter {
    text-align: center;
}

div.cellRight {
    text-align: right;
}

.e-btn, .e-css.e-btn {
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 500;
    outline: unset !important;
    color: #000;
}

    .e-btn span.btnHotKey {
        margin-left: 5px;
        font-weight: 500 !important;
        color: #455A64 !important;
    }

    .e-btn:disabled span.btnHotKey {
        color: #BDBDBD !important;
    }

.txtN input.e-input {
    text-align: right !important;
    padding-right: 5px !important;
}

input.e-input,
textarea.e-input,
.e-input-group,
.e-input-group.e-control-wrapper {
    font-family: "Roboto";
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

input.e-input {
    height: 23px !important;
}

.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-input {
    font-family: "Roboto" !important;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.e-rowcell .e-input-group input.e-input,
.e-rowcell .e-input-group.e-control-wrapper input.e-input,
.e-rowcell .e-input-group textarea.e-input,
.e-rowcell .e-input-group.e-control-wrapper textarea.e-input {
    font-size: 12px;
}

    .e-rowcell .e-input-group input.e-input::placeholder {
        font-size: 11px !important;
    }

.e-input-group input.e-input::placeholder {
    font-size: 12px !important;
    color: #BDBDBD !important;
    font-weight: 400 !important;
    font-style: italic !important;
    font-family: 'Roboto' !important;
}

.form-group {
    margin-bottom: 2px;
}

    .form-group .lbl {
        color: #455A64;
        font-size: 12px;
        font-weight: 400;
        display: inline-block;
        user-select: none;
        pointer-events: none;
        position: relative;
        vertical-align: bottom;
    }

        .form-group .lbl .text-danger {
            color: red;
            font-size: 11px;
            position: relative;
            vertical-align: top !important;
            display: inline-block;
            margin-left: 3px;
            margin-top: -2px;
            margin-right: 3px;
        }



.e-dialog .e-dlg-header-content {
    border-bottom: none;
    padding: 10px 8px 10px 8px;
    background-color: #f5f5f5;
    font-family: 'Roboto';
    border-bottom: 0px solid #E0E0E0;
}

.e-dialog .e-dlg-header i {
    font-size: 13px;
    color: #C2185B;
}

.e-dialog .e-dlg-header {
    display: block;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 80%;
    color: #303F9F;
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    bottom: 0px;
    float: right;
    top: -5px;
    height: 15px;
    margin-right: 0px;
    position: relative;
    padding: 0px !important;
    width: 23px;
}

.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
    font-size: 11px;
    width: 11px;
}

.e-dialog .e-footer-content {
    padding: 0px;
    background-color: #fff;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 10px;
    user-select: none;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 0px solid #E0E0E0;
}

    .e-dialog .e-footer-content .e-btn {
        margin-left: 0px;
        color: #303F9F;
        background-color: #fff;
        border-radius: 3px;
        outline: none !important;
        border: 0px solid #fff !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

        .e-dialog .e-footer-content .e-btn:hover {
            background-color: #E8F5E9;
            color: #C2185B !important;
        }

        .e-dialog .e-footer-content .e-btn:has(.fa-floppy-disk) {
            background-color: #3F51B5 !important;
            color: #E8EAF6 !important;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px !important;
            margin-right: 5px;
        }

            .e-dialog .e-footer-content .e-btn:has(.fa-floppy-disk):hover {
                background-color: #303F9F !important;
                color: #fff !important;
                box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
            }

            .e-dialog .e-footer-content .e-btn:disabled,
            .e-dialog .e-footer-content .e-btn:has(.fa-floppy-disk):disabled {
                background-color: #f5f5f5 !important;
                color: #BDBDBD !important;
                box-shadow: unset !important;
            }

        .e-dialog .e-footer-content .e-btn:has(.fa-xmark) {
            background-color: #EEEEEE !important;
            color: #616161 !important;
        }

            .e-dialog .e-footer-content .e-btn:has(.fa-xmark):hover {
                background-color: #E0E0E0 !important;
                color: #000 !important;
            }

        .e-dialog .e-footer-content .e-btn.btnRemove,
        .e-dialog .e-footer-content .e-btn.btnRemove:hover {
            background-color: transparent !important;
        }

        .e-dialog .e-footer-content .e-btn i {
            font-size: 16px !important;
            line-height: 26px;
        }

.e-dialog .btnExportCrewData {
    margin-right: 8px !important;
}

.e-dialog .e-dlg-content {
    padding: 0px !important;
}

.e-dialog.frmX .e-dlg-content,
.e-dialog.frmX .e-footer-content,
.e-dialog.frmX .e-dlg-header-content {
    background-color: #ECEFF1;
}
    .e-dialog.frmX .e-dlg-header-content{
        padding-bottom:3px;
    }
    .e-dialog.frmX .e-dlg-content {
        padding: 0px !important;
    }
    .e-dialog.frmX .e-footer-content {
        padding-bottom: 10px;
    }



    .e-dialog .e-dlg-content .DefaultPadding {
        padding: 8px 10px 8px 10px !important;
        user-select: none;
    }

.e-dialog .e-dlg-content .DefaultPadding {
}

.e-dialog.frmFilter.e-popup-open {
  
    border-radius: 10px !important;
    overflow: hidden !important;
}

.e-dialog.frmFilter .e-dlg-content .DefaultPadding {
    padding-bottom: 10px !important;
}

.e-dialog.frmFilter .e-dlg-header-content,
.e-dialog.frmFilter .e-footer-content {
  
}

.e-dialog.frmFilter .e-dlg-header,
.e-dialog.frmFilter .e-dlg-header i {
    color: #303F9F;
}

.e-dialog.frmNoFooter .e-footer-content {
    display: none;
}

.e-dialog.frmFilter .e-footer-content {
    display: none;
}

    .e-dialog.frmFilter .e-footer-content .e-btn {
        background-color: #fafafa;
        margin-right: 5px;
        border: 0px !important;
        color: #303F9F !important;
    }

        .e-dialog.frmFilter .e-footer-content .e-btn:hover {
            color: #D32F2F !important;
        }

.e-popup.e-popup-open.e-dialog.dlgSearch {
    border: 3px solid #388E3C !important;
}

.e-dialog.dlgSearch.e-popup-open {
    border-radius: 5px !important;
    overflow: hidden !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.e-dialog.frmAbout .e-footer-content {
    display: none !important;
}

.e-dialog.dlgSearch .e-footer-content {
    display: none;
}

.e-dialog.dlgSearch .e-dlg-header-content {
    background-color: #fff;
}

.dlgSearch .e-dlg-overlay {
    opacity: 0.35 !important;
}

.frmAbout .e-dlg-overlay {
    opacity: 0.5 !important;
}




.e-dialog.dlgSearch .e-dlg-header,
.e-dialog.dlgSearch .e-dlg-header i {
    color: #C2185B;
}

.e-popup.e-popup-open.e-dialog.frmExport {
    border: 3px solid #E0E0E0 !important;
}


.e-popup.e-popup-open.e-dialog.frmAbout {
    border: 3px solid #00796B !important;
}

.e-dialog.frmExport.e-popup-open {
    border-radius: 10px !important;
    overflow: hidden !important;
}

.e-dialog.frmExport .e-dlg-header,
.e-dialog.frmExport .e-dlg-header i {
}

.e-dialog.frmExport .e-footer-content {
    display: none;
}


.e-dialog.dlgColor.e-popup-open {
    box-shadow: none !important;
    border: 2px solid #81C784 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.e-dialog.dlgColor .e-footer-content {
    display: none;
}

.e-dialog.dlgColor .e-container {
    box-shadow: none !important;
}

.e-dialog.dlgColor .e-dlg-header-content {
    background-color: #fff;
}

.e-dialog.dlgColor .e-dlg-header,
.e-dialog.dlgColor .e-dlg-header i {
    color: #303F9F;
}

.e-dialog.dlgColor .e-dlg-content {
    height: 270px;
    overflow: hidden;
}

.txtCenter input.e-input {
    text-align: center !important;
}

.txtSearchDlg.e-input-group {
    height: 30px !important;
    line-height: 30px !important;
    background-color: #fff !important;
    border-top: 1px solid #e0e0e0 !important;
    border-left: 0px solid #607D8B !important;
}

    .txtSearchDlg.e-input-group input {
        height: 30px !important;
        line-height: 30px !important;
        font-weight: 500 !important;
        color: #7B1FA2 !important;
        letter-spacing: 1px !important;
        padding-left: 5px !important;
    }

        .txtSearchDlg.e-input-group input::placeholder {
            color: #388E3C !important;
            font-style: italic !important;
            letter-spacing: 1px !important;
            padding-left: 5px;
        }

.e-dlg-content .txtSearchDlg.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-multi-line-input),
.e-dlg-content .txtSearchDlg.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-multi-line-input) {
    height: 32px !important;
    line-height: 32px !important;
}

.e-dlg-content .txtSearchDlg.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-dlg-content .txtSearchDlg.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
.e-dlg-content .txtSearchDlg.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-dlg-content .txtSearchDlg.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
.e-dlg-content .txtSearchDlg.e-input-group.e-input-focus .e-clear-icon, .e-dlg-content .e-input-group.e-input-focus.e-control-wrapper .e-clear-icon {
    border-bottom: 0px !important;
}

.e-dlg-content .txtSearchDlg.e-input-group.e-input {
    background-color: transparent !important;
}

input.e-input,
.e-input-group input,
.e-input-group.e-control-wrapper input,
.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input {
    box-sizing: border-box;
    height: 26px;
}

    input.e-input,
    .e-input-group input.e-input,
    .e-input-group input,
    .e-input-group.e-control-wrapper input.e-input,
    .e-input-group.e-control-wrapper input,
    .e-float-input input.e-input,
    .e-float-input input,
    .e-float-input.e-control-wrapper input.e-input,
    .e-float-input.e-control-wrapper input,
    .e-input-group input.e-input:focus,
    .e-input-group.e-control-wrapper input.e-input:focus,
    .e-float-input.e-control-wrapper input:focus,
    .e-float-input input:focus,
    .e-input-group.e-input-focus input.e-input,
    .e-input-group.e-control-wrapper.e-input-focus input.e-input,
    .e-float-input.e-control-wrapper.e-input-focus input,
    .e-float-input.e-input-focus input {
        padding-left: 0px;
        padding-top: 4px;
        text-indent: 0;
    }

.e-date-wrapper.e-date-container.e-input-group {
    height: 26px;
}

    .e-date-wrapper.e-date-container.e-input-group input {
        text-align: center !important;
    }

.e-input-group-icon.e-date-icon.e-icons {
    font-size: 14px;
    color: #9E9E9E;
    height: 24px;
    margin-right: 1px !important;
    min-height: unset !important;
    min-width: 23px !important;
}

.e-input-group-icon.e-time-icon.e-icons {
    color: #9E9E9E;
    height: 25px;
    min-height: unset !important;
    min-width: 23px !important;
}

.e-datetime-wrapper .e-time-icon.e-icons::before {
    font-size: 13px;
}

.e-input-group .e-clear-icon,
.e-input-group.e-control-wrapper .e-clear-icon {
    color: #BDBDBD;
    min-width: 25px;
    height: 23px;
}

    .e-input-group .e-clear-icon::before, .e-input-group.e-control-wrapper .e-clear-icon::before {
        font-size: 9px !important;
    }

.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
    border-bottom: 0px !important;
}

.e-datepicker.e-popup-wrapper,
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
.e-bigger .e-datepicker.e-popup-wrapper,
.e-small .e-datepicker.e-popup-wrapper,
.e-bigger.e-small.e-datepicker.e-popup-wrapper,
.e-bigger.e-datepicker.e-popup-wrapper,
.e-small.e-datepicker.e-popup-wrapper {
    border: 0px solid #E0E0E0 !important;
    border-radius: 5px !important;
    background-color: #fff;
}

.e-calendar .e-content span.e-day,
.e-bigger.e-small .e-calendar .e-content span.e-day {
    font-weight: 400;
    color: #333;
}

.e-calendar .e-header .e-title,
.e-bigger.e-small .e-calendar .e-header .e-title {
    color: #D32F2F;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
}

.e-calendar .e-content td.e-other-month > span.e-day, .e-calendar .e-content td.e-other-year > span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day {
    font-weight: 400;
}

.e-calendar .e-header.e-month,
.e-bigger.e-small .e-calendar .e-header.e-month {
    padding: 5px 5px 0 5px;
}

.e-calendar .e-content table, .e-bigger.e-small .e-calendar .e-content table {
    padding: 0 5px 5px 5px;
}

.e-calendar .e-footer-container, .e-bigger.e-small .e-calendar .e-footer-container {
    padding: 0px;
}

.e-calendar .e-footer-container {
    overflow: hidden;
}

    .e-calendar .e-footer-container .e-btn {
        padding: 0px 10px;
        height: 30px;
        font-weight: 500 !important;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 3px !important;
        background-color: #fafafa !important;
        border: 0px !important;
        outline: none !important;
        color: #333 !important;
        letter-spacing: 1px;
    }

        .e-calendar .e-footer-container .e-btn:hover {
            background-color: #f5f5f5 !important;
        }

.e-calendar .e-content td.e-today span.e-day, .e-calendar .e-content td.e-focused-date.e-today span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-today span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #388E3C;
}

.e-calendar .e-content td.e-today.e-selected:hover span.e-day, .e-calendar .e-content td.e-selected:hover span.e-day, .e-calendar .e-content td.e-selected.e-focused-date span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day {
    background-color: #009688;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.h5 {
    height: 5px;
}

.h10 {
    height: 10px;
}

.w5 {
    width: 5px;
    user-select: none;
    pointer-events: none;
    display: inline-block;
}

.w10 {
    width: 10px;
    user-select: none;
    pointer-events: none;
    display: inline-block;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.e-dlg-overlay {
    height: 100%;
    left: 0;
    opacity: .65;
    position: fixed;
    top: 0;
    background-color: #000;
    width: 100%;
    display: block !important;
}

.waper_mytoolbar .e-checkbox-wrapper,
.waper_mytoolbar .e-css.e-checkbox-wrapper {
}

    .waper_mytoolbar .e-checkbox-wrapper .e-frame,
    .waper_mytoolbar .e-css.e-checkbox-wrapper .e-frame {
        border: 1px solid #E0E0E0 !important;
    }

    .waper_mytoolbar .e-checkbox-wrapper .e-label,
    .waper_mytoolbar .e-css.e-checkbox-wrapper .e-label {
        color: #333 !important;
        margin-top: 3px;
    }

.e-checkbox-wrapper .e-label, .e-css.e-checkbox-wrapper .e-label {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    margin-left: 6px !important;
}

.e-checkbox-wrapper .e-frame, .e-css.e-checkbox-wrapper .e-frame {
    border: 1px solid;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "e-icons";
    height: 16px;
    line-height: 14px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 16px;
}

.e-checkbox-wrapper .e-frame, .e-css.e-checkbox-wrapper .e-frame {
    background-color: #fff !important;
    border-color: #9E9E9E !important;
    border-radius: 3px !important;
}

    .e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
        background-color: #fff !important;
        border-color: #BDBDBD !important;
        color: #1976D2 !important;
    }

    .e-checkbox-wrapper .e-frame.e-stop,
    .e-css.e-checkbox-wrapper .e-frame.e-stop {
        background-color: #f5f5f5;
        border-color: #a6a6a6;
        color: #BDBDBD;
        line-height: 12px;
    }

.e-checkbox-wrapper .e-check::before, .e-css.e-checkbox-wrapper .e-check::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f00c';
}

.e-checkbox-wrapper .e-stop::before, .e-css.e-checkbox-wrapper .e-stop::before {
    font-family: "Font Awesome 6 Pro";
    content: "\e27e";
    color: #9E9E9E;
}

.e-checkbox-wrapper.e-focus .e-frame,
.e-checkbox-wrapper.e-focus .e-frame.e-check,
.e-css.e-checkbox-wrapper.e-focus .e-frame,
.e-css.e-checkbox-wrapper.e-focus .e-frame.e-check {
    outline: none !important;
    outline-offset: 0px !important;
}

.e-rowcell .fa-regular.fa-square {
    background-color: #f5f5f5;
    color: #BDBDBD;
}

.e-rowcell .fa-regular.fa-square-check {
    background-color: #E8F5E9;
    color: #303F9F;
}

.e-btn, .e-css.e-btn {
    padding: 2px 10px;
    line-height: 26px;
    font-family: "Roboto" !important;
    outline: none !important;
}

@font-face {
    font-family: 'Toast_icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMj0gSRkAAAEoAAAAVmNtYXDnM+eRAAABsAAAAEpnbHlmzVnmlwAAAhgAAAZAaGVhZBEYIl8AAADQAAAANmhoZWEHlgN3AAAArAAAACRobXR4LvgAAAAAAYAAAAAwbG9jYQnUCGIAAAH8AAAAGm1heHABHQBcAAABCAAAACBuYW1lfUUTYwAACFgAAAKpcG9zdAxfTDgAAAsEAAAAggABAAADUv9qAFoEAAAAAAAD6AABAAAAAAAAAAAAAAAAAAAADAABAAAAAQAACcU5MF8PPPUACwPoAAAAANcI7skAAAAA1wjuyQAAAAAD6APoAAAACAACAAAAAAAAAAEAAAAMAFAABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQPqAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5wDnCgNS/2oAWgPoAJYAAAABAAAAAAAABAAAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA2AAAABAAEAAEAAOcK//8AAOcA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsAAAAAAAAAQgB8AMIA4gEcAZQCBgJwAo4DAAMgAAAAAwAAAAADlAOUAAsAFwAjAAABFwcXNxc3JzcnBycFDgEHLgEnPgE3HgEFHgEXPgE3LgEnDgEBTXh4L3h4L3h4L3h4AbwDt4qKtwMDt4qKt/0eBeuxsesFBeuxsesCbHh4L3h4L3h4L3h4p4q3AwO3ioq3AwO3irHrBQXrsbHrBQXrAAAAAwAAAAADlAOUAAUAEQAdAAABJwcXAScXDgEHLgEnPgE3HgEFHgEXPgE3LgEnDgEBr2UylwEbMqADt4qKtwMDt4qKt/0eBeuxsesFBeuxsesBrGQylgEcMqKKtwMDt4qKtwMDt4qx6wUF67Gx6wUF6wAAAAAFAAAAAAOUA5cABQARAB0AIQAlAAABFzcnNSMFDgEHLgEnPgE3HgEFHgEXPgE3LgEnDgElFzcnBRc3JwHKxiCnPwFOA6V8fKUDA6V8fKX9aATToJ/UBATUn5/UAh7ANsD9fja/NQGedzNj29F8pAMDpHx8pQMDpXyf1AQE1J+g0wQE0/GhQKGhQKFAAAQAAAAAA74DfgADAAcACgANAAAlMzUjNTM1IwEhCQEhAQHLUlJSUgFj/YwBOv42A5T+NuZUUqf+igIc/ZADFgAEAAAAAAOUA5QAAwAHABMAHwAAATM1IzUzNSMFDgEHLgEnPgE3HgEFHgEXPgE3LgEnDgEBylRUVFQBbgO3ioq3AwO3ioq3/R4F67Gx6wUF67Gx6wEk+lNT0Iq3AwO3ioq3AwO3irHrBQXrsbHrBQXrAAAAAAcAAAAAA+gDMQALABUAJQAuADcAQQBLAAABFhcVITUmJz4BMxYFFhcVITU+ATcWJQYHFSE1LgEjIgYHLgEjIgEWFAYiJjQ2MgUWFAYiJjQ2MiUGFBYXPgE0JiIFBhQWFz4BNCYiA1xEBP6sAxUeRiRX/qxEBP45BIlXV/7xZQsD6AvKUypvMzNvKlMCKxozTTMzTP6CGTNMNDRMAQItWUREWlqI/jstWkREWVmIAWMbFjc3IBgKDwQcGxY3NxY3BAQjJUt7e0tKFxgYFwEMGU01NU0zGhlNNTVNMxYthloCAlqGWy4thloCAlqGWwAAAAQAAAAAA5wCxwAIABQANABFAAABFBYyNjQmIgYXDgEHLgEnPgE3HgEfAQcOAQ8BNz4BNS4BJw4BBxQWHwEnLgEvATc+ATc2FiUOAQ8BFx4BNz4BPwEnJiciAb8fLR4eLR+wAkU0NEUBAUU0NEX8BgEemG0FBB8kAlZBQFcBKyUCCkeVTAYBH76RVMP+3bDPBwcKZclcu/AGCwrM2AoBxxYfHy0eHhc0RQEBRTQ1RQEBRSgEARpWGAECFUIoQVcCAldBLEYUAQEIQkAGASJsBwFCoRbFFAoJW0sBCo8LCgztAQAAAAIAAAAAA4ADbAA4AEEAAAEEJCcmDgEWFx4BHwEVFAYHDgEnJg4BFhcWNjc2Fx4BBx4BFzc+ASc2JicmJzUzPgE3PgEnJicjIiUUFjI2NCYiBgNM/tz+pwwMGxEDDAaMfAcSETKEQw8WBg8Og80hNSg4JwICEw0FDhECAjFJEBICPYhKDQgGChQCB/5dMUgxMUgxAuB/ZRcIAxgbCQdHEQGTGi8TOVgKAw8dFwMNuDUFHTGDCA0QAQECFQ8Mnz8LCasJKiUHGg0SATMkMDBJMDAAAAAAAgAAAAAC/QMkAAMADQAAAQchJxMeATMhMjY3EyEC2x3+bB0kBCQZAQQZJARH/ewDBuDg/fcZICAZAicAAwAAAAACzwPoACwAQwBPAAABERQfARYfAzMVHgE7ATI2NRE0JisBNTEWOwEyNjQmJyMiJi8BLgErAQ4BAxUzNTQ2NzMeARcVMzUuAScjIgcjESM1HgEXPgE3LgEnDgEBVQEBAwQCCAjXARENOg0REQ2zDROVExoaE2UQGAQfAxAKYg0RPR8RDZcNEQEeASIalxANAR8CTTo6TQEBTTo6TQJ8/nYEBQIGBAIFArYNERENARENEUoNGicZARMPfQoNARH98Hl5DREBARENeXkaIgEIAe3FOk0CAk06Ok0BAU0AAAAAAgAAAAAC5gMyAAkAEQAAJRQWMyEyNjURITcjFSE1IycjASApHgEaHin+WFBuAeR+JLD8HigoHgGfeT09HgAAAAAAEgDeAAEAAAAAAAAAAQAAAAEAAAAAAAEAEgABAAEAAAAAAAIABwATAAEAAAAAAAMAEgAaAAEAAAAAAAQAEgAsAAEAAAAAAAUACwA+AAEAAAAAAAYAEgBJAAEAAAAAAAoALABbAAEAAAAAAAsAEgCHAAMAAQQJAAAAAgCZAAMAAQQJAAEAJACbAAMAAQQJAAIADgC/AAMAAQQJAAMAJADNAAMAAQQJAAQAJADxAAMAAQQJAAUAFgEVAAMAAQQJAAYAJAErAAMAAQQJAAoAWAFPAAMAAQQJAAsAJAGnIEZpbmFsIFRvYXN0IE1ldHJvcFJlZ3VsYXJGaW5hbCBUb2FzdCBNZXRyb3BGaW5hbCBUb2FzdCBNZXRyb3BWZXJzaW9uIDEuMEZpbmFsIFRvYXN0IE1ldHJvcEZvbnQgZ2VuZXJhdGVkIHVzaW5nIFN5bmNmdXNpb24gTWV0cm8gU3R1ZGlvd3d3LnN5bmNmdXNpb24uY29tACAARgBpAG4AYQBsACAAVABvAGEAcwB0ACAATQBlAHQAcgBvAHAAUgBlAGcAdQBsAGEAcgBGAGkAbgBhAGwAIABUAG8AYQBzAHQAIABNAGUAdAByAG8AcABGAGkAbgBhAGwAIABUAG8AYQBzAHQAIABNAGUAdAByAG8AcABWAGUAcgBzAGkAbwBuACAAMQAuADAARgBpAG4AYQBsACAAVABvAGEAcwB0ACAATQBlAHQAcgBvAHAARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAdQBzAGkAbgBnACAAUwB5AG4AYwBmAHUAcwBpAG8AbgAgAE0AZQB0AHIAbwAgAFMAdAB1AGQAaQBvAHcAdwB3AC4AcwB5AG4AYwBmAHUAcwBpAG8AbgAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQAFRXJyb3IHU3VjY2VzcwVBbGFybQdXYXJuaW5nBEluZm8HTWVldGluZwVCbGluawdTdHJldGNoA1NpcANTaXQFVHJhc2gAAAAA) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.e-toast {
    margin-right: 0px !important;
}

#toast_types button {
    margin: 5px;
    min-width: 160px;
    max-width: 160px;
}

.toast-icons {
    font-family: 'Toast_icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#toast_type .e-toast-icon.e-icons {
    height: auto;
    font-size: 30px;
}

.toast-icons.e-success::before {
    content: "\e701";
}

.toast-icons.e-error::before {
    content: "\e700";
}

.toast-icons.e-info::before {
    content: "\e704";
}

.toast-icons.e-warning::before {
    content: "\e703";
}

#toast_types {
    text-align: center;
}

#toast_type .e-toast-icon.e-icons {
    position: absolute;
    font-size: 21px;
    font-weight: 500 !important;
}

.e-toast-container .e-toast {
    padding: 10px 5px !important;
    overflow: hidden !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

    .e-toast-container .e-toast .e-toast-message {
        text-align: justify-all !important;
        margin-left: 5px;
        user-select: none !important;
        font-size: 15px !important;
    }

        .e-toast-container .e-toast .e-toast-message .e-toast-title {
            font-size: 13px !important;
            margin-left: 20px;
            font-weight: 500 !important;
        }

    .e-toast-container .e-toast.e-toast-info {
        background-color: #E1F5FE;
        border-left: 3px solid #1976D2;
        width: auto !important;
        max-width: 480px !important;
    }

    .e-toast-container .e-toast .e-toast-message .e-toast-content {
        padding-top: 5px;
        padding-bottom: 2px !important;
        font-size: 13px !important;
        padding-right: 10px !important;
    }

    .e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title,
    .e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content {
        color: #303F9F;
    }

    .e-toast-container .e-toast.e-toast-warning {
        background-color: #FFF3E0;
        border-left: 3px solid #E64A19;
        width: auto !important;
        max-width: 480px !important;
    }

        .e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title,
        .e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content,
        .e-toast-container .e-toast.e-toast-warning .e-toast-icon,
        .e-toast-container .e-toast.e-toast-warning .e-toast-close-icon {
            color: #BF360C;
        }

    .e-toast-container .e-toast.e-toast-success {
        background-color: #E8F5E9;
        border-left: 3px solid #388E3C;
        width: auto !important;
        max-width: 480px !important;
    }

        .e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title,
        .e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content,
        .e-toast-container .e-toast.e-toast-success .e-toast-icon,
        .e-toast-container .e-toast.e-toast-success .e-toast-close-icon {
            color: #388E3C;
        }

    .e-toast-container .e-toast.e-toast-error {
        background-color: #F44336;
        border-left: 3px solid #D32F2F;
        width: auto !important;
        max-width: 480px !important;
    }

        .e-toast-container .e-toast.e-toast-error .e-toast-message .e-toast-title,
        .e-toast-container .e-toast.e-toast-error .e-toast-message .e-toast-content,
        .e-toast-container .e-toast.e-toast-error .e-toast-icon,
        .e-toast-container .e-toast.e-toast-error .e-toast-close-icon {
            color: #fff;
        }

.e-toast .e-toast-message .e-toast-content {
}

.e-toast-container .e-toast .e-toast-icon {
    margin-right: 0px;
}

.e-toast-container .e-toast .e-toast-close-icon {
    position: absolute !important;
    right: 0px;
    font-weight: 500 !important;
    font-size: 12px !important;
    top: 5px !important;
}

.e-toast {
    border-radius: 3px !important;
    overflow: hidden !important;
}

.loader_text {
}

.e-dlg-container {
    z-index: 1 !important;
}

.e-spinner-pane.e-spin-show {
    z-index: 99999999999 !important;
}

.HeaderTop {
    background-color: #ECEFF1;
    padding-right: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    clear: both;
    height: 25px;
    line-height: 25px;
    position: relative;
    padding-left: 5px;
    margin-left: 120px;
}

    .HeaderTop div.PageTitle {
        color: #303F9F;
        font-weight: 700;
        user-select: none;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 24px;
    }

        .HeaderTop div.PageTitle .icon {
            margin-right: 0px;
            padding-left: 0px;
            display: inline-block;
            color: #303F9F !important;
            font-weight: 700 !important;
            font-size: 14px !important;
            width: 20px;
            text-align: right;
            display: inline-block;
            margin-right: 5px;
        }

    .HeaderTop .PageTitle {
        float: left;
    }

    .HeaderTop div.PageTitle .btnHome {
        cursor: pointer !important;
        display: inline-block;
        margin-right: 5px;
        padding-right: 10px;
    }

        .HeaderTop div.PageTitle .btnHome:hover {
            color: #D32F2F;
        }

    .HeaderTop .rightTitle {
        float: right;
    }

    .HeaderTop div.PageTitle .titleText {
        font-weight: 400;
    }

.menuAppWrap {
    position: relative;
    background: #fafafa;
}

    .menuAppWrap .menuAppLeft {
        position: absolute;
        top: 0px;
        user-select: none;
    }

    .menuAppWrap .menuAppRight {
        position: absolute;
        top: 0px;
        right: 0px;
        user-select: none;
    }

    .menuAppWrap .menuAppInner {
        padding-left: 3px;
        margin-left: 120px;
        padding-top: 2px;
        margin-bottom: 1px;
    }

.menuAppLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 70px;
    overflow: hidden;
    width: 120px;
    text-align: center;
    z-index: 1;
    border-right: 1px solid #CFD8DC;
}

    .menuAppLeft img {
        height: 65px;
        margin-top: 2px;
        user-select: none;
        cursor: pointer;
        margin-left: 0px;
        margin-right: 0px;
    }

.e-menu-wrapper.e-contextmenu-container, .e-menu-container.e-contextmenu-container {
    height: 0px;
}

.e-contextmenu-container.e-menu-popup.MenuApp .e-menu-parent.e-ul {
    border-radius: 5px !important;
    overflow: hidden !important;
    width: auto !important;
    max-height: 500px !important;
    overflow: auto !important;
    border: 2px solid #388E3C !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-left: -10px;
    margin-top: -2px;
}

    .e-contextmenu-container.e-menu-popup.MenuApp .e-menu-parent.e-ul:nth-child(2) {
        border: 2px solid #F57C00 !important;
    }

    .e-contextmenu-container.e-menu-popup.MenuApp .e-menu-parent.e-ul::-webkit-scrollbar-thumb, .e-contextmenu-container.e-menu-popup.MenuApp .e-menu-parent.e-ul ::-webkit-scrollbar-thumb {
        background-color: #E0E0E0 !important;
    }

        .e-contextmenu-container.e-menu-popup.MenuApp .e-menu-parent.e-ul::-webkit-scrollbar-thumb:hover,
        .e-contextmenu-container.e-menu-popup.MenuApp .e-menu-parent.e-ul ::-webkit-scrollbar-thumb:hover {
            /*border: 1px solid #607D8B;*/
            background-color: #4CAF50 !important;
            border: 2px solid transparent !important;
        }

.e-menu-wrapper .e-ul .e-menu-item.e-selected,
.e-menu-wrapper .e-ul .e-menu-item.e-active-item,
.e-menu-container .e-ul .e-menu-item.e-selected,
.e-menu-container .e-ul .e-menu-item.e-active-item,
.e-menu-wrapper .e-ul .e-menu-item.e-focused
.e-menu-wrapper .e-ul .e-menu-item.e-focused,
.e-menu-container .e-ul .e-menu-item.e-focused,
.e-menu-container .e-ul .e-menu-item.e-focused {
}

    .e-menu-wrapper .e-ul .e-menu-item.e-selected .e-menu-icon,
    .e-menu-wrapper .e-ul .e-menu-item.e-active-item .e-menu-icon,
    .e-menu-container .e-ul .e-menu-item.e-selected .e-menu-icon,
    .e-menu-container .e-ul .e-menu-item.e-active-item .e-menu-icon {
    }

    .e-menu-wrapper .e-ul .e-menu-item.e-focused a.e-menu-text.e-menu-url div.e-anchor-wrap,
    .e-menu-container .e-ul .e-menu-item.e-focused a.e-menu-text.e-menu-url div.e-anchor-wrap,
    .e-menu-wrapper .e-ul .e-menu-item.e-focused a.e-menu-text.e-menu-url .e-menu-icon,
    .e-menu-container .e-ul .e-menu-item.e-focused a.e-menu-text.e-menu-url .e-menu-icon {
    }

.btnEmail, .btnNoti, .btnNotiBell, .btnUserOnline, .btnZoom, .btnEmail {
    height: 36px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    margin: 0px;
    background-color: transparent !important;
    color: #607D8B;
    border: 0px !important;
    outline: none !important;
    margin-top: 3px;
}

.btnEmail {
    margin-right: 10px;
}

.btnZoom {
    padding-top: 0px;
}

.btnEmail:hover, .btnNoti i:hover, i.btnZoom:hover i, .btnUserOnline:hover i, .btnEmail:hover i {
    color: #D32F2F !important;
}

.btnNotiBell:hover i {
    color: #303F9F !important;
}


.btnZoom i {
    color: #7B1FA2;
    font-weight: 500 !important;
    font-size: 14px;
    margin-top: 6px;
}


.spanUserOnline {
    position: relative;
    padding-right: 6px;
    margin-right: 2px;
}

    .spanUserOnline .e-btn i {
        color: #388E3C !important;
        font-size: 11px;
    }

    .spanUserOnline .e-btn:hover i {
        color: #C2185B !important;
    }

    .spanUserOnline .counterUserOnline {
        position: absolute;
        top: -5px;
        right: 3px;
        width: 20px;
        text-align: right;
        font-size: 11px;
        color: #2E7D32;
        font-weight: 400 !important;
        font-style: italic;
    }


.spanUserNoti {
    position: relative;
    padding-right: 6px;
    margin-right: 2px;
}

    .spanUserNoti .e-btn i {
        color: #9E9E9E !important;
        font-size: 12px !important;
    }

    .spanUserNoti .e-btn:hover i {
        color: #C2185B !important;
    }

    .spanUserNoti .btnNotiBell i,
    .spanUserNoti .btnEmail i {
        color: #388E3C !important;
        font-size: 14px !important;
    }

    .spanUserNoti .btnNotiBell i {
        color: #388E3C !important;
        font-size: 12px !important;
    }

    .spanUserNoti:has(.btnEmail) .counterNoti {
        padding-right: 10px;
    }

    .spanUserNoti .counterNoti {
        position: absolute;
        top: -5px;
        right: 0px;
        width: 25px;
        text-align: right;
        font-size: 11px;
        color: #C2185B;
        font-weight: 400 !important;
        font-style: italic;
    }

    .spanUserNoti .btnNotiBell:hover i {
        color: #7B1FA2 !important;
    }

.splAppMenu {
    width: 2px;
    height: 100%;
    height: 35px;
    vertical-align: top;
    padding-right: 2px;
    padding-left: 1px;
    border-left: 1px solid #CFD8DC;
    display: inline-block;
    user-select: none;
    pointer-events: none;
    pointer-events: none;
    display: none;
}

.e-menu-wrapper {
}

.btnAppSlider {
    position: absolute;
    right: 33px;
    top: 26px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 0.35px 1.6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

    .btnAppSlider .btnSlider {
        background-color: transparent;
        box-shadow: none !important;
        border: 0px !important;
        color: #C62828;
    }

        .btnAppSlider .btnSlider:hover {
            color: #E64A19;
        }

        .btnAppSlider .btnSlider i {
            font-size: 18px;
            line-height: 37px;
            margin-left: 5px;
        }


.e-menu-wrapper, .e-menu-container {
    border: 0px !important;
    padding-top: 1px;
    background-color: #fafafa;
}

    .e-menu-wrapper ul, .e-menu-container ul {
        padding: 0px !important;
    }

        .e-menu-wrapper ul .e-menu-item, .e-menu-container ul .e-menu-item {
            cursor: pointer;
            position: relative;
            display: -ms-inline-flexbox;
            display: inline-flex;
            height: 37px;
            line-height: 36px;
            padding: 0 15px;
            vertical-align: top;
            white-space: nowrap;
            font-weight: 500;
            font-size: 13px;
            color: #000 !important;
            border: 0px !important;
        }

    .e-menu-wrapper .e-menu .e-menu-item .e-menu-icon,
    .e-menu-container .e-menu .e-menu-item .e-menu-icon {
        color: #C2185B !important;
    }

    .e-menu-wrapper ul .e-menu-item.e-disabled,
    .e-menu-container ul .e-menu-item.e-disabled {
        color: #BDBDBD !important;
    }


    .e-menu-wrapper .e-menu .e-menu-item.e-disabled .e-anchor-wrap,
    .e-menu-container .e-menu .e-menu-item.e-disabled .e-anchor-wrap,
    .e-menu-wrapper .e-menu .e-menu-item.e-disabled .e-menu-icon,
    .e-menu-container .e-menu .e-menu-item.e-disabled .e-menu-icon {
        color: #BDBDBD !important;
    }

.e-menu-parent.e-ul .e-menu-item.e-disabled .e-anchor-wrap {
    color: #BDBDBD !important;
}

.e-menu-wrapper ul .e-menu-item .e-menu-icon,
.e-menu-container ul .e-menu-item .e-menu-icon {
    font-size: 18px;
    height: auto;
    line-height: 36px;
    margin-right: 15px;
    text-align: center;
    font-weight: 900;
}

.e-menu-wrapper .e-menu .e-menu-item.e-selected,
.e-menu-wrapper .e-menu .e-menu-item.e-active-item,
.e-menu-container .e-menu .e-menu-item.e-selected,
.e-menu-container .e-menu .e-menu-item.e-active-item {
    background: #EEEEEE;
    color: #388E3C !important;
}

.e-menu-wrapper ul .e-menu-item .e-caret:before, .e-menu-container ul .e-menu-item .e-caret:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f107';
}

.e-menu-wrapper ul .e-menu-item .e-caret, .e-menu-container ul .e-menu-item .e-caret {
    font-size: 11px;
    color: #9E9E9E !important;
    line-height: 32px;
}

.e-menu-wrapper .e-ul .e-menu-item .e-caret, .e-menu-container .e-ul .e-menu-item .e-caret {
    line-height: 25px !important;
    line-height: 25px !important;
    margin-right: 5px !important;
    font-size: 11px;
}

    .e-menu-wrapper .e-ul .e-menu-item .e-caret::before, .e-menu-container .e-ul .e-menu-item .e-caret::before {
        font-family: 'Font Awesome 6 Pro';
        content: "\f105";
    }

.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon, .e-menu-container .e-ul .e-menu-item .e-menu-icon {
    font-size: 14px;
    line-height: 30px;
    margin-right: 5px;
    border-right: 1px dashed #E0E0E0;
    width: 25px;
}

.e-menu-wrapper .e-ul .e-menu-item.e-disabled .e-menu-icon, .e-menu-container .e-ul .e-menu-item.e-disabled .e-menu-icon {
    color: #d5d5d5 !important;
}

.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon, .e-menu-container .e-ul:nth-child(2) .e-menu-item .e-menu-icon {
    font-size: 10px;
    line-height: 30px;
    margin-right: 0px;
    color: #9E9E9E !important;
    width: 23px;
    margin-right: 5px;
}

.e-menu-wrapper .e-ul .e-menu-item.e-disabled .e-menu-icon, .e-menu-container .e-ul:nth-child(2) .e-menu-item.e-disabled .e-menu-icon {
    color: #d5d5d5 !important;
}

.e-menu-wrapper .e-ul:nth-child(2) .e-menu-item .e-menu-icon,
.e-menu-container .e-ul:nth-child(2) .e-menu-item .e-menu-icon {
    font-size: 11px;
    color: #666 !important;
    padding-right: 0px !important;
}
/*.e-contextmenu-wrapper ul:nth-child(2) .e-menu-item .e-menu-icon,
.e-contextmenu-container ul:nth-child(2) .e-menu-item .e-menu-icon {

}*/

.e-menu-wrapper .e-ul .e-menu-item, .e-menu-container .e-ul .e-menu-item {
    padding: 0 10px;
    padding-left: 5px;
    display: list-item;
    height: 28px;
    overflow: hidden !important;
    line-height: 28px;
    font-weight: 400;
    font-size: 13px;
    font-weight: 400 !important;
}

    .e-menu-wrapper .e-ul .e-menu-item .e-menu-icon,
    .e-menu-container .e-ul .e-menu-item .e-menu-icon {
        font-weight: 400 !important;
    }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: absolute !important;
    width: 100%;
    font-weight: 500;
    letter-spacing: 1px;
    color: red;
    z-index: 9999999999 !important;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.noSelect {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .noSelect:has(.cellMaxHeight) {
        -webkit-pointer-events: unset;
        pointer-events: unset;
        -webkit-user-select: unset;
        -moz-user-select: unset;
        user-select: unset;
    }

.thoigianhientai {
    font-size: 12px;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .thoigianhientai i {
        margin-right: 2px;
        font-size: 11px;
    }

    .thoigianhientai .gio {
        width: 90px;
        font-weight: 700;
        color: #388E3C;
        display: inline-block;
        letter-spacing: 1px;
    }

    .thoigianhientai .ngay {
        color: #455A64;
        width: 132px;
        letter-spacing: 1px;
        display: inline-block;
        font-style: italic;
        font-size: 11px;
    }

.colCode {
    font-weight: 500;
}

.e-rowcell .cellInput input {
    color: #D32F2F !important;
}

.e-rowcell.cellChon.e-templatecell {
    background-color: #E8F5E9 !important;
}

    .e-rowcell.cellChon.e-templatecell div div {
        color: red !important;
    }

.e-rowcell.cellUnChon.e-templatecell {
    background-color: #F5F5F5 !important;
}

    .e-rowcell.cellUnChon.e-templatecell div div {
        color: #9E9E9E !important;
    }

.noiBatRow .e-rowcell.e-templatecell {
    background-color: #FAFAFA !important;
}

    .noiBatRow .e-rowcell.e-templatecell div div {
        color: red !important;
    }


.e-menu-wrapper .e-menu, .e-menu-container .e-menu {
    /* width: 100%;
    position: relative;*/
}

.e-menu-container ul .e-menu-item.menuUser {
    position: absolute;
    top: 0px;
    right: 5px;
    border-left: 1px solid #d5d5d5 !important;
}

    .e-menu-container ul .e-menu-item.menuUser,
    .e-menu-container ul .e-menu-item.menuUser span,
    .e-menu-container ul .e-menu-item.menuUser span.e-menu-icon {
        color: #388E3C !important;
    }

        .e-menu-container ul .e-menu-item.menuUser span.e-menu-icon {
            margin-right: 10px;
        }

.e-menu-container ul .e-menu-item.menuUser2,
.e-menu-container ul .e-menu-item.menuUser2 span,
.e-menu-container ul .e-menu-item.menuUser2 span.e-menu-icon {
}

.e-menu-item.menuUser2 {
}


.waper_mytoolbar .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
.waper_mytoolbar .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
}

.waper_mytoolbar {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    overflow: hidden !important;
    border-top: 2px solid #43A047;
}

    .waper_mytoolbar .lblToolbar {
        margin-right: 6px;
    }

    .waper_mytoolbar .lblToolbarIconSearch {
        margin-right: 5px !important;
        margin-left: 2px;
        font-size: 13px;
        color: #C2185B;
        vertical-align: middle;
        cursor: pointer !important;
        user-select: none;
        font-weight: 700 !important;
        pointer-events: none !important;
        margin-top: 0px;
    }

.e-toolbar-item.e-template.NoPadding {
    min-width: unset !important;
}

.waper_mytoolbar .lblToolbarIconSearch i {
}

.waper_mytoolbar .iconToolbar {
    margin-left: 5px;
    margin-top: -1px;
}

.waper_mytoolbar .lblToolbarText {
    font-size: 12px;
    margin-right: 5px;
    color: #455A64;
}

.waper_mytoolbar .iconToolbar {
    margin-left: 5px;
    margin-top: -1px;
}

.e-toolbar {
    min-height: unset;
}

    .e-toolbar .e-toolbar-item:not(.e-separator) {
        min-width: 0px !important;
        font-size: 13px !important;
    }

    .e-toolbar .e-toolbar-item.e-separator + .e-separator,
    .e-toolbar .e-toolbar-item.e-separator:last-of-type,
    .e-toolbar .e-toolbar-item.e-separator:first-of-type {
        display: unset;
    }

.mytoolbar {
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    height: 40px !important;
    border: 0px solid #EEEEEE !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

    .mytoolbar,
    .mytoolbar .e-toolbar-item,
    .mytoolbar .e-toolbar-items {
        background-color: #fafafa !important;
    }

        .mytoolbar .e-toolbar-item .e-icons.e-search.e-medium {
            margin-right: 2px;
            margin-left: 2px;
        }




.waper_mytoolbar .btnDownloadExcel.e-btn {
}

.mytoolbar .lbl {
    color: #455A64;
    font-size: 12px;
}

    .mytoolbar .lbl.lblDate {
        margin-right: 5px;
    }


.mytoolbar .e-icons.e-Search {
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
}

.mytoolbar input {
    height: 25px !important;
}

.mytoolbar .txtSearch {
    background-color: #fafafa;
    font-weight: 500;
    letter-spacing: 1px !important;
    color: #303F9F;
}

.mytoolbar .cmbTrangThai {
    background-color: #fafafa;
    color: #000;
    padding-left: 3px !important;
    height: 26px;
    padding-bottom: 0px;
}

    .mytoolbar .cmbTrangThai .e-input-group-icon {
        margin-top: 2px !important;
        font-size: 11px;
        color: #bdbdbd !important;
    }

    .mytoolbar .cmbTrangThai span.e-clear-icon {
        padding-top: 0px;
        color: #9E9E9E;
    }

.mytoolbar .e-btn {
    font-weight: 400;
    height: 31px !important;
    line-height: 35px !important;
    padding: 0px 8px 0px 8px !important;
    font-size: 12px;
    outline: none !important;
    color: #6D4C41;
    border: 0px !important;
    background-color: #fafafa;
    border-radius: 0px !important;
}

    .mytoolbar .e-btn:hover:not(.btnOpen):not(.btnRemove) {
        background-color: #EEEEEE !important;
    }

    .mytoolbar .e-btn:not(.btnOpen):not(.btnRemove):disabled {
        background-color: #EEEEEE !important;
        color: #BDBDBD !important;
        box-shadow: none !important;
    }

    .mytoolbar .e-btn.btnAdd {
        border-radius: 3px !important;
        background-color: #388E3C !important;
        color: #E8F5E9 !important;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding-left: 16px !important;
        padding-right: 16px !important;
        font-weight: 700;
        margin-right: 3px;
    }

    .mytoolbar .e-btn:not(.btnOpen):not(.btnRemove).btnAdd:hover {
        background-color: #2E7D32 !important;
    }

    .mytoolbar .e-btn:not(.btnOpen):not(.btnRemove).btnAdd:disabled {
        background-color: #EEEEEE !important;
        color: #9E9E9E !important;
        cursor: not-allowed;
    }

    .mytoolbar .e-btn.btnReload {
        border-radius: 3px !important;
        font-weight: 500;
        padding-left: 10px !important;
        padding-right: 10px !important;
        background-color: #F5F5F5 !important;
        color: #7B1FA2 !important;
        line-height: 30px !important;
        height: 28px !important;
    }

    .mytoolbar .e-btn:not(.btnOpen):not(.btnRemove).btnReload:hover {
        background-color: #E8EAF6 !important;
    }

    .mytoolbar .e-btn.btnFilter {
        border-radius: 5px !important;
        font-weight: 500;
        /*background-color: #00897B !important;
        color: #E0F2F1 !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;*/
        background-color: #F5F5F5 !important;
        color: #7B1FA2 !important;
        margin-left: 5px;
    }

    .mytoolbar .e-btn:not(.btnOpen):not(.btnRemove).btnFilter:hover {
        background-color: #E8EAF6 !important;
    }


    .mytoolbar .e-btn.btnDispatchedOrder {
        border-radius: 5px !important;
        font-weight: 400;
        /*background-color: #00897B !important;
        color: #E0F2F1 !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;*/
        background-color: #7B1FA2 !important;
        color: #fff !important;
        margin-left: 5px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .mytoolbar .e-btn:not(.btnOpen):not(.btnRemove).btnDispatchedOrder:disabled:hover {
        background-color: #EEEEEE !important;
    }

    .mytoolbar .e-btn:not(.btnOpen):not(.btnRemove).btnDispatchedOrder:hover {
        background-color: #6A1B9A !important;
    }




.reloadpage {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    user-select: none;
    cursor: pointer;
    color: #455A64;
}

    .reloadpage:hover {
        color: #C2185B;
    }

    .reloadpage i {
        color: #455A64;
        margin-left: 1px;
    }


.mytoolbar .txt input {
    background-color: #fafafa !important;
}

.mytoolbar .e-btn:hover,
.mytoolbar .e-btn:focus {
    outline: unset !important;
    background-color: #EEEEEE;
}


.mytoolbar .e-btn i {
    margin-right: 8px;
    font-size: 14px !important;
}

.mytoolbar .e-btn .e-icons {
    margin-right: 7px;
    vertical-align: middle;
    font-weight: 700;
}

.mytoolbar .e-btn:disabled,
.mytoolbar .e-btn:hover:disabled,
.mytoolbar .e-btn:focus:disabled {
    background-color: #F5F5F5 !important;
    color: #BDBDBD !important;
}

.mytoolbar .e-btn .e-btn-icon.e-icons.e-caret {
    margin-left: 3px;
    margin-top: -1px !important;
    font-size: 8px !important;
}

.mytoolbar .e-toolbar-item.e-separator {
    border-color: #E0E0E0;
}


.mytoolbar .e-input-group:not(.e-success):not(.e-warning):not(.e-error) .e-input::placeholder,
.mytoolbar .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) .e-input::placeholder {
    color: #666 !important;
    font-style: italic !important;
    padding-left: 3px;
}

.mytoolbar .e-input-group:not(.e-success):not(.e-warning):not(.e-error) .e-input,
.mytoolbar .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) .e-input {
    padding-left: 3px;
}


.mytoolbar .e-input-group.e-control-container.e-control-wrapper.e-valid-input.e-input-focus:not(.cmbTrangThai) span.e-clear-icon {
    position: absolute;
    right: 5px;
    font-size: 12px !important;
}

    .mytoolbar .e-input-group.e-control-container.e-control-wrapper.e-valid-input.e-input-focus:not(.cmbTrangThai) span.e-clear-icon:before {
        font-size: 9px !important;
    }


.mytoolbar .wapper_input .btnOpen {
    right: 3px !important;
    margin-top: 3px;
}

.mytoolbar .wapper_input .btnRemove {
    right: 18px;
    top: 4px;
}

.mytoolbar span.countFilter {
    margin-left: 5px;
    font-weight: 400 !important;
    font-size: 11px;
    top: -5px;
    position: relative;
    color: #E91E63;
}

.e-grid.sf-grid :is(.e-groupdroparea,.e-groupdroparea .e-groupsort,.e-groupdroparea .e-ungroupbutton,.e-headercontent th.e-headercell:not(.e-menu-item):not(.e-editedbatchcell),.e-headercontent td.e-rowcell:not(.e-menu-item):not(.e-editedbatchcell),.e-content td.e-rowcell:not(.e-menu-item):not(.e-editedbatchcell),.e-content td.e-groupcaption:not(.e-menu-item):not(.e-editedbatchcell),.e-content td.e-recordplusexpand:not(.e-menu-item):not(.e-editedbatchcell),.e-content td.e-recordpluscollapse:not(.e-menu-item):not(.e-editedbatchcell),.e-content td.e-detailrowcollapse:not(.e-menu-item):not(.e-editedbatchcell),.e-content td.e-detailrowexpand:not(.e-menu-item):not(.e-editedbatchcell),.e-content th.e-detailcell:not(.e-menu-item):not(.e-editedbatchcell),tr.e-emptyrow td:not(.e-menu-item):not(.e-editedbatchcell)):is(:focus,:focus-visible) {
    box-shadow: none !important;
}

.waper_grid::-webkit-scrollbar-track-piece, .waper_grid ::-webkit-scrollbar-track-piece {
    background-color: #fafafa !important;
}

.waper_grid::-webkit-scrollbar, .waper_grid ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.waper_grid::-webkit-scrollbar-thumb, .waper_grid ::-webkit-scrollbar-thumb {
    background-clip: content-box;
    min-height: 28px;
    border: 2px solid transparent !important;
    background-color: #E0E0E0;
    cursor: grabbing !important;
    border-radius: 3px !important;
}

    .waper_grid::-webkit-scrollbar-thumb:hover, .waper_grid ::-webkit-scrollbar-thumb:hover {
        /*border: 1px solid #607D8B;*/
        border: 2px solid transparent !important;
        background-color: #4CAF50;
    }

.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv,
.e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv {
    padding: 0px;
}

.e-grid.e-left-shadow .e-leftfreeze.e-freezeleftborder:not(.e-dragborder) {
    box-shadow: none;
}

.waper_grid .e-movablescrollbar {
}

.waper_grid .e-grid {
    border: 0px !important;
}

.waper_grid {

}

    .waper_grid.IsNoPadding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .waper_grid .e-grid .e-gridheader {
        border-top: 0px !important;
    }

    .waper_grid .e-grid .e-frozenheader > .e-table,
    .waper_grid .e-grid .e-frozencontent > .e-table,
    .waper_grid .e-grid .e-frozenheader .e-virtualtable > .e-table,
    .waper_grid .e-grid .e-frozencontent .e-virtualtable > .e-table {
        border-right: 2px solid #388E3C;
    }

    .waper_grid .e-grid .e-focused:not(.e-menu-item) {
        box-shadow: none !important;
        outline: unset !important;
    }

    .waper_grid .e-grid .e-rowcell {
        padding: 0px;
        font-size: 11px;
        padding: 1px 2px 1px 2px !important;
        font-family: 'Roboto';
    }

        .waper_grid .e-grid .e-rowcell div {
            min-height: 20px !important;
            line-height: 20px;
        }

        .waper_grid .e-grid .e-rowcell.nosetColor {
        }

            .waper_grid .e-grid .e-rowcell.nosetColor div {
                color: unset !important;
            }

        .waper_grid .e-grid .e-rowcell:has(span.e-input-focus .e-input),
        .waper_grid .e-grid .e-rowcell span.e-input-focus .e-input {
            background-color: #F1F8E9 !important;
        }

.e-grid .e-spinner-pane {
    display: none;
}

.waper_grid .e-grid .e-rowcell,
.waper_grid .e-grid .e-groupcaption,
.waper_grid .e-grid .e-indentcell,
.waper_grid .e-grid .e-recordplusexpand,
.waper_grid .e-grid .e-recordpluscollapse,
.waper_grid .e-grid .e-rowdragdropcell,
.waper_grid .e-grid .e-detailrowcollapse,
.waper_grid .e-grid .e-detailrowexpand,
.waper_grid .e-grid .e-detailindentcell,
.waper_grid .e-grid .e-detailcell {
    border-color: #BDBDBD;
    border-top-color: #E0E0E0 !important;
    border-bottom-color: #E0E0E0 !important;
    border-top-style: solid !important;
    border-bottom-style: solid !important;
}

.waper_grid .e-grid td.e-active,
.waper_grid div.e-gridcontent tr.e-row td.e-rowcell.e-active,
.waper_grid div.e-gridcontent tr.e-row:hover td.e-rowcell.e-active {
    background-color: #C8E6C9 !important;
}

.e-grid.sf-grid :is(.e-groupdroparea,.e-groupdroparea .e-groupsort,.e-groupdroparea .e-ungroupbutton,.e-headercontent th.e-headercell:not(.e-menu-item):not(.e-editedbatchcell),.e-headercontent td.e-rowcell:not(.e-menu-item):not(.e-editedbatchcell),.e-content td.e-rowcell:not(.e-menu-item):not(.e-editedbatchcell),.e-content td.e-groupcaption:not(.e-menu-item):not(.e-editedbatchcell),.e-content td.e-recordplusexpand:not(.e-menu-item):not(.e-editedbatchcell),.e-content td.e-recordpluscollapse:not(.e-menu-item):not(.e-editedbatchcell),.e-content td.e-detailrowcollapse:not(.e-menu-item):not(.e-editedbatchcell),.e-content td.e-detailrowexpand:not(.e-menu-item):not(.e-editedbatchcell),.e-content th.e-detailcell:not(.e-menu-item):not(.e-editedbatchcell)):is(:focus,:focus-visible) {
    box-shadow: none;
}


.waper_grid .e-gridcontent {
}

.waper_grid.fullheight_grid .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 165px) !important;
    height: -webkit-calc(100svh - 165px) !important;
    height: calc(100svh - 165px) !important;
}

.waper_grid.fullheight_grid.noPaging .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid.noPaging .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 135x) !important;
    height: -webkit-calc(100svh - 135x) !important;
    height: calc(100svh - 132px) !important;
}

.waper_grid.fullheight_grid.noPaging:has(.e-stackedheadercell) .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid.noPaging:has(.e-stackedheadercell) .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 128px) !important;
    height: -webkit-calc(100svh - 128px) !important;
    height: calc(100svh - 155px) !important;
}


.waper_grid.fullheight_grid.isStacked .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid.isStacked .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 182px) !important;
    height: -webkit-calc(100svh - 182px) !important;
    height: calc(100svh - 182px) !important;
}

.waper_grid.fullheight_grid.isStacked:has(.e-stackedheadercell) .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid.isStacked:has(.e-stackedheadercell) .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 128px) !important;
    height: -webkit-calc(100svh - 182px) !important;
    height: calc(100svh - 182px) !important;
}

.waper_grid.fullheight_grid.onlycol_grid .e-gridcontent .e-content.e-yscroll,
.waper_grid.fullheight_grid.onlycol_grid .sf-grid .e-frozencontent {
    border-bottom: 0px !important;
    height: -moz-calc(100svh - 130px) !important;
    height: -webkit-calc(100svh - 130px) !important;
    height: calc(100svh - 130px) !important;
}



.waper_grid.fullheight_grid.isStacked .e-emptyrow td {
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: -moz-calc(100svh - 200px) !important;
    height: -webkit-calc(100svh - 200px) !important;
    height: calc(100svh - 200px) !important;
    background-image: url('/images/no-results-found.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 286px 141px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    font-size: 0;
}

    .waper_grid.fullheight_grid.isStacked .e-emptyrow td::after {
        content: 'No data found ...';
        font-size: 13px;
        letter-spacing: 3px;
        margin-top: 200px;
        color: #9E9E9E;
    }

.e-grid.sf-grid .e-gridcontent .e-content.e-yscroll {
    overflow-y: auto !important;
}

.waper_grid .e-gridcontent .e-content.e-yscroll {
    overflow-y: auto !important;
}

.waper_grid.indm {
}

.waper_grid .sf-grid .e-gridcontent .e-content .e-movablecontent.e-yscroll {
}

.waper_grid .e-frozenscrollbar {
    border-top: 0px !important;
    background-color: #ECEFF1;
    border-top: 5px solid #fff !important;
}

.waper_grid .e-grid .e-headercell,
.waper_grid .e-grid .e-detailheadercell {
    background-color: #fff !important;
    border-color: #BDBDBD !important;
}

.waper_grid .e-grid .e-headercelldiv,
.waper_grid .e-grid .e-stackedheadercelldiv {
    font-weight: 500 !important;
    color: #303F9F !important;
    font-size: 12px;
    height: 23px !important;
    line-height: 23px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    padding-right: 0px !important;
}

.waper_grid .e-grid .e-headertext div {
    color: #303F9F;
}


.waper_grid .e-grid .e-gridheader {
    border-top: 0px solid #E0E0E0 !important;
    border-bottom: 1px solid #E0E0E0 !important;
}

.waper_grid .e-grid .e-headercell,
.waper_grid .e-grid .e-detailheadercell {
    padding-left: 2px !important;
}

.e-grid.e-wrap .e-columnheader .e-headercelldiv,
.e-grid.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv,
.e-grid .e-columnheader.e-wrap .e-headercelldiv,
.e-grid .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv {
    margin-bottom: 0px;
}

.e-grid .e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-detailrowcollapse:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-detailrowexpand:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-gridheader .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),
.e-grid .e-emptyrow:not(.e-editedbatchcell):not(.e-updatedtd) {
    font-size: 11px !important;
}

.e-grid.e-wrap.e-left-shadow .e-leftfreeze.e-freezeleftborder.e-focused:not(.e-menu-item,.e-xlsel-top-border, .e-xlsel-left-border,.e-xlsel-bottom-border,.e-xlsel-right-border),
.e-grid.e-wrap.e-right-shadow .e-rightfreeze.e-freezerightborder.e-focused:not(.e-menu-item,.e-xlsel-top-border, .e-xlsel-left-border,.e-xlsel-bottom-border,.e-xlsel-right-border) {
    border: 0px !important;
    border-width: 0px !important;
}

.e-grid.sf-grid.e-default table th:not([rowspan="1"]):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell,.e-detailheadercell,.e-rowdragheader) {
    vertical-align: middle !important;
}

tr.e-summaryrow.e-disable-gridhover td {
    user-select: none;
    background-color: #FAFAFA !important;
    font-size: 12px;
    text-align: right !important;
    padding: 3px 0px !important;
    color: #D32F2F !important;
    border-bottom: 0px !important;
}

.waper_grid .e-grid .e-groupcaption {
    border-style: solid;
    border-width: 1px 0 0;
    display: table-cell;
    line-height: 20px;
    padding: 5px 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    font-size: 12px !important;
    font-weight: 500;
    color: #C2185B;
}

.e-emptyrow {
}

    .e-emptyrow td {
        position: absolute;
        width: 100%;
        background-color: #fff;
        height: -moz-calc(100% - 0px) !important;
        height: -webkit-calc(100% - 0px) !important;
        height: calc(100% - 0px) !important;
        background-image: url('/images/no-results-found.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 180px 89px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: auto;
        font-size: 0;
    }

        .e-emptyrow td::after {
            content: 'No data found ...';
            font-size: 13px;
            letter-spacing: 3px;
            margin-top: 135px;
            color: #9E9E9E;
        }

.fullheight_grid .e-emptyrow td {
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: -moz-calc(100svh - 200px) !important;
    height: -webkit-calc(100svh - 200px) !important;
    height: calc(100svh - 200px) !important;
    background-image: url('/images/no-results-found.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 286px 141px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    font-size: 0;
}

    .fullheight_grid .e-emptyrow td::after {
        content: 'Không có dữ liệu ...';
        font-size: 13px;
        letter-spacing: 3px;
        margin-top: 200px;
        color: #9E9E9E;
    }

.noRecord {
    background-color: #F5F5F5;
    color: #607D8B;
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    letter-spacing: 0px;
    border-radius: 5px;
    user-select: none;
    font-style: italic;
    letter-spacing: 1px;
}

    .noRecord i {
        color: #E64A19;
        margin-right: 8px;
    }

.e-grid.e-gridhover .e-row tr:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
.e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
.e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
.e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
.e-grid.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
.e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: #FAFAFA;
}


/*.e-row {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top:30px !important;
}*/

.waper_grid.gdvX div.e-gridcontent tr.e-row td.e-rowcell:nth-child(1),
.waper_grid.gdvX div.e-gridheader tr.e-columnheader:nth-child(1) th.e-headercell:nth-child(1) {
    position: unset !important;
    border-right: 0px solid #4CAF50 !important;
}

.waper_grid.gdvX div.e-gridheader {
    display: none !important;
    border-bottom: 0px !important;
}

.waper_grid.gdvX {
    padding: 0px !important;
}

.waper_grid div.e-gridcontent tr.e-row td.e-rowcell:nth-child(1),
.waper_grid div.e-gridheader tr.e-columnheader:nth-child(1) th.e-headercell:nth-child(1) {
    position: -webkit-sticky !important;
    position: sticky !important;
    left: 0px;
    z-index: 1;
    background-color: #fff;
    border-left: 0px !important;
    border-right: 2px solid #4CAF50 !important;
    vertical-align: middle !important;
}

.spl.IsLeftRight .waper_grid div.e-gridcontent tr.e-row td.e-rowcell:nth-child(1),
.waper_grid div.e-gridheader tr.e-columnheader:nth-child(1) th.e-headercell:nth-child(1) {
    border-right: 2px solid #EEEEEE;
}

.waper_grid div.e-gridheader {
    position: relative;
    overflow: auto;
}

    .waper_grid div.e-gridheader tr.e-columnheader th.e-headercell {
        height: 28px !important;
        background-color: #F5F5F5 !important;
        border-top: 1px solid #BDBDBD !important;
    }

.waper_grid.onlycol_grid div.e-gridcontent tr.e-row td.e-rowcell:nth-child(1),
.waper_grid.onlycol_grid div.e-gridheader tr.e-columnheader:nth-child(1) th.e-headercell:nth-child(1) {
    position: unset !important;
    left: unset !important;
    z-index: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    vertical-align: unset !important;
}

.waper_grid.onlycol_grid div.e-gridheader {
    display: none !important;
}

.waper_grid.onlycol_grid .e-grid {
    border: 0px !important;
}

mnEdit {
    outline: none !important;
}

.mnEdit ul {
    width: unset !important;
}

.e-contextmenu-wrapper ul,
.e-contextmenu-container ul {
    min-width: unset;
}

    .e-contextmenu-wrapper ul .e-menu-item.e-separator,
    .e-contextmenu-container ul .e-menu-item.e-separator {
        border-bottom: 1px dashed #E0E0E0 !important;
        height: 1px !important;
        padding: 0px !important;
    }

.mnEdit ul.e-contextmenu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: 2px solid #E0E0E0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important;
}

    .mnEdit ul.e-contextmenu li {
        width: 100% !important;
        font-size: 12px !important;
        color: #000000;
        font-weight: 400 !important;
        height: 26px !important;
        background-color: #fff !important;
        line-height: 26px !important;
        padding-right: 15px !important;
        border-bottom: 0px dashed #E0E0E0 !important;
    }

        .mnEdit ul.e-contextmenu li.e-disabled {
            color: #BDBDBD;
        }

        .mnEdit ul.e-contextmenu li:last-child {
        }

        .mnEdit ul.e-contextmenu li:hover,
        .mnEdit ul.e-contextmenu li.e-focused {
            background-color: #E8F5E9 !important;
            color: #D32F2F !important;
        }

            .mnEdit ul.e-contextmenu li.e-focused span.e-menu-icon,
            .mnEdit ul.e-contextmenu li:hover span.e-menu-icon {
                color: #D32F2F !important
            }

.e-dropdownbase .e-list-item {
    word-wrap: break-word !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
.e-contextmenu-container ul .e-menu-item .e-menu-icon {
    font-size: 14px;
    line-height: 26px;
    padding-right: 20px;
    vertical-align: top !important;
    margin-right: 5px;
}

.e-btn.e-lib.e-dropdown-btn.mnEdit {
    height: 22px !important;
    line-height: 22px !important;
    padding: 0px !important;
    background-color: transparent !important;
    border: 0px !important;
}

.e-dropdown-btn.mnEdit .e-caret,
.e-dropdown-btn.e-btn.mnEdit .e-caret {
    font-size: 8px;
    color: #C2185B;
}

.e-sfcontextmenu.mnEdit.mnuOpended {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0s linear;
}

.e-sfcontextmenu.mnEdit.mnuClosing {
    visibility: hidden;
    opacity: 0;
}

.waper_pager {
    padding-left: 0px;
    padding-right: 0px;
    /* position: relative !important; */
    z-index: 0 !important;
    position: absolute;
    bottom: 0px;
    height: 26px !important;
    width: 100%;
    border-top: 1px solid #E0E0E0 !important;
    overflow: hidden !important;
}

    .waper_pager .e-pager {
        padding: 0px 0px;
        padding-left: 30px;
        margin-top: 0px;
        background-color: #ECEFF1;
        border: 0px !important;
        overflow: hidden !important;
        position: relative !important;
    }

        .waper_pager .e-pager:before {
            font-family: 'Font Awesome 6 Pro';
            content: '\e366';
            font-size: 14px;
            position: absolute;
            left: 5px;
            top: 5px;
            color: #C2185B;
            border-right: 1px solid #BDBDBD;
            padding-right: 6px;
        }

    .waper_pager.Small .e-pager {
        padding: 5px 10px;
        margin-top: 0px;
    }

    .waper_pager .e-pager .e-numericitem {
        background-color: transparent !important;
    }

    .waper_pager .e-pager .e-pagercontainer {
        background-color: transparent !important;
    }

.e-pager .e-pagercontainer {
    margin: 0px !important;
}

.waper_pager .e-pager.sf-pager .e-numericcontainer a {
    outline: unset !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #455A64;
    border: 0px !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.waper_pager .e-pager .e-currentitem,
.waper_pager .e-pager .e-currentitem:hover {
    background-color: #f5f5f5 !important;
    color: #D32F2F !important;
    outline: unset !important;
    border: 0px !important;
    box-shadow: none !important;
}


.e-pager .e-prevpagedisabled,
.e-pager .e-prevpage, .e-pager .e-nextpage,
.e-pager .e-nextpagedisabled,
.e-pager .e-lastpagedisabled,
.e-pager .e-lastpage, .e-pager .e-firstpage, .e-pager .e-firstpagedisabled {
    background-color: transparent !important;
}

.e-pager.sf-pager .e-pagercontainer .e-first,
.e-pager.sf-pager .e-pagercontainer .e-prev,
.e-pager.sf-pager .e-pagercontainer .e-next,
.e-pager.sf-pager .e-pagercontainer .e-last {
    font-size: 12px !important;
}

.e-pager .e-firstpagedisabled,
.e-pager .e-prevpagedisabled,
.e-pager .e-nextpagedisabled,
.e-pager .e-lastpagedisabled {
    font-weight: 700 !important;
    font-size: 12px !important;
}

.waper_pager .e-pager.sf-pager .e-numericcontainer a.e-active {
    font-weight: 700 !important;
    font-size: 13px !important;
}

.waper_pager .e-pager div.e-icons.e-pager-default {
    color: #303F9F !important;
    font-weight: 700 !important;
    font-size: 9px !important;
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
}

.waper_pager .e-pagenomsg {
    color: #455A64 !important;
    font-size: 12px;
}

    .waper_pager .e-pagenomsg:before {
        font-family: 'Font Awesome 6 Pro';
        content: '\23';
        margin-right: 5px;
        font-size: 13px;
    }

.waper_pager .e-pagecountmsg {
    color: #D32F2F !important;
    font-weight: 500 !important;
    margin-left: 10px;
    font-size: 12px !important;
}

    .waper_pager .e-pagecountmsg:before {
        font-family: 'Font Awesome 6 Pro';
        content: '\f68b';
        margin-right: 5px;
        font-size: 12px;
    }

.waper_pager .e-pager div.e-icons.e-pager-default {
    padding-top: 3px;
    padding-bottom: 3px;
}

.waper_pager .e-pagercontainer {
    margin-top: -3px !important;
}

.e-pager div.e-parentmsgbar {
    float: right;
    padding-bottom: 0px !important;
    padding-right: 10px;
    padding-top: 0px !important;
    line-height: 26px;
}



.waper_pager .e-pager .pageMove {
    color: #5D4037;
    font-size: 13px;
    font-weight: 400;
}

.waper_pager .e-pager .txtPager {
    border: 0px !important;
    margin-top: -2px;
}

    .waper_pager .e-pager .txtPager input {
        text-align: right !important;
        background-color: #ECEFF1 !important;
        font-weight: 700 !important;
        color: #D32F2F !important;
        padding-top: 0px !important;
        border-bottom: 1px solid #C2185B !important;
        font-size:13px;
    }
.waper_pager .e-pager .splPage,
.waper_pager .e-pager .totalPage {
    font-weight: 700 !important;
    color: #D32F2F !important;
}

.waper_pager .e-pager .btnLeftPage,
.waper_pager .e-pager .btnRightPage {
    font-size: 12px !important;
    height: 25px !important;
    line-height: 15px !important;
    margin-top: 1px !important;
    background-color: transparent !important;
    font-weight: 500 !important;
    border-radius: 3px !important;
    color: #3F51B5 !important;
    border: 0px !important;
    outline: none !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.waper_pager .e-pager .btnLeftPage {
    margin-right: 10px;
}

.waper_pager .e-pager .btnRightPage {
    margin-left: 10px;
}

    .waper_pager .e-pager .btnLeftPage:hover,
    .waper_pager .e-pager .btnRightPage:hover {
        color: #C2185B !important;
    }

    .waper_pager .e-pager .btnLeftPage:disabled,
    .waper_pager .e-pager .btnRightPage:disabled {
        color: #9E9E9E !important;
    }

.waper_pager .e-pager .totalitem i {
    margin-right: 3px;
}

.waper_pager .e-pager .totalitem {
    float: right;
    margin-right: 10px;
    line-height: 28px;
    font-size: 12px;
    padding-left: 6px;
    color: #388E3C;
}

    .waper_pager .e-pager .totalitem span {
        font-weight: 700;
        color: #C2185B;
        font-size:13px;
    }

.waper_pager .e-pager .splRightSpl {
    width: 1px;
    border-right: 1px solid #E0E0E0;
    margin-right: 5px;
    display: none;
}

.waper_pager .e-pager .totalTemplate {
    font-size: 12px !important;
    position: relative;
    display: inline-block;
    top: 1px !important;
}

.divErrWapper {
    background-color: #ECEFF1;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .divErrWapper .content {
        width: 380px;
        text-align: center;
    }

        .divErrWapper .content .e-message.e-filled.e-error {
            background-color: #D32F2F;
            border: 0px !important;
            border-radius: 5px !important;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            margin: 20px;
        }

        .divErrWapper .content .e-message .e-msg-content {
            font-size: 16px;
            color: #fff !important;
            user-select: none;
            pointer-events: none;
            padding: 10px;
            padding-left: 25px;
            padding-right: 25px;
            font-weight: 500;
            letter-spacing: 1px;
            line-height: 24px;
        }

        .divErrWapper .content .e-message .e-msg-icon {
            font-size: 21px;
            margin-top: 12px;
            display: block;
            vertical-align: middle;
        }

    .divErrWapper .btnMsg {
        margin-top: 10px;
    }

        .divErrWapper .btnMsg .e-btn {
            margin-top: 10px;
            background-color: #fff;
            letter-spacing: 2px;
            font-size: 14px;
            font-weight: 500;
            color: #333;
        }

            .divErrWapper .btnMsg .e-btn .mdi {
                font-size: 16px;
            }

    .divErrWapper .detailErr {
        max-width: 95vw;
        max-height: 70vh;
        overflow: auto;
        padding: 20px;
        text-align: justify;
        white-space: break-spaces;
    }

.e-dlg-content .form-group {
    display: inline-block;
    margin-right: 5px;
    user-select: none;
}

    .e-dlg-content .form-group .lbl {
        display: inline-block;
        margin-right: 5px;
        user-select: none;
    }

    .e-dlg-content .form-group.isEnd {
        margin-right: 0px;
    }

    .e-dlg-content .form-group.isFullWidth {
        margin-right: 0px;
        width: 100%;
    }

.e-dlg-content .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
.e-dlg-content .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: #c8c8c8;
    border: 0px;
    border-bottom: 1px dashed #E0E0E0 !important;
}

    .e-dlg-content .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-multi-line-input),
    .e-dlg-content .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-multi-line-input) {
        height: 23px !important;
    }

.e-input-group input.e-input:focus:not(.e-multi-line-input),
.e-input-group.e-control-wrapper input.e-input:focus:not(.e-multi-line-input),
.e-input-group.e-input-focus input.e-input:not(.e-multi-line-input),
.e-input-group.e-control-wrapper.e-input-focus input.e-input:not(.e-multi-line-input) {
    height: 23px !important;
}

.e-input-group.e-control-container.e-control-wrapper.e-valid-input.e-input-focus span.e-clear-icon {
    height: 23px !important;
    border-bottom: 1px solid red !important;
}


td.e-rowcell .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
td.e-rowcell .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    border: 0px !important;
}

.e-dlg-content .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-dlg-content .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
.e-dlg-content .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-dlg-content .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
.e-dlg-content .e-input-group.e-input-focus .e-clear-icon,
.e-dlg-content .e-input-group.e-input-focus.e-control-wrapper .e-clear-icon {
    border-bottom: 1px solid red !important;
}

.e-dlg-content .e-input-group .e-input:hover {
}

td.e-rowcell .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
td.e-rowcell .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
td.e-rowcell .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
td.e-rowcell .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
td.e-rowcell .e-input-group.e-input-focus .e-clear-icon,
td.e-rowcell .e-input-group.e-input-focus.e-control-wrapper .e-clear-icon {
    border: 0px !important;
}

.e-dlg-overlay.hide-sf-overlay-active {
    opacity: 0 !important;
    transition: opacity 0.1s ease-out !important; /* Đổi thành display: none !important; nếu bạn muốn tắt hẳn ngang lập tức */
    pointer-events: none !important; /* Ngăn chặn click chuột khi đang đóng */
}
.e-popup.e-popup-open.e-dialog {
    border-radius: 6px !important;
    overflow: hidden !important;
}
        .e-dialog.dlgEdit.dlgXN.e-popup-open {
            border-radius: 5px !important;
            overflow: hidden !important;
        }


        .dlgEdit.dlgXN .e-dlg-header-content {
            background-color: #fff;
        }

        .dlgEdit.dlgXN .e-dlg-header {
            color: #D32F2F;
            text-transform: unset !important;
            font-size: 14px;
            font-weight: 500;
            vertical-align: middle !important;
            letter-spacing: 1px;
        }

            .dlgXN .e-dlg-header i,
            .dlgEdit.dlgXN .e-dlg-header i {
                color: #D32F2F;
                font-weight: 700 !important;
                margin-right: 10px !important;
                font-size: 18px !important;
                vertical-align: middle !important;
            }

        .dlgEdit.dlgXN .e-dlg-content {
            padding: 10px !important;
            font-size: 13px;
            color: #000 !important;
            background-color: #fff;
            user-select: none;
            text-align: center;
            font-weight: 500 !important;
        }

        .dlgEdit.dlgXN .e-footer-content {
        }

            .dlgEdit.dlgXN .e-footer-content .e-btn {
            }

                .dlgEdit.dlgXN .e-footer-content .e-btn .e-icons {
                    margin-right: 10px;
                    vertical-align: middle;
                    font-size: 13px !important;
                }

            .dlgEdit.dlgXN .e-footer-content .btnXnOk {
                padding-left: 15px;
                padding-right: 15px;
                background-color: #FAFAFA !important;
                color: #D32F2F;
            }

                .dlgEdit.dlgXN .e-footer-content .btnXnOk:hover {
                    background-color: #FFCDD2;
                    color: #C62828 !important;
                }

            .dlgEdit.dlgXN .e-footer-content e-btn.btnXnDong {
                background-color: #fff !important;
                box-shadow: none !important;
            }

        .e-dialog.dlgEdit.dlgXN .e-footer-content .e-btn.btnXnDong {
            background-color: #fff !important;
            box-shadow: none !important;
            color: #666 !important;
        }

        .dlgEdit.dlgXN .e-footer-content .btnXnDong:hover {
        }

        td.e-rowcell .wapper_input {
            width: 100%;
        }

        td.e-rowcell input {
            padding-left: 3px !important;
            padding-right: 3px !important;
        }

        .wapper_input,
        .wapper_input .e-input-group {
            display: inline-block;
            position: relative !important;
        }

            .wapper_input input {
                padding-right: 30px !important;
            }

            .wapper_input.cmbBase {
                position: relative;
            }

        .form-group.isFullWidth .wapper_input.cmbBase {
            width: 100%;
        }

        .form-group.isFullWidth {
            margin-top: 2px;
        }

        .wapper_input.cmbBase input {
            cursor: pointer !important;
        }

        .wapper_input .btnOpen {
            position: absolute !important;
            top: -1px;
            right: 0px;
            padding: 0px !important;
            height: 23px !important;
            width: 15px !important;
            line-height: 28px !important;
            background-color: transparent !important;
            outline: none !important;
            box-shadow: none !important;
            border: 0px !important;
        }


            .wapper_input .btnOpen i {
                color: #BDBDBD;
                font-size: 13px;
                font-weight: 300 !important;
            }

            .wapper_input .btnOpen:hover i {
                color: #C2185B;
            }

            .wapper_input .btnOpen:disabled i {
                color: #E0E0E0 !important;
            }


        .wapper_input .btnRemove {
            position: absolute !important;
            top: 1px;
            right: 15px;
            padding: 0px !important;
            height: 26px !important;
            width: 15px !important;
            line-height: 26px !important;
            background-color: transparent !important;
            outline: none !important;
            box-shadow: none !important;
            border: 0px !important;
        }

            .wapper_input .btnRemove i {
                color: #BDBDBD;
                font-size: 14px !important;
                font-weight: 300 !important;
            }

            .wapper_input .btnRemove:hover i {
                color: #C2185B !important;
            }

        .dlgListBox {
            max-height: 420px;
            overflow: auto;
            padding: 0px 0px;
        }

            .dlgListBox .khongcodulieu {
                margin: 0px auto;
                height: 35px;
                user-select: none;
                background-image: url('/images/no-results-found.png');
                background-position: center center;
                background-position-y: 20px;
                background-repeat: no-repeat;
                background-size: 200px 100px;
                text-align: center;
                padding-top: 130px;
                font-size: 13px;
                letter-spacing: 1px;
                color: #333;
                font-weight: 500;
            }

        .list-wrapper:hover {
            background-color: #E8F5E9;
            border-bottom: 1px solid #EEEEEE;
        }

        .list-wrapper {
            user-select: none;
            cursor: pointer;
            padding: 2px 8px;
            border-bottom: 1px dashed #E0E0E0;
            min-height: 35px;
            display: flex;
            flex: 1 !important;
            flex-direction: column;
        }

            .list-wrapper:last-child {
                border-bottom: 1px solid #fff;
            }

            .list-wrapper.dachon {
                background-color: #F9FBE7 !important;
            }

            .list-wrapper .itemMa {
                font-weight: 400;
                color: #000;
                font-size: 12px;
                display: block !important;
                margin: auto;
                display: block;
                width: 100%;
            }

                .list-wrapper .itemMa span.subMa {
                    font-weight: 400;
                    color: #303F9F;
                    font-size: 12px;
                    margin-left: 10px;
                    margin: auto;
                    display: block;
                    width: 100%;
                }

            .list-wrapper .itemTen {
                font-weight: 400;
                color: #666;
                font-size: 12px;
                white-space: normal;
                display: block;
                width: 100%;
                margin: auto;
                display: block;
            }

                .list-wrapper .itemTen:before {
                    font-family: "Font Awesome 6 Pro";
                    content: '\f044';
                    margin-right: 5px;
                    font-size: 10px;
                    color: #9E9E9E;
                }

                .list-wrapper .itemTen.noIconSub:before {
                    display: none;
                }

                .list-wrapper .itemTen.noIconSub {
                    margin-top: -5px;
                    margin-bottom: 0px !important;
                    height: 20px;
                }


                .list-wrapper .itemTen.itemRemark {
                    font-weight: 400;
                    color: #666;
                    font-size: 12px;
                    white-space: normal;
                }

                .list-wrapper .itemTen span.itemTenSub {
                    font-weight: 400;
                    color: #303F9F;
                }

                .list-wrapper .itemTen span.itemTenValue {
                    margin-right: 10px;
                    color: #303F9F;
                    font-weight: 500;
                }

            .list-wrapper .itemTenSub {
                color: #5D4037;
                font-size: 12px;
                font-weight: 400;
            }

            .list-wrapper .itemTen.mst {
                color: #455A64;
                font-style: italic;
            }

            .list-wrapper .itemTen.diachi {
                color: #455A64;
                font-style: italic;
            }

            .list-wrapper .itemTen.mst:before {
                font-family: "Font Awesome 6 Pro";
                content: '\f084';
                margin-right: 5px;
            }

            .list-wrapper .itemTen.diachi:before {
                font-family: "Font Awesome 6 Pro";
                content: '\f3c5';
                margin-right: 5px;
            }

            .list-wrapper .itemMa.username {
                color: #C2185B;
                font-weight: 500;
            }

                .list-wrapper .itemMa.username.useroffline i {
                    margin-right: 5px;
                    color: #BDBDBD;
                    font-size: 10px;
                }

                .list-wrapper .itemMa.username.useronline i {
                    margin-right: 5px;
                    color: #388E3C;
                    font-size: 10px;
                }

            .list-wrapper .itemTen.fullname {
                color: #000;
            }

            .list-wrapper .itemTen.phongban {
                color: #303F9F;
            }

                .list-wrapper .itemTen.phongban:before {
                    font-family: "Font Awesome 6 Pro";
                    content: '\f5f3';
                    margin-right: 5px;
                }

            .list-wrapper .itemTen .itemSub {
                margin-right: 10px;
                background-color: transparent;
                padding: 0px 0px;
                border-radius: 3px;
                font-size: 11px;
                color: #C2185B;
                margin-top: 5px;
                margin-bottom: 5px;
                display: inline-block;
                letter-spacing: 1px;
            }

                .list-wrapper .itemTen .itemSub:before {
                    font-family: "Font Awesome 6 Pro";
                    content: '\f02c';
                    margin-right: 5px;
                    font-size: 10px;
                    color: #9E9E9E;
                }

            .list-wrapper.dangchon {
                background-color: #E8F5E9;
            }

        .dlgTxtSearch {
            position: relative;
            height: 32px;
            width: 100%;
        }

            .dlgTxtSearch div {
            }

            .dlgTxtSearch .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
            .dlgTxtSearch .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
                background-color: #E8F5E9 !important;
            }

            .dlgTxtSearch .e-input-group {
                padding-right: 120px !important;
            }

            .dlgTxtSearch .btnAddCmb {
                border: 0px !important;
                position: absolute;
                top: 3px;
                right: 88px;
                padding-top: 0px;
                padding-bottom: 0px;
                font-size: 13px !important;
                background-color: transparent !important;
                color: #455A64;
                font-weight: 400;
                width: 30px;
                height: 25px;
                font-size: 12px;
                outline: none !important;
                box-shadow: none !important;
                border-radius: 5px;
            }

                .dlgTxtSearch .btnAddCmb:hover i {
                    color: #C2185B;
                }

                .dlgTxtSearch .btnAddCmb:disabled,
                .dlgTxtSearch .btnAddCmb:disabled i {
                    color: #BDBDBD !important;
                }

                .dlgTxtSearch .btnAddCmb i {
                    color: #455A64;
                    font-weight: 700 !important;
                    font-size: 13px;
                }


            .dlgTxtSearch .btnRefeshCmb {
                border: 0px !important;
                position: absolute;
                top: 3px;
                right: 35px;
                padding-top: 0px;
                padding-bottom: 0px;
                font-size: 13px !important;
                background-color: transparent !important;
                color: #455A64;
                font-weight: 400;
                width: 30px;
                height: 25px;
                font-size: 12px;
                outline: none !important;
                box-shadow: none !important;
                border-radius: 5px;
            }

                .dlgTxtSearch .btnRefeshCmb:hover i {
                    color: #C2185B;
                }

                .dlgTxtSearch .btnRefeshCmb:disabled i {
                    color: #E0E0E0 !important;
                }

                .dlgTxtSearch .btnRefeshCmb i {
                    color: #455A64;
                    font-weight: 700 !important;
                    font-size: 12px;
                }

        .btnReloadFooter,
        .btnCrewHistoryFooter {
            box-shadow: none !important;
            padding-left: 0px !important;
            padding-right: 0px !important;
            width: unset !important;
            border: 0px !important;
            outline: none !important;
            background-color: #FAFAFA !important;
            color: #455A64 !important;
            font-weight: 400 !important;
            line-height: 25px;
            padding-top: 3px;
            font-size: 12px;
        }


        .btnCrewHistoryFooter {
            width: 168px !important;
            text-align: left !important;
        }

        .e-dialog .e-footer-content .e-btn.btnReloadFooter:hover,
        .e-dialog .e-footer-content .e-btn.btnCrewHistoryFooter:hover {
            color: #B71C1C !important;
        }

        .btnReloadFooter:disabled,
        .btnCrewHistoryFooter:disabled {
            background-color: #E0E0E0 !important;
            color: #BDBDBD !important;
            box-shadow: none !important;
        }

        .e-dialog .e-footer-content .e-btn.btnCrewHistoryFooter:disabled {
            background-color: transparent !important;
        }

        .e-treeview.treePhanQuyen .e-list-item.e-level-1 span.e-list-text {
            font-weight: 500 !important;
            font-size: 13px;
            color: #C2185B !important;
        }

        .e-treeview.treePhanQuyen .e-list-item.e-level-2 span.e-list-text {
            font-weight: 400 !important;
            font-size: 13px;
            color: #9E9E9E !important;
            text-decoration: line-through !important;
            text-decoration-color: rgba(0, 0, 0, 0.24) !important;
        }

        .e-treeview.treePhanQuyen .e-list-item .e-level-2 .e-text-content:has(.e-frame.e-icons.e-stop) span.e-list-text,
        .e-treeview.treePhanQuyen .e-list-item .e-level-2 .e-text-content:has(.e-frame.e-icons.e-check) span.e-list-text {
            color: #303F9F !important;
            text-decoration: unset !important;
        }

        .e-treeview.treePhanQuyen {
            height: 350px;
            overflow: auto;
            background-color: #fff;
            border: 1px solid #ECEFF1;
            margin-top: 5px;
        }

        .e-treeview .e-ul {
            padding-left: 5px;
        }

        .e-treeview .e-list-item div.e-icons.interaction {
            margin-top: -5px;
        }

            .e-treeview .e-list-item div.e-icons.interaction:before {
                font-weight: 700 !important;
                color: #303F9F;
                font-size: 13px !important;
            }

        .e-treeview .e-list-item {
            border: 0px !important;
            outline: 0px !important;
        }

            .e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
                background-color: #d1ebff;
                font-weight: 500 !important;
                border: 0px !important;
            }

        .btnAppUser {
            color: #B71C1C !important;
            letter-spacing: 1px;
            background-color: #fafafa;
            border: 0px !important;
            margin-top: 1px;
            font-weight: 700;
            margin-left: 10px;
            border-left: 1px solid #E0E0E0 !important;
            margin-right: 0px;
        }

            .btnAppUser:hover {
                background-color: #fff;
            }

        .e-dropdown-popup.e-control.btnAppUser {
            background-color: transparent;
        }

        .contentUser {
            border: 2px solid #388E3C;
            width: 350px;
            overflow: hidden;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            position: relative;
            background-color: #fff;
            border-radius: 10px 0px 10px 10px;
            overflow: hidden;
        }

            .contentUser .userBanner {
                text-align: center;
                background-color: #fafafa;
                padding: 10px 0px;
                box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
                margin-bottom: 20px;
            }

                .contentUser .userBanner img {
                    width: 300px;
                    height: auto;
                }

            .contentUser .avatarUser {
                width: 120px;
                height: 120px;
                padding: 3px;
                border-radius: 5px;
                text-align: center;
                margin-left: auto;
                margin-right: auto;
                margin-top: 10px;
                background-color: #f5f5f5;
                position: relative;
                box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            }

                .contentUser .avatarUser img {
                    width: 100%;
                    height: auto;
                    pointer-events: none;
                    user-select: none;
                }

            .contentUser .welcomeUser {
                text-align: center;
                margin-top: 20px;
                font-weight: 500;
                font-size: 13px;
                letter-spacing: 1px;
                color: #388E3C;
                font-style: italic;
            }

            .contentUser .UserFullName {
                text-align: center;
                margin-top: 10px;
                font-weight: 500;
                font-size: 14px;
                letter-spacing: 1px;
            }

            .contentUser .UserFullName {
                text-align: center;
                margin-top: 5px;
                font-weight: 500;
                font-size: 14px;
                letter-spacing: 1px;
            }

                .contentUser .UserFullName .taikhoan {
                    color: #303F9F;
                }

                .contentUser .UserFullName .quyen {
                    color: #333;
                    font-size: 12px;
                    letter-spacing: 1px;
                }

            .contentUser .welcomeUser .taikhoan {
                color: #C2185B;
                font-size: 16px;
            }

            .contentUser .UserFullName .quyen1 {
                color: #303F9F;
                font-size: 12px;
                letter-spacing: 1px;
                margin-top: 5px;
                display: inline-block;
                text-transform: uppercase;
                letter-spacing: 0px !important;
            }

            .contentUser .UserFullName .quyen2 {
                color: #388E3C;
                font-size: 14px;
                margin-top: 5px;
                display: inline-block;
            }

            .contentUser .UserFullName .quyen3 {
                color: #455A64;
                font-size: 12px;
                letter-spacing: 1px;
                margin-top: 5px;
                display: inline-block;
                text-transform: uppercase;
                letter-spacing: 0px !important;
            }

            .contentUser .lstMenuUser {
                border-top: 2px dashed #e0e0e0;
                padding-top: 10px;
                margin-top: 15px;
                margin-bottom: 5px;
                text-align: center;
            }

                .contentUser .lstMenuUser .e-btn {
                    font-weight: 400 !important;
                    padding-left: 15px !important;
                    padding-right: 15px !important;
                }

                .contentUser .lstMenuUser .btnHoSo {
                    color: #000;
                }

                .contentUser .lstMenuUser .btnDoiMatKhau {
                    color: #000;
                }

                .contentUser .lstMenuUser .btnDangXuat {
                    color: #000;
                }


        .cmbTrangThai {
            background-color: #fafafa;
            color: #000;
            height: 26px;
            padding-bottom: 0px;
        }

            .cmbTrangThai .e-input-group-icon {
                margin-top: -3px !important;
                font-size: 11px;
                color: #bdbdbd !important;
            }

            .cmbTrangThai span.e-clear-icon {
                padding-top: 0px;
                color: #9E9E9E;
            }

            .cmbTrangThai.e-popup.e-popup-open {
                height: unset;
                padding: 0px;
            }

            .cmbTrangThai .e-content.e-dropdownbase {
                height: unset;
            }

            .cmbTrangThai .e-dropdownbase .e-list-item {
                border-color: none;
                color: #000;
                font-family: "Roboto";
                font-size: 13px;
                line-height: 30px;
                min-height: 30px;
                padding-right: 10px;
            }

        .mnuItemsWapper {
            border: 2px solid #BCAAA4;
            border-radius: 3px;
            overflow: hidden !important;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

            .mnuItemsWapper .btnMenuItem {
                padding: 6px 10px 6px 6px;
                user-select: none;
                border-bottom: 1px dashed #e0e0e0;
                font-size: 13px;
                cursor: pointer;
                color: #333;
            }

                .mnuItemsWapper .btnMenuItem:last-child {
                    border-bottom: 0px;
                }

                .mnuItemsWapper .btnMenuItem:hover {
                    background-color: #F5F5F5;
                    color: #D32F2F;
                }

                .mnuItemsWapper .btnMenuItem .btnMenuItemIcon {
                    margin-right: 6px;
                    padding-right: 6px;
                    text-align: center;
                    width: 15px !important;
                    display: inline-block;
                    border-right: 1px solid #bdbdbd;
                }

                .mnuItemsWapper .btnMenuItem.isDisabled {
                    color: #BDBDBD !important;
                    background-color: #fff !important;
                    user-select: none !important;
                    pointer-events: none !important;
                }

        .e-upload {
            border: 1px solid #81C784 !important;
            background-color: #fff;
        }

            .e-upload.uploaderHidden {
                /*display:none;*/
            }

                .e-upload.uploaderHidden span.e-file-delete-btn {
                    display: none !important;
                }

                .e-upload.uploaderHidden span.e-file-container {
                    margin-right: 12px !important;
                }

            .e-upload .e-file-select-wrap, .e-bigger.e-small .e-upload .e-file-select-wrap {
                padding: 10px;
                background-color: #fafafa;
            }

            .e-upload.e-upload-drag-hover .e-file-select-wrap,
            .e-bigger.e-small .e-upload.e-upload-drag-hover .e-file-select-wrap {
                background-color: #F1F8E9;
                border: 2px solid #388E3C;
            }

            .e-upload .e-upload-files .e-upload-file-list {
                border-bottom: 0px;
                background-color: #fff;
            }

                .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
                    font-weight: 400;
                    font-size: 13px !important;
                    color: #5D4037 !important;
                }

                    .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name:before {
                        font-family: 'Font Awesome 6 Pro';
                        content: '\f316';
                        margin-right: 5px;
                        float: left;
                    }

                .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
                    font-weight: 400;
                    font-size: 13px !important;
                    color: #5D4037 !important;
                    float: left;
                    margin-right: 10px;
                }

                .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
                    font-weight: 500;
                    font-size: 11px !important;
                    color: #D32F2F !important;
                }

                .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success {
                    font-size: 11px;
                    letter-spacing: 1px;
                    color: #388E3C;
                    font-weight: 400;
                    margin-top: 5px;
                    clear: both;
                }

                    .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success:before {
                        font-family: 'Font Awesome 6 Pro';
                        content: '\f336';
                        margin-right: 5px;
                    }

            .e-upload .e-upload-files .e-upload-file-list {
                min-height: unset;
            }

            .e-upload .e-file-select-wrap .e-file-drop,
            .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop {
                color: #455A64;
                letter-spacing: 1px;
                font-size: 12px;
                font-weight: 400;
                font-family: "Roboto";
            }

            .e-upload .e-file-select-wrap .e-btn,
            .e-upload .e-upload-actions .e-btn,
            .e-bigger.e-small .e-upload .e-file-select-wrap .e-btn,
            .e-bigger.e-small .e-upload .e-upload-actions .e-btn {
                font-weight: 400;
                letter-spacing: 0px;
                font-size: 13px !important;
                border-radius: 3px !important;
            }

        .btnGdvDown, .btnGdvUp {
            padding: 0px !important;
            width: 18px !important;
            text-align: center !important;
            color: #388E3C !important;
            height: 23px !important;
            line-height: 23px !important;
            font-size: 13px !important;
            text-align: center !important;
            background-color: transparent !important;
            border: 0px !important;
        }

            .btnGdvDown:hover, .btnGdvUp:hover {
                color: #D32F2F !important;
            }

        .btnGdvDelete {
            padding: 0px !important;
            width: 18px !important;
            text-align: center !important;
            color: #E64A19 !important;
            height: 23px !important;
            line-height: 23px !important;
            font-size: 13px !important;
            text-align: center !important;
            background-color: transparent !important;
            border: 0px !important;
        }

            .btnGdvDelete:hover {
                color: #B71C1C !important;
            }

        .btnGdvSpilit {
            padding: 0px !important;
            width: 18px !important;
            text-align: center !important;
            color: #7B1FA2 !important;
            height: 23px !important;
            line-height: 23px !important;
            font-size: 13px !important;
            text-align: center !important;
            background-color: transparent !important;
            border: 0px !important;
        }

            .btnGdvSpilit:hover {
                color: #4A148C !important;
            }

        .gdvInDlg {
            margin-left: -10px;
            margin-right: -10px;
            margin-bottom: -5px;
        }

        .e-dlg-container.dlgPdf {
            width: 100% !important;
            height: 100% !important;
            padding: 0px !important;
            z-index: 999999999999 !important;
        }

        .e-dialog.dlgPdf.e-dlg-modal.e-popup-open {
            width: 100% !important;
            height: 100% !important;
            padding: 0px !important;
            top: 0px !important;
            max-height: unset !important;
            z-index: 999999999999 !important;
            margin: 0px;
            border: 0px !important;
            border-radius: 0px !important;
        }

        .e-dialog.dlgPdf .e-dlg-content {
            max-height: 100%;
            overflow: hidden;
        }

        .e-dialog.dlgPdf .e-footer-content {
            display: none;
        }

        .e-pv-sidebar-toolbar {
            display: none !important;
        }

        .e-pdfviewer:not(.e-pv-mobile-view) .e-pv-main-container {
            min-height: calc(100svh - 32px) !important;
        }

        .frmHeaderTools {
            margin-left: 10px;
            text-align: right;
            font-size: 12px !important;
        }

            .frmHeaderTools .rorateBtn {
                font-size: 13px !important;
                font-weight: 500 !important;
                margin-right: 5px;
                color: #C2185B;
                cursor: pointer;
                width: 20px !important;
                display: inline-block;
            }

                .frmHeaderTools .rorateBtn:hover {
                    color: #D32F2F;
                }

                .frmHeaderTools .rorateBtn i {
                    color: #388E3C;
                    font-size: 13px !important;
                    font-weight: 700 !important;
                }

                .frmHeaderTools .rorateBtn:hover i {
                    color: #D32F2F;
                }

        .titleRotate i {
            color: #455A64 !important;
        }

        .titleRotate {
            font-size: 13px !important;
            font-weight: 400;
            color: #455A64;
            margin-right: 5px;
            border-left: 2px solid #388E3C;
            padding-left: 10px;
        }

        .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
        .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
        .e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
        .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
            height: 28px !important;
            min-height: 28px !important;
            min-width: 28px;
            width: 28px;
        }

        .e-pv-toolbar,
        .e-pv-annotation-toolbar,
        .e-pv-mobile-annotation-toolbar,
        .e-pv-formdesigner-toolbar {
            height: 36px !important;
        }

        .e-splitter.e-splitter-horizontal,
        .e-splitter.e-splitter-vertical {
            height: -moz-calc(100svh - 128px) !important;
            height: -webkit-calc(100svh - 128px) !important;
            height: calc(100svh - 128px) !important;
        }

            .e-splitter.e-splitter-horizontal.IsLeftRight,
            .e-splitter.e-splitter-vertical.IsLeftRight {
                height: -moz-calc(100svh - 104px) !important;
                height: -webkit-calc(100svh - 104px) !important;
                height: calc(100svh - 101px) !important;
            }

        .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after {
            z-index: 1;
        }

        .e-splitter .e-split-bar.e-split-bar-vertical {
            background: #81C784;
        }

            .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover,
            .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
                background: #F57C00;
            }

            .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
                background: #E8F5E9;
                color: #388E3C;
                z-index: 1;
                margin-top: -1px;
            }

            .e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) {
                background-color: #388E3C;
            }

        .e-splitter.e-splitter-horizontal .e-pane.e-scrollable,
        .e-splitter.e-splitter-vertical .e-pane.e-scrollable {
            overflow: hidden;
        }

        .e-splitter.e-splitter-horizontal .e-pane.e-scrollable,
        .e-splitter.e-splitter-vertical .e-pane.e-scrollable {
            position: relative;
        }

        .e-splitter .e-split-bar.e-split-bar-horizontal {
            z-index: 1;
        }

        .topPanel {
        }

        .bottomPanel {
        }

        .e-splitter .waper_grid {
        }

        .e-splitter .waper_grid {
            padding-left: 2px;
            padding-right: 2px;
            height: 100% !important;
            position: absolute;
            width: 100%;
        }

        .e-splitter .e-gridcontent .e-content.e-yscroll,
        .e-splitter .sf-grid .e-frozencontent {
            /*height: calc(100% - 130px) !important;*/
        }

        .e-splitter.IsLeftRight .e-split-bar.e-split-bar-horizontal {
            background: #ECEFF1;
            border: 0px solid #BDBDBD;
        }

            .e-splitter.IsLeftRight .e-split-bar.e-split-bar-horizontal:hover {
                background: #388E3C;
            }

            .e-splitter.IsLeftRight .e-split-bar.e-split-bar-horizontal .e-resize-handler {
                color: #388E3C;
            }


        .wapperCmb {
        }

            .wapperCmb .wapperCmbFilter {
                position: absolute;
                background-color: #fafafa;
                border: 1px solid red;
                z-index: 1;
                height: 300px;
                width: 400px;
            }

        .e-grid.e-gridhover .e-frozenhover:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row tr:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover:not(.e-rowdrag) .e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover:not(.e-rowdrag) .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row.e-addedrow:not(.e-disable-gridhover):not(.e-detailrow):hover .e-dragindentcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
            background-color: #F5F5F5;
            color: #333;
        }

        .e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
            margin: 0px;
        }

        .e-grid .e-filtermenudiv {
            float: right;
            margin: -28px -8px;
            padding: 6px;
            text-align: right;
        }

        .e-grid .e-ftrchk {
            padding-bottom: 3px;
            padding-top: 3px;
        }

        .e-filtermenudiv.e-icons.e-icon-filter {
            color: #455A64 !important;
            font-weight: 500 !important;
        }

            .e-filtermenudiv.e-icons.e-icon-filter.e-filtered {
                color: #388E3C !important;
                font-weight: 700 !important;
            }

        .sf-grid .e-excelfilter .e-searchcontainer {
            padding-bottom: 0px;
            padding-left: 0px;
            padding-top: 4px;
            padding-right: 5px;
        }

        .e-dialog.e-filter-popup.e-excelfilter.e-popup.e-popup-open {
            border: 1px solid #388E3C;
        }

            .e-dialog.e-filter-popup.e-excelfilter.e-popup.e-popup-open .e-footer-content .e-btn {
                border: 0px !important;
            }

                .e-dialog.e-filter-popup.e-excelfilter.e-popup.e-popup-open .e-footer-content .e-btn.e-excelfilter.e-primary {
                    margin-right: 5px;
                }

        .e-excelfilter .e-contextmenu-wrapper ul li, .e-excelfilter .e-contextmenu-container ul li {
            height: 30px;
            line-height: 30px;
            font-size: 13px !important;
        }

        .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
            height: 30px;
            line-height: 30px;
        }

        .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu {
            border-bottom: 1px dashed #e0e0e0;
        }

        .subreport.isTotal {
            background-color: #F5F5F5 !important;
            font-weight: 500 !important;
        }

            .subreport.isTotal div div {
            }

        .subreport.isSumTotal {
            background-color: #E8EAF6 !important;
            font-weight: 500 !important;
        }

            .subreport.isSumTotal div div {
                color: #303F9F !important;
            }

        .btnCell {
            width: 100%;
            font-weight: 400 !important;
            font-size: 11px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
            height: 20px !important;
            line-height: 20px !important;
        }

        .warningDivPage {
            margin: 10px;
            background-color: #FFFDE7;
            display: inline-block;
            padding: 5px 10px;
            border-radius: 5px;
            user-select: none;
            pointer-events: none;
            color: #F57C00;
        }

            .warningDivPage i {
                margin-right: 10px;
            }

        .e-tab .e-tab-header {
            background-color: #fff !important;
            height: 38px !important;
            min-height: 38px !important;
            border-bottom: 2px solid #EEEEEE;
        }

            .e-tab .e-tab-header .e-toolbar-items {
                height: auto;
                margin: 0;
                min-height: 32px !important;
                position: relative;
                background-color: #fff !important;
            }

            .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
                height: 37px;
                padding: 0 10px;
            }

            .e-tab .e-tab-header .e-toolbar-item.e-ileft .e-text-wrap,
            .e-tab .e-tab-header .e-toolbar-item.e-iright .e-text-wrap,
            .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
            .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
                height: 38px !important;
                padding: 0;
            }

            .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
                height: 37px;
                margin: 0 0px 0 0;
                min-height: 37px;
                min-width: auto;
                padding: 0;
            }

            .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
                border-radius: 0;
                color: #333;
                border: 1px solid #fff !important;
            }

            .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
                font-family: unset;
                font-size: 12px;
                font-weight: 700;
                color: #7B1FA2;
                letter-spacing: 0px !important;
            }

            .e-tab .e-tab-header .e-toolbar-item:hover .e-tab-text,
            .e-tab .e-tab-header .e-toolbar-item:hover .e-icons.e-tab-icon::before {
                color: #C2185B !important;
            }

            .e-tab .e-tab-header .e-toolbar-item.e-active {
                background-color: #fff !important;
            }

                .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
                    font-weight: 700;
                    font-size: 12px;
                    color: #C2185B !important;
                }

                .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
                    display: none;
                }

            .e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-text,
            .e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-icon,
            .e-tab .e-tab-header .e-toolbar-item.e-disable .e-icons.e-tab-icon::before {
                color: #a6a6a6 !important;
                font-size: 12px !important;
                font-weight: 700 !important;
            }

            .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
                padding: 0px !important;
                margin: 0px !important;
                min-width: unset !important;
                width: unset !important;
                vertical-align: middle !important;
                line-height: 16px !important;
            }

                .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon::before {
                    font-size: 13px !important;
                    color: #2E7D32 !important;
                }

            .e-tab .e-tab-header .e-toolbar-item.e-active .e-icons.e-tab-icon::before {
                color: #C2185B !important;
                font-weight: 700 !important;
            }


            .e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
                position: relative; /* cần để pseudo bám theo */
                display: inline-block; /* cho phép tính kích thước */
            }

                .e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0; /* bám vào chân span */
                    width: 100%;
                    height: 2px; /* độ dày viền */
                    background-color: #C2185B; /* màu viền tuỳ chọn */
                    border-radius: 2px; /* tuỳ chọn bo góc cho mịn */
                }

        .e-upload {
            border: 0px;
        }

            .e-upload.uploaderHidden {
                /*display:none;*/
            }

                .e-upload.uploaderHidden span.e-file-delete-btn {
                    display: none !important;
                }

                .e-upload.uploaderHidden span.e-file-container {
                    margin-right: 12px !important;
                }


        .uploaderImage .e-upload.uploaderHidden {
            /*display:none;*/
            position: relative;
            top: 0px;
            left: 0px;
            padding: 0px !important;
        }

            .uploaderImage .e-upload.uploaderHidden .e-file-select-wrap {
                position: absolute;
                padding: 0px !important;
                border: 0px !important;
            }

            .uploaderImage .e-upload.uploaderHidden .e-file-drop,
            .uploaderImage .e-upload.uploaderHidden .e-upload-files {
                display: none;
            }

        .uploaderImage .e-upload .e-file-select-wrap .e-btn {
            color: transparent;
            font-size: 0px;
            padding: 0px;
            height: 28px;
            width: 28px;
            line-height: 18px;
            border-radius: 3px !important;
            background-color: #FAFAFA;
            border: 0px !important;
            outline: none !important;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
            position: absolute;
            top: -115px;
            left: 155px;
            border: 0px solid #4CAF50 !important;
            opacity: 1;
            border-radius: 50% !important;
        }

            .uploaderImage .e-upload .e-file-select-wrap .e-btn:before {
                font-family: "e-icons";
                content: "\e706";
                color: #388E3C;
                font-size: 13px;
                line-height: 21px;
                font-weight: 700 !important;
                padding-left: 7px;
            }

        .btnDelImgUploadAvatar {
            position: absolute;
            top: 50px;
            right: -68px;
            width: 30px;
            height: 28px;
            text-align: center;
            vertical-align: middle;
            padding: 0px;
            padding-left: 5px;
            color: #D32F2F !important;
            background-color: #FAFAFA !important;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
            border-radius: 50%;
        }

            .btnDelImgUploadAvatar:disabled {
                display: none;
            }

        .imgSubAvatar img {
            height: 30px;
            width: 30px;
            vertical-align: middle;
            margin-right: 10px;
            border-radius: 5px;
            margin-top: 0px;
            opacity: 0.85;
        }



        .splTab {
            height: 20px;
            position: relative;
            margin-bottom: 10px;
        }

            .splTab::after {
                clear: both;
            }

            .splTab .spTabTitle {
                font-weight: 500;
                font-size: 12px;
                color: #B71C1C;
                display: block;
                position: absolute;
                left: 0px;
                top: 0px;
                padding-left: 0px;
                padding-right: 5px;
                background-color: #fff;
                z-index: 1;
                user-select: none;
                font-style: italic;
            }

            .splTab .spTabLine {
                height: 1px;
                width: 100%;
                display: block;
                position: absolute;
                top: 10px;
                border-bottom: 2px solid #E0E0E0;
                z-index: 0;
            }

            .splTab.splTab2 .spTabLine {
                height: 1px;
                width: 100%;
                display: block;
                position: absolute;
                top: 12px;
                border-bottom: 2px solid #ECEFF1;
                z-index: 0;
            }

            .splTab .spTabLineRight {
                display: block;
                position: absolute;
                top: 0px;
                right: 0px;
                height: 30px;
                width: 10px;
                background-color: #fff;
                z-index: 1;
                display: none;
            }

        .linkHover {
            cursor: pointer;
        }

            .linkHover:hover {
                text-decoration: underline !important;
                color: #C2185B !important;
            }

        .e-dialog.e-rte-link-dialog.e-rte-elements.e-popup-open {
            border: 0px !important;
            z-index: 999999 !important;
        }

            .e-dialog.e-rte-link-dialog.e-rte-elements.e-popup-open .e-dlg-content {
                padding: 10px !important;
            }

        .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
        .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
        .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
        .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
        .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
        .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
        .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
        .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
        .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
        .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
        .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
        .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
            font-size: 11px;
            color: #455A64;
        }

        .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
        .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
        .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,
        .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text {
            font-size: 12px !important;
            color: #455A64;
        }

        .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn, .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
            font-size: 12px;
            color: #455A64;
        }

        .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
        .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content,
        .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-dropdown-btn .e-rte-color-content,
        .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-dropdown-btn .e-rte-color-content {
            padding-top: 1px;
            height: 23px;
            color: #455A64;
        }

        .e-richtexteditor .e-rte-toolbar.e-control[class*=e-toolbar],
        .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*=e-toolbar] {
            height: 30px !important;
            overflow: hidden;
        }



        .wapper_input.cmbBase {
            position: relative;
        }

            .wapper_input.cmbBase .cmbBaseCmb {
                position: absolute;
                visibility: hidden;
                top: 0px;
                left: 0px;
            }

        .cmbBaseddl .e-filter-parent .e-input-filter {
            width: 100% !important;
        }

        .e-input-group.e-control-wrapper.cmbBaseddl .e-input-group-icon.e-ddl-icon.e-icons {
            display: none !important;
        }

        .e-popup.cmbBaseddl.e-popup-open,
        .e-popup.e-multi-select-list-wrapper {
            border: 1px solid #E0E0E0 !important;
            margin-top: 5px !important;
            max-height: unset !important;
            border-radius: 12px !important;
            overflow: hidden !important;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        @keyframes fadeInPopup {
            0% {
                opacity: 0;
                transform: translateY(-5px);
            }

            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .fade-dropdown.e-popup.e-popup-open {
            animation: fadeInPopup 0.25s ease-out forwards !important;
        }

        .e-popup.cmbBaseddl {
        }

        .e-filter-parent {
            border: 0px;
            border-bottom: 1px solid #E8EAF6;
        }

        .e-popup.cmbBaseddl.e-popup-open .e-filter-parent,
        .e-popup.e-multi-select-list-wrapper .e-filter-parent {
            padding: 0px;
            overflow: hidden !important;
        }

            .e-popup.cmbBaseddl.e-popup-open .e-filter-parent .e-input-group.e-control-wrapper,
            .e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-control-wrapper {
                border: 0px !important;
                background-color: #fff !important;
                height: 30px !important;
                line-height: 30px !important;
            }

                .e-popup.cmbBaseddl.e-popup-open .e-filter-parent .e-input-group.e-control-wrapper input,
                .e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-control-wrapper input {
                    height: 30px !important;
                    line-height: 30px !important;
                    font-weight: 500 !important;
                    font-size: 13px !important;
                    color: #C2185B !important;
                    padding: 0px !important;
                    padding-left: 8px !important;
                }

        .e-popup.cmbBaseddl.e-popup-open .e-dropdownbase .e-list-item:last-child {
            border-bottom: 0px !important;
        }

        .e-popup.cmbBaseddl.e-popup-open .e-dropdownbase .e-list-item {
            padding-right: 5px;
            text-indent: 0px;
            line-height: 20px;
            min-height: unset !important;
            border-bottom: 0px solid #E0E0E0 !important;
        }

        .e-popup.cmbBaseddl.e-popup-open .no-record,
        .e-popup.e-multi-select-list-wrapper .e-dropdownbase.e-nodata {
            font-size: 13px;
            letter-spacing: 1px;
            color: #D32F2F;
            font-weight: 500;
        }

        .e-popup.cmbBaseddl .e-ddl-header .headerSearch {
            font-size: 12px;
            padding: 8px 5px;
            font-weight: 500;
            background-color: #f5f5f5;
            color: #303F9F !important;
        }

            .e-popup.cmbBaseddl .e-ddl-header .headerSearch i {
                margin-right: 5px;
            }

        .e-popup.e-multi-select-list-wrapper .e-ddl-footer .footerSearch,
        .e-popup.cmbBaseddl .e-ddl-footer .footerSearch {
            padding: 2px 2px;
            background-color: #fff;
            text-align: right;
        }

            .e-popup.e-multi-select-list-wrapper .footerSearch .e-btn,
            .e-popup.cmbBaseddl .e-ddl-footer .footerSearch .e-btn {
                font-size: 12px !important;
                background-color: #fff !important;
                height: 23px !important;
                margin-bottom: 2px;
                padding: 2px 10px;
                line-height: 23px;
                color: #303F9F;
                font-weight: 400 !important;
                outline: none !important;
                border: 0px !important;
                box-shadow: none !important;
            }

                .e-popup.e-multi-select-list-wrapper .footerSearch .e-btn:hover,
                .e-popup.cmbBaseddl .e-ddl-footer .footerSearch .e-btn:hover {
                    color: #C2185B !important;
                }

                .e-popup.e-multi-select-list-wrapper .footerSearch .e-btn:nth-child(2),
                .e-popup.cmbBaseddl .e-ddl-footer .footerSearch .e-btn:nth-child(2) {
                    margin-left: 3px;
                }

                .e-popup.e-multi-select-list-wrapper .footerSearch .e-btn:disabled,
                .e-popup.cmbBaseddl .e-ddl-footer .footerSearch .e-btn:disabled {
                    background-color: #EEEEEE !important;
                    color: #BDBDBD !important;
                    cursor: default !important;
                }

        .e-richtexteditor.e-rte-full-screen {
            z-index: 999;
            padding: 10px;
            background-color: transparent;
        }



        .e-dialog.e-rte-link-dialog.e-rte-elements.e-popup-open,
        .e-dialog.e-rte-edit-table.e-rte-elements.e-popup-open,
        .e-dialog.e-rte-img-dialog.e-rte-elements.e-popup-open,
        .e-dialog.e-rte-video-dialog.e-rte-elements.e-popup-open,
        .e-dialog.e-rte-audio-dialog.e-rte-elements.e-popup-open {
            z-index: 999999 !important;
            position: fixed !important;
            left: 50% !important;
            top: 50% !important;
            transform: translate(-50%, -50%) !important;
            border: 2px solid #66BB6A !important;
        }

            .e-dialog.e-rte-link-dialog.e-rte-elements.e-popup-open input,
            .e-dialog.e-rte-img-dialog.e-rte-elements.e-popup-open input,
            .e-dialog.e-rte-video-dialog.e-rte-elements.e-popup-open input,
            .e-dialog.e-rte-audio-dialog.e-rte-elements.e-popup-open input {
                border: 0px !important;
                border-bottom: 1px dashed #9E9E9E !important;
            }

            .e-dialog.e-rte-edit-table.e-rte-elements.e-popup-open .e-dlg-content {
                padding: 10px !important;
            }

            .e-dialog.e-rte-link-dialog.e-rte-elements.e-popup-open .e-dlg-content,
            .e-dialog.e-rte-edit-table.e-rte-elements.e-popup-open .e-dlg-content,
            .e-dialog.e-rte-img-dialog.e-rte-elements.e-popup-open .e-dlg-content,
            .e-dialog.e-rte-audio-dialog.e-rte-elements.e-popup-open .e-dlg-content,
            .e-dialog.e-rte-video-dialog.e-rte-elements.e-popup-open .e-dlg-content {
                padding: 10px !important;
                font-weight: 400;
            }

        .img404page img {
            user-select: none !important;
            pointer-events: none;
            width: 100% !important;
            height: auto !important;
        }

        .btnhomepage404 {
            text-align: center;
            margin-bottom: 10px;
            margin-top: -30px;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 1px;
        }

            .btnhomepage404 a {
                color: #303F9F;
                text-decoration: none !important;
            }

                .btnhomepage404 a i {
                    margin-right: 10px;
                }

                .btnhomepage404 a:hover {
                    color: #C2185B;
                }

        .e-dropdown-popup.e-rte-elements.e-rte-dropdown-popup.e-rte-dropdown-items.e-rte-dropdown-btn .e-dropdown-menu .e-item {
            height: 32px;
            line-height: 32px;
            font-size: 13px;
            padding: 0 10px;
        }


        #toast_typeX .e-toast {
            width: auto !important;
            overflow: hidden !important;
            padding: 0px !important;
            padding-right: 10px !important;
            box-shadow: none !important;
            border-radius: 5px !important;
        }

        #toast_typeX .e-toast-title,
        #toast_typeX .e-toast-icon {
            display: none;
        }

        #toast_typeX .e-toast-content {
            line-height: 25px;
            font-size: 13px !important;
            letter-spacing: 1px !important;
            user-select: none !important;
            pointer-events: none !important;
        }

        #toast_typeX .e-toast.e-toast-success {
            background-color: #C8E6C9 !important;
            width: auto !important;
            border-left: 4px solid #388E3C !important;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
            opacity: 1 !important;
        }

            #toast_typeX .e-toast.e-toast-success .e-toast-content {
                color: #E8F5E9 !important;
            }

        #toast_typeX .e-toast.e-toast-error {
            background-color: #E0E0E0 !important;
            width: auto !important;
            border-left: 4px solid #607D8B !important;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
            opacity: 1 !important;
        }

            #toast_typeX .e-toast.e-toast-error .e-toast-content {
                color: #333 !important;
            }

        .contentUserStatus {
            padding: 5px;
            padding-left: 0px;
            vertical-align: middle;
            height: 40px;
        }

            .contentUserStatus .contentUserStatusLeft {
                vertical-align: middle;
            }

                .contentUserStatus .contentUserStatusLeft img {
                    height: 32px !important;
                    width: 32px !important;
                    border-radius: 50%;
                    margin-left: 0px;
                    margin-right: 5px;
                    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
                }

        #toast_typeX .e-toast.e-toast-error img {
            filter: gray; /* IE6-9 */
            -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
            filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
        }


        .contentUserStatus.contentUserStatusRight {
        }

            .contentUserStatus .contentUserStatusRight .userName {
                font-weight: 500;
                font-size: 13px;
                vertical-align: top;
                display: inline-block !important;
                margin-top: 3px;
            }

                .contentUserStatus .contentUserStatusRight .userName span {
                    font-weight: 400;
                }



        #toast_typeX .e-toast.e-toast-success .userName {
            color: #2E7D32 !important;
        }

        #toast_typeX .e-toast.e-toast-success .userStatus {
            color: #2E7D32 !important;
        }

        #toast_typeX .e-toast.e-toast-error .userName {
            color: #616161 !important;
        }

        #toast_typeX .e-toast.e-toast-error .userStatus {
            color: #616161 !important;
        }


        #toast_notification .e-toast.e-toast-success {
            background-color: #E8F5E9;
            border: 2px solid #81C784 !important;
            border-left: 5px solid #D32F2F !important;
            border-bottom: 3px solid #81C784 !important;
            max-width: 450px !important;
            box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px !important;
            padding-right: 20px !important;
            padding-top: 6px !important;
            padding-bottom: 3px !important;
        }

        #toast_notification .e-toast-icon {
            display: none;
        }

        #toast_notification .contentNotification {
            color: #000 !important;
            font-size: 13px !important;
            line-height: 21px;
            font-style: italic;
            text-align: justify-all !important;
        }

        #toast_notification .e-toast-title {
            font-weight: 500 !important;
            color: #000 !important;
        }

            #toast_notification .e-toast-title:before {
                font-family: "Font Awesome 6 Pro";
                content: '\f071';
                margin-right: 3px;
                font-weight: 500;
                font-size: 16px;
                color: #C2185B;
                font-style: normal;
            }

        #toast_notification .contentNotification .userUserNameNoti {
            font-weight: 700 !important;
            color: #D32F2F;
            font-style: normal;
        }

            #toast_notification .contentNotification .userUserNameNoti:before {
                font-family: "Font Awesome 6 Pro";
                content: '\40';
                margin-right: 3px;
                font-weight: 700;
            }

        #toast_notification .contentNotification .userFullNameNoti {
            font-weight: 400 !important;
            color: #333;
            font-style: normal;
            letter-spacing: 1px;
        }

        #toast_notification .contentNotification .crewRankNoti,
        #toast_notification .contentNotification .crewFullNameNoti {
            color: #3F51B5;
            font-weight: 500;
            font-style: normal;
        }

        #toast_notification .contentNotification .crewRankNoti {
            font-weight: 500;
            color: #D32F2F;
        }

        #toast_notification .contentNotification .crewCodeNoti {
            font-weight: 400;
            color: #455A64;
            font-style: normal;
        }

            #toast_notification .contentNotification .crewCodeNoti:before {
                font-family: "Font Awesome 6 Pro";
                content: '\f121';
                margin-right: 3px;
                margin-left: 5px;
            }

        #toast_notification .contentNotification .crewNoted {
            font-weight: 400;
            color: #00796B;
        }

        #toast_notification .e-toast-close-icon {
            position: absolute !important;
            right: 0px;
            font-weight: 700 !important;
            font-size: 10px !important;
            top: 1px !important;
            color: #C2185B !important;
        }

        #toast_notification .contentBtn {
            margin-top: 3px;
            margin-bottom: 3px;
        }

            #toast_notification .contentBtn .e-btn {
                font-weight: 400 !important;
                border: 0px !important;
                outline: none !important;
                border-radius: 3px !important;
                box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
            }

            #toast_notification .contentBtn .btnNotiGotoCenter {
                background-color: #C8E6C9 !important;
                color: #388E3C !important;
                margin-right: 5px;
            }

                #toast_notification .contentBtn .btnNotiGotoCenter:hover {
                    background-color: #A5D6A7 !important;
                    color: #2E7D32 !important;
                }

            #toast_notification .contentBtn .btnNotiGotoLink {
                background-color: #F3E5F5 !important;
                color: #7B1FA2 !important;
            }

                #toast_notification .contentBtn .btnNotiGotoLink:hover {
                    background-color: #D1C4E9 !important;
                    color: #6A1B9A !important;
                }

        .e-dlg-container.dlgEdit.dlgXN {
            z-index: 999999999999 !important;
        }

        .e-dlg-container.dlgEdit.frmAbout {
            z-index: 999999999999 !important;
        }

        td.e-rowcell:has(.e-input-group) {
            position: relative !important;
        }

        tr.e-row:has(.e-input-group):hover .e-input {
            background-color: #fafafa !important;
        }

        td.e-rowcell:has(.e-input-group):hover .e-input {
            background-color: #fafafa !important;
        }


        td.e-rowcell:has(.e-input-group) .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
        td.e-rowcell:has(.e-input-group) .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
            border: 0px solid #BDBDBD !important;
            border-radius: 0px !important;
            height: 100% !important;
        }

            td.e-rowcell:has(.e-input-group) .e-input-group:not(.e-success):not(.e-warning):not(.e-error) input,
            td.e-rowcell:has(.e-input-group) .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input {
                padding: 0px 5px !important
            }

        .waper_grid .e-grid .e-rowcell:has(span.e-input-focus .e-input),
        .waper_grid .e-grid .e-rowcell span.e-input-focus .e-input {
            background-color: #E8F5E9 !important;
        }

            .waper_grid .e-grid .e-rowcell:has(span.e-input-focus .e-input) input,
            .waper_grid .e-grid .e-rowcell span.e-input-focus .e-input input {
                background-color: #E8F5E9 !important;
            }


        .waper_mytoolbar .spl {
            width: 2px;
            height: 25px;
            border-right: 1px solid #E0E0E0 !important;
            margin-left: 5px;
            margin-right: 3px;
            display: inline-block;
        }

        .waper_mytoolbar .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
        .waper_mytoolbar .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
            border: 1px solid #E0E0E0 !important;
            border-radius: 5px !important;
            height: 30px !important;
            line-height: 30px !important;
            background-color: #fff !important;
            border: 2px solid #81C784 !important;
        }

            .waper_mytoolbar .e-input-group:not(.e-success):not(.e-warning):not(.e-error):hover,
            .waper_mytoolbar .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):hover {
                border: 2px solid #C2185B !important;
            }

        .waper_mytoolbar .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
        .waper_mytoolbar .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
        .waper_mytoolbar .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
            display: table;
            height: 100%;
            top: -2px;
        }

        .e-dlg-content .waper_mytoolbar .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-multi-line-input),
        .e-dlg-content .waper_mytoolbar .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-multi-line-input) {
            height: 30px !important;
        }

        .e-dlg-content .waper_mytoolbar .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
        .e-dlg-content .waper_mytoolbar .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
        .e-dlg-content .waper_mytoolbar .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
        .e-dlg-content .waper_mytoolbar .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
        .e-dlg-content .waper_mytoolbar .e-input-group.e-input-focus .e-clear-icon, .e-dlg-content .e-input-group.e-input-focus.e-control-wrapper .e-clear-icon {
            border-bottom: 0px !important;
        }

        .e-dlg-content .waper_mytoolbar .e-input-group .e-clear-icon,
        .e-dlg-content .waper_mytoolbar .e-input-group.e-control-wrapper .e-clear-icon {
            color: #BDBDBD;
            min-width: 25px;
            height: 30px;
        }

            .e-dlg-content .waper_mytoolbar .e-input-group .e-clear-icon:before,
            .e-dlg-content .waper_mytoolbar .e-input-group.e-control-wrapper .e-clear-icon:before {
                font-size: 9px !important;
            }

        .waper_mytoolbar .e-input-group .e-clear-icon:before,
        .waper_mytoolbar .e-input-group.e-control-wrapper .e-clear-icon:before {
            font-size: 9px !important;
            margin-top: 5px !important;
        }


        .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 5px;
            padding-left: 5px;
        }

        .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -5px;
            margin-left: -5px;
        }


        .e-schedule.llv {
            height: -moz-calc(100svh - 108px) !important;
            height: -webkit-calc(100svh - 108px) !important;
            height: calc(100svh - 108px) !important;
            margin-left: 2px !important;
            margin-right: 2px !important;
            border-radius: 5px !important;
        }

        .e-schedule .e-timeline-view .e-content-wrap::-webkit-scrollbar-thumb,
        .e-schedule .e-timeline-view .e-content-wrap::-webkit-scrollbar-thumb {
            background-clip: content-box;
            min-height: 28px;
            border-radius: 20px;
            border: 1px solid transparent !important;
            background-color: #4CAF50 !important;
            cursor: pointer !important;
        }

            .e-schedule .e-timeline-view .e-content-wrap::-webkit-scrollbar-thumb:hover,
            .e-schedule .e-timeline-view .e-content-wrap::-webkit-scrollbar-thumb:hover {
                /*border: 1px solid #607D8B;*/
                background-color: #00a54f !important;
                border: 0px solid transparent !important;
            }

        .llvHeaderTime {
            text-align: left !important;
            font-size: 13px !important;
            font-weight: 500 !important;
            letter-spacing: 1px;
            color: #3F51B5;
        }

            .llvHeaderTime i {
                margin-right: 5px;
                margin-left: 5px;
            }

        .e-schedule .e-timeline-view .e-date-header-wrap table td,
        .e-schedule .e-timeline-month-view .e-date-header-wrap table td {
            background: #fff;
        }

        .e-schedule .e-timeline-view .e-resource-left-td,
        .e-schedule .e-timeline-month-view .e-resource-left-td {
            width: 200px;
            padding: 0px !important;
        }

        .e-schedule .e-timeline-view .e-resource-cells,
        .e-schedule .e-timeline-month-view .e-resource-cells {
            background: #fff;
            border-color: #d0d0d0;
            border-style: solid;
            border-width: 0 1px 1px 0;
            color: #333;
            padding-left: 15px;
            padding-right: 0;
            vertical-align: middle;
            background-image: none !important;
        }

        .e-schedule .e-timeline-view .e-resource-left-td,
        .e-schedule .e-timeline-month-view .e-resource-left-td {
            border-right-color: #388E3C;
            border-right-width: 2px;
        }

        .e-schedule .e-timeline-view .e-date-header-wrap table tbody td,
        .e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td {
            height: 18px;
            overflow: hidden;
            padding: 5px;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: center;
            font-size: 12px !important;
            color: #303F9F !important;
            border-color: #E0E0E0;
        }

        .e-schedule .e-timeline-view .e-resource-cells:has(.llvDepartment),
        .e-schedule .e-timeline-month-view .e-resource-cells:has(.llvDepartment) {
            color: #333;
            padding-left: 0px;
            padding-right: 0;
            vertical-align: middle;
            border-color: #E0E0E0;
            background-color: #f5f5f5 !important;
            padding: 0px !important;
            border-right-color: #388E3C;
            border-right-width: 2px;
        }

        .e-schedule .e-timeline-view .e-work-cells:has(.divGroup),
        .e-schedule .e-timeline-month-view .e-work-cells:has(.divGroup) {
            background-color: #f5f5f5 !important;
            border-color: #E0E0E0;
        }

        .e-schedule .e-timeline-view .e-work-cells:has(.divCell),
        .e-schedule .e-timeline-month-view .e-work-cells:has(.divCell) {
            background-color: #fff !important;
            border-color: #E0E0E0;
        }

        .e-schedule .e-timeline-view .e-resource-tree-icon,
        .e-schedule .e-timeline-month-view .e-resource-tree-icon {
            color: #00796B;
            cursor: pointer;
            font-weight: 700;
            float: right;
            font-family: "e-icons";
            font-size: 10px;
            margin-right: 5px;
            padding: 5px 5px;
        }

        .e-schedule .e-timeline-view .e-resource-cells:focus,
        .e-schedule .e-timeline-month-view .e-resource-cells:focus {
            background: #fff;
        }



        .llvDepartment {
            font-size: 12px !important;
            vertical-align: middle !important;
            font-weight: 500 !important;
            text-transform: uppercase !important;
            color: #2E7D32 !important;
            padding-top: 3px;
            margin-left: 5px;
        }

            .llvDepartment i {
                margin-right: 5px;
                font-weight: 700;
                font-size: 13px;
            }

        .llvClock {
            position: absolute;
            top: 16px;
            left: 12px;
            z-index: 2 !important;
        }

            .llvClock .thoigianhientai i {
                font-size: 18px;
                color: #00796B;
                margin-right: 10px;
                font-weight: 500 !important;
            }

            .llvClock .thoigianhientai .gio {
                font-size: 18px;
                font-weight: 500;
                letter-spacing: 4px;
                color: #00796B !important;
                width: 200px !important;
            }

        .llvUsers {
            position: relative;
        }

            .llvUsers .imgUsers {
                float: left;
                margin-left: 3px;
                margin-right: 5px;
            }

                .llvUsers .imgUsers img {
                    height: 42px;
                    width: 42px;
                    border: 2px solid #f5f5f5;
                    border-radius: 50% !important;
                    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
                }

            .llvUsers .infoUsers .infoUserName {
                font-weight: 500 !important;
                font-size: 13px !important;
                color: #C2185B !important;
                padding-top: 3px;
            }

            .llvUsers .infoUsers .infoFullName {
                font-size: 12px !important;
                color: #303F9F !important;
                margin-top: 5px;
            }

            .llvUsers .infoUsers .infoUserName.useroffline i {
                font-size: 11px !important;
                margin-right: 5px;
                color: #E0E0E0 !important;
            }

            .llvUsers .infoUsers .infoUserName.useronline i {
                font-size: 11px !important;
                margin-right: 5px;
                color: #4CAF50 !important;
            }


        .e-popup.e-multi-select-list-wrapper .e-list-item {
            -webkit-tap-highlight-color: none !important;
            border: 0px !important;
            font-size: 12px;
            line-height: unset;
            min-height: unset;
            padding-right: 16px;
            text-indent: 0px;
            background-color: #fff;
            border-bottom: 1px dashed #E0E0E0 !important;
        }

            .e-popup.e-multi-select-list-wrapper .e-list-item .list-wrapper {
                padding-top: 5px;
                padding-bottom: 5px;
                line-height: 18px;
            }

            .e-popup.e-multi-select-list-wrapper .e-list-item.e-active,
            .e-popup.e-multi-select-list-wrapper .e-list-item.e-active .list-wrapper {
                background-color: #F9FBE7 !important;
            }

            .e-popup.e-multi-select-list-wrapper .e-list-item:hover,
            .e-popup.e-multi-select-list-wrapper .e-list-item:hover .list-wrapper {
                background-color: #E8F5E9 !important;
            }

            .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
                bottom: 1px;
                position: relative;
                text-indent: 0;
                vertical-align: middle;
                float: left;
                margin-left: 10px;
                margin-top: 10px;
                margin-right: 0px;
            }

        .e-checkbox-wrapper, .e-css.e-checkbox-wrapper {
            -webkit-tap-highlight-color: none !important;
        }

        .e-delim-values.e-delim-view span.hidden {
            display: none;
        }

        .e-multi-select-wrapper .e-multi-searcher input::placeholder {
            font-size: 12px;
            position: absolute;
            bottom: 6px;
        }

        .e-multi-select-wrapper .e-delim-values {
            font-family: "Roboto" !important;
            font-size: 12px;
            line-height: 18px;
            bottom: 7px !important;
            position: absolute;
            color: #000 !important;
            font-weight: 400 !important;
            padding-left: 0px;
        }

        .waper_mytoolbar .e-multi-select-wrapper .e-delim-values {
            padding-left: 5px;
            font-size: 11px;
        }

        .waper_mytoolbar .e-multi-select-wrapper .e-multi-searcher input::placeholder {
            padding-left: 5px;
            font-style: italic;
            color: #666;
        }

        .e-delim-values.e-delim-view {
            -webkit-text-fill-color: unset !important;
            color: #000 !important;
            font-weight: 400 !important;
        }

        .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
        .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
            margin-right: 0;
            margin-top: -32px;
            right: 0;
            padding: 0px !important;
        }

        .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
        .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
            padding: 0 20px 0 0;
        }

        .e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon {
            min-width: unset;
            min-height: unset;
            height: 25px !important;
            width: 15px !important;
            color: #BDBDBD !important;
            background-color: transparent !important;
            font-weight: 300 !important;
        }

        .e-multi-select-wrapper .e-delim-values .e-remain {
            font-size: 12px !important;
            color: #757575;
            font-style: italic;
        }


        hightlightx {
            background-color: #FFF176 !important;
            color: #C2185B !important;
        }

        .e-container .e-custom-palette .e-palette {
            padding: 0px;
        }

        .e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-multi-select-wrapper.e-down-icon {
            cursor: default !important;
        }

        .e-multiselect.e-readonly.e-input-group .e-ddl-icon {
            display: none;
            cursor: default !important;
        }

            .e-multiselect.e-readonly.e-input-group .e-ddl-icon::before {
                display: none;
            }

        .spanHeaderTab {
            display: inline-block;
        }

            .spanHeaderTab .spanHeaderText {
            }

            .spanHeaderTab .spanHeaderIcon {
                margin-right: 6px;
            }


        .splIndex {
            height: 1px;
            border-bottom: 1px solid #BDBDBD;
            margin-top: 0px;
            margin-bottom: 10px;
        }

        #network-status {
            position: fixed;
            top: 10px;
            left: 10px;
            padding: 6px 12px;
            border-radius: 4px;
            font-weight: bold;
            z-index: 9999;
            color: white;
            display: none; /* mặc định ẩn */
        }

            #network-status.offline {
                background-color: #d9534f; /* đỏ */
                display: block;
            }

            #network-status.online {
                background-color: #5cb85c; /* xanh lá */
                display: block;
            }
        /* === Custom Reconnect Dialog === */
        #components-reconnect-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 99999999;
            display: none;
            align-items: center;
            justify-content: center;
        }

            #components-reconnect-modal.components-reconnect-show,
            #components-reconnect-modal.components-reconnect-failed,
            #components-reconnect-modal.components-reconnect-rejected {
                display: flex;
            }

            #components-reconnect-modal .show-when-reconnecting,
            #components-reconnect-modal .show-when-failed {
                display: none;
            }

            #components-reconnect-modal.components-reconnect-show .show-when-reconnecting {
                display: block;
            }

            #components-reconnect-modal.components-reconnect-failed .show-when-failed,
            #components-reconnect-modal.components-reconnect-rejected .show-when-failed {
                display: block;
            }

        .reconnect-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.55);
            backdrop-filter: blur(4px);
        }

        .reconnect-card {
            position: relative;
            background: #fff;
            border-radius: 16px;
            padding: 40px 48px;
            text-align: center;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            max-width: 480px;
            width: 90%;
            animation: reconnect-fade-in 0.3s ease;
        }

        @keyframes reconnect-fade-in {
            from {
                opacity: 0;
                transform: scale(0.9) translateY(20px);
            }

            to {
                opacity: 1;
                transform: scale(1) translateY(0);
            }
        }

        .reconnect-icon {
            font-size: 48px;
            color: #e74c3c;
            margin-bottom: 16px;
        }

        .reconnect-title {
            font-size: 20px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 8px;
        }

        .reconnect-message {
            font-size: 14px;
            color: #7f8c8d;
            margin-bottom: 24px;
            line-height: 1.5;
        }

        .reconnect-spinner {
            margin-bottom: 8px;
        }

        .spinner-dots {
            display: flex;
            justify-content: center;
            gap: 8px;
        }

            .spinner-dots span {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background: #3498db;
                animation: spinner-bounce 1.4s infinite ease-in-out both;
            }

                .spinner-dots span:nth-child(1) {
                    animation-delay: -0.32s;
                }

                .spinner-dots span:nth-child(2) {
                    animation-delay: -0.16s;
                }

                .spinner-dots span:nth-child(3) {
                    animation-delay: 0s;
                }

        @keyframes spinner-bounce {
            0%, 80%, 100% {
                transform: scale(0);
                opacity: 0.5;
            }

            40% {
                transform: scale(1);
                opacity: 1;
            }
        }

        .reconnect-reload-btn {
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: #fff;
            border: none;
            padding: 12px 32px;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
            letter-spacing: 0.5px;
        }

            .reconnect-reload-btn:hover {
                background: linear-gradient(135deg, #2980b9, #2471a3);
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
            }

            .reconnect-reload-btn i {
                margin-right: 6px;
            }

        #idle-kicked-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 99999999;
            display: none;
            align-items: center;
            justify-content: center;
        }

            #idle-kicked-modal.idle-kicked-show {
                display: flex;
            }

        .faa-parent.animated-hover:disabled i {
            animation: none !important;
        }

        .rtex .e-richtexteditor .e-rte-content .e-content,
        .rtex .e-richtexteditor .e-source-content .e-content,
        .rtex .e-richtexteditor .e-rte-iframe-content .e-content {
            padding: 5px;
            font-size: 13px;
            position: relative;
        }

        .rtex .e-richtexteditor .e-rte-container {
            border: 1px solid #E0E0E0 !important;
            border-radius: 5px;
            overflow: hidden !important;
            position: relative;
        }

        .rtex .e-richtexteditor.e-focused .e-rte-container {
            border: 1px solid #388E3C !important;
        }

        .rtex .e-richtexteditor .e-rte-toolbar.e-control[class*=e-toolbar],
        .rtex .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*=e-toolbar] {
            height: unset !important;
            overflow: unset !important;
            width: 100% !important;
            max-width: 100% !important;
        }

        .rtex .e-rte-inline-popup.e-rte-quick-popup.e-popup-open {
            max-width: unset !important;
            width: unset !important;
            left: 0px !important;
        }

        .rtex .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
        .rtex .e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup .e-tbar-btn.e-btn,
        .rtex .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
            min-height: 20px;
            min-width: 20px;
            padding: 0;
        }

        .headerSlide {
            height: 50px;
            background-color: #fff;
        }

            .headerSlide .img {
                float: left;
                user-select: none;
                pointer-events: none;
            }

                .headerSlide .img img {
                    height: 36px;
                    margin-left: 5px;
                    margin-top: 5px;
                }

            .headerSlide .title {
                float: left;
                line-height: 50px;
                margin-left: 25px;
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 2px;
                color: #2E7D32;
                user-select: none;
                pointer-events: none;
            }

            .headerSlide .btn .e-btn {
                float: right;
                margin-top: 10px;
                margin-right: 5px;
                font-size: 18px;
                border-radius: 5px;
                color: #388E3C !important;
                background-color: #fff;
                border: 0px !important;
                outline: none !important;
            }

                .headerSlide .btn .e-btn:hover {
                    color: #C2185B !important;
                }


        .e-aiassistview .e-view-content {
            height: calc(100svh - 52px);
            display: flex;
            background-color: #fafafa !important;
            flex-direction: column;
        }

        .e-aiassistview .banner-content {
            margin-top: 85px;
            text-align: center;
            line-height: 30px;
            user-select: none;
            pointer-events: none;
            margin-left: -20px;
        }

            .e-aiassistview .banner-content .icon-ai {
                font-size: 100px;
                height: 80px;
            }

            .e-aiassistview .banner-content h3 {
                font-size: 18px;
                letter-spacing: 2px;
                color: #D32F2F;
                font-weight: 700;
            }

            .e-aiassistview .banner-content div.sub {
                font-size: 14px !important;
                color: #303F9F !important;
                line-height: 28px;
                font-weight: 400 !important;
            }

        .e-aiassistview .e-view-container {
            display: flex;
            flex-direction: column;
            margin: 0px auto 0px;
        }

        .e-aiassistview .e-view-container, .e-aiassistview .e-footer, .e-aiassistview .e-upload-failure-alert {
            width: 585px;
            margin-left: 5px;
        }

        .e-aiassistview .e-footer {
            position: relative;
            margin: 0 auto 5px;
        }

        .e-aiassistview .e-footer-icons-wrapper .e-toolbar {
            border: 0px !important;
        }

        .e-aiassistview .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
            margin: 0;
            min-width: 20px;
            width: auto;
            font-size: 23px;
            line-height: 24px;
            color: #388E3C;
            font-weight: 900 !important;
        }

        .e-aiassistview .e-footer:not(.e-footer-template) {
            border: 1px solid #388E3C;
            border-bottom-color: #388E3C;
            border-radius: 5px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        }

        .e-aiassistview .e-prompt-text {
            font-size: 13px;
            color: #fff;
            background-color: #1976D2;
            border: #303F9F solid #fff !important;
            margin-right: 10px;
        }

        .e-aiassistview .e-content-body {
            font-size: 14px;
            color: #333;
        }

        .e-prompt-content {
            overflow: hidden;
        }

        .e-prompt-toolbar .e-toolbar,
        .e-prompt-toolbar .e-toolbar .e-toolbar-items,
        .e-prompt-toolbar .e-tbar-btn:not(:hover),
        .e-prompt-toolbar .e-tbar-btn:not(:active),
        .e-prompt-toolbar .e-tbar-btn:not(:focus),
        .e-content-footer .e-toolbar,
        .e-content-footer .e-toolbar .e-toolbar-items,
        .e-content-footer .e-tbar-btn:not(:hover),
        .e-content-footer .e-tbar-btn:not(:active),
        .e-content-footer .e-tbar-btn:not(:focus) {
            background: #fafafa;
        }

        .e-aiassistview .e-output-container .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
        .e-aiassistview .e-prompt-container .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
            font-size: 14px !important;
            color: #9E9E9E !important;
            font-weight: 900 !important;
        }

            .e-aiassistview .e-output-container .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:hover,
            .e-aiassistview .e-prompt-container .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:hover {
                font-size: 14px !important;
                color: #C2185B !important;
            }

        .e-aiassistview .e-prompt-text {
            white-space: pre-wrap;
            height: -moz-fit-content;
            height: fit-content;
            border-radius: 0;
            padding: 6px 8px;
            line-height: 20px;
            min-height: 34px;
            box-sizing: border-box;
        }

        .e-aiassistview .outputhtml {
            clear: both;
        }

        .e-aiassistview .e-banner-view {
            margin-top: 50px;
        }

        .e-aiassistview .e-prompt-icon, .e-aiassistview .e-output-icon {
            border: 1px solid #fff;
            color: #388E3C;
            font-weight: 900 !important;
            background-color: #E8F5E9;
        }

        .ai-response-html {
            font-size: 13px;
            color: #000;
            line-height: 22px;
            margin-left: 10px;
            margin-right: 10px;
            white-space: pre-line;
        }

        .robotresponseicon {
            margin-left: 5px;
            margin-top: -5px;
            margin-bottom: 10px;
            font-size: 18px;
            color: #E8F5E9;
            background-color: #4CAF50;
            display: inline-block !important;
            width: 43px;
            padding: 10px;
            border-radius: 50%;
            float: left;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            display: none !important;
        }

        .e-output-container {
        }

        .chat-container {
        }

        .waper_mytoolbar .e-multi-select-wrapper .e-ddl-icon {
            margin-right: 3px !important;
            margin-top: -30px !important;
        }

        .e-dialog .e-footer-content .e-btn.btnRemove {
            margin-right: 10px;
            background-color: #F44336 !important;
            color: #fff !important;
        }

            .e-dialog .e-footer-content .e-btn.btnRemove:hover {
                background-color: #D32F2F !important;
            }

        .filterCrews {
            border: 1px solid #FFB74D;
            padding: 5px 10px;
            border-radius: 10px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
            margin-bottom: 15px;
            overflow: hidden !important;
        }

            .filterCrews .waper_pager {
                position: relative !important;
                border: 0px !important;
                margin-bottom: -3px;
            }

                .filterCrews .waper_pager .e-pager {
                    padding: 0px 0px;
                    padding-left: 30px;
                    margin-top: 0px;
                    background-color: #fafafa !important;
                    border: 0px !important;
                    overflow: hidden !important;
                    position: relative !important;
                }

                    .filterCrews .waper_pager .e-pager input {
                        background-color: #fafafa !important;
                    }

            .filterCrews .e-btn.btnReloadX {
                font-size: 12px !important;
                font-weight: 500 !important;
                background-color: #fafafa !important;
                color: #E64A19 !important;
                border: 0px !important;
                outline: none !important;
                border-radius: 5px !important;
                width: 108px;
            }

                .filterCrews .e-btn.btnReloadX:hover {
                    background-color: #f5f5f5 !important;
                    color: #D32F2F !important;
                }




        .e-radio + label .e-label {
            font-family: 'Roboto';
            font-size: 12px;
            color: #333;
            margin-right: 10px;
            font-weight: normal;
            line-height: 16px;
            padding-left: 21px;
            vertical-align: text-top;
        }

        .e-radio:checked + label::before {
            background-color: #fff;
            border-color: #0078d6;
        }

        .e-radio + label::before {
            background-color: #fff;
            border-color: #a6a6a6;
        }

        .e-radio + label::before {
            height: 16px;
            width: 16px;
        }

        .e-radio + label::after {
            border: 1px solid;
            height: 8px;
            left: 4px;
            top: 4px;
            width: 8px;
        }

        .e-radio {
            height: 1px !important;
        }

        .btnChot {
            background-color: #388E3C !important;
            color: #fff !important;
            margin-right: 10px;
        }

        .e-dialog .e-footer-content .btnChot:hover {
            background-color: #2E7D32 !important;
            color: #fff !important;
        }

        .btnLuuNhap {
            background-color: #EF6C00 !important;
            color: #fff !important;
            margin-right: 10px;
        }

        .e-dialog .e-footer-content .btnLuuNhap:hover {
            background-color: #E65100 !important;
            color: #fff !important;
        }

.btnSentThongBao {
    background-color: #7B1FA2 !important;
    color: #fff !important;
    margin-right: 10px;
}

.e-dialog .e-footer-content .btnSentThongBao:hover {
    background-color: #6A1B9A !important;
    color: #fff !important;
}

        /* datetime picker chuẩn */
        .modern-dt-wrapper {
            position: relative;
            display: inline-block;
        }

        .trigger-input {
            cursor: pointer;
            border-radius: 6px;
            transition: border-color 0.2s;
        }

            .trigger-input:hover {
                border-color: #999;
            }

            .trigger-input input, .trigger-input span {
                cursor: pointer;
            }

            .trigger-input span {
                display: flex;
                align-items: center;
                justify-content: center;
                color: #555;
            }
        /* CORE: Cơ chế Stealth Render chống xô lệch Dialog */
        .fluent-popup-container {
            position: fixed;
            top: -9999px;
            left: -9999px;
            z-index: 9999999;
            background: #ffffff;
            border: 1px solid #ebedf0;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            padding: 0px;
            min-width: 255px;
            opacity: 0;
            transform: translateY(10px) scale(0.98);
            pointer-events: none;
            transition: opacity 0.15s cubic-bezier(0.16, 1, 0.3, 1), transform 0.15s cubic-bezier(0.16, 1, 0.3, 1);
        }

            .fluent-popup-container .e-calendar {
                border: 0px;
            }

            .fluent-popup-container .e-footer-container {
                display: none;
            }

        .e-calendar .e-header .e-prev:focus,
        .e-calendar .e-header .e-next:focus,
        .e-calendar .e-header .e-title:focus {
            box-shadow: none;
        }
        /* Kích hoạt hiển thị */
        .fluent-popup-container.picker-is-open {
            opacity: 1;
            transform: translateY(0) scale(1);
            pointer-events: auto;
        }
        /* Layout Components */
        .fluent-section {
        }

        .quick-date {
            background: #f8f9fa;
            padding: 10px 10px;
            padding-bottom: 5px;
            border-radius: 8px;
        }

            .quick-date .sync-btn {
                border: 0px;
                background-color: transparent;
                font-weight: 700 !important;
                color: #388E3C;
            }

            .quick-date .e-numeric.e-input-group,
            .time-box .e-numeric.e-input-group {
                border-radius: 5px !important;
                background-color: #fff !important;
                border: 0px solid #E0E0E0 !important;
            }

            .quick-date .e-numeric input,
            .time-box .e-numeric input {
                color: #333 !important;
                text-align: center !important;
            }

        .calendar-box {
            display: flex;
            justify-content: center;
        }

        .time-box {
            padding-top: 5px;
            padding-bottom: 5px;
            background: #f8f9fa;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            margin-bottom: 1px;
            border-top: 1px solid #EEEEEE !important;
        }



            .time-box .e-numeric {
                border-radius: 5px;
            }

                .time-box .e-numeric input {
                    text-align: center;
                }
        /* Flexbox Utils */
        .fluent-row {
            display: flex;
            gap: 6px;
        }

        .align-bottom {
            align-items: flex-end;
        }

        .align-center {
            align-items: center;
        }

        .justify-center {
            justify-content: center;
        }

        .text-center {
            text-align: center;
        }
        /* Form & Labels */
        .fluent-input-col {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .tiny-label {
            font-size: 10px;
            font-weight: 500;
            color: #607D8B;
            text-align: center;
            user-select: none;
            pointer-events: none;
        }

        .divider {
            color: #ccc;
            font-size: 16px;
            padding-bottom: 4px;
            font-weight: 300;
        }

        .time-colon {
            font-size: 16px;
            font-weight: 700;
            color: #C2185B;
            margin: 0 2px;
            padding-top: 14px;
        }
        /* Buttons */
        .sync-btn {
            margin-bottom: 1px;
            color: #555;
            background: white;
            border: 1px solid #ddd;
        }

            .sync-btn:hover {
                background: #eee;
            }

        .fluent-actions {
            display: flex;
            justify-content: flex-end;
            gap: 8px;
            padding: 5px 10px;
            padding-top: 5px;
            background: #f8f9fa;
        }

        .time-box .e-input-group .e-input-group-icon,
        .time-box .e-input-group.e-control-wrapper .e-input-group-icon {
            min-width: 25px !important;
            width: 25px !important;
            height: 25px !important;
            min-height: 25px !important;
            font-size: 10px;
        }

        .time-box .fluent-input-col {
            display: unset;
            flex-direction: unset;
            gap: 0px;
        }

            .time-box .fluent-input-col .tiny-label {
                margin-right: 3px;
                text-align: left;
                padding-left: 3px;
            }

        .btn-apply {
            border-radius: 6px;
            font-weight: 500;
            padding: 0 16px;
            height: 30px;
            background-color: #1976D2 !important;
            color: #fff !important;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        .btn-cancel {
            border-radius: 6px;
            font-weight: 500;
            color: #555;
        }

        .tree-search-input {
            width: 100%;
            margin-bottom: 5px;
            padding: 5px;
            border: 1px solid #B0BEC5;
            border-radius: 3px;
            color: #C2185B !important;
        }

        .tree-search-wrapper {
            position: relative;
            display: flex;
            gap: 5px;
            align-items: center;
        }

            .tree-search-wrapper .tree-search-input {
                flex: 1;
                margin-bottom: 0px;
            }

        .tree-search-mode {
            height: 28px;
            min-width: 110px;
            border: 1px solid #B0BEC5;
            border-radius: 3px;
            color: #455A64;
            background-color: #fff;
            font-size: 12px;
        }

        .tree-search-clear {
            position: absolute;
            right: 118px;
            background-color: #f5f5f5 !important;
            border: 0px;
            margin-top: 0px;
            color: #C2185B;
            cursor: pointer;
        }

/* ===== Toolbar Filter Dropdown ===== */
.toolbarFilterBtnWrap { display: inline-flex; }
.toolbarFilterDropdownPanel {
    position: fixed;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0,0,0,.18);
    z-index: 2147483600;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: tbFilterSlide .18s ease-out;
    max-width: calc(100vw - 16px);
    max-height: calc(100vh - 80px);
}
@keyframes tbFilterSlide { from{opacity:0;transform:translateY(-8px);} to{opacity:1;transform:translateY(0);} }
.toolbarFilterDropdownHeader {
    display: flex; align-items: center; justify-content: space-between;
    padding: 5px 14px; border-bottom: 1px solid #f1f5f9; background: #f8fafc;
}
    .toolbarFilterDropdownHeader .title {
        font-weight: 700;
        font-size: 13px;
        color: #C2185B;
        user-select: none;
    }
.toolbarFilterCloseBtn {
    border: 1px solid #e2e8f0; background: #fff; cursor: pointer;
    width: 28px; height: 28px; border-radius: 8px; color: #64748b;
    display: inline-flex; align-items: center; justify-content: center;
}
.toolbarFilterCloseBtn:hover { background: #fee2e2; color: #b91c1c; }
.toolbarFilterDropdownBody { padding: 12px 14px; overflow: auto; flex: 1; }
.toolbarFilterDropdownFooter {
    padding: 5px 14px; border-top: 1px solid #f1f5f9; background: #f8fafc;
    display: flex; justify-content: flex-end; gap: 8px;
}
    .toolbarFilterDropdownFooter .btnApplyFilter {
        border-radius: 6px;
        font-weight: 500;
        padding: 0 16px;
        height: 30px;
        border: 0px;
        background-color: #1976D2 !important;
        color: #fff !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .btnApplyFilter:hover {
        background-color: #1565C0 !important;
    }