.user-image {
    margin: 0 6px 0 0;
    border-radius: 50%;
    height: 22px;
  }
  .bg-yellow-400.bg-yellow-200 {
    background-color: #fefcbf !important;
  }
  .tooltip {
    visibility: hidden;
    position: absolute;
  }
  .has-tooltip:hover .tooltip {
    visibility: visible;
    z-index: 100;
  }
  button.bg-blue-7000 {
    border: 1px solid #1a61cc !important;
    background-color: #8edfff !important;
    color: #1a61cc !important;
  }
  body .mHeader {
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body .mHeader .navbar-brand {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }
  body .mHeader .site_text {
    margin-left: 15px;
    font-size: 22px;
  }
  body .mHeader .site_text span {
    display: block;
    font-size: 18px;
    line-height: 32px;
  }
  body .user-info-wrapper {
    margin-left: auto;
  }
  #header__vuejx > li {
    position: relative;
  }
  #header__vuejx > li > a,
  .header__content ul li a {
    color: #fff;
    font-weight: 700;
  }
  #header__vuejx > li:hover > .vuejx_submenu {
    pointer-events: auto;
    opacity: 1;
    transform: scale(1);
  }
  .vuejx_submenu {
    position: fixed;
    right: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    width: 180px;
    pointer-events: none;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 60px 0 rgba(17, 41, 80, 0.08),
      0 2px 8px 0 rgba(17, 41, 80, 0.08);
    opacity: 0;
    transition: all 0.2s ease;
    transform: scale(0.9);
    transform-origin: top center;
    will-change: opacity, transform;
    padding: 5px 0;
  }
  .vuejx_submenu a {
    padding: 5px 10px;
    border: 0;
  }
  .vuejx_submenu a:hover {
    color: #1767df;
  }
  .header__content,
  body .page-footer {
    position: relative;
    font-size: 14px;
    width: 100%;
  }
  body .page-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #1767df;
    color: #fff;
    background-size: cover;
  }
  body .page-footer .info-wrapper,
  body .page-footer .sitename {
    line-height: 20px;
  }
  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    letter-spacing: -0.075px;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14),
      0 0 0 0 rgba(0, 0, 0, 0.12);
  }
  .header__content ul li {
    display: inline-block;
    position: relative;
  }
  .header__content ul li a {
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    position: relative;
    border: 3px solid transparent;
    border-width: 3px 0;
  }
  .horizontal_header ul li:first-child a:before,
  .horizontal_header ul li:hover a:before,
  li.v-chip--active--vuejx a:before,
  li.v-chip--active--vuejx + li a:before,
  li:hover + li a:before {
    display: none;
  }
  .header__content ul .v-chip--active--vuejx a,
  .header__content ul li:hover a {
    color: #fff;
    background-color: #13b6f8;
  }
  .mdi {
    font-size: 18px;
  }
  body .vuejx__header + div.hd__screen {
    min-height: calc(100vh - 187px);
    margin-bottom: 0.5rem;
  }
  .required__class {
    color: red;
  }
  .subTitle-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid #165cc5;
  }
  .top-content {
    flex-wrap: wrap;
  }
  .top-content .content-title {
    height: 31px;
    padding: 0 30px 0 15px;
    margin-left: -1em;
    z-index: 5;
    position: relative;
    background-color: #50a2f5;
  }
  .top-content .content-title:after,
  .top-content .content-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
  }
  .top-content .content-title:before {
    left: 0;
    top: 100%;
    border-right: 5px solid #194b7e;
  }
  .top-content .content-title:after {
    left: 100%;
    top: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #50a2f5;
  }
  .toolbar-search header input {
    padding-left: 25px !important;
    height: 30px !important;
    border-radius: 0 !important;
    background-color: #f1f1f1 !important;
  }
  .searchAdvanced-content,
  table tr {
    width: 100%;
  }
  .vuejx__table table + header {
    padding-left: 0.5rem;
    border: 1px solid #e6e6e6 !important;
    border-top: 0 !important;
  }
  .no-border,
  .no-border table,
  .no-border td {
    border: 0;
  }
  .custom-secondary-lv button {
    border-color: #e6e6e6;
  }
  .custom-secondary-lv button:not(.bg-white) {
    background-color: #fff;
  }
  .custom-secondary-lv button:not(.bg-white) .bg-red-700 {
    padding: 2px 4px;
    border-radius: 0.25em;
    margin: 0.5em 0.75em 0.5em -0.5em;
    font-size: 13px;
  }
  .custom-secondary-lv button:not(.bg-white):not(:last-child) {
    border-right: 1px solid #e2e8f0;
  }
  .custom-secondary-lv button:not(.bg-white).bg-blue-200 {
    background-color: #bee3f8;
  }
  .custom-secondary-lv button:not(.bg-white):hover {
    color: #4299e1;
    background-color: #ebf8ff;
  }
  .custom-secondary-lv button.border-blue-700 {
    border-color: transparent;
  }
  .custom-secondary-lv.add-lv button {
    font-size: 11px;
  }
  .tooltip .tooltip-text {
    visibility: hidden;
    text-align: center;
    padding: 6px 8px;
    position: fixed;
    z-index: 100;
    background: #689f39;
    color: #fff;
    border-radius: 2px;
  }
  .tooltip:hover .tooltip-text {
    visibility: visible;
  }
  es_em {
    background: #fff59d !important;
    padding: 2px 0;
  }
  body .upload___comp > span > span {
    color: #f56565;
  }
  body .overflow-hidden.overflow-auto {
    overflow: auto;
  }
  body .is-multiple .multiselect-search,
  body .is-single .multiselect-search {
    height: 33px;
  }
  body .fixed.absolute {
    position: absolute !important;
    bottom: 0;
  }
  .item {
    position: relative;
  }
  .item:hover {
    background: linear-gradient(180deg, #9cd200, #e5dc00);
  }
  .item.active,
  .item.active .label,
  .item:hover,
  .item:hover .label {
    color: #003797;
  }
  .item.active {
    background: linear-gradient(180deg, #9cd200, #e5dc00);
  }
  .item.active:before {
    content: "";
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #e2db00;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .label {
    background: 0 0;
    border: 0;
    padding: 0 7px;
    height: 35px;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.07px;
    line-height: 13px;
    color: #fff;
  }
  .dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 4px;
    overflow: hidden;
    padding: 6px;
    background: #fff;
    box-shadow: 0 10px 15px -3px #000 4px 6px -4px #000;
    z-index: 9999;
  }
  .dropdown * {
    white-space: nowrap;
  }
  .dropdown-child {
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
    background: 0 0;
    width: 100%;
    text-align: left;
    color: #003797;
    font-weight: 700;
  }
  .dropdown-child:hover {
    background: linear-gradient(180deg, #9cd200, #e5dc00);
  }
  .divider {
    height: 1px;
    width: 100%;
    background: #ddd;
    margin: 3px 0;
  }
  .top-bar {
    background: #2f76f1;
    height: 35px;
    display: flex;
    justify-content: space-between;
  }
  body .top-bar .item button.label i {
    position: absolute;
  }
  body .top-bar .item button.label span {
    margin-top: -10px;
    line-height: 19px;
    margin-left: 22px;
  }
  body #body___container {
    background-color: #f7fafc;
  }
  .component-fade-enter-active,
  .component-fade-leave-active {
    transition: opacity 0.3s ease;
  }
  .component-fade-enter,
  .component-fade-leave-to {
    opacity: 0;
  }
  body .fade-enter-active {
    -webkit-animation: coming 0.1s;
    animation: coming 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    opacity: 0;
  }
  body .fade-leave-active {
    -webkit-animation: going 0.02s;
    animation: going 0.02s;
  }
  @-webkit-keyframes going {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-10px);
      opacity: 0;
    }
  }
  @keyframes going {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-10px);
      opacity: 0;
    }
  }
  @-webkit-keyframes coming {
    0% {
      transform: translateX(-10px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes coming {
    0% {
      transform: translateX(-10px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  body .loading___table {
    line-height: 31px;
    padding-left: 8px;
  }
  body .hd__screen .toolbar-search input.rounded,
  body .hd__screen textarea,
  body
    .toolbar-search
    .vuejx_combobox_selection
    .is-multiple
    .multiselect-search
    input,
  body
    .toolbar-search
    .vuejx_combobox_selection
    .is-single
    .multiselect-search
    input,
  body .toolbar-search .vuejx_combobox_selection > div.autocomplete {
    border-radius: 6px !important;
    min-height: 31px !important;
  }
  body .toolbar-search .vuejx_combobox_selection .is-multiple .multiselect-search,
  body .toolbar-search .vuejx_combobox_selection .is-single .multiselect-search,
  body .toolbar-search .vuejx_combobox_selection .multiselect,
  body .toolbar-search .vuejx_combobox_selection .multiselect-single-label {
    height: 31px !important;
    min-height: 31px !important;
  }
  body .toolbar-search .multiselect-caret {
    top: 16px !important;
  }
  body .vuejx__table td,
  body .vuejx__table th {
    padding: 10px;
  }
  body .custom-input input:-webkit-autofill,
  body .custom-input input:-webkit-autofill:focus,
  body .custom-input input:-webkit-autofill:hover {
    border-width: 0 !important;
  }
  .min-h-full > div.hd__screen {
    min-height: -moz-calc(100vh - 245px);
    min-height: -webkit-calc(100vh - 245px);
    min-height: -o-calc(100vh - 245px);
    min-height: calc(100vh - 245px);
  }
  body .eform___vuejx {
    margin: auto;
    background: #fff;
  }
  body .v-application .eform___vuejx .subtitle-1 {
    line-height: 1.25rem;
  }
  body .v-application .eform___vuejx p {
    font-size: 14px;
    padding: 0 2px;
    margin-bottom: 6px;
  }
  body .v-application .eform___vuejx ol,
  body .v-application .eform___vuejx ul {
    font-size: 14px;
  }
  body .eform___vuejx .container.grid-list-md .layout .flex {
    padding: 4px 4px 0;
  }
  body .eform___vuejx .v-subheader {
    height: 22px;
  }
  body .eform___vuejx .v-input__slot {
    margin-bottom: 0;
  }
  body .mHeader {
    background: url(/security/file/vuejx_site/khcn_header.png) center center
      no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body .mHeader > div {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  body .navbar-brand {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    color: #2b6cb0;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
  }
  body .navbar-brand img {
    max-height: 42px;
  }
  body .site_text {
    margin-left: 15px;
    color: #fff;
    font-size: 34px;
  }
  body .site_text span {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #2153aa;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  body .back-home {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 15px;
  }
  body .back-home:hover {
    color: #2b6cb0;
    background-color: #fff;
  }
  body .back-home i {
    vertical-align: bottom;
  }
  body .user-info-wrapper {
    margin-left: auto;
  }
  body .page-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #2b6cb0;
    color: #fff;
    position: relative;
    width: 100%;
    font-size: 14px;
    background-size: cover;
  }
  body .sitename {
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
  }
  body .page-footer .owner {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  body .header___menu___sub > div span {
    color: #fff !important;
  }
  .header__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    font-size: 14px;
    letter-spacing: -0.075px;
    margin-bottom: 0;
    background-color: #2b6cb0;
    box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14),
      0 0 0 0 rgba(0, 0, 0, 0.12);
    width: 100%;
  }
  body .search-result-wrapper > div {
    padding: 0;
  }
  body .search-result-wrapper .vuejx__chips_filter header *,
  body .search-result-wrapper .vuejx__form_filter header * {
    text-transform: uppercase;
  }
  .search-result-wrapper .vuejx__chips_filter > div:last-child,
  .search-result-wrapper .vuejx__form_filter > div:last-child {
    background-color: #fff;
    border: 1px solid #cbd5e0;
    border-top: 0;
  }
  .search-result-wrapper .vuejx__chips_filter > div:last-child > div:hover,
  .search-result-wrapper .vuejx__form_filter > div:last-child > div:hover {
    background-color: #fffaee;
  }
  body .search-result-wrapper {
    border-top: 1px solid #2b6cb0;
    border-left: 1px solid #ddd;
  }
  body .search-result-wrapper .top-title {
    color: #fff;
    background-color: #2b6cb0;
    display: inline-block;
    border-radius: 6px 6px 0 0;
    padding: 0.6rem 1rem;
  }
  es_em {
    background: #fff59d !important;
    padding: 2px 0;
  }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .search-result-wrapper > div > div > div:first-child {
      width: 35%;
    }
    .search-result-wrapper > div > div > div:last-child {
      width: 65%;
    }
    .search-result-wrapper .grid-prod .prod-grid {
      width: 50%;
    }
  }
  @media screen and (max-width: 1023px) {
    .table__simple {
      display: none;
    }
    .table__simple.really_simple,
    .table__simple:only-child {
      display: table;
    }
  }
  @media screen and (max-width: 767px) {
    .table__simple .title-cell {
      width: 140px;
    }
    table + header > .flex > button:last-child {
      display: none;
    }
  }
  .vuejx__chips_filter > header > .flex:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 35px solid #2b6cb0;
    border-right: 35px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .vuejx__chips_filter > header > .flex {
    background-color: #2b6cb0;
    color: #fff !important;
    height: 34px !important;
    padding: 0 5px 0 8px;
    position: relative;
  }
  .vuejx__chips_filter > header {
    padding: 0 12px 0 0 !important;
    border-bottom: 0;
    border-right: 1px solid #cbd5e0;
    height: 34px;
  }
  body .vuejx__header + div.hd__screen,
  body .vuejx__header + div > .hd__screen {
    min-height: calc(100vh - 155px) !important;
  }
  .hover\:bg-primary:hover {
    background-color: #2f855a;
  }
  body .hd__screen > div,
  body .hd__screen > nav {
    max-width: 1330px !important;
  }
  .search-result-wrapper
    .vuejx__chips_filter.vuejx___form_editor
    > div:last-child
    > div:hover,
  .search-result-wrapper
    .vuejx__form_filter.vuejx___form_editor
    > div:last-child
    > div:hover {
    background-color: inherit !important;
  }
  .hidden-logo img {
    display: none;
  }
  .highcharts-credits {
    display: none;
  }
  body .vuejx_submenu {
    z-index: 9999;
  }
  body .vuejx_submenu a {
    color: #324b72 !important;
    border: 0 !important;
  }
  body .vuejx_submenu a:hover {
    color: #2f855a !important;
  }
  .fix-width-numnber .text-sm.w-full {
    width: calc(100% - 4rem);
  }
  @media screen and (max-width: 767px) {
    .table__simple td {
      display: block;
      width: 100% !important;
      border: 0 !important;
    }
    body .page-footer {
      background-position: center top 0;
    }
    .page-footer > div > img {
      display: none;
    }
    .hidden-logo {
      display: flex;
      align-items: center;
      line-height: 20px;
      margin-bottom: 10px;
    }
    .hidden-logo img {
      display: block;
    }
  }
  .subTitle-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #2b6cb0;
  }
  .min-h-screen {
    min-height: 80vh;
  }
  .required__class {
    color: red;
  }
  body .eform___vuejx {
    margin: auto;
    background: #fff;
  }
  body .v-application .eform___vuejx .subtitle-1 {
    line-height: 1.25rem;
  }
  body .v-application .eform___vuejx p {
    font-size: 14px;
    padding: 0 2px;
    margin-bottom: 6px;
  }
  body .v-application .eform___vuejx ol,
  body .v-application .eform___vuejx ul {
    font-size: 14px;
  }
  body .eform___vuejx .container.grid-list-md .layout .flex {
    padding: 4px 4px 0;
  }
  body .eform___vuejx .v-subheader {
    height: 22px;
  }
  body .eform___vuejx .v-input__slot {
    margin-bottom: 0;
  }
  body .user-info-wrapper {
    margin-left: auto;
  }
  body .back-home i {
    vertical-align: bottom;
  }
  body .employee__table table {
    min-width: unset !important;
  }
  body .v-application--wrap > div > div > main.v-content.mb-5 {
    margin-bottom: 50px !important;
  }
  body .v-application--wrap .v-content__wrap .employee__table td,
  body .v-application--wrap .v-content__wrap .employee__table th {
    padding: 2px 10px !important;
  }
  body
    .v-application--wrap
    .v-content__wrap
    .employee__table
    .chart__table__preview.bieu__do__xe
    td,
  body
    .v-application--wrap
    .v-content__wrap
    .employee__table
    .chart__table__preview.bieu__do__xe
    th {
    padding: 2px 0 !important;
  }
  body .v-application--wrap .chart__table__preview es_em {
    padding: 2px;
  }
  .top-content .content-title {
    height: 31px;
    padding: 0 30px 0 15px;
    margin-left: -1em;
    z-index: 5;
    position: absolute;
  }
  .top-content .content-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-right: 5px solid #043b75;
  }
  .top-content .content-title:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #2b6cb0;
    border-bottom: 15px solid transparent;
  }
  [type="checkbox"],
  [type="radio"] {
    margin: 6px 6px 6px 8px;
  }
  .flex [type="checkbox"],
  .flex [type="radio"] {
    margin: 0 6px 6px 8px;
  }
  .top-content.detail {
    height: 31px;
  }
  .vuejx_submenu .v-chip--active--vuejx__sub i {
    top: 8px !important;
  }
  body .table__tien_trinh tr.header_tien_trinh > th {
    background: #e4fcff !important;
  }
  .toolbar-search .items-stretch.w-full input {
    border-radius: 0;
  }
  #footer__vuejx br {
    display: none;
  }
  .active {
    opacity: 1 !important;
  }
  .left {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .left:focus-within .item:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
  body .search-result-wrapper .vuejx__chips_filter header *,
  body .search-result-wrapper .vuejx__form_filter header * {
    text-transform: uppercase;
    color: #fff !important;
  }
  body .search-result-wrapper .vuejx__chips_filter header button:hover {
    background-color: transparent;
  }
  body .search-result-wrapper .vuejx__chips_filter header i {
    color: #02672d !important;
  }
  .top-content .content-title {
    background-color: #2a6db0 !important;
  }
  .header__content ul .v-chip--active--vuejx a,
  .header__content ul li:hover a {
    color: #fff;
    background-color: transparent !important;
    font-weight: 700 !important;
    margin-left: -8px !important;
  }
  body .mHeader {
    background: #fff none;
  }
  body .mHeader .site_text {
    color: #02672d;
    font-size: 14px;
  }
  body .page-footer {
    background-color: #02672d;
  }
  .header__content {
    background-color: #02672d;
  }
  .number-wrapper {
    border: 1px solid #02672d;
  }
  .border-green-custom {
    border-color: #02672d;
  }
  .vuejx__chips_filter > header {
    border-top: 1px solid #02672d;
  }
  .vuejx__chips_filter > header > .flex {
    background-color: #02672d;
  }
  .vuejx__chips_filter > header > .flex::before {
    border-top: 36px solid #02672d;
  }
  .top-content .content-title {
    background-color: #02672d !important;
  }
  .top-content .content-title::before {
    border-right: 5px solid #047510;
  }
  .top-content .content-title::after {
    border-left: 15px solid #02672d;
  }
  #header__vuejx .vuejx_submenu {
    position: absolute;
  }
  body .top-bar {
    background: #02672d;
    height: 42px;
    display: flex;
    justify-content: space-between;
  }
  body .vuejx__header > div.hd__screen {
    background: #02672d;
  }
  body .top-bar .item .label,
  body .top-bar .item.active,
  body .top-bar .item.active .label,
  body .top-bar .item:hover,
  body .top-bar .item:hover .label {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
  }
  body .item:hover {
    background: 0;
  }
  body .item.active {
    background: 0;
  }
  body .label {
    height: 42px;
  }
  body .item.active:before,
  body .item:hover:before {
    content: "";
    display: block !important;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 0;
    bottom: -1px;
    top: inherit;
    box-shadow: none;
  }
  body .vuejx__chips_filter > header > .flex:before {
    border-top: 34px solid #02672d;
    border-right: 20px solid transparent;
  }
  body .vuejx__chips_filter.fix-width-numnber {
    background: #f3f8ee;
  }
  body .hover\:text-blue-700:hover,
  body .text-blue-700 {
    color: #01662e;
  }
  body .border-blue-700,
  body .hover\:border-blue-700:hover {
    border-color: #01662e;
  }
  body .bg-blue-700,
  body .hover\:bg-blue-700:hover {
    background-color: #01662e;
  }
  body .hover\:bg-blue-700:hover,
  body button.filter___timkiem:hover {
    background-color: #01662ec7;
  }
  body .hover\:text-blue-500:hover {
    color: #01662e;
  }
  body #body___container .hd__screen .toolbar-search input.rounded,
  body
    #body___container
    .toolbar-search
    .vuejx_combobox_selection
    .is-multiple
    .multiselect-search
    input,
  body
    #body___container
    .toolbar-search
    .vuejx_combobox_selection
    .is-single
    .multiselect-search
    input,
  body
    #body___container
    .toolbar-search
    .vuejx_combobox_selection
    > div.autocomplete {
    border-radius: 0 !important;
    min-height: 30px !important;
    height: 30px !important;
  }
  body .top-content .content-title {
    height: 30px;
  }
  body .toolbar-search .items-stretch.w-full input,
  body .toolbar-search button {
    height: 30px;
    line-height: 28px;
  }
  body .searchAdvanced-content .vuejx_combobox_selection .border-gray-200,
  body .searchAdvanced-content input {
    border-color: #cbd5e0;
    background: #fff;
  }
  body #app .vuejx_combobox_selection > div:first-child > div:nth-child(3) {
    padding-top: 5px !important;
  }
  body .search_wrapper {
    margin-top: 0;
  }
  body .primary-nav {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  body .primary-nav > li:first-child {
    margin-left: 0 !important;
  }
  body .primary-nav #header__vuejx {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  body .primary-nav #header__vuejx li {
    margin: 0 !important;
  }
  body .header__content ul .v-chip--active--vuejx a,
  body .header__content ul li:hover a {
    margin-left: 0 !important;
  }
  body .mHeader {
    background: #fff none;
  }
  body .mHeader .site_text {
    color: #02672d;
    font-size: 14px;
  }
  body .page-footer {
    background-color: #02672d;
  }
  .header__content {
    background-color: #02672d;
  }
  .number-wrapper {
    border: 1px solid #02672d;
  }
  .bg-green-custom,
  .hover\:bg-green-custom:hover {
    background-color: #02672d;
  }
  .hover\:text-green-custom:hover,
  .text-green-custom {
    color: #02672d;
  }
  .border-green-custom {
    border-color: #02672d;
  }
  body .text-blue-700 {
    color: #02662e;
  }
  .vuejx__chips_filter > header > .flex::before {
    border-top: 35px solid #02672d;
  }
  .top-content .content-title {
    background-color: #02672d !important;
    line-height: 22px;
  }
  .top-content .content-title::before {
    border-right: 5px solid #047510;
  }
  .top-content .content-title::after {
    border-left: 15px solid #02672d;
  }
  body .search-result-wrapper td,
  body .search-result-wrapper th {
    vertical-align: initial;
  }
  body .hd__screen.search-result-wrapper {
    border-top: 0;
    border-left: 0;
    padding-top: 4px;
  }
  body .bg-blue-700 {
    background-color: #02662e;
    color: #fff !important;
  }
  body .border-blue-700 {
    color: #02662e;
    border-color: #02662e;
  }
  body button.hover\:bg-blue-700:hover,
  body button.hover\:text-blue-700:hover {
    background: #02662e66;
    color: #000 !important;
    border-radius: 4px;
  }
  body .search-result-wrapper .vuejx__chips_filter > div:last-child > div:hover,
  body .search-result-wrapper .vuejx__form_filter > div:last-child > div:hover {
    color: #02662e;
  }
  .top-content + div button.border-blue-700,
  body .top-content + div button.hover\:bg-blue-700:hover,
  body .top-content + div button.hover\:text-blue-700:hover {
    border-radius: 0;
  }
  body .search-result-wrapper .vuejx__chips_filter header a,
  body .search-result-wrapper .vuejx__chips_filter header a i {
    color: #333 !important;
    margin-top: 7px !important;
  }
  body .btn__pagging {
    padding-bottom: 10px !important;
  }
  body .btn__pagging_info {
    padding-bottom: 2px !important;
    padding-left: 4px;
  }
  body .search-result-wrapper table th {
    background-color: #fff !important;
  }
  body table {
    border-spacing: 0 !important;
  }
  body table > thead > tr > th {
    border-right: 1px solid #e6e6e6 !important;
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    line-height: 22px;
  }
  body table > tbody > tr > td {
    line-height: 22px;
    padding: 8px !important;
  }
  body .mirror__form table {
    border-left: 1px solid #e6e6e6;
  }
  body .mirror__form table > tbody > tr > td {
    border-left: 1px !important;
    border-bottom: 1px solid #e6e6e6;
  }
  body .mirror__form .vuejx__table table + header {
    border-top: 0 !important;
  }
  body .search-result-wrapper .vuejx__table td:first-child,
  body .search-result-wrapper .vuejx__table th:first-child {
    border-left: 1px solid #e6e6e6 !important;
  }
  body .vuejx_combobox_selection .multiselect {
    width: 100%;
    padding: 0 !important;
    position: relative;
  }
  .multiselect {
    position: relative;
    margin: 0 auto;
    font-size: 0;
  }
  .multiselect > * {
    font-size: medium;
  }
  .multiselect.is-searchable {
    cursor: auto;
  }
  .multiselect-input {
    z-index: 1;
    width: 100%;
    display: flex;
    position: relative;
    outline: 0;
  }
  .multiselect-caret {
    position: absolute;
    right: 18px;
    top: 18px;
    color: #999;
    border-color: #202225 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
  .is-disabled .multiselect-input {
    background: #f9f9f9;
  }
  .is-open .multiselect-input {
    border-radius: 3px 3px 0 0;
  }
  .is-open .multiselect-caret {
    transform: translateY(-50%) rotate(180deg);
  }
  .multiselect-multiple-label,
  .multiselect-placeholder {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 14px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: 0 0;
    font-size: 13px;
    color: #4a5568;
  }
  .multiselect-single-label {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 0.5rem;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: 0 0;
    font-size: 14px;
    color: #4a5568;
  }
  .multiselect-placeholder {
    color: #a1b0c0;
    font-size: 14px;
  }
  .is-multiple .multiselect-search,
  .is-single .multiselect-search {
    display: flex;
    height: 100%;
    width: 100%;
    background: 0 0;
  }
  .is-multiple .multiselect-search input,
  .is-single .multiselect-search input {
    width: 100%;
    border: 0;
    padding: 8px 35px 8px 14px;
    outline: 0;
    background: 0 0;
    font-size: 16px;
    font-family: inherit;
  }
  .is-multiple.no-caret .multiselect-search input,
  .is-single.no-caret .multiselect-search input {
    padding: 8px 14px;
  }
  .is-tags .multiselect-search {
    flex-grow: 1;
  }
  .is-tags .multiselect-search input {
    outline: 0;
    border: 0;
    flex-grow: 1;
    min-width: 100%;
    font-size: 16px;
    font-family: inherit;
    background: 0 0;
  }
  .multiselect-clear {
    z-index: 100;
    position: absolute;
    right: 0;
    background: #edf2f6 !important;
    border-radius: 8px;
    top: 50%;
    width: 33px;
    height: 33px;
    background: 0 0;
    transform: translateY(-50%);
  }
  .multiselect-clear:after,
  .multiselect-clear:before {
    position: absolute;
    top: 11px;
    left: 16px;
    content: " ";
    height: 11px;
    width: 2px;
    background-color: #202225;
  }
  .multiselect-clear:before {
    transform: rotate(45deg);
  }
  .multiselect-clear:after {
    transform: rotate(-45deg);
  }
  .multiselect-clear:hover:after,
  .multiselect-clear:hover:before {
    background-color: #555;
  }
  .multiselect-tags {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding-left: 4px;
    flex-wrap: wrap;
    padding-right: 36px;
    min-height: 34px;
  }
  .no-caret .multiselect-tags {
    padding-right: 9px;
  }
  .multiselect-tag {
    background: #41b883;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 8px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    cursor: text;
    white-space: nowrap;
  }
  .multiselect-tag i {
    cursor: pointer;
  }
  .multiselect-tag i:before {
    content: "x";
    color: #266d4d;
    font-size: 14px;
    font-weight: 700;
    padding: 1px 5px;
    margin-left: 3px;
    display: flex;
    font-style: normal;
  }
  .multiselect-tag i:hover:before {
    color: #fff;
    background: hsla(0, 0%, 100%, 0.2);
  }
  .is-disabled .multiselect-tag {
    background: #a0a0a0;
    padding: 1px 8px;
  }
  .multiselect-fake-input {
    background: 0 0;
    width: 100%;
    height: 1px;
    border: 0;
    padding: 0;
    font-size: 0;
    margin-top: -1px;
    outline: 0;
  }
  .multiselect-fake-input:active,
  .multiselect-fake-input:focus {
    outline: 0;
  }
  .multiselect-options {
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #edf2f6;
    margin-top: 4px;
    max-height: 160px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    font-size: 14px;
  }
  .open-top .multiselect-options {
    transform: translateY(-100%);
    top: 2px;
    flex-direction: column-reverse;
  }
  .multiselect-option {
    display: flex;
    min-height: 32px;
    padding: 9px 12px;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px dashed #00000036;
  }
  .multiselect-option:last-child {
    border-bottom: none !important;
  }
  .multiselect-option.is-pointed {
    background: #9accff6e;
  }
  .multiselect-option.is-disabled {
    background: #f9f9f9;
    color: #a6a6a6;
    cursor: not-allowed;
  }
  .multiselect-option.is-selected {
    background: #9accff6e;
    color: #333;
    font-weight: 700;
  }
  .multiselect-option.is-selected.is-pointed {
    background: #9accff6e;
  }
  .is-multiple .multiselect-option.is-selected,
  .is-tags .multiselect-option.is-selected {
    color: #9accff6e;
    background: 0 0;
  }
  .is-multiple .multiselect-option.is-selected.is-pointed,
  .is-tags .multiselect-option.is-selected.is-pointed {
    background: #f1f1f1;
  }
  .multiselect-no-options,
  .multiselect-no-results {
    display: flex;
    padding: 10px 12px;
    color: #777;
  }
  .multiselect-spinner {
    position: absolute;
    right: 17px;
    top: -1px;
    width: 16px;
    height: 16px;
    background: 0 0;
    display: block;
    transform: translateY(50%);
  }
  .multiselect-spinner:after,
  .multiselect-spinner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid transparent;
    border-top-color: #155dc5;
    box-shadow: 0 0 0 1px transparent;
  }
  .is-disabled .multiselect-spinner {
    background: #f9f9f9;
  }
  .is-disabled .multiselect-spinner:after,
  .is-disabled .multiselect-spinner:before {
    border-color: #999 transparent transparent;
  }
  .multiselect-spinner:before {
    -webkit-animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
    animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .multiselect-spinner:after {
    -webkit-animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
    animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .multiselect-enter-active {
    transition: all 0.15s ease;
  }
  .multiselect-leave-active {
    transition: all 0;
  }
  .multiselect-enter,
  .multiselect-leave-active {
    opacity: 0;
  }
  .multiselect-loading-enter-active,
  .multiselect-loading-leave-active {
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
  }
  .multiselect-loading-enter,
  .multiselect-loading-leave-active {
    opacity: 0;
  }
  @-webkit-keyframes spinning {
    0% {
      transform: rotate(0);
    }
    to {
      transform: rotate(2turn);
    }
  }
  @keyframes spinning {
    0% {
      transform: rotate(0);
    }
    to {
      transform: rotate(2turn);
    }
  }
  .multiselect-tag.is-user {
    padding: 3px 6px;
    border-radius: 4px;
    background: #fff;
    margin: 3px;
    color: #333;
    font-weight: 400;
    font-size: 13px;
  }
  .multiselect-tag.is-user img {
    width: 18px;
    border-radius: 50%;
    height: 18px;
    margin-right: 8px;
    border: 2px solid #ffffffbf;
  }
  .multiselect-tag.is-user i:before {
    color: #333;
    border-radius: 50%;
  }
  body .is-multiple .multiselect-search,
  body .is-single .multiselect-search {
    height: 33px;
  }
  .vuejx_combobox_selection > div > div:first-child span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 17px !important;
    white-space: nowrap;
    padding-right: 0 !important;
    margin-top: -1px;
  }
  body .sitename {
    background-color: unset !important;
  }
  body .hd__screen .search_wrapper {
    background: url(/images/csdl-moi-truong-banner.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    height: 160px !important;
    max-width: unset !important;
    padding-bottom: 42px !important;
    margin-bottom: 20px;
  }
  body .mirror__form table tr:last-child td {
    border-bottom: 0;
  }
  div.multiselect-options .multiselect-option:last-child {
    border-bottom: 0 !important;
  }
  .n-loading-bar-container .n-loading-bar.n-loading-bar--starting {
    background: #2f76f1 !important;
  }
  body .mirror__form .flex.flex-wrap.cms_form > div {
    padding: 8px;
  }
  body #body___container .search-result-wrapper .table_khcn table tbody tr {
    border-right: 0 #ddd !important;
  }
  body .vuejx__chips_filter .bg-white > div:last-child {
    border-bottom: 0;
  }
  body .main-content .head span {
    padding: 0.35rem 1.5rem 0.5rem 1.3rem;
    height: 32px;
    display: flex;
  }
  div::-webkit-scrollbar,
  section::-webkit-scrollbar {
    display: none;
  }
  div,
  section {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body table.table-auto td.border {
    border-bottom: 0;
    border-left: 0;
  }
  body table.table-auto {
    border-bottom: 1px solid #e2e8f0;
    border-left: 1px solid #e2e8f0;
  }
  .hd__screen_nav > div {
    max-width: 1330px !important;
    margin: 0 auto;
    padding: 0;
  }
  .vuejx__table > table > thead > tr > th {
    background-color: #f9f9f9 !important;
    cursor: default;
  }
  .header___aggs {
    max-width: 190px;
  }
  .table___view_mode_simple th:last-child {
    border-right: 0 !important;
  }
  .table___view__heading {
    padding: 6px 8px 4px;
  }
  body .table___view_mode td {
    border: none !important;
    border-bottom: 1px solid #cbd5e0 !important;
    border-right: 1px solid #cbd5e0 !important;
  }
  body .table___view_mode td:last-child {
    border-right: 0 !important;
  }
  .filter___timkiem {
    line-height: 30px !important;
  }
  .guest__table.border.border-gray-300 {
    border-color: #cbd5e0;
  }
  .guest__table > .top-content .qlt_timkiem .toolbar-search button {
    line-height: 34px !important;
    display: contents;
  }
  body table tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  body .bg-white > table > tbody:not(.flex) > tr > td:first-child {
    border-left: 1px solid #cbd5e0;
  }
  body .bg-white > table > tbody:not(.flex) > tr > td {
    border-right: 1px solid #cbd5e0;
    border-top: 1px solid #cbd5e0;
  }
  .vuejx__chips_filter div.autocomplete.bg-gray-200 {
    background-color: #ff000000;
  }
  .content-title.relative {
    position: relative !important;
  }
  .top-content.flex > div.uppercase.font-bold {
    display: flex;
  }
  body .vuejx__table > table > tbody:not(.border-b) td {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  body .vuejx__table > table.border-b td {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  body table > tbody > tr:last-child > td {
    border-bottom: 0 !important;
  }
  .top-content.flex > div.uppercase.font-bold > i {
    margin-bottom: 1px;
  }
  .table___screen___info th {
    padding: 8px;
  }
  .table___screen___info td {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  body .action___buttons > button {
    border-radius: 4px !important;
  }
  .vuejx_combobox_selection .multiselect-options,
  .top-bar .item:hover > button + .dropdown {
    box-shadow: 0 25px 50px -12px #000;
  }
  .vuejx_combobox_selection .multiselect-options span {
    min-height: inherit;
    overflow: unset !important;
    text-overflow: inherit !important;
    white-space: unset !important;
  }
  body .multiselect-input {
    overflow: hidden;
    white-space: nowrap;
  }
  body .mdi-calendar-clock.pt-2 {
    padding-top: 6px;
  }
  body .border-gray-900 {
    border-color: #02662e;
  }
  body .border-gray-600 {
    border-color: #718096;
  }
  .vuejx_date_selection i.mdi-close {
    padding-top: 6px;
  }
  .header___btn_menu.text-green-800 {
    border-color: #276749;
    border-right: 1px solid;
  }
  .tooltip_chart {
    font-size: 8px;
    height: 10px;
  }
  td:hover .tooltip_chart {
    font-size: 18px;
    position: absolute;
    background: #000000a1;
    height: 50px;
    padding: 4px 6px;
    border-radius: 3px;
    color: #fff;
    margin-top: -45px;
    text-align: left;
    z-index: 1;
  }
  td:hover .tooltip_text {
    font-size: 14px;
    font-weight: 700;
    float: right;
  }
  .tooltip_text_info {
    float: left;
  }
  .tooltip_text {
    font-size: 10px;
  }
  body .trang_chu .toolbar-search button {
    line-height: 16px !important;
    text-align: left;
    padding-left: 22px;
  }
  table tr.border-b.border-t.border-r.border-l:not(:last-child) {
    border-bottom: 0;
  }
  .header___btn_menu {
    display: inherit;
    line-height: 16px;
    padding: 4px 8px;
  }
  .dashboard nav.dn___role + div.hd__screen .top-bar > .left:first-child .item {
    display: none;
  }
  .dashboard
    nav.dn___role
    + div.hd__screen
    .top-bar
    > .left:first-child
    .item.active,
  .dashboard
    nav.dn___role
    + div.hd__screen
    .top-bar
    > .left:first-child
    .item:first-child {
    display: block;
  }
  .vuejx__chips_filter .bg-white > div > div {
    padding-top: 2px;
    padding-left: 4px;
  }
  .top-bar .mdi-account-circle {
    filter: invert(0);
  }
  .top-bar .mdi-account-circle,
  .login-footer .mdi-email-outline,
  .login-footer .mdi-phone-in-talk,
  .login-footer .mdi-map-marker {
    filter: invert(0);
    position: absolute;
    left: 0;
  }
  .login-footer > p.mt-1 {
    text-indent: 24px;
    position: relative;
  }
  .mdi {
    filter: invert(0.8);
  }
  footer .mdi {
    filter: invert(0);
  }
  body .top-bar .mdi {
    filter: invert(0);
  }
  body .main-content .head span .mdi-backburger {
    filter: invert(0);
    position: absolute;
    left: 4px;
    top: 6px;
  }
  body .hd__screen > div:first-child {
    padding: initial;
    padding-top: 2px;
  }
  .vuejx__table.table___aggs > table > thead > tr > th {
    border-right: 0 !important;
    border-left: 1px solid #e6e6e6;
  }
  .vuejx__table.table___aggs > table > thead > tr > th:first-child {
    border-left: 0 !important;
  }
  .vuejx__table.table___aggs > table > tbody > tr > td {
    border-right: 0 !important;
    border-left: 1px solid #e6e6e6;
  }
  .vuejx__table.table___aggs > table > tbody > tr > td:first-child {
    border-left: 0 !important;
  }
  #table__to__export.chart_table th.scroll_col {
    width: 30px !important;
    border-right: 0 !important;
    border-left: 1px solid #e6e6e6;
  }
  #table__to__export.chart_table th:first-child,
  #table__to__export.chart_table td:first-child {
    position: sticky;
    left: 0;
    width: 100px !important;
    background-color: #fff;
  }
  #table__to__export.chart_table th:last-child,
  #table__to__export.chart_table td:last-child {
    position: sticky;
    right: 0;
    width: 60px !important;
    background-color: #fff;
  }
  #table__to__export.chart_table th:nth-last-of-type(2),
  #table__to__export.chart_table td:nth-last-of-type(2) {
    position: sticky;
    right: 60px;
    width: 60px !important;
    background-color: #fff;
  }
  #table__to__export.chart_table td:nth-last-of-type(1),
  #table__to__export.chart_table td:nth-last-of-type(2),
  #table__to__export.chart_table th:nth-last-of-type(2) {
    border-left: 1px solid #e6e6e6;
  }
  #table__to__export.chart_table td:nth-child(2) {
    border-left: 1px solid #e6e6e6;
  }
  #table__to__export.chart_table td {
    font-size: 0.75rem;
  }
  .tooltip_chart_ext {
    display: none;
  }
  td:hover .tooltip_chart .tooltip_chart_ext {
    display: block;
  }
  .mdi.text-red-700 {
    filter: brightness(50%) sepia(100) saturate(100) hue-rotate(25deg);
  }
  .mdi-save::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="white"><path d="M2.20032 6.375H10.4503V7.875H2.20032V6.375ZM2.20032 4.875H10.4503V3.375H2.20032V4.875ZM2.20032 10.875H7.45032V9.375H2.20032V10.875ZM13.4578 8.5275L13.9903 7.995C14.2828 7.7025 14.7553 7.7025 15.0478 7.995L15.5803 8.5275C15.8728 8.82 15.8728 9.2925 15.5803 9.585L15.0478 10.1175L13.4578 8.5275ZM12.9253 9.06L8.95032 13.035V14.625H10.5403L14.5153 10.65L12.9253 9.06Z" fill="white"/></svg>');
  }
  .mdi-delete::before,
  .mdi-close::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z" fill="white"/></svg>');
  }
  .mdi-download::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none"><path d="M5 20.5H19V18.5H5V20.5ZM19 9.5H15V3.5H9V9.5H5L12 16.5L19 9.5Z" fill="white"/></svg>');
  }
  .mdi-file::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V7L15 2ZM6 20V4H14V8H18V20H6ZM16 10V15C16 17.21 14.21 19 12 19C9.79 19 8 17.21 8 15V8.5C8 7.03 9.26 5.86 10.76 6.01C12.06 6.14 13 7.33 13 8.64V15H11V8.5C11 8.22 10.78 8 10.5 8C10.22 8 10 8.22 10 8.5V15C10 16.1 10.9 17 12 17C13.1 17 14 16.1 14 15V10H16Z" fill="white"/>');
  }
  .mdi-chevron-double-up,
  .mdi-up,
  .mdi-chevron-double-down,
  .mdi-down,
  .mdi-menu-down {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M9 6.2207L4.5 10.7207L5.5575 11.7782L9 8.3432L12.4425 11.7782L13.5 10.7207L9 6.2207Z" fill="white"/></svg>');
  }
  .mdi-chevron-double-down,
  mdi-down,
  .mdi-menu-down {
    transform: rotateX(180deg);
  }
  .mdi-chevron-double-right,
  .mdi-chevron-double-left {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M4.34619 5.5575L7.78869 9L4.34619 12.4425L5.40369 13.5L9.90369 9L5.40369 4.5L4.34619 5.5575ZM12.1537 4.5H13.6537V13.5H12.1537V4.5Z" fill="white"/></svg>');
  }
  .mdi-chevron-right,
  .mdi-right,
  .mdi-chevron-left,
  .mdi-left,
  .mdi-forwardburger,
  .mdi-backburger {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M7.27869 4.5L6.22119 5.5575L9.65619 9L6.22119 12.4425L7.27869 13.5L11.7787 9L7.27869 4.5Z" fill="white"/></svg>');
  }
  .mdi-chevron-left,
  .mdi-left,
  .mdi-backburger {
    transform: rotateY(180deg);
  }
  .mdi-chevron-double-left {
    transform: rotateY(180deg);
  }
  .mdi-account-circle,
  .mdi-user {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M9 9C10.6575 9 12 7.6575 12 6C12 4.3425 10.6575 3 9 3C7.3425 3 6 4.3425 6 6C6 7.6575 7.3425 9 9 9ZM9 10.5C6.9975 10.5 3 11.505 3 13.5V15H15V13.5C15 11.505 11.0025 10.5 9 10.5Z" fill="white"/></svg>');
  }
  .top-bar .mdi-account-circle,
  .top-bar .mdi-user {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M9 9C10.6575 9 12 7.6575 12 6C12 4.3425 10.6575 3 9 3C7.3425 3 6 4.3425 6 6C6 7.6575 7.3425 9 9 9ZM9 10.5C6.9975 10.5 3 11.505 3 13.5V15H15V13.5C15 11.505 11.0025 10.5 9 10.5Z" fill="white"/></svg>');
  }
  .mdi-edit {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M2.20032 6.375H10.4503V7.875H2.20032V6.375ZM2.20032 4.875H10.4503V3.375H2.20032V4.875ZM2.20032 10.875H7.45032V9.375H2.20032V10.875ZM13.4578 8.5275L13.9903 7.995C14.2828 7.7025 14.7553 7.7025 15.0478 7.995L15.5803 8.5275C15.8728 8.82 15.8728 9.2925 15.5803 9.585L15.0478 10.1175L13.4578 8.5275ZM12.9253 9.06L8.95032 13.035V14.625H10.5403L14.5153 10.65L12.9253 9.06Z" fill="white"/></svg>');
  }
  .mdi-checkbox-blank-outline,
  mdi-checkbox-blank {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M14.25 3.75V14.25H3.75V3.75H14.25ZM14.25 2.25H3.75C2.925 2.25 2.25 2.925 2.25 3.75V14.25C2.25 15.075 2.925 15.75 3.75 15.75H14.25C15.075 15.75 15.75 15.075 15.75 14.25V3.75C15.75 2.925 15.075 2.25 14.25 2.25Z" fill="white"/></svg>');
  }
  .mdi-checkbox-marked,
  mdi-checkbox {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M14.25 2.25H3.75C2.9175 2.25 2.25 2.925 2.25 3.75V14.25C2.25 15.075 2.9175 15.75 3.75 15.75H14.25C15.0825 15.75 15.75 15.075 15.75 14.25V3.75C15.75 2.925 15.0825 2.25 14.25 2.25ZM7.5 12.75L3.75 9L4.8075 7.9425L7.5 10.6275L13.1925 4.935L14.25 6L7.5 12.75Z" fill="white"/></svg>');
  }
  .mdi-search {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M11.8163 10.6912H11.2238L11.0138 10.4887C11.7488 9.63366 12.1913 8.52366 12.1913 7.31616C12.1913 4.62366 10.0088 2.44116 7.31625 2.44116C4.62375 2.44116 2.44125 4.62366 2.44125 7.31616C2.44125 10.0087 4.62375 12.1912 7.31625 12.1912C8.52375 12.1912 9.63375 11.7487 10.4888 11.0137L10.6913 11.2237V11.8162L14.4413 15.5587L15.5588 14.4412L11.8163 10.6912ZM7.31625 10.6912C5.44875 10.6912 3.94125 9.18366 3.94125 7.31616C3.94125 5.44866 5.44875 3.94116 7.31625 3.94116C9.18375 3.94116 10.6913 5.44866 10.6913 7.31616C10.6913 9.18366 9.18375 10.6912 7.31625 10.6912Z" fill="white"/></svg>');
  }
  .mdi-map-marker {
    content: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1.5C6.0975 1.5 3.75 3.8475 3.75 6.75C3.75 10.6875 9 16.5 9 16.5C9 16.5 14.25 10.6875 14.25 6.75C14.25 3.8475 11.9025 1.5 9 1.5ZM5.25 6.75C5.25 4.68 6.93 3 9 3C11.07 3 12.75 4.68 12.75 6.75C12.75 8.91 10.59 12.1425 9 14.16C7.44 12.1575 5.25 8.8875 5.25 6.75Z" fill="white"/><path d="M9 8.625C10.0355 8.625 10.875 7.78553 10.875 6.75C10.875 5.71447 10.0355 4.875 9 4.875C7.96447 4.875 7.125 5.71447 7.125 6.75C7.125 7.78553 7.96447 8.625 9 8.625Z" fill="white"/></svg>');
  }
  .mdi-phone-in-talk {
    content: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 9H12.75C12.75 6.93 11.07 5.25 9 5.25V6.75C10.245 6.75 11.25 7.755 11.25 9ZM14.25 9H15.75C15.75 5.2725 12.7275 2.25 9 2.25V3.75C11.9025 3.75 14.25 6.0975 14.25 9ZM15 11.625C14.0625 11.625 13.1625 11.475 12.3225 11.1975C12.2475 11.175 12.165 11.16 12.09 11.16C11.895 11.16 11.7075 11.235 11.5575 11.3775L9.9075 13.0275C7.785 11.9475 6.045 10.215 4.965 8.085L6.615 6.4275C6.825 6.2325 6.885 5.94 6.8025 5.6775C6.525 4.8375 6.375 3.9375 6.375 3C6.375 2.5875 6.0375 2.25 5.625 2.25H3C2.5875 2.25 2.25 2.5875 2.25 3C2.25 10.0425 7.9575 15.75 15 15.75C15.4125 15.75 15.75 15.4125 15.75 15V12.375C15.75 11.9625 15.4125 11.625 15 11.625ZM3.7725 3.75H4.8975C4.95 4.41 5.0625 5.0625 5.235 5.685L4.335 6.5925C4.035 5.685 3.84 4.74 3.7725 3.75ZM14.25 14.2275C13.26 14.16 12.3 13.965 11.4 13.6575L12.3 12.7575C12.9375 12.9375 13.59 13.05 14.25 13.095V14.2275Z" fill="white"/></svg>');
  }
  .mdi-email-outline,
  .mdi-email {
    content: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 4.5C16.5 3.675 15.825 3 15 3H3C2.175 3 1.5 3.675 1.5 4.5V13.5C1.5 14.325 2.175 15 3 15H15C15.825 15 16.5 14.325 16.5 13.5V4.5ZM15 4.5L9 8.2425L3 4.5H15ZM15 13.5H3V6L9 9.75L15 6V13.5Z" fill="white"/></svg>');
  }
  .mdi-key-variant {
    content: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 6.375H12.75V4.875C12.75 2.805 11.07 1.125 9 1.125C6.93 1.125 5.25 2.805 5.25 4.875V6.375H4.5C3.675 6.375 3 7.05 3 7.875V15.375C3 16.2 3.675 16.875 4.5 16.875H13.5C14.325 16.875 15 16.2 15 15.375V7.875C15 7.05 14.325 6.375 13.5 6.375ZM6.75 4.875C6.75 3.63 7.755 2.625 9 2.625C10.245 2.625 11.25 3.63 11.25 4.875V6.375H6.75V4.875ZM13.5 15.375H4.5V7.875H13.5V15.375ZM9 13.125C9.825 13.125 10.5 12.45 10.5 11.625C10.5 10.8 9.825 10.125 9 10.125C8.175 10.125 7.5 10.8 7.5 11.625C7.5 12.45 8.175 13.125 9 13.125Z" fill="white"/></svg>');
  }
  .mdi-tree-child {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M10.8741 8.93578C11.1666 8.64328 11.6391 8.64328 11.9316 8.93578L13.8741 10.8783C14.1666 11.1708 14.1666 11.6433 13.8741 11.9358L11.9316 13.8783C11.6391 14.1708 11.1666 14.1708 10.8741 13.8783C10.5816 13.5858 10.5816 13.1133 10.8741 12.8208L11.5341 12.1533L5.40657 12.1533C4.58157 12.1533 3.90657 11.4783 3.90657 10.6533L3.90657 4.65328C3.90657 4.24078 4.24407 3.90328 4.65657 3.90328C5.06907 3.90328 5.40657 4.24078 5.40657 4.65328L5.40657 10.6533H11.5341L10.8741 9.99328C10.5816 9.70078 10.5816 9.22828 10.8741 8.93578Z" fill="white"/></svg>');
  }
  .mdi-calendar-clock {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M14.25 3H13.5V1.5H12V3H6V1.5H4.5V3H3.75C2.9175 3 2.2575 3.675 2.2575 4.5L2.25 15C2.25 15.825 2.9175 16.5 3.75 16.5H14.25C15.075 16.5 15.75 15.825 15.75 15V4.5C15.75 3.675 15.075 3 14.25 3ZM14.25 15H3.75V7.5H14.25V15ZM14.25 6H3.75V4.5H14.25V6ZM6.75 10.5H5.25V9H6.75V10.5ZM9.75 10.5H8.25V9H9.75V10.5ZM12.75 10.5H11.25V9H12.75V10.5ZM6.75 13.5H5.25V12H6.75V13.5ZM9.75 13.5H8.25V12H9.75V13.5ZM12.75 13.5H11.25V12H12.75V13.5Z" fill="white"/></svg>');
  }
  .mdi-minus {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M4.5 8.25H13.5V9.75H4.5V8.25Z" fill="white"/></svg>');
  }
  .mdi-power-settings-new {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M14.25 2.25H3.75C2.9175 2.25 2.25 2.9175 2.25 3.75V6.75H3.75V3.75H14.25V14.25H3.75V11.25H2.25V14.25C2.25 14.6478 2.40804 15.0294 2.68934 15.3107C2.97064 15.592 3.35218 15.75 3.75 15.75H14.25C14.6478 15.75 15.0294 15.592 15.3107 15.3107C15.592 15.0294 15.75 14.6478 15.75 14.25V3.75C15.75 2.9175 15.075 2.25 14.25 2.25ZM7.56 11.685L8.625 12.75L12.375 9L8.625 5.25L7.56 6.3075L9.5025 8.25H2.25V9.75H9.5025L7.56 11.685Z" fill="white"/></svg>');
  }
  .leaflet-tooltip-right {
    margin-left: 6px;
  }
  .leaflet-tooltip-left:before,
  .leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
  }
  .leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
  }
  .leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
  }
  body .leaflet-container {
    overflow: inherit;
  }
  body .header___btn_menu.hidden {
    display: none !important;
  }
  .ext__table_view .vuejx__table {
    border: none;
    margin: 0;
  }
  .ext__table_view .table___view__heading {
    color: #333;
  }
  body .table___view_mode tbody {
    position: relative;
  }
  body .table___view_mode tbody:not(:first-child):before {
    height: 1px;
    width: 100%;
    background: #fff;
    display: block;
    position: absolute;
  }
  body #body___container table tbody tr:hover,
  body #body___container table thead tr:hover > th {
    background-color: #fffaee !important;
    color: #03652e;
  }
  body table.table___view_mode_simple tr:nth-child(even) {
    background-color: #fff !important;
  }
  body .table___view_mode.table___view_mode_simple td {
    border-bottom: 0 solid #cbd5e0 !important;
    border-top: 1px solid #cbd5e0 !important;
  }
  body table.table___view_mode.table___view_mode_simple > thead > tr > th {
    border-color: #cbd5e0 !important;
    border-bottom: 0 !important;
  }
  body a {
    cursor: pointer;
  }
  .sub__table_info {
    background: #f9f9f9;
  }
  body tr.sub__table_info:last-child,
  body table tr.sub__table_title:nth-last-child(2) {
    display: none !important;
  }
  .vuejx__table.scrollbar-thin td,
  .vuejx__table.scrollbar-thin th,
  .vuejx__table.table___aggs > table > tbody > tr > td,
  .vuejx__table.table___aggs > table > thead > tr > th {
    border-color: #cbd5e0 !important;
  }
  body .table___aggs > header.table___aggs__pagging {
    border: 0 !important;
    border-top: 1px solid #cbd5e0 !important;
  }
  body .left:focus-within .item:hover .dropdown {
    position: absolute;
    top: 42px;
    right: 0;
  }
  body #body___container .vuejx__table .table___view_mode tr:hover {
    background-color: #fff !important;
    color: inherit !important;
  }
  body
    #body___container
    .vuejx__table
    .table___view_mode
    tr:nth-child(even):hover {
    background-color: #f9f9f9 !important;
  }
  body
    #body___container
    table.table___view_mode.table___view_mode_simple
    > thead
    > tr:hover
    > th {
    background-color: #f9f9f9 !important;
    color: inherit !important;
  }
  body
    #body___container
    .vuejx__table
    .table___view_mode.table___view_mode_simple
    tr:nth-child(even):hover {
    background-color: #fff !important;
  }
  .show-scroll::-webkit-scrollbar {
    display: block;
    height: 10px;
  }
  .show-scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  .show-scroll::-webkit-scrollbar-thumb {
    background-color: silver;
  }
  body .vuejx__header .mHeader {
    background: #01662c !important;
  }
  body .vuejx__header .site_text {
    color: #fff;
  }
  body .top-bar .left:first-child {
    margin-top: 1px;
  }
  body .top-bar .left:last-child {
    margin-left: 28px !important;
  }
  body .vuejx__header .mHeader {
    padding-top: 4px;
    padding-bottom: 6px;
  }
  body .tooltip1 .tooltiptext1 {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    padding: 5px 10px !important;
    word-break: break-word;
    width: 480px !important;
    white-space: normal;
  }
  body .header___btn_menu_fix {
    display: inherit;
    line-height: 22px;
    padding: 4px 8px;
  }
  td.table___crud > .vuejx_combobox_selection > .autocomplete,
  td.table___crud
    > .vuejx_combobox_selection
    > .autocomplete
    .multiselect-search {
    min-height: 30px !important;
    height: 30px;
  }
  td.table___crud > .vuejx_combobox_selection > .autocomplete .multiselect-caret {
    top: 17px !important;
    right: 16px;
  }
  body td.table___crud .n-input,
  body td.table___crud .vuejx_date_selection > div.bg-gray-200 {
    height: 30px !important;
  }
  body .n-input .n-input__border,
  body .n-input .n-input__state-border {
    display: none;
  }
  body .n-input .n-input-wrapper {
    background: #edf2f7;
  }
  body .n-input__suffix svg {
    color: #202225 !important;
  }
  body .n-input {
    min-height: 32px;
  }
  a.tree-nav__item-title {
    padding: 4px 0;
    font-size: 14px;
  }
  details > summary {
    list-style: none;
    font-size: 14px;
    cursor: pointer;
    padding: 4px 8px;
  }
  details > details.tree-nav__item.is-expandable {
    padding-left: 24px;
  }
  details > .tree-nav__item {
    padding-left: 16px;
  }
  .menu-header li:hover,
  .menu-header li.active {
    background: linear-gradient(0deg, #03672d 0%, #03672dad 100%);
    color: #fff;
  }
  .menu-header li {
    box-shadow: 0 2px 4px #000;
    height: 32px !important;
    line-height: 16px;
    font-weight: 500;
  }
  .menu-header li.active {
    background: linear-gradient(0deg, #03672d 0%, #03672dad 100%);
    border-radius: 7px 7px 0 0;
    color: #fff;
  }
  a.tree-nav__item-title.active {
    font-weight: 700;
    color: #03672d;
  }
  summary.tree-nav__item-title.active {
    font-weight: 700;
  }
  .dropdown-menu:hover .dropdown-menu {
    display: block;
    z-index: 10;
    background: #fff;
    max-height: 80vh;
    overflow: auto;
  }
  .dropdown-menu ul.dropdown-menu {
    width: 600px;
  }
  body .kho_so_bo .vuejx__table .top-content .content-title {
    display: none;
  }
  .col-span-4.block___label,
  .col-span-5.block___label,
  .col-span-6.block___label,
  .col-span-7.block___label {
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .block___label {
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 42px;
    border-bottom: 1px solid #cbd5e0;
  }
  .block___label > div.relative {
    position: relative !important;
  }
  .block___label > div {
    background-color: #02672d !important;
    line-height: 30px;
    color: #fff;
    height: 30px;
    padding: 0 30px 0 15px;
    margin-left: -22px;
    z-index: 5;
    position: absolute;
    margin-top: -15px;
  }
  .block___label > div > div.leading-tight {
    line-height: 30px;
  }
  .block___label > div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-right: 5px solid #043b75;
  }
  .block___label > div:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #01672e;
    border-bottom: 15px solid transparent;
  }
  span.prefix___label_td {
    font-weight: 700;
  }
  span.prefix___label_td i {
    font-weight: 400;
  }
  .block___label.block___label_index > div {
    background-color: #02672d !important;
    color: #fff;
    margin-left: -8px;
    margin-top: -26px;
  }
  .block___label.block___label_index + div {
    padding-left: 20px;
  }
  body div.block___label.block___label_index + div.z-50.z-10 {
    z-index: auto !important;
  }
  .block___label.block___label_index {
    flex-wrap: wrap;
    position: absolute;
    top: 15px;
  }
  .block___label.block___label_index > div:after,
  .block___label.block___label_index > div:before {
    display: none;
  }
  .block___label.block___label_index > div {
    padding: 0 6px 0 8px;
  }
  .remove__table_array_index {
    background: #fff;
    position: absolute;
    padding: 6px;
    left: -92px;
    border: 1px solid #cbd5e0;
    font-weight: 700;
  }
  .block___label + div > div.my-2.text-right {
    border-bottom: 1px solid #edf2f6;
    padding-bottom: 8px;
    padding-top: 4px;
  }
  .n-upload {
    width: 100%;
  }
  .n-upload.n-upload--dragger-inside .n-upload-trigger {
    display: block;
  }
  .n-upload.n-upload--drag-over .n-upload-dragger {
    border: var(--n-dragger-border-hover);
  }
  .n-upload-dragger {
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    border-radius: var(--n-border-radius);
    padding: 24px;
    opacity: 1;
    transition: opacity 0.3s var(--n-bezier), border-color 0.3s var(--n-bezier),
      background-color 0.3s var(--n-bezier);
    background-color: var(--n-dragger-color);
    border: var(--n-dragger-border);
  }
  .n-upload-dragger:hover {
    border: var(--n-dragger-border-hover);
  }
  .n-upload-dragger.n-upload-dragger--disabled {
    cursor: not-allowed;
  }
  .n-upload-trigger {
    display: inline-block;
    box-sizing: border-box;
    opacity: 1;
    transition: opacity 0.3s var(--n-bezier);
  }
  .n-upload-trigger + .n-upload-file-list {
    margin-top: 8px;
  }
  .n-upload-trigger.n-upload-trigger--disabled {
    opacity: var(--n-item-disabled-opacity);
    cursor: not-allowed;
  }
  .n-upload-trigger.n-upload-trigger--image-card {
    width: 96px;
    height: 96px;
  }
  .n-upload-trigger.n-upload-trigger--image-card .n-base-icon {
    font-size: 24px;
  }
  .n-upload-trigger.n-upload-trigger--image-card .n-upload-dragger {
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .n-upload-file-list {
    line-height: var(--n-line-height);
    opacity: 1;
    transition: opacity 0.3s var(--n-bezier);
  }
  .n-upload-file-list a,
  .n-upload-file-list img {
    outline: none;
  }
  .n-upload-file-list.n-upload-file-list--disabled {
    opacity: var(--n-item-disabled-opacity);
    cursor: not-allowed;
  }
  .n-upload-file-list.n-upload-file-list--disabled .n-upload-file {
    cursor: not-allowed;
  }
  .n-upload-file-list.n-upload-file-list--grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 96px);
    grid-gap: 8px;
    margin-top: 0;
  }
  .n-upload-file-list .n-upload-file {
    display: block;
    box-sizing: border-box;
    cursor: default;
    padding: 0 12px 0 6px;
    transition: background-color 0.3s var(--n-bezier);
    border-radius: var(--n-border-radius);
  }
  .n-upload-file-list .n-upload-file.fade-in-height-expand-transition-leave-from,
  .n-upload-file-list .n-upload-file.fade-in-height-expand-transition-enter-to {
    opacity: 1;
  }
  .n-upload-file-list .n-upload-file.fade-in-height-expand-transition-leave-to,
  .n-upload-file-list .n-upload-file.fade-in-height-expand-transition-enter-from {
    opacity: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .n-upload-file-list
    .n-upload-file.fade-in-height-expand-transition-leave-active {
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s,
      opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s,
      margin-top 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s,
      margin-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s,
      padding-top 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s,
      padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0;
  }
  .n-upload-file-list
    .n-upload-file.fade-in-height-expand-transition-enter-active {
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.3s cubic-bezier(0.4, 0, 1, 1),
      margin-top 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      margin-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      padding-top 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .n-upload-file-list
    .n-upload-file
    .n-progress.fade-in-height-expand-transition-leave-from,
  .n-upload-file-list
    .n-upload-file
    .n-progress.fade-in-height-expand-transition-enter-to {
    opacity: 1;
  }
  .n-upload-file-list
    .n-upload-file
    .n-progress.fade-in-height-expand-transition-leave-to,
  .n-upload-file-list
    .n-upload-file
    .n-progress.fade-in-height-expand-transition-enter-from {
    opacity: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .n-upload-file-list
    .n-upload-file
    .n-progress.fade-in-height-expand-transition-leave-active {
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s,
      opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s,
      margin-top 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s,
      margin-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s,
      padding-top 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s,
      padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0;
  }
  .n-upload-file-list
    .n-upload-file
    .n-progress.fade-in-height-expand-transition-enter-active {
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.3s cubic-bezier(0.4, 0, 1, 1),
      margin-top 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      margin-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      padding-top 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .n-upload-file-list .n-upload-file:hover {
    background-color: var(--n-item-color-hover);
  }
  .n-upload-file-list
    .n-upload-file:hover
    .n-upload-file-info
    .n-upload-file-info__action {
    opacity: 1;
  }
  .n-upload-file-list .n-upload-file.n-upload-file--image-type {
    border-radius: var(--n-border-radius);
    text-decoration: underline;
    text-decoration-color: #0000;
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--image-type
    .n-upload-file-info {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--image-type
    .n-upload-file-info
    .n-progress {
    padding: 2px 0;
    margin-bottom: 0;
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--image-type
    .n-upload-file-info
    .n-upload-file-info__name {
    padding: 0 8px;
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--image-type
    .n-upload-file-info
    .n-upload-file-info__thumbnail {
    width: 32px;
    height: 32px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--image-type
    .n-upload-file-info
    .n-upload-file-info__thumbnail
    img {
    width: 100%;
  }
  .n-upload-file-list .n-upload-file.n-upload-file--text-type .n-progress {
    box-sizing: border-box;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .n-upload-file-list .n-upload-file.n-upload-file--image-card-type {
    position: relative;
    width: 96px;
    height: 96px;
    border: var(--n-item-border-image-card);
    border-radius: var(--n-border-radius);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s var(--n-bezier),
      background-color 0.3s var(--n-bezier);
    border-radius: var(--n-border-radius);
    overflow: hidden;
  }
  .n-upload-file-list .n-upload-file.n-upload-file--image-card-type .n-progress {
    position: absolute;
    left: 8px;
    bottom: 8px;
    right: 8px;
    width: unset;
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--image-card-type
    .n-upload-file-info {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--image-card-type
    .n-upload-file-info
    .n-upload-file-info__thumbnail {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 36px;
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--image-card-type
    .n-upload-file-info
    .n-upload-file-info__thumbnail
    img {
    width: 100%;
  }
  .n-upload-file-list .n-upload-file.n-upload-file--image-card-type::before {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.2s var(--n-bezier);
    content: "";
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--image-card-type:hover::before {
    opacity: 1;
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--image-card-type:hover
    .n-upload-file-info
    .n-upload-file-info__thumbnail {
    opacity: 0.12;
  }
  .n-upload-file-list .n-upload-file.n-upload-file--error-status:hover {
    background-color: var(--n-item-color-hover-error);
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--error-status
    .n-upload-file-info
    .n-upload-file-info__name {
    color: var(--n-item-text-color-error);
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--error-status
    .n-upload-file-info
    .n-upload-file-info__thumbnail {
    color: var(--n-item-text-color-error);
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--error-status.n-upload-file--image-card-type {
    border: var(--n-item-border-image-card-error);
  }
  .n-upload-file-list .n-upload-file.n-upload-file--with-url {
    cursor: pointer;
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--with-url
    .n-upload-file-info
    .n-upload-file-info__name {
    color: var(--n-item-text-color-success);
    text-decoration-color: var(--n-item-text-color-success);
  }
  .n-upload-file-list
    .n-upload-file.n-upload-file--with-url
    .n-upload-file-info
    .n-upload-file-info__name
    a {
    text-decoration: underline;
  }
  .n-upload-file-list .n-upload-file .n-upload-file-info {
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    flex-wrap: nowrap;
  }
  .n-upload-file-list
    .n-upload-file
    .n-upload-file-info
    .n-upload-file-info__thumbnail {
    font-size: 18px;
    opacity: 1;
    transition: opacity 0.2s var(--n-bezier);
    color: var(--n-item-icon-color);
  }
  .n-upload-file-list
    .n-upload-file
    .n-upload-file-info
    .n-upload-file-info__thumbnail
    .n-base-icon {
    margin-right: 2px;
    vertical-align: middle;
    transition: color 0.3s var(--n-bezier);
  }
  .n-upload-file-list
    .n-upload-file
    .n-upload-file-info
    .n-upload-file-info__action {
    padding-top: inherit;
    padding-bottom: inherit;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    display: flex;
    align-items: center;
    transition: opacity 0.2s var(--n-bezier);
    justify-content: flex-end;
    opacity: 0;
  }
  .n-upload-file-list
    .n-upload-file
    .n-upload-file-info
    .n-upload-file-info__action
    .n-button:not(:last-child) {
    margin-right: 4px;
  }
  .n-icon.n-icon--color-transition {
    transition: color 0.3s var(--n-bezier);
  }
  .n-icon.n-icon--depth {
    color: var(--n-color);
  }
  .n-icon.n-icon--depth svg {
    opacity: var(--n-opacity);
    transition: opacity 0.3s var(--n-bezier);
  }
  .n-icon svg {
    height: 1em;
    width: 1em;
  }
  .n-upload-file-input {
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
  }
  body .search-result-wrapper .vuejx__table table.border-b td {
    vertical-align: initial;
    border-right: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }
  body .search-result-wrapper .vuejx__table table.border-b tr:last-child td {
    border-bottom: 0 !important;
  }
  body .boolean___style {
    margin: 0 !important;
    appearance: none;
  }
  body .boolean___active {
    right: 0;
    width: 24px;
    height: 24px;
    border-color: #01662e;
  }
  .leaflet-control-geosearch *,
  .leaflet-control-geosearch :before,
  .leaflet-control-geosearch :after {
    box-sizing: border-box;
  }
  .leaflet-control-geosearch .leaflet-bar-part {
    border-radius: 4px;
    border-bottom: none;
  }
  .leaflet-control-geosearch a.leaflet-bar-part:before,
  .leaflet-control-geosearch a.leaflet-bar-part:after {
    position: absolute;
    display: block;
    content: "";
  }
  .leaflet-control-geosearch a.leaflet-bar-part:before {
    top: 27px;
    left: 17px;
    width: 8px;
    border-top: 2px solid #555;
    transform: rotateZ(45deg);
  }
  .leaflet-control-geosearch a.leaflet-bar-part:after {
    top: 12px;
    left: 6px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid #555;
  }
  .leaflet-control-geosearch.error a.leaflet-bar-part:before,
  .leaflet-control-geosearch.pending a.leaflet-bar-part:before {
    display: none;
  }
  .leaflet-control-geosearch.pending a.leaflet-bar-part:after,
  .leaflet-control-geosearch.error a.leaflet-bar-part:after {
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border-radius: 50%;
  }
  .leaflet-control-geosearch.pending a.leaflet-bar-part:after {
    content: "";
    border: 2px solid #555;
    border-top: 2px solid #f3f3f3;
    animation: spin 1s linear infinite;
  }
  .leaflet-control-geosearch.error a.leaflet-bar-part:after {
    content: "!";
    line-height: initial;
    font-weight: 600;
    font-size: 18px;
    border: none;
  }
  .leaflet-control-geosearch form {
    display: none;
    position: absolute;
    top: 0;
    left: 36px;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    background-clip: padding-box;
    z-index: -1;
    height: auto;
    margin: 0;
    padding: 0 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  }
  .leaflet-geosearch-button form.open {
    border-radius: 0 4px 4px 4px;
  }
  .leaflet-control-geosearch.active form {
    display: block;
  }
  .leaflet-geosearch-button.active .leaflet-bar-part {
    border-radius: 4px 0 0 4px;
    width: 36px;
  }
  .leaflet-geosearch-button form {
    max-width: 350px;
  }
  .leaflet-control-geosearch form input {
    min-width: 200px;
    width: 100%;
    outline: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    height: 42px;
    border: none;
    border-radius: 0 4px 4px 0;
    text-indent: 8px;
  }
  .leaflet-touch .leaflet-geosearch-bar form {
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
  }
  .leaflet-touch .leaflet-geosearch-bar form input {
    height: 30px;
  }
  .leaflet-control-geosearch .results {
    background: #fff;
  }
  .leaflet-control-geosearch .results > * {
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .leaflet-control-geosearch .results.active {
    padding: 8px 0;
    border-top: 1px solid #c6c6c6;
  }
  .leaflet-control-geosearch .results > .active,
  .leaflet-control-geosearch .results > :hover {
    background-color: #f8f8f8;
    border-color: #c6c6c6;
    cursor: pointer;
  }
  .leaflet-control-geosearch .results.active:after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    left: -2px;
    bottom: -2px;
    top: 30px;
  }
  .leaflet-touch .leaflet-control-geosearch .results.active:after {
    border-left: 2px solid rgba(0, 0, 0, 0.2);
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .leaflet-top .leaflet-geosearch-bar,
  .leaflet-bottom .leaflet-geosearch-bar {
    display: none;
  }
  .leaflet-geosearch-bar {
    position: relative;
    display: block;
    height: auto;
    width: 400px;
    max-width: calc(100% - 120px);
    margin: 10px auto 0;
    cursor: auto;
    z-index: 1000;
  }
  .leaflet-geosearch-bar form {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    border-radius: 4px;
  }
  .leaflet-geosearch-bar form input {
    min-width: 100%;
    width: 100%;
  }
  .leaflet-geosearch-bar .results.active:after {
    opacity: 0.2;
  }
  .leaflet-right .leaflet-control-geosearch form {
    right: 28px;
    left: initial;
    border-radius: 4px 0 0 4px;
    border-left: inherit;
    border-right: none;
  }
  .leaflet-control-geosearch a.reset {
    color: #000;
    font-weight: 700;
    position: absolute;
    line-height: 26px;
    padding: 0 8px;
    right: 0;
    top: 0;
    cursor: pointer;
    border: none;
    text-decoration: none;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
  }
  .leaflet-touch .leaflet-control-geosearch a.reset {
    line-height: 38px;
    font-size: 24px;
    width: 42px;
  }
  .leaflet-control-geosearch a.reset:hover {
    background: #f5f5f5;
  }
  .leaflet-geosearch-button form {
    max-width: 550px;
    height: 42px;
    left: 34px;
  }
  body .leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 42px;
    line-height: 42px;
  }
  body .leaflet___search {
    opacity: 1;
    visibility: inherit;
    top: 80px;
    width: 100%;
    box-shadow: 0 4px 6px -1px #000 0 2px 4px -2px #000;
    right: 8px;
  }
  .sub___array_crud {
    z-index: 1;
    background: #ffeb3b0a;
    border-radius: 8px;
    padding: 24px 16px;
    border: 1px dashed #03662f;
  }
  .sub___array_crud > div.-mt-4 > div:first-child div {
    font-size: 14px;
    margin-bottom: 8px;
    color: #03662f;
  }
  .sub___array_crud .block___label {
    margin-top: 14px;
  }
  .sub___array_crud .block___label div.leading-tight {
    color: #fff !important;
  }
  .lo_du_lieu .text-sm {
    word-break: break-all;
  }
  .dropdown-menu ul.dropdown-menu {
    z-index: 60 !important;
    background: #fff;
  }
  .project-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 325px auto;
    grid-template-areas: one two three;
    width: 100%;
  }
  .vuejx-block:nth-child(1) {
    grid-area: one;
  }
  .vuejx-block:nth-child(2) {
    grid-area: two;
  }
  .vuejx-block:nth-child(3) {
    grid-area: three;
  }
  .vuejx-block:nth-child(4) {
    grid-area: four;
  }
  .vuejx-block:nth-child(5) {
    grid-area: five;
  }
  @media screen and (min-width: 33em) {
    .project-grid {
      grid-template-areas: "one two" "one three";
    }
  }
  @media screen and (min-width: 38em) {
    .project-grid {
      grid-template-areas: "one two" "one three";
    }
  }
  @media screen and (min-width: 54em) {
    .project-grid {
      grid-template-areas: "one two" "one three";
    }
  }
  T @media screen and (min-width: 75em) {
    .project-gridgrid-template-areas: "one two" "one three";
  }
  .tree-nav {
    background: #fff;
    border: 1px solid #cbd5e0;
  }
  summary.tree-nav__item-title.active {
    font-weight: 700;
    color: #03672d;
    background-color: #edf2f7;
  }
  div.tree-nav__item-title.active {
    font-weight: 700;
    color: #03672d;
    background-color: #edf2f7;
  }
  details > summary.tree-nav__item-title.items-start.active {
    font-weight: 700 !important;
  }
#body___container > div > div > div.hd__screen.py-4.search-result-wrapper > div > div.xs12.sm9.guest__table.px-2.bg-white.border.border-gray-300.p-2.relative.table_khcn{
height: fit-content;
}
  .qlt_timkiem .relative.vuejx_combobox_selection.vuejx_combobox_selection{
	display:none
}
th {
    text-align: center !important;
}