/*!
* Tabler v1.0.0-beta19 (https://tabler.io)
* @version 1.0.0-beta19
* @link https://tabler.io
* Copyright 2018-2023 The Tabler Authors
* Copyright 2018-2023 codecalm.net Paweł Kuna
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/
.text-max, .text-max-start {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
}

.text-max-start {
    direction: rtl;
    text-align: end;
}

.text-max-50 {
    max-width: 50px;
}

.text-max-150 {
    max-width: 150px;
}

.text-max-250 {
    max-width: 250px;
}

.text-max-350 {
    max-width: 350px;
}

.text-max-100 {
    max-width: 100px;
}

.text-max-200 {
    max-width: 200px;
}

.text-max-300 {
    max-width: 300px;
}

.text-max-400 {
    max-width: 400px;
}
.text-max-450 {
    max-width: 450px;
}
.text-max-500 {
    max-width: 500px;
}
#tenNhanVien {
    color: #ffffff !important;
    max-width: 10vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    direction: rtl;
}

.ts-dropdown .active {
    background-color: lightgray !important;
}

.btn-icon.btn-md .icon {
    stroke-width: 2;
}

.form-check-inputTabler {
    border: 1px solid rgba(4, 32, 69, 0.14) !important;
    border-color: #182433 !important;
    width: 25px !important;
    height: 25px !important;
}
.form-control.form-control-md {
    font-size: .8rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.45rem;
    border-radius: var(--tblr-border-radius);
    min-height: calc(1.4285714286em + .6rem + calc(var(--tblr-border-width)* 2));
}
.input-group-md > .ts-wrapper .ts-control, .ts-wrapper.form-control-md .ts-control, .ts-wrapper.form-select-md .ts-control {
    border-radius: var(--tblr-border-radius);
    font-size: .85rem;
}
.form-select-md .ts-control {
    padding: 0.1rem;
    padding-left: 0.5rem;
}

.input-group-md > .ts-wrapper .ts-control, .ts-wrapper.form-control-md .ts-control, .ts-wrapper.form-select-md .ts-control {
    border-radius: var(--tblr-border-radius);
    font-size: .85rem;
}

.input-group-md > .ts-wrapper, .ts-wrapper.form-control-md, .ts-wrapper.form-select-md {
    min-height: calc(1.4285714286em + .6rem + calc(var(--tblr-border-width)* 2));
}

.ts-wrapper.form-select-md {
    border-radius: var(--tblr-border-radius);
}

.form-select.form-select-md {
    font-size: .8rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.45rem;
    border-radius: var(--tblr-border-radius);
    min-height: calc(1.4285714286em + .6rem + calc(var(--tblr-border-width)* 2));
}
.input-group-md > .ts-wrapper, .ts-wrapper.form-control-md, .ts-wrapper.form-select-md {
    min-height: calc(1.4285714286em + .6rem + calc(var(--tblr-border-width)* 2));
}

.table-input.table-input-md .form-table {
    padding: 0.4rem 0.25rem !important;
}
.table-input.table-input-md td:not(:has(*)):not(:empty),
.table-input.table-input-md td:has(input[type="hidden"]:only-child) {
    padding-top: .4rem;
    padding-bottom: .4rem;
}
.table-input.table-input-md .btn-icon {
    --tblr-btn-icon-size: 1.4rem;
    --tblr-btn-line-height: 2;
}
.table-input.table-input-md .form-table.ts-wrapper {
    padding: 0.2rem 0.25rem !important
}

.nav-segmented {
    --tblr-nav-bg: var(--tblr-bg-surface-tertiary);
    --tblr-nav-padding: 2px;
    --tblr-nav-height: 2.5rem;
    --tblr-nav-gap: .25rem;
    --tblr-nav-active-bg: var(--tblr-bg-surface);
    --tblr-nav-font-size: inherit;
    --tblr-nav-radius: 6px;
    --tblr-nav-link-disabled-color: var(--tblr-disabled-color);
    --tblr-nav-link-gap: .25rem;
    --tblr-nav-link-padding-x: .75rem;
    --tblr-nav-link-icon-size: 1.25rem;
    display: inline-flex;
    flex-wrap: wrap;
    gap: var(--tblr-nav-gap);
    padding: var(--tblr-nav-padding);
    list-style: none;
    background: var(--tblr-nav-bg);
    border-radius: calc(var(--tblr-nav-radius) + var(--tblr-nav-padding));
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 0px 1px inset;
}
.nav-segmented .nav-link {
    display: inline-flex;
    gap: calc(.25rem + var(--tblr-nav-link-gap));
    align-items: center;
    margin: 0px;
    font-size: var(--tblr-nav-font-size);
    min-width: calc(var(--tblr-nav-height) - 2 * var(--tblr-nav-padding));
    height: calc(var(--tblr-nav-height) - 2 * var(--tblr-nav-padding));
    padding: 0 calc(var(--tblr-nav-link-padding-x) - 2px);
    border: 1px solid transparent;
    background: 0px 0px;
    color: var(--tblr-secondary);
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border-radius: var(--tblr-nav-radius);
    flex-grow: 1;
    justify-content: center;
}

.nav-segmented .nav-link.hover, .nav-segmented .nav-link:hover {
    background: rgba(0, 0, 0, 0.04);
    color: var(--tblr-body-color);
}

.nav-segmented .nav-link.disabled, .nav-segmented .nav-link:disabled {
    color: var(--tblr-nav-link-disabled-color);
    cursor: not-allowed;
}

.nav-segmented .nav-link-input:checked + .nav-link, .nav-segmented .nav-link.active {
    color: var(--tblr-body-color);
    background-color: #ffea95;
    border-color: var(--tblr-border-color);
}

.nav-segmented .nav-link-input {
    display: none;
}

.nav-segmented .nav-link-icon {
    width: var(--tblr-nav-link-icon-size);
    height: var(--tblr-nav-link-icon-size);
    margin: 0px -0.25rem;
    color: inherit;
}

.nav-segmented-vertical {
    flex-direction: column;
}

.nav-segmented-vertical .nav-link {
    justify-content: flex-start;
}

.info-box {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1rem;
    margin: 1rem;
    position: relative;
}
.info-header {
    position: absolute;
    top: -10px;
    left: 20px;
    background: white;
    padding: 0 10px;
    font-weight: bold;
    color: #555;
}

.btn-group-md > .btn, .btn-md {
    --tblr-btn-line-height: 1.5;
    --tblr-btn-icon-size: 1rem;
}

.btn-group-md > .btn, .btn-md {
    --tblr-btn-padding-y: 0.25rem;
    --tblr-btn-padding-x: 0.45rem;
    --tblr-btn-font-size: 0.75rem;
    --tblr-btn-border-radius: var(--tblr-border-radius);
}

.border-dashed {
    border-style: dashed;
}


.table.table-th-wrap th {
    white-space: normal;
}

@media (min-width: 1100px) {

    .modal-dialog-2-3 {
        min-width: 1100px;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item {
        color: white !important;
    }

    #page-loader-body .modal-dialog {
        width: 60%;
    }
}
@media (max-width: 1199.98px){
    .navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item {
        color: white !important;
    }
}

#page-loader-body {
    justify-content: center;
}

.card-header-tabs .nav-link.active {
    background-color: #ffea95;
    border-bottom: #206bc4 2px solid;
}
tr.disabled {
    --tblr-bg-opacity: 1;
    --tblr-text-opacity: 1;
    color: rgba(var(--tblr-muted-rgb), var(--tblr-text-opacity)) !important;
    background-color: rgba( 240, 241, 243, 1 ) !important;
    cursor: context-menu!important;
}


.dropdown-menu button > :first-child {
    margin-right: 0.25rem;
}

.group-btn {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.group-btn > * {
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: calc(var(--tblr-gutter-x)* 0.1);
    margin-left: calc(var(--tblr-gutter-x)* 0.1);
    margin-top: var(--tblr-gutter-y);
}
.group-btn > :first-child {
    margin-left: 0;
}
.group-btn > :last-child {
    margin-right: 0;
}

label.form-label, label.col-form-label {
    font-weight: 400 !important;
}
.form-control{
    font-weight:500;
}
.form-select {
    font-weight: 500;
}

#TimKiemChucNang {
    transition: width 0.75s ease;
    width: 0;
    padding-left: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

    #TimKiemChucNang:focus {
        width: 180px;
        padding-left: 0.75rem;
        border: var(--tblr-border-width) solid var(--tblr-border-color);
        background-color: white;
        margin-left: 0.5rem;
    }

.card-header-tabs .nav-link.active {
    background-color: #ffea95;
    border-bottom: #206bc4 2px solid;
}
.table.table-input tbody td, .table.table-text tbody td {
    height: 26.8px;
}
.table-input thead th {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}
.table-input tfoot th {
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important;
}
.offcanvas {
    z-index: 1019;
}
#content .single .ts-control .item {
    font-weight: 600;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    max-width: 90% !important;
}

#content .ts-control .item {
    font-weight: 600;
    margin: 5px 2.5px 0 2.5px !important;
    margin: 0 !important;
}
#content table.table, #content table.table th, #content table.table td {
    border: 1px solid #d2d6db;
}

table {
    width: 100%;
}
.text-dot {
    display: flex;
    align-items: end;
    min-width: fit-content;
}
#content .select-dot .ts-control {
    padding: 0;
    padding-left: 0.3rem !important;
    border: none;
}

#content .select-dot.focus .ts-control {
    box-shadow: none;
    background-color: #ecf5fc !important;
}
.select-dot {
    border: none;
    border-bottom: 1px dotted !important;
    flex-grow: 1;
    min-width: 0;
    padding-left: 0.25rem;
    min-height: auto;
}

    .select-dot:focus {
        outline: 0;
    }

input.form-dot {
    font-weight: 600;
    color: #343a40;
}

    input.form-dot:focus {
        background-color: #ecf5fc !important;
    }

textarea.form-dot:focus {
    background-color: #ecf5fc !important;
}

/* textarea.form-dot:focus {
  background-color: #f1f1f1;
} */

.content .form-dot {
    padding: 0;
    font-weight: 600;
    color: #343a40;
}
.form-dot {
    border: none;
    border-bottom: 1px dotted;
    flex-grow: 1;
    min-width: 0;
    padding-left: 0.25rem;
}

    .form-dot:focus {
        outline: 0;
    }
.dropdown-hover:hover > .dropdown-menu {
    display: block;
}

.dropdown-hover > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.tfoot-sticky {
    position: sticky;
    bottom: 0;
    background-color: whitesmoke;
    z-index: 5;
}

.tfoot-sticky1 {
    position: sticky;
    bottom: 25.6px;
    background-color: whitesmoke;
    z-index: 5;
}
.markdown > table > :not(caption) > * > *, .table > :not(caption) > * > * {
    padding: 0.3rem 0.3rem;
}
tfoot th {
    padding: 0.2rem;
}
header.navbar{
    min-height: 2.5rem;
}
.navbar .navbar-nav{
    min-height: 2rem;
}

.nav.nav-tabs.card-header-tabs {
    padding: 0;
}
.nav.nav-tabs.card-header-tabs a.nav-link{
    padding: 0.25rem;
}

.alias {
    cursor: alias;
}

.all-scroll {
  cursor: all-scroll;
}

.auto {
  cursor: auto;
}

.cell {
  cursor: cell;
}

.col-resize {
  cursor: col-resize;
}

.context-menu {
  cursor: context-menu;
}

.copy {
  cursor: copy;
}

.crosshair {
  cursor: crosshair;
}

.default {
  cursor: default;
}

.e-resize {
  cursor: e-resize;
}

.ew-resize {
  cursor: ew-resize;
}

.grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.help {
  cursor: help;
}

.move {
  cursor: move;
}

.n-resize {
  cursor: n-resize;
}

.ne-resize {
  cursor: ne-resize;
}

.nesw-resize {
  cursor: nesw-resize;
}

.ns-resize {
  cursor: ns-resize;
}

.nw-resize {
  cursor: nw-resize;
}

.nwse-resize {
  cursor: nwse-resize;
}

.no-drop {
  cursor: no-drop;
}

.none {
  cursor: none;
}

.not-allowed {
  cursor: not-allowed;
}

.pointer {
  cursor: pointer;
}

.progress {
  cursor: progress;
}

.row-resize {
  cursor: row-resize;
}

.s-resize {
  cursor: s-resize;
}

.se-resize {
  cursor: se-resize;
}

.sw-resize {
  cursor: sw-resize;
}

.text {
  cursor: text;
}

.url {
  cursor: url(myBall.cur),auto;
}

.w-resize {
  cursor: w-resize;
}

.wait {
  cursor: wait;
}

.zoom-in {
  cursor: zoom-in;
}

.zoom-out {
  cursor: zoom-out;
}

.option-hh .card{
    display: none;
}
.option-hh.active .card {
    display: block;
}

.option-hh .cardNew{
  display: none;
}
.option-hh.active .cardNew {
  display: block;
}

/* Hiển thị spinner khi phần tử không có nội dung */
.option-hh.active .content:empty + .spinner-border {
    display: block;
}

/* Ẩn spinner khi có nội dung */
.option-hh.active .content:not(:empty) + .spinner-border {
    display: none;
}

.form-check-input.danger:checked {
    background-color: var(--tblr-danger);
}

.input-uppercase {
    text-transform: uppercase;
}
.input-uppercase::placeholder {
    text-transform: none;
}

.btn-icon-sm {
    min-width: calc( var(--tblr-btn-line-height) * var(--tblr-btn-font-size) + var(--tblr-btn-padding-y) * 1 + var(--tblr-btn-border-width) * 2 );
    min-height: calc( var(--tblr-btn-line-height) * var(--tblr-btn-font-size) + var(--tblr-btn-padding-y) + var(--tblr-btn-border-width) );
    padding-left: 0;
    padding-right: 0;
}
.phanLoaiMenu {
  background-color: rgb(255 255 255 / 4%) !important;
  cursor: default !important;
}

.text-grey {
  color: #9ca6b3;
}

.py-0-9 {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}
.p-0-9 {
  padding: 0.2rem !important;
}
table .form-control:focus {
  color: inherit;
  background-color: var(--tblr-bg-forms);
  border-color: #90b5e2;
  outline: 0;
  box-shadow: none !important;
}
.form-control[disabled]:focus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}
.form-control[readonly]{
    background-color: #f0f2f4;
    color: black;
}
table .form-control[readonly]:focus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
  background-color: #f0f2f4;
  color: black;
}
@import url("https://rsms.me/inter/inter.css");
.form-table {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none;
    padding: 0.16rem 0.25rem !important;
    min-height: 0 !important;
    font-weight: 400;
    border: 1px solid #fef5e6 !important;
    height: 100%;
}
    .form-table:not([readonly]):not([disabled]) {
        background-color: #fef5e6;
    }
.form-table:not([readonly]):not([disabled]):focus {
  border: 1px solid #206bc4 !important;
  background-color: white !important;
}
.form-table.focus {
    border: 1px solid #206bc4 !important;
    background-color: white !important;
}
.form-table.disabled.ts-wrapper {
    background-color: #f6f8fb;
}
.form-table.ts-wrapper {
    height: 100%;
}
.table-input td {
    padding: 0;
}

.table-input.table-input-lg td {
    padding: 5px 0;
}

.table-input .btn-icon {
  --tblr-btn-icon-size: 1.15rem;
}

/*.table-input td:not(:has(*)):not(:empty) {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}*/
.table-input td:not(:has(*)):not(:empty),
.table-input td:has(input[type="hidden"]:only-child) {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}


.form-table .ts-control {
  box-shadow: none !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.table-active .form-table {
  background-color: whitesmoke;
  color: var(--tblr-table-active-color);
}
.table-active {
    --tblr-table-accent-bg: #FFEAAA !important;
}

.image-modal {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.bg-green-lt {
  --tblr-table-accent-bg: #eaf7ec;
}
.bg-mute-lt {
  --tblr-table-accent-bg: #fdfafa;
  color: black;
}
.bg-azur-lt {
  --tblr-table-accent-bg: #eef4f8;
}
.tr-active {
  --tblr-table-accent-bg: #d0d1d4;
}
#imageHH:hover {
  opacity: 0.7;
}
/* The Close Button */
.closeImageModal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeImageModal:hover,
.closeImageModal:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* The Modal (background) */
.imageModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1056; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.imageModal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#imageModelCaption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.imageModal-content,
#imageModelCaption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

table.table-bordered {
  border-collapse: separate;
  border-spacing: 0;
}
table.table-bordered th {
    /* Apply both top and bottom borders to the <th> */
    border-top: 1px solid rgba(4, 32, 69, 0.3);
    border-bottom: 1px solid rgba(4, 32, 69, 0.3);
    border-right: 1px solid rgba(4, 32, 69, 0.3);
}
table.table-bordered td {
    /* For cells, apply the border to one of each side only (right but not left, bottom but not top) */
    border-bottom: 1px solid rgba(4, 32, 69, 0.3);
    border-right: 1px solid rgba(4, 32, 69, 0.3);
}
.form-check-input[type="checkbox"] {
    border: var(--tblr-border-width) var(--tblr-border-style) rgba(4, 32, 69, 1);
}
table.table-bordered th:first-child,
table td:first-child {
    /* Apply a left border on the first <td> or <th> in a row */
    border-left: 1px solid rgba(4, 32, 69, 0.14);
}
#divDropdownSearch .list-group-item.active {
  background-color: lightgray;
}
.last-td-column .btn-icon {
  min-width: calc(
    var(--tblr-btn-line-height) * var(--tblr-btn-font-size) +
      var(--tblr-btn-padding-y) * 1 + var(--tblr-btn-border-width) * 2
  );
  min-height: calc(
    var(--tblr-btn-line-height) * var(--tblr-btn-font-size) +
      var(--tblr-btn-padding-y) + var(--tblr-btn-border-width)
  );
  padding-left: 0;
  padding-right: 0;
}
.table-text td {
  padding: 0.2rem 0.4rem !important;
}
.table-text .btn-icon {
  --tblr-btn-icon-size: 1.15rem;
  min-width: calc(
    var(--tblr-btn-line-height) * var(--tblr-btn-font-size) +
      var(--tblr-btn-padding-y) * 1 + var(--tblr-btn-border-width) * 2
  );
  min-height: calc(
    var(--tblr-btn-line-height) * var(--tblr-btn-font-size) +
      var(--tblr-btn-padding-y) + var(--tblr-btn-border-width)
  );
  padding-left: 0;
  padding-right: 0;
}
.table-text .text-start {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.table-text .text-end {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.btn-small .ti {
  font-size: 16px; /* Đặt kích thước của biểu tượng */
}
input[type="checkbox"][name="CheckYHCT"]:checked {
  background-color: #7bd235 !important;
}
a.card-body.nav-link.active {
  background-color: rgba(var(--tblr-azure-lt-rgb), 1) !important;
}
 
a.card-body.nav-link.active {
  background-color: rgb(181, 218, 247) !important;
}


button:disabled {
  background-color: #6c7a91 !important;
  opacity: 0.4 !important;
}
a.btn.disabled, a.btn:disabled {
    background-color: #6c7a91 !important;
    opacity: 0.4 !important;
}

svg.disabled {
  /*background-color: darkgray !important;*/
  color: darkgray !important;
  /* Các thuộc tính CSS khác mà bạn muốn áp dụng */
}

.input-hidden .ts-control > input {
  position: static;
}

.page-wraper-stt {
  height: 95vh;
}
.ts-control > input {
  width: 2px;
}

.ts-control {
  padding-right: max(0.75rem, 0rem + 2.25rem) !important;
}
.form-table .ts-control {
  padding: .1rem .2rem !important;
  padding-right: max(0.75rem, 0rem + 1rem) !important;
}
div.d-flex.option.active,
div.row.option.active {
  background-color: lightgray;
}

.form-select-sm .ts-control {
  padding: 0;
  padding-left: 0.5rem;
}

.page-header-stt {
  height: 10vh;
  margin-bottom: 0;
  min-height: 55px;
  display: flex;
  justify-content: center;
}
.header-content-stt {
  display: flex;
  align-items: center;
}
.tittle-stt {
  font-size: 2.5rem;
  margin: 0;
}
.table-responsive.card-stt {
  background-color: white;
  height: 86vh;
  display: flex;
  align-items: center;
}
.footer-stt {
  height: 4vh;
  min-height: 18px;
}
.stt-btn {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.5);
}
.stt-btn:hover {
  cursor: pointer;
  background-color: #17ca94 !important;
}
.stt-btn:active {
  cursor: pointer;
  background-color: #17ca94 !important;
  transform: translateY(0rem);
  box-shadow: 0 0.5rem 2rem 0 rgba(253, 253, 253, 0.5);
}
/* CSS cho div gợi ý */
.suggestionBox {
  position: absolute; /* Đảm bảo div gợi ý có thể được định vị tuyệt đối */
  top: 100%; /* Hiển thị div gợi ý dưới ô input */
  left: 0; /* Căn vị trí trái của div gợi ý tại vị trí trái của ô input */
  width: 100%; /* Đảm bảo div gợi ý chiếm toàn bộ chiều ngang của ô input */
  background-color: #f9f9f9; /* Màu nền của div gợi ý */
  border: 1px solid #ddd; /* Viền của div gợi ý */
  display: none; /* Ẩn div gợi ý mặc định */
}

.suggestion-item {
  padding: 8px; /* Khoảng cách giữa các mục gợi ý */
  cursor: pointer; /* Biểu tượng con trỏ khi di chuột vào mục gợi ý */
}
.suggestion-item.active {
  background-color: #ccc; /* Hoặc bất kỳ hiệu ứng hover bạn muốn */
}

/* Hiển thị div gợi ý khi có dữ liệu phù hợp */
.suggestionBox.active {
  display: block;
}
#tbody-ToaThuoc input.form-control,
#tbody-ToaThuoc select.form-select-sm,
#tbody-ToaThuoc .focus .ts-control,
#tbody-ToaThuocYHCT input.form-control,
#tbody-ToaThuocYHCT select.form-select-sm,
#tbody-ToaThuocYHCT .focus .ts-control,
#tbody-VatTuYTe input.form-control,
#tbody-VatTuYTe select.form-select-sm,
#tbody-VatTuYTe .focus .ts-control {
  border: none;
  box-shadow: none;
}
#tbody-ToaThuoc .ts-control {
  padding: 0 0 0 0.5rem !important;
}

.deleteCTToaThuoc:hover {
  cursor: pointer !important;
}

.suggestion-item:hover {
  background-color: #ccc;
}

.gray {
  background-color: #f1f1f1;
}

.w-1 {
    width: 1%;
}

.w-2 {
    width: 2%;
}

.w-3 {
    width: 3%;
}

.w-4 {
    width: 4%;
}

.w-5 {
    width: 5%;
}

.w-6 {
    width: 6%;
}

.w-7 {
    width: 7%;
}

.w-8 {
    width: 8%;
}

.w-9 {
    width: 9%;
}

.w-10 {
    width: 10%;
}

.w-11 {
    width: 11%;
}

.w-12 {
    width: 12%;
}

.w-13 {
    width: 13%;
}

.w-14 {
    width: 14%;
}

.w-15 {
    width: 15%;
}

.w-16 {
    width: 16%;
}

.w-17 {
    width: 17%;
}

.w-18 {
    width: 18%;
}

.w-19 {
    width: 19%;
}

.w-20 {
    width: 20%;
}

.w-21 {
    width: 21%;
}

.w-22 {
    width: 22%;
}

.w-23 {
    width: 23%;
}

.w-24 {
    width: 24%;
}

.w-25 {
    width: 25%;
}

.w-26 {
    width: 26%;
}

.w-27 {
    width: 27%;
}

.w-28 {
    width: 28%;
}

.w-29 {
    width: 29%;
}

.w-30 {
    width: 30%;
}

.w-31 {
    width: 31%;
}

.w-32 {
    width: 32%;
}

.w-33 {
    width: 33%;
}

.w-34 {
    width: 34%;
}

.w-35 {
    width: 35%;
}

.w-36 {
    width: 36%;
}

.w-37 {
    width: 37%;
}

.w-38 {
    width: 38%;
}

.w-39 {
    width: 39%;
}

.w-40 {
    width: 40%;
}

.w-41 {
    width: 41%;
}

.w-42 {
    width: 42%;
}

.w-43 {
    width: 43%;
}

.w-44 {
    width: 44%;
}

.w-45 {
    width: 45%;
}

.w-46 {
    width: 46%;
}

.w-47 {
    width: 47%;
}

.w-48 {
    width: 48%;
}

.w-49 {
    width: 49%;
}

.w-50 {
    width: 50%;
}

.w-51 {
    width: 51%;
}

.w-52 {
    width: 52%;
}

.w-53 {
    width: 53%;
}

.w-54 {
    width: 54%;
}

.w-55 {
    width: 55%;
}

.w-56 {
    width: 56%;
}

.w-57 {
    width: 57%;
}

.w-58 {
    width: 58%;
}

.w-59 {
    width: 59%;
}

.w-60 {
    width: 60%;
}

.w-61 {
    width: 61%;
}

.w-62 {
    width: 62%;
}

.w-63 {
    width: 63%;
}

.w-64 {
    width: 64%;
}

.w-65 {
    width: 65%;
}

.w-66 {
    width: 66%;
}

.w-67 {
    width: 67%;
}

.w-68 {
    width: 68%;
}

.w-69 {
    width: 69%;
}

.w-70 {
    width: 70%;
}

.w-71 {
    width: 71%;
}

.w-72 {
    width: 72%;
}

.w-73 {
    width: 73%;
}

.w-74 {
    width: 74%;
}

.w-75 {
    width: 75%;
}

.w-76 {
    width: 76%;
}

.w-77 {
    width: 77%;
}

.w-78 {
    width: 78%;
}

.w-79 {
    width: 79%;
}

.w-80 {
    width: 80%;
}

.w-81 {
    width: 81%;
}

.w-82 {
    width: 82%;
}

.w-83 {
    width: 83%;
}

.w-84 {
    width: 84%;
}

.w-85 {
    width: 85%;
}

.w-86 {
    width: 86%;
}

.w-87 {
    width: 87%;
}

.w-88 {
    width: 88%;
}

.w-89 {
    width: 89%;
}

.w-90 {
    width: 90%;
}

.w-91 {
    width: 91%;
}

.w-92 {
    width: 92%;
}

.w-93 {
    width: 93%;
}

.w-94 {
    width: 94%;
}

.w-95 {
    width: 95%;
}

.w-96 {
    width: 96%;
}

.w-97 {
    width: 97%;
}

.w-98 {
    width: 98%;
}

.w-99 {
    width: 99%;
}
.nav-vertical-custom{
    flex-wrap: nowrap;
}
@media (min-width: 576px){
    .col-sm-1- {
        flex: 0 0 auto;
        width: 1%;
    }

    .col-sm-2- {
        flex: 0 0 auto;
        width: 2%;
    }

    .col-sm-3- {
        flex: 0 0 auto;
        width: 3%;
    }

    .col-sm-4- {
        flex: 0 0 auto;
        width: 4%;
    }

    .col-sm-5- {
        flex: 0 0 auto;
        width: 5%;
    }

    .col-sm-6- {
        flex: 0 0 auto;
        width: 6%;
    }

    .col-sm-7- {
        flex: 0 0 auto;
        width: 7%;
    }

    .col-sm-8- {
        flex: 0 0 auto;
        width: 8%;
    }

    .col-sm-9- {
        flex: 0 0 auto;
        width: 9%;
    }

    .col-sm-1-0 {
        flex: 0 0 auto;
        width: 10%;
    }

    .col-sm-1-1 {
        flex: 0 0 auto;
        width: 11%;
    }

    .col-sm-1-2 {
        flex: 0 0 auto;
        width: 12%;
    }

    .col-sm-13 {
        flex: 0 0 auto;
        width: 13%;
    }

    .col-sm-14 {
        flex: 0 0 auto;
        width: 14%;
    }

    .col-sm-15 {
        flex: 0 0 auto;
        width: 15%;
    }

    .col-sm-16 {
        flex: 0 0 auto;
        width: 16%;
    }

    .col-sm-17 {
        flex: 0 0 auto;
        width: 17%;
    }

    .col-sm-18 {
        flex: 0 0 auto;
        width: 18%;
    }

    .col-sm-19 {
        flex: 0 0 auto;
        width: 19%;
    }

    .col-sm-20 {
        flex: 0 0 auto;
        width: 20%;
    }

    .col-sm-21 {
        flex: 0 0 auto;
        width: 21%;
    }

    .col-sm-22 {
        flex: 0 0 auto;
        width: 22%;
    }

    .col-sm-23 {
        flex: 0 0 auto;
        width: 23%;
    }

    .col-sm-24 {
        flex: 0 0 auto;
        width: 24%;
    }

    .col-sm-25 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-26 {
        flex: 0 0 auto;
        width: 26%;
    }

    .col-sm-27 {
        flex: 0 0 auto;
        width: 27%;
    }

    .col-sm-28 {
        flex: 0 0 auto;
        width: 28%;
    }

    .col-sm-29 {
        flex: 0 0 auto;
        width: 29%;
    }

    .col-sm-30 {
        flex: 0 0 auto;
        width: 30%;
    }

    .col-sm-31 {
        flex: 0 0 auto;
        width: 31%;
    }

    .col-sm-32 {
        flex: 0 0 auto;
        width: 32%;
    }

    .col-sm-33 {
        flex: 0 0 auto;
        width: 33%;
    }

    .col-sm-34 {
        flex: 0 0 auto;
        width: 34%;
    }

    .col-sm-35 {
        flex: 0 0 auto;
        width: 35%;
    }

    .col-sm-36 {
        flex: 0 0 auto;
        width: 36%;
    }

    .col-sm-37 {
        flex: 0 0 auto;
        width: 37%;
    }

    .col-sm-38 {
        flex: 0 0 auto;
        width: 38%;
    }

    .col-sm-39 {
        flex: 0 0 auto;
        width: 39%;
    }

    .col-sm-40 {
        flex: 0 0 auto;
        width: 40%;
    }

    .col-sm-41 {
        flex: 0 0 auto;
        width: 41%;
    }

    .col-sm-42 {
        flex: 0 0 auto;
        width: 42%;
    }

    .col-sm-43 {
        flex: 0 0 auto;
        width: 43%;
    }

    .col-sm-44 {
        flex: 0 0 auto;
        width: 44%;
    }

    .col-sm-45 {
        flex: 0 0 auto;
        width: 45%;
    }

    .col-sm-46 {
        flex: 0 0 auto;
        width: 46%;
    }

    .col-sm-47 {
        flex: 0 0 auto;
        width: 47%;
    }

    .col-sm-48 {
        flex: 0 0 auto;
        width: 48%;
    }

    .col-sm-49 {
        flex: 0 0 auto;
        width: 49%;
    }

    .col-sm-50 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-51 {
        flex: 0 0 auto;
        width: 51%;
    }

    .col-sm-52 {
        flex: 0 0 auto;
        width: 52%;
    }

    .col-sm-53 {
        flex: 0 0 auto;
        width: 53%;
    }

    .col-sm-54 {
        flex: 0 0 auto;
        width: 54%;
    }

    .col-sm-55 {
        flex: 0 0 auto;
        width: 55%;
    }

    .col-sm-56 {
        flex: 0 0 auto;
        width: 56%;
    }

    .col-sm-57 {
        flex: 0 0 auto;
        width: 57%;
    }

    .col-sm-58 {
        flex: 0 0 auto;
        width: 58%;
    }

    .col-sm-59 {
        flex: 0 0 auto;
        width: 59%;
    }

    .col-sm-60 {
        flex: 0 0 auto;
        width: 60%;
    }

    .col-sm-61 {
        flex: 0 0 auto;
        width: 61%;
    }

    .col-sm-62 {
        flex: 0 0 auto;
        width: 62%;
    }

    .col-sm-63 {
        flex: 0 0 auto;
        width: 63%;
    }

    .col-sm-64 {
        flex: 0 0 auto;
        width: 64%;
    }

    .col-sm-65 {
        flex: 0 0 auto;
        width: 65%;
    }

    .col-sm-66 {
        flex: 0 0 auto;
        width: 66%;
    }

    .col-sm-67 {
        flex: 0 0 auto;
        width: 67%;
    }

    .col-sm-68 {
        flex: 0 0 auto;
        width: 68%;
    }

    .col-sm-69 {
        flex: 0 0 auto;
        width: 69%;
    }

    .col-sm-70 {
        flex: 0 0 auto;
        width: 70%;
    }

    .col-sm-71 {
        flex: 0 0 auto;
        width: 71%;
    }

    .col-sm-72 {
        flex: 0 0 auto;
        width: 72%;
    }

    .col-sm-73 {
        flex: 0 0 auto;
        width: 73%;
    }

    .col-sm-74 {
        flex: 0 0 auto;
        width: 74%;
    }

    .col-sm-75 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-76 {
        flex: 0 0 auto;
        width: 76%;
    }

    .col-sm-77 {
        flex: 0 0 auto;
        width: 77%;
    }

    .col-sm-78 {
        flex: 0 0 auto;
        width: 78%;
    }

    .col-sm-79 {
        flex: 0 0 auto;
        width: 79%;
    }

    .col-sm-80 {
        flex: 0 0 auto;
        width: 80%;
    }

    .col-sm-81 {
        flex: 0 0 auto;
        width: 81%;
    }

    .col-sm-82 {
        flex: 0 0 auto;
        width: 82%;
    }

    .col-sm-83 {
        flex: 0 0 auto;
        width: 83%;
    }

    .col-sm-84 {
        flex: 0 0 auto;
        width: 84%;
    }

    .col-sm-85 {
        flex: 0 0 auto;
        width: 85%;
    }

    .col-sm-86 {
        flex: 0 0 auto;
        width: 86%;
    }

    .col-sm-87 {
        flex: 0 0 auto;
        width: 87%;
    }

    .col-sm-88 {
        flex: 0 0 auto;
        width: 88%;
    }

    .col-sm-89 {
        flex: 0 0 auto;
        width: 89%;
    }

    .col-sm-90 {
        flex: 0 0 auto;
        width: 90%;
    }

    .col-sm-91 {
        flex: 0 0 auto;
        width: 91%;
    }

    .col-sm-92 {
        flex: 0 0 auto;
        width: 92%;
    }

    .col-sm-93 {
        flex: 0 0 auto;
        width: 93%;
    }

    .col-sm-94 {
        flex: 0 0 auto;
        width: 94%;
    }

    .col-sm-95 {
        flex: 0 0 auto;
        width: 95%;
    }

    .col-sm-96 {
        flex: 0 0 auto;
        width: 96%;
    }

    .col-sm-97 {
        flex: 0 0 auto;
        width: 97%;
    }

    .col-sm-98 {
        flex: 0 0 auto;
        width: 98%;
    }

    .col-sm-99 {
        flex: 0 0 auto;
        width: 99%;
    }
}


@media (min-width: 768px) {
    .nav-vertical-custom {
        padding: 0 !important;
        display: unset;
    }

    .vertical-text {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }

    .vertical-icon {
        transform: rotate(90deg);
    }

    .vhm-md-1 {
        max-height: 1vh;
    }

    .vhm-md-2 {
        max-height: 2vh;
    }

    .vhm-md-3 {
        max-height: 3vh;
    }

    .vhm-md-4 {
        max-height: 4vh;
    }

    .vhm-md-5 {
        max-height: 5vh;
    }

    .vhm-md-6 {
        max-height: 6vh;
    }

    .vhm-md-7 {
        max-height: 7vh;
    }

    .vhm-md-8 {
        max-height: 8vh;
    }

    .vhm-md-9 {
        max-height: 9vh;
    }

    .vhm-md-10 {
        max-height: 10vh;
    }

    .vhm-md-11 {
        max-height: 11vh;
    }

    .vhm-md-12 {
        max-height: 12vh;
    }

    .vhm-md-13 {
        max-height: 13vh;
    }

    .vhm-md-14 {
        max-height: 14vh;
    }

    .vhm-md-15 {
        max-height: 15vh;
    }

    .vhm-md-16 {
        max-height: 16vh;
    }

    .vhm-md-17 {
        max-height: 17vh;
    }

    .vhm-md-18 {
        max-height: 18vh;
    }

    .vhm-md-19 {
        max-height: 19vh;
    }

    .vhm-md-20 {
        max-height: 20vh;
    }

    .vhm-md-21 {
        max-height: 21vh;
    }

    .vhm-md-22 {
        max-height: 22vh;
    }

    .vhm-md-23 {
        max-height: 23vh;
    }

    .vhm-md-24 {
        max-height: 24vh;
    }

    .vhm-md-25 {
        max-height: 25vh;
    }

    .vhm-md-26 {
        max-height: 26vh;
    }

    .vhm-md-27 {
        max-height: 27vh;
    }

    .vhm-md-28 {
        max-height: 28vh;
    }

    .vhm-md-29 {
        max-height: 29vh;
    }

    .vhm-md-30 {
        max-height: 30vh;
    }

    .vhm-md-31 {
        max-height: 31vh;
    }

    .vhm-md-32 {
        max-height: 32vh;
    }

    .vhm-md-33 {
        max-height: 33vh;
    }

    .vhm-md-34 {
        max-height: 34vh;
    }

    .vhm-md-35 {
        max-height: 35vh;
    }

    .vhm-md-36 {
        max-height: 36vh;
    }

    .vhm-md-37 {
        max-height: 37vh;
    }

    .vhm-md-38 {
        max-height: 38vh;
    }

    .vhm-md-39 {
        max-height: 39vh;
    }

    .vhm-md-40 {
        max-height: 40vh;
    }

    .vhm-md-41 {
        max-height: 41vh;
    }

    .vhm-md-42 {
        max-height: 42vh;
    }

    .vhm-md-43 {
        max-height: 43vh;
    }

    .vhm-md-44 {
        max-height: 44vh;
    }

    .vhm-md-45 {
        max-height: 45vh;
    }

    .vhm-md-46 {
        max-height: 46vh;
    }

    .vhm-md-47 {
        max-height: 47vh;
    }

    .vhm-md-48 {
        max-height: 48vh;
    }

    .vhm-md-49 {
        max-height: 49vh;
    }

    .vhm-md-50 {
        max-height: 50vh;
    }

    .vhm-md-51 {
        max-height: 51vh;
    }

    .vhm-md-52 {
        max-height: 52vh;
    }

    .vhm-md-53 {
        max-height: 53vh;
    }

    .vhm-md-54 {
        max-height: 54vh;
    }

    .vhm-md-55 {
        max-height: 55vh;
    }

    .vhm-md-56 {
        max-height: 56vh;
    }

    .vhm-md-57 {
        max-height: 57vh;
    }

    .vhm-md-58 {
        max-height: 58vh;
    }

    .vhm-md-59 {
        max-height: 59vh;
    }

    .vhm-md-60 {
        max-height: 60vh;
    }

    .vhm-md-61 {
        max-height: 61vh;
    }

    .vhm-md-62 {
        max-height: 62vh;
    }

    .vhm-md-63 {
        max-height: 63vh;
    }

    .vhm-md-64 {
        max-height: 64vh;
    }

    .vhm-md-65 {
        max-height: 65vh;
    }

    .vhm-md-66 {
        max-height: 66vh;
    }

    .vhm-md-67 {
        max-height: 67vh;
    }

    .vhm-md-68 {
        max-height: 68vh;
    }

    .vhm-md-69 {
        max-height: 69vh;
    }

    .vhm-md-70 {
        max-height: 70vh;
    }

    .vhm-md-71 {
        max-height: 71vh;
    }

    .vhm-md-72 {
        max-height: 72vh;
    }

    .vhm-md-73 {
        max-height: 70vh;
    }

    .vhm-md-74 {
        max-height: 74vh;
    }

    .vhm-md-75 {
        max-height: 75vh;
    }

    .vhm-md-76 {
        max-height: 76vh;
    }

    .vhm-md-77 {
        max-height: 77vh;
    }

    .vhm-md-78 {
        max-height: 78vh;
    }

    .vhm-md-79 {
        max-height: 79vh;
    }

    .vhm-md-80 {
        max-height: 80vh;
    }

    .vhm-md-81 {
        max-height: 81vh;
    }

    .vhm-md-82 {
        max-height: 82vh;
    }

    .vhm-md-83 {
        max-height: 83vh;
    }

    .vhm-md-84 {
        max-height: 84vh;
    }

    .vhm-md-85 {
        max-height: 85vh;
    }

    .vhm-md-86 {
        max-height: 86vh;
    }

    .vhm-md-87 {
        max-height: 87vh;
    }

    .vhm-md-88 {
        max-height: 88vh;
    }

    .vhm-md-89 {
        max-height: 89vh;
    }

    .vhm-md-90 {
        max-height: 90vh;
    }

    .vhm-md-91 {
        max-height: 91vh;
    }

    .vhm-md-92 {
        max-height: 92vh;
    }

    .vhm-md-93 {
        max-height: 93vh;
    }

    .vhm-md-94 {
        max-height: 94vh;
    }

    .vhm-md-95 {
        max-height: 95vh;
    }

    .vhm-md-96 {
        max-height: 96vh;
    }

    .vhm-md-97 {
        max-height: 97vh;
    }

    .vhm-md-98 {
        max-height: 98vh;
    }

    .vhm-md-99 {
        max-height: 99vh;
    }
    .vh-md-1 {
        height: 1vh;
    }

    .vh-md-2 {
        height: 2vh;
    }

    .vh-md-3 {
        height: 3vh;
    }

    .vh-md-4 {
        height: 4vh;
    }

    .vh-md-5 {
        height: 5vh;
    }

    .vh-md-6 {
        height: 6vh;
    }

    .vh-md-7 {
        height: 7vh;
    }

    .vh-md-8 {
        height: 8vh;
    }

    .vh-md-9 {
        height: 9vh;
    }

    .vh-md-10 {
        height: 10vh;
    }

    .vh-md-11 {
        height: 11vh;
    }

    .vh-md-12 {
        height: 12vh;
    }

    .vh-md-13 {
        height: 13vh;
    }

    .vh-md-14 {
        height: 14vh;
    }

    .vh-md-15 {
        height: 15vh;
    }

    .vh-md-16 {
        height: 16vh;
    }

    .vh-md-17 {
        height: 17vh;
    }

    .vh-md-18 {
        height: 18vh;
    }

    .vh-md-19 {
        height: 19vh;
    }

    .vh-md-20 {
        height: 20vh;
    }

    .vh-md-21 {
        height: 21vh;
    }

    .vh-md-22 {
        height: 22vh;
    }

    .vh-md-23 {
        height: 23vh;
    }

    .vh-md-24 {
        height: 24vh;
    }

    .vh-md-25 {
        height: 25vh;
    }

    .vh-md-26 {
        height: 26vh;
    }

    .vh-md-27 {
        height: 27vh;
    }

    .vh-md-28 {
        height: 28vh;
    }

    .vh-md-29 {
        height: 29vh;
    }

    .vh-md-30 {
        height: 30vh;
    }

    .vh-md-31 {
        height: 31vh;
    }

    .vh-md-32 {
        height: 32vh;
    }

    .vh-md-33 {
        height: 33vh;
    }

    .vh-md-34 {
        height: 34vh;
    }

    .vh-md-35 {
        height: 35vh;
    }

    .vh-md-36 {
        height: 36vh;
    }

    .vh-md-37 {
        height: 37vh;
    }

    .vh-md-38 {
        height: 38vh;
    }

    .vh-md-39 {
        height: 39vh;
    }

    .vh-md-40 {
        height: 40vh;
    }

    .vh-md-41 {
        height: 41vh;
    }

    .vh-md-42 {
        height: 42vh;
    }

    .vh-md-43 {
        height: 43vh;
    }

    .vh-md-44 {
        height: 44vh;
    }

    .vh-md-45 {
        height: 45vh;
    }

    .vh-md-46 {
        height: 46vh;
    }

    .vh-md-47 {
        height: 47vh;
    }

    .vh-md-48 {
        height: 48vh;
    }

    .vh-md-49 {
        height: 49vh;
    }

    .vh-md-50 {
        height: 50vh;
    }

    .vh-md-51 {
        height: 51vh;
    }

    .vh-md-52 {
        height: 52vh;
    }

    .vh-md-53 {
        height: 53vh;
    }

    .vh-md-54 {
        height: 54vh;
    }

    .vh-md-55 {
        height: 55vh;
    }

    .vh-md-56 {
        height: 56vh;
    }

    .vh-md-57 {
        height: 57vh;
    }

    .vh-md-58 {
        height: 58vh;
    }

    .vh-md-59 {
        height: 59vh;
    }

    .vh-md-60 {
        height: 60vh;
    }

    .vh-md-61 {
        height: 61vh;
    }

    .vh-md-62 {
        height: 62vh;
    }

    .vh-md-63 {
        height: 63vh;
    }

    .vh-md-64 {
        height: 64vh;
    }

    .vh-md-65 {
        height: 65vh;
    }

    .vh-md-66 {
        height: 66vh;
    }

    .vh-md-67 {
        height: 67vh;
    }

    .vh-md-68 {
        height: 68vh;
    }

    .vh-md-69 {
        height: 69vh;
    }

    .vh-md-70 {
        height: 70vh;
    }

    .vh-md-71 {
        height: 71vh;
    }

    .vh-md-72 {
        height: 72vh;
    }

    .vh-md-73 {
        height: 70vh;
    }

    .vh-md-74 {
        height: 74vh;
    }

    .vh-md-75 {
        height: 75vh;
    }

    .vh-md-76 {
        height: 76vh;
    }

    .vh-md-77 {
        height: 77vh;
    }

    .vh-md-78 {
        height: 78vh;
    }

    .vh-md-79 {
        height: 79vh;
    }

    .vh-md-80 {
        height: 80vh;
    }

    .vh-md-81 {
        height: 81vh;
    }

    .vh-md-82 {
        height: 82vh;
    }

    .vh-md-83 {
        height: 83vh;
    }

    .vh-md-84 {
        height: 84vh;
    }

    .vh-md-85 {
        height: 85vh;
    }

    .vh-md-86 {
        height: 86vh;
    }

    .vh-md-87 {
        height: 87vh;
    }

    .vh-md-88 {
        height: 88vh;
    }

    .vh-md-89 {
        height: 89vh;
    }

    .vh-md-90 {
        height: 90vh;
    }

    .vh-md-91 {
        height: 91vh;
    }

    .vh-md-92 {
        height: 92vh;
    }

    .vh-md-93 {
        height: 93vh;
    }

    .vh-md-94 {
        height: 94vh;
    }

    .vh-md-95 {
        height: 95vh;
    }

    .vh-md-96 {
        height: 96vh;
    }

    .vh-md-97 {
        height: 97vh;
    }

    .vh-md-98 {
        height: 98vh;
    }

    .vh-md-99 {
        height: 99vh;
    }
  .md-sticky {
    position: sticky;
  }
    
  .col-md-03 {
    flex: 0 0 auto;
    width: 3%;
  }
  .col-md-1- {
    flex: 0 0 auto;
    width: 1%;
  }

  .col-md-2- {
    flex: 0 0 auto;
    width: 2%;
  }

  .col-md-3- {
    flex: 0 0 auto;
    width: 3%;
  }

  .col-md-4- {
    flex: 0 0 auto;
    width: 4%;
  }

  .col-md-5- {
    flex: 0 0 auto;
    width: 5%;
  }

  .col-md-6- {
    flex: 0 0 auto;
    width: 6%;
  }

  .col-md-7- {
    flex: 0 0 auto;
    width: 7%;
  }

  .col-md-8- {
    flex: 0 0 auto;
    width: 8%;
  }

  .col-md-9- {
    flex: 0 0 auto;
    width: 9%;
  }

  .col-md-1-0 {
    flex: 0 0 auto;
    width: 10%;
  }

  .col-md-1-1 {
    flex: 0 0 auto;
    width: 11%;
  }

  .col-md-1-2 {
    flex: 0 0 auto;
    width: 12%;
  }

  .col-md-13 {
    flex: 0 0 auto;
    width: 13%;
  }

  .col-md-14 {
    flex: 0 0 auto;
    width: 14%;
  }

  .col-md-15 {
    flex: 0 0 auto;
    width: 15%;
  }

  .col-md-16 {
    flex: 0 0 auto;
    width: 16%;
  }

  .col-md-17 {
    flex: 0 0 auto;
    width: 17%;
  }

  .col-md-18 {
    flex: 0 0 auto;
    width: 18%;
  }

  .col-md-19 {
    flex: 0 0 auto;
    width: 19%;
  }

  .col-md-20 {
    flex: 0 0 auto;
    width: 20%;
  }

  .col-md-21 {
    flex: 0 0 auto;
    width: 21%;
  }

  .col-md-22 {
    flex: 0 0 auto;
    width: 22%;
  }

  .col-md-23 {
    flex: 0 0 auto;
    width: 23%;
  }

  .col-md-24 {
    flex: 0 0 auto;
    width: 24%;
  }

  .col-md-25 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-26 {
    flex: 0 0 auto;
    width: 26%;
  }

  .col-md-27 {
    flex: 0 0 auto;
    width: 27%;
  }

  .col-md-28 {
    flex: 0 0 auto;
    width: 28%;
  }

  .col-md-29 {
    flex: 0 0 auto;
    width: 29%;
  }

  .col-md-30 {
    flex: 0 0 auto;
    width: 30%;
  }

  .col-md-31 {
    flex: 0 0 auto;
    width: 31%;
  }

  .col-md-32 {
    flex: 0 0 auto;
    width: 32%;
  }

  .col-md-33 {
    flex: 0 0 auto;
    width: 33%;
  }

  .col-md-34 {
    flex: 0 0 auto;
    width: 34%;
  }

  .col-md-35 {
    flex: 0 0 auto;
    width: 35%;
  }

  .col-md-36 {
    flex: 0 0 auto;
    width: 36%;
  }

  .col-md-37 {
    flex: 0 0 auto;
    width: 37%;
  }

  .col-md-38 {
    flex: 0 0 auto;
    width: 38%;
  }

  .col-md-39 {
    flex: 0 0 auto;
    width: 39%;
  }

  .col-md-40 {
    flex: 0 0 auto;
    width: 40%;
  }

  .col-md-41 {
    flex: 0 0 auto;
    width: 41%;
  }

  .col-md-42 {
    flex: 0 0 auto;
    width: 42%;
  }

  .col-md-43 {
    flex: 0 0 auto;
    width: 43%;
  }

  .col-md-44 {
    flex: 0 0 auto;
    width: 44%;
  }

  .col-md-45 {
    flex: 0 0 auto;
    width: 45%;
  }

  .col-md-46 {
    flex: 0 0 auto;
    width: 46%;
  }

  .col-md-47 {
    flex: 0 0 auto;
    width: 47%;
  }

  .col-md-48 {
    flex: 0 0 auto;
    width: 48%;
  }

  .col-md-49 {
    flex: 0 0 auto;
    width: 49%;
  }

  .col-md-50 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-51 {
    flex: 0 0 auto;
    width: 51%;
  }

  .col-md-52 {
    flex: 0 0 auto;
    width: 52%;
  }

  .col-md-53 {
    flex: 0 0 auto;
    width: 53%;
  }

  .col-md-54 {
    flex: 0 0 auto;
    width: 54%;
  }

  .col-md-55 {
    flex: 0 0 auto;
    width: 55%;
  }

  .col-md-56 {
    flex: 0 0 auto;
    width: 56%;
  }

  .col-md-57 {
    flex: 0 0 auto;
    width: 57%;
  }

  .col-md-58 {
    flex: 0 0 auto;
    width: 58%;
  }

  .col-md-59 {
    flex: 0 0 auto;
    width: 59%;
  }

  .col-md-60 {
    flex: 0 0 auto;
    width: 60%;
  }

  .col-md-61 {
    flex: 0 0 auto;
    width: 61%;
  }

  .col-md-62 {
    flex: 0 0 auto;
    width: 62%;
  }

  .col-md-63 {
    flex: 0 0 auto;
    width: 63%;
  }

  .col-md-64 {
    flex: 0 0 auto;
    width: 64%;
  }

  .col-md-65 {
    flex: 0 0 auto;
    width: 65%;
  }

  .col-md-66 {
    flex: 0 0 auto;
    width: 66%;
  }

  .col-md-67 {
    flex: 0 0 auto;
    width: 67%;
  }

  .col-md-68 {
    flex: 0 0 auto;
    width: 68%;
  }

  .col-md-69 {
    flex: 0 0 auto;
    width: 69%;
  }

  .col-md-70 {
    flex: 0 0 auto;
    width: 70%;
  }

  .col-md-71 {
    flex: 0 0 auto;
    width: 71%;
  }

  .col-md-72 {
    flex: 0 0 auto;
    width: 72%;
  }

  .col-md-73 {
    flex: 0 0 auto;
    width: 73%;
  }

  .col-md-74 {
    flex: 0 0 auto;
    width: 74%;
  }

  .col-md-75 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-76 {
    flex: 0 0 auto;
    width: 76%;
  }

  .col-md-77 {
    flex: 0 0 auto;
    width: 77%;
  }

  .col-md-78 {
    flex: 0 0 auto;
    width: 78%;
  }

  .col-md-79 {
    flex: 0 0 auto;
    width: 79%;
  }

  .col-md-80 {
    flex: 0 0 auto;
    width: 80%;
  }

  .col-md-81 {
    flex: 0 0 auto;
    width: 81%;
  }

  .col-md-82 {
    flex: 0 0 auto;
    width: 82%;
  }

  .col-md-83 {
    flex: 0 0 auto;
    width: 83%;
  }

  .col-md-84 {
    flex: 0 0 auto;
    width: 84%;
  }

  .col-md-85 {
    flex: 0 0 auto;
    width: 85%;
  }

  .col-md-86 {
    flex: 0 0 auto;
    width: 86%;
  }

  .col-md-87 {
    flex: 0 0 auto;
    width: 87%;
  }

  .col-md-88 {
    flex: 0 0 auto;
    width: 88%;
  }

  .col-md-89 {
    flex: 0 0 auto;
    width: 89%;
  }

  .col-md-90 {
    flex: 0 0 auto;
    width: 90%;
  }

  .col-md-91 {
    flex: 0 0 auto;
    width: 91%;
  }

  .col-md-92 {
    flex: 0 0 auto;
    width: 92%;
  }

  .col-md-93 {
    flex: 0 0 auto;
    width: 93%;
  }

  .col-md-94 {
    flex: 0 0 auto;
    width: 94%;
  }

  .col-md-95 {
    flex: 0 0 auto;
    width: 95%;
  }

  .col-md-96 {
    flex: 0 0 auto;
    width: 96%;
  }

  .col-md-97 {
    flex: 0 0 auto;
    width: 97%;
  }

  .col-md-98 {
    flex: 0 0 auto;
    width: 98%;
  }

  .col-md-99 {
    flex: 0 0 auto;
    width: 99%;
  }

  .rotate-md-text {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(-180deg);
    white-space: nowrap;
  }
  .first-td-md-column {
    position: sticky;
    left: 0;
    z-index: 2 !important;
    background-color: #fff !important;
  }

  .first-th-md-column {
      position: sticky;
      left: 0;
      z-index: 6 !important;
      background-color: #e8e9eb !important;
  }
    .last-td-md-column {
        position: sticky;
        right: 0;
        background-color: #fff !important;
        z-index: 2 !important;
    }

        .last-td-md-column:has(.dropdown-menu.show) {
            z-index: 3 !important;
        }

    .last-th-md-column {
        position: sticky;
        right: 0;
        z-index: 4 !important;
    }
}

@media (max-width: 991px) {
  /* Ghi đè style height của div .card thành giá trị mặc định hoặc bỏ đi thuộc tính height */
  .card-respons {
    height: auto !important; /* Bỏ đi thuộc tính height, để chiều cao tự động điều chỉnh theo nội dung */
  }
}
@media (min-width: 991px) {
  .vh-lg-20 {
    height: 20vh;
    overflow-x: hidden;
  }

  .vh-lg-25 {
    height: 25vh;
    overflow-x: auto;
  }

  .vh-lg-40 {
    height: 40vh;
    overflow-x: auto;
  }

  .vh-lg-55 {
    height: 55vh;
    overflow-x: auto;
  }
  .vh-lg-47 {
    height: 47vh;
    overflow-x: auto;
  }
  .vh-lg-53 {
    height: 53vh;
    overflow-x: auto;
  }
  .vh-lg-60 {
    height: 60vh;
    overflow-x: auto;
  }
  .vh-lg-67 {
    height: 67vh;
    overflow-x: auto;
  }
  .vh-lg-70 {
    height: 70vh;
    overflow-x: auto;
  }
  .col-lg-1- {
    flex: 0 0 auto;
    width: 1%;
  }
  .col-lg-2- {
    flex: 0 0 auto;
    width: 2%;
  }
  .col-lg-3- {
    flex: 0 0 auto;
    width: 3%;
  }
  .col-lg-4- {
    flex: 0 0 auto;
    width: 4%;
  }
  .col-lg-5- {
    flex: 0 0 auto;
    width: 5%;
  }
  .col-lg-6- {
    flex: 0 0 auto;
    width: 6%;
  }
  .col-lg-7- {
    flex: 0 0 auto;
    width: 7%;
  }
  .col-lg-8- {
    flex: 0 0 auto;
    width: 8%;
  }
  .col-lg-9- {
    flex: 0 0 auto;
    width: 9%;
  }
  .col-lg-1-0 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-lg-1-1 {
    flex: 0 0 auto;
    width: 11%;
  }
  .col-lg-1-2 {
    flex: 0 0 auto;
    width: 12%;
  }
  .col-lg-13 {
    flex: 0 0 auto;
    width: 13%;
  }
  .col-lg-14 {
    flex: 0 0 auto;
    width: 14%;
  }
  .col-lg-15 {
    flex: 0 0 auto;
    width: 15%;
  }
  .col-lg-16 {
    flex: 0 0 auto;
    width: 16%;
  }
  .col-lg-17 {
    flex: 0 0 auto;
    width: 17%;
  }
  .col-lg-18 {
    flex: 0 0 auto;
    width: 18%;
  }
  .col-lg-19 {
    flex: 0 0 auto;
    width: 19%;
  }
  .col-lg-20 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-21 {
    flex: 0 0 auto;
    width: 21%;
  }
  .col-lg-22 {
    flex: 0 0 auto;
    width: 22%;
  }
  .col-lg-23 {
    flex: 0 0 auto;
    width: 23%;
  }
  .col-lg-24 {
    flex: 0 0 auto;
    width: 24%;
  }
  .col-lg-25 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-26 {
    flex: 0 0 auto;
    width: 26%;
  }
  .col-lg-27 {
    flex: 0 0 auto;
    width: 27%;
  }
  .col-lg-28 {
    flex: 0 0 auto;
    width: 28%;
  }
  .col-lg-29 {
    flex: 0 0 auto;
    width: 29%;
  }
  .col-lg-30 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-lg-31 {
    flex: 0 0 auto;
    width: 31%;
  }
  .col-lg-32 {
    flex: 0 0 auto;
    width: 32%;
  }
  .col-lg-33 {
    flex: 0 0 auto;
    width: 33%;
  }
  .col-lg-34 {
    flex: 0 0 auto;
    width: 34%;
  }
  .col-lg-35 {
    flex: 0 0 auto;
    width: 35%;
  }
  .col-lg-36 {
    flex: 0 0 auto;
    width: 36%;
  }
  .col-lg-37 {
    flex: 0 0 auto;
    width: 37%;
  }
  .col-lg-38 {
    flex: 0 0 auto;
    width: 38%;
  }
  .col-lg-39 {
    flex: 0 0 auto;
    width: 39%;
  }
  .col-lg-40 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-lg-41 {
    flex: 0 0 auto;
    width: 41%;
  }
  .col-lg-42 {
    flex: 0 0 auto;
    width: 42%;
  }
  .col-lg-43 {
    flex: 0 0 auto;
    width: 43%;
  }
  .col-lg-44 {
    flex: 0 0 auto;
    width: 44%;
  }
  .col-lg-45 {
    flex: 0 0 auto;
    width: 45%;
  }
  .col-lg-46 {
    flex: 0 0 auto;
    width: 46%;
  }
  .col-lg-47 {
    flex: 0 0 auto;
    width: 47%;
  }
  .col-lg-48 {
    flex: 0 0 auto;
    width: 48%;
  }
  .col-lg-49 {
    flex: 0 0 auto;
    width: 49%;
  }
  .col-lg-50 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-51 {
    flex: 0 0 auto;
    width: 51%;
  }
  .col-lg-52 {
    flex: 0 0 auto;
    width: 52%;
  }
  .col-lg-53 {
    flex: 0 0 auto;
    width: 53%;
  }
  .col-lg-54 {
    flex: 0 0 auto;
    width: 54%;
  }
  .col-lg-55 {
    flex: 0 0 auto;
    width: 55%;
  }
  .col-lg-56 {
    flex: 0 0 auto;
    width: 56%;
  }
  .col-lg-57 {
    flex: 0 0 auto;
    width: 57%;
  }
  .col-lg-58 {
    flex: 0 0 auto;
    width: 58%;
  }
  .col-lg-59 {
    flex: 0 0 auto;
    width: 59%;
  }
  .col-lg-60 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-lg-61 {
    flex: 0 0 auto;
    width: 61%;
  }
  .col-lg-62 {
    flex: 0 0 auto;
    width: 62%;
  }
  .col-lg-63 {
    flex: 0 0 auto;
    width: 63%;
  }
  .col-lg-64 {
    flex: 0 0 auto;
    width: 64%;
  }
  .col-lg-65 {
    flex: 0 0 auto;
    width: 65%;
  }
  .col-lg-66 {
    flex: 0 0 auto;
    width: 66%;
  }
  .col-lg-67 {
    flex: 0 0 auto;
    width: 67%;
  }
  .col-lg-68 {
    flex: 0 0 auto;
    width: 68%;
  }
  .col-lg-69 {
    flex: 0 0 auto;
    width: 69%;
  }
  .col-lg-70 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-lg-71 {
    flex: 0 0 auto;
    width: 71%;
  }
  .col-lg-72 {
    flex: 0 0 auto;
    width: 72%;
  }
  .col-lg-73 {
    flex: 0 0 auto;
    width: 73%;
  }
  .col-lg-74 {
    flex: 0 0 auto;
    width: 74%;
  }
  .col-lg-75 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-76 {
    flex: 0 0 auto;
    width: 76%;
  }
  .col-lg-77 {
    flex: 0 0 auto;
    width: 77%;
  }
  .col-lg-78 {
    flex: 0 0 auto;
    width: 78%;
  }
  .col-lg-79 {
    flex: 0 0 auto;
    width: 79%;
  }
  .col-lg-80 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-lg-81 {
    flex: 0 0 auto;
    width: 81%;
  }
  .col-lg-82 {
    flex: 0 0 auto;
    width: 82%;
  }
  .col-lg-83 {
    flex: 0 0 auto;
    width: 83%;
  }
  .col-lg-84 {
    flex: 0 0 auto;
    width: 84%;
  }
  .col-lg-85 {
    flex: 0 0 auto;
    width: 85%;
  }
  .col-lg-86 {
    flex: 0 0 auto;
    width: 86%;
  }
  .col-lg-87 {
    flex: 0 0 auto;
    width: 87%;
  }
  .col-lg-88 {
    flex: 0 0 auto;
    width: 88%;
  }
  .col-lg-89 {
    flex: 0 0 auto;
    width: 89%;
  }
  .col-lg-90 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-lg-91 {
    flex: 0 0 auto;
    width: 91%;
  }
  .col-lg-92 {
    flex: 0 0 auto;
    width: 92%;
  }
  .col-lg-93 {
    flex: 0 0 auto;
    width: 93%;
  }
  .col-lg-94 {
    flex: 0 0 auto;
    width: 94%;
  }
  .col-lg-95 {
    flex: 0 0 auto;
    width: 95%;
  }
  .col-lg-96 {
    flex: 0 0 auto;
    width: 96%;
  }
  .col-lg-97 {
    flex: 0 0 auto;
    width: 97%;
  }
  .col-lg-98 {
    flex: 0 0 auto;
    width: 98%;
  }
  .col-lg-99 {
    flex: 0 0 auto;
    width: 99%;
  }
}

.ts-wrapper.form-select,
.ts-wrapper.single-checkbox {
  --ts-pr-caret: none !important;
}
/* DLHoang custom checkbox with radio appearance */
.ts-wrapper.multi-checkbox {
  --ts-pr-caret: none !important;
}
.form-check-input[type="checkbox"].single-checkbox.fake-radio {
  border-radius: 50%;
}
.form-check-input:checked[type="checkbox"].single-checkbox.fake-radio {
  --tblr-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e");
}

.ts-control .item {
    display: inline;
    max-width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}
.form-table .ts-control .item {
    font-weight: 400;
}

.ts-control > input {
    min-width: auto !important;
    width: 1%;
}

.table thead th {
  text-transform: none !important;
  /* font-size: smaller; */
  font-size: 14px;
  color: #182433 !important;
  font-weight: 700;
  background-color: #e8e9eb;
}

select.tomselected {
  position: fixed !important;
}

.rotate-text {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(-180deg);
  white-space: nowrap;
}

:root {
  --tblr-font-sans-serif: "Inter Var", -apple-system, BlinkMacSystemFont,
    San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

body {
  font-feature-settings: "cv03", "cv04", "cv11";
}

.password-wrapper {
  position: relative;
}

.password {
  display: inline-block;
  padding-right: 20px; /* Khoảng cách giữa mật khẩu và biểu tượng con mắt */
}

.show-password1,
.hide-password1 {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  transform: translateY(-50%);
  cursor: pointer;
}

td.hidden .toggle-icon:hover {
  color: blue;
}

input:invalid:not(:placeholder-shown) + .error-message::before {
  content: "Sai định dạng.";
  color: red;
}

tfoot {
  position: sticky;
  bottom: 0;
  background-color: whitesmoke;
  z-index: 10;
}

.last-td-column {
  position: sticky;
  right: 0;
  background-color: #fff !important;
  z-index: 2 !important;
}

.last-td-column:has(.dropdown-menu.show) {
    z-index: 3 !important;
}
.ConLaiTh {
    position: sticky;
    right: 152.6px;
    z-index: 4 !important;
}
.ConLai {
    position: sticky;
    right: 152.6px;
    background-color: #fff !important;
    z-index: 2 !important;
}
.ConLaitf {
    position: sticky;
    right: 152.6px;
    background-color: whitesmoke !important;
    z-index: 2 !important;
}


.second-td-column {
    position: sticky;
    right: 32.775px;
    background-color: #fff !important;
    z-index: 2 !important;
    min-width: 49.525px;
}
.second-th-column {
  position: sticky;
  right: 32.775px;
  z-index: 4 !important;
  min-width: 49.525px;
}
.secondHT-th-column {
  position: sticky;
  right: 108px;
  z-index: 1 !important;
  min-width: 150px;
}
.secondHT-td-column {
  position: sticky;
  right: 108px;
  z-index: 2 !important;
  min-width: 80.525px;
}
.secondDS-td-column {
  position: sticky;
  background-color: #fff !important;
  z-index: 2 !important;
  right: 50.51px;
  min-width: 99.75px;
}
.secondDS-th-column {
  position: sticky;
  right: 50.51px;
  min-width: 99.75px;
  z-index: 4 !important;
}

.secondCTTS-td-column {
  position: sticky;
  background-color: #fff !important;
  z-index: 2 !important;
  right: 84.51px;
  min-width: 99.75px;
}

.secondCTTS-th-column {
  position: sticky;
  right: 84.51px;
  min-width: 99.75px;
  z-index: 4 !important;
}

.thirdDS-td-column {
  position: sticky;
  right: 150.26px;
  background-color: #fff !important;
  z-index: 2 !important;
}
.thirdDS-th-column {
  position: sticky;
  right: 150.26px;
  z-index: 4 !important;
}
.third-td-column {
  position: sticky;
  right: 82.3px;
  background-color: #fff !important;
  z-index: 2 !important;
  min-width: 36px;
}
.third-th-column {
  position: sticky;
  right: 82.3px;
  z-index: 4 !important;
  min-width: 36px;
}

/* .thirdHT-th-column {
  position: sticky;
  right: 258px;
  z-index: 4 !important;
  min-width: 150px;
}
.thirdHT-td-column {
  position: sticky;
  right: 258px;
  min-width: 200px;
} */

.four-td-column {
  position: sticky;
  right: 118.3px;
  background-color: #fff !important;
  z-index: 2 !important;
  min-width: 32.8px;
}
.four-th-column {
  position: sticky;
  right: 118.3px;
  z-index: 4 !important;
  min-width: 32.8px;
}
.five-td-column {
  position: sticky;
  right: 151.1px;
  background-color: #fff !important;
  z-index: 2 !important;
}
.five-th-column {
  position: sticky;
  right: 151.1px;
  z-index: 4 !important;
}
.last-th-column {
  position: sticky;
  right: 0;
  z-index: 4 !important;
}
.last-td-column .dropdown-menu {
  z-index: 3 !important; /* Increase the z-index */
}
.table-pointer tbody tr:hover {
  cursor: pointer;
}
/* #CheckDV.form-check-input:checked,
#CheckBHYTVTYT.form-check-input:checked,
#CheckBHYTHCDT.form-check-input:checked,
#CheckBHYTMau.form-check-input:checked,
#CheckBHYTTT.form-check-input:checked {
  background-color: #47b91e;
} */
#checkBhyt.form-check-input:checked {
    background-color: #206bc4;
}
#checkBhyt.form-check-input {
    background-color: black;
}

.form-switch .form-check-input:checked {
    background-color: #47b91e;
}
tfoot .last-td-column {
  position: sticky;
  right: 0;
  background-color: #667382;
}

.first-td-column {
  position: sticky;
  left: 0;
  background-color: #fff !important;
  z-index: 2 !important;
}

.first-th-column {
  position: sticky;
  left: 0;
  z-index: 4 !important;
}

.show-column {
  white-space: break-spaces;
}

thead {
  position: sticky;
  top: 0;
  z-index: 3;
}

.table.text-nowrap thead tr th {
  position: sticky;
  top: 0;
  z-index: 3;
}

.table.text-nowrap tfoot tr th {
  position: sticky;
  bottom: 0;
}

.highlight pre,
pre.highlight {
  max-height: 30rem;
  margin: 1.5rem 0;
  overflow: auto;
  border-radius: var(--tblr-border-radius);
}

.highlight pre,
pre.highlight {
  scrollbar-color: rgba(
      var(--tblr-scrollbar-color, var(--tblr-body-color-rgb)),
      0.16
    )
    transparent;
}

.highlight pre::-webkit-scrollbar,
pre.highlight::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .highlight pre::-webkit-scrollbar,
  pre.highlight::-webkit-scrollbar {
    -webkit-transition: none;
    transition: none;
  }
}

.highlight pre::-webkit-scrollbar-thumb,
pre.highlight::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  border: 5px solid transparent;
  box-shadow: inset 0 0 0 1rem
    rgba(var(--tblr-scrollbar-color, var(--tblr-body-color-rgb)), 0.16);
}

.highlight pre::-webkit-scrollbar-track,
pre.highlight::-webkit-scrollbar-track {
  background: 0 0;
}

.highlight pre:hover::-webkit-scrollbar-thumb,
pre.highlight:hover::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 1rem
    rgba(var(--tblr-scrollbar-color, var(--tblr-body-color-rgb)), 0.32);
}

.highlight pre::-webkit-scrollbar-corner,
pre.highlight::-webkit-scrollbar-corner {
  background: 0 0;
}

.highlight {
  margin: 0;
}

.highlight code > * {
  margin: 0 !important;
  padding: 0 !important;
}

.highlight .c,
.highlight .c1 {
  color: #a0aec0;
}

.highlight .nc,
.highlight .nt,
.highlight .nx {
  color: #ff8383;
}

.highlight .na,
.highlight .p {
  color: #ffe484;
}

.highlight .dl,
.highlight .s,
.highlight .s2 {
  color: #b5f4a5;
}

.highlight .k {
  color: #93ddfd;
}

.highlight .mi,
.highlight .s1 {
  color: #d9a9ff;
}

.example {
  padding: 2rem;
  margin: 1rem 0 2rem;
  border: var(--tblr-border-width) var(--tblr-border-style)
    var(--tblr-border-color);
  border-radius: 3px 3px 0 0;
  position: relative;
  min-height: 12rem;
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.example-centered {
  justify-content: center;
}

.example-centered .example-content {
  flex: 0 auto;
}

.example-content {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: var(--tblr-body-color);
  flex: 1;
  max-width: 100%;
}

.example-content .page-header {
  margin-bottom: 0;
}

.example-bg {
  background: #f6f8fb;
}

.example-code {
  margin: 2rem 0;
  border: var(--tblr-border-width) var(--tblr-border-style)
    var(--tblr-border-color);
  border-top: none;
}

.example-code pre {
  margin: 0;
  border: 0;
  border-radius: 0 0 3px 3px;
}

.example + .example-code {
  margin-top: -2rem;
}

.example-column {
  margin: 0 auto;
}

.example-column > .card:last-of-type {
  margin-bottom: 0;
}

.example-column-1 {
  max-width: 26rem;
}

.example-column-2 {
  max-width: 52rem;
}

.example-modal-backdrop {
  background: #182433;
  opacity: 0.24;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 2px 2px 0 0;
}

.card-sponsor {
  background: var(--tblr-primary-lt) no-repeat center/100% 100%;
  border-color: var(--tblr-primary);
  min-height: 316px;
}

.dropdown-menu-demo {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 0;
  margin-bottom: 1rem !important;
}

.demo-icon-preview {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.demo-icon-preview i,
.demo-icon-preview svg {
  width: 15rem;
  height: 15rem;
  font-size: 15rem;
  stroke-width: 1.5;
  margin: 0 auto;
  display: block;
}

@media (max-width: 575.98px) {
  .demo-icon-preview i,
  .demo-icon-preview svg {
    width: 10rem;
    height: 10rem;
    font-size: 10rem;
  }
}

.demo-icon-preview-icon pre {
  margin: 0;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}

.demo-dividers > p {
  opacity: 0.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.demo-icons-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -2px -1px 0;
  list-style: none;
}

.demo-icons-list > * {
  flex: 1 0 4rem;
}

.demo-icons-list-wrap {
  overflow: hidden;
}

.demo-icons-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  text-align: center;
  padding: 0.5rem;
  border-right: var(--tblr-border-width) var(--tblr-border-style)
    var(--tblr-border-color);
  border-bottom: var(--tblr-border-width) var(--tblr-border-style)
    var(--tblr-border-color);
  color: inherit;
  cursor: pointer;
}

.demo-icons-list-item .icon {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

.demo-icons-list-item:hover {
  text-decoration: none;
}

.settings-btn {
  position: fixed;
  right: -1px;
  top: 10rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: rgba(var(--tblr-body-color-rgb), 0.04) 0 2px 4px 0;
}

.settings-scheme {
  display: inline-block;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  position: relative;
  border: var(--tblr-border-width) var(--tblr-border-style)
    var(--tblr-border-color);
  box-shadow: rgba(var(--tblr-body-color-rgb), 0.04) 0 2px 4px 0;
}

.settings-scheme-light {
  background: linear-gradient(135deg, #fff 50%, #fcfdfe 50%);
}

.settings-scheme-mixed {
  background-image: linear-gradient(135deg, #182433 50%, #fff 50%);
}

.settings-scheme-transparent {
  background: #fcfdfe;
}

.settings-scheme-dark {
  background: #182433;
}

.settings-scheme-colored {
  background-image: linear-gradient(
    135deg,
    var(--tblr-primary) 50%,
    #fcfdfe 50%
  );
}
.index {
  z-index: 4 !important;
}
.dropdown-menu-columns {
  max-height: 30rem;
  overflow-y: scroll;
}
.full-height {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 96px);
}
.full-heightKB {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 174px);
}
.fill-height {
  flex: 1;
  overflow: hidden;
}
.table-full-in-tab {
    height: calc(100vh - 298px);
    border-bottom: 1px solid #dce0e5;
}

.table-DM {
    height: calc(100vh - 200px);
    border-bottom: 1px solid #dce0e5;
}

#Hen_tbody .table-active {
  --tblr-table-accent-bg: #ffffff00 !important;
}

.mw-400 {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dp-none {
    display: none;
}

.form-imagecheck-input {
  width: 28px !important;
  height: 28px !important;
}
.photoCurrent:hover span {
  display: block !important;
} 
.tab-full-height {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 160px);
}

.table-padding-1 td {
  padding: 0.25rem !important;
}

.full-height-in-tab {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 130px);
}

.table-text .trPhu td {
  padding: 0 !important;
}

.fs-0 {
  font-size: 0px !important;
}

.table-hover {
  cursor: pointer;
}

.second-td-column-TN {
    position: sticky;
    right: 34px;
    background-color: #fff !important;
    z-index: 2 !important;
    min-width: 49.525px;
}

.second-th-column-TN {
    position: sticky;
    right: 34px;
    z-index: 4 !important;
    min-width: 49.525px;
}

.third-td-column-TN {
    position: sticky;
    right: 120.5px;
    background-color: #fff !important;
    z-index: 2 !important;
    min-width: 49.525px;
}

.third-th-column-TN {
    position: sticky;
    right: 120.5px;
    z-index: 4 !important;
    min-width: 104.18px;
}
.fourth-td-column-TN {
    position: sticky;
    right: 224.5px;
    background-color: #fff !important;
    z-index: 2 !important;
    min-width: 49.525px;
}

.fourth-th-column-TN {
    position: sticky;
    right: 224.5px;
    z-index: 4 !important;
    min-width: 49.525px;
}

.tag {
  --tblr-tag-height: 1.5rem;
  border: 1px solid var(--tblr-border-color);
  display: inline-flex;
  align-items: center;
  height: var(--tblr-tag-height);
  border-radius: var(--tblr-border-radius);
  padding: 0 0.5rem;
  background: var(--tblr-bg-surface);
  box-shadow: var(--tblr-box-shadow-input);
  gap: 0.5rem;
}
.tags-list {
  --tblr-list-gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--tblr-list-gap);
}

.full-height-modal {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 146px);
}

#tbody-ToaThuoc .ts-control .item {
  display: inline;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#tbody-ToaThuocPD .ts-control .item {
  display: inline;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#tbody-ToaThuocPD .ts-control {
  padding: 0 0 0 0.5rem !important;
}

.full-modal-fw {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 230px);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 3%); /* Màu đen với độ trong suốt 50% */
  z-index: 1000; /* Chắc chắn div overlay nằm trên tất cả các phần tử khác */
  display: flex ; /* Ban đầu ẩn overlay */
  justify-content: center;
  align-items: center;
}

.hidden-text {
  color: rgba(0, 0, 0, 0) !important; /* Màu đen có độ trong suốt 50% */
}

button.dropdown-item:disabled {
  background-color: #d1d3d7 !important;
  color: #7b7979 !important;
}
.tab-hearder {
  padding: 0.25rem;
}

.tooth-chart {
    display: grid !important;
    grid-template-columns: repeat(16, 50px) !important;
    gap: 2px !important;
    padding: 0px !important;
    /*grid-template-rows: 50px 50px 50px 50px;  */
}

.tooth-chart-TreEm {
    display: grid !important;
    grid-template-columns: repeat(10, 50px) !important;
    gap: 2px !important;
    padding: 0px !important;
    /*grid-template-rows: 50px 50px 50px 50px;  */
}

.tooth-item {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  width: 50px !important;
  cursor: pointer !important;
  flex-direction: column;
}

.tooth-item.empty.first-row {
  height: 20px !important;
}

.tooth-item.empty {
  height: 0px !important;
  width: 50px !important;
  pointer-events: none !important;
}

.tooth-item img {
  height: auto !important;
  width: 40px !important;
  z-index: 1 !important;
}
.tooth-item svg {
  height: auto !important;
  width: 40px !important;
  z-index: 1 !important;
}
.upper-teeth {
  transform: rotate(180deg);
}
.bgt-red {
  fill: url(#bgt-red);
}

.bgt-blue {
  fill: url(#bgt-blue);
}

.bgt-yellow {
  fill: url(#bgt-yellow);
}

.bgt-green {
  fill: url(#bgt-green);
}




#zoomed-image-container {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: auto;
  scrollbar-color: #a9a9a9 #f0f0f0;
}

#zoomed-image {
  max-width: 90%;
  max-height: 90%;
}



.card-format {
  width: 100%; /* Đảm bảo hình ảnh chiếm toàn bộ chiều rộng của thẻ */
    height: 200px; /* Đặt chiều cao cố định cho tất cả hình ảnh */
    object-fit: cover;
}

.btn-group .nav-link.btn.active {
  background-color: #206bc4;
  color: white !important;
}

#Hen_tbody th, #Hen_tbody td {
  padding: 0 !important;
}
#Hen_tbody .HenBN, #HenNgay_tbody .HenBN {
    direction: rtl;
    text-align: end;
}
#Hen_tbody .HenBN:hover {
    cursor: default;
}
#HenNgay_tbody .HenBN:hover {
  cursor: default;
}
#calendar .text-end {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}


#tbody-LichNghiBV.ThemMoi .table-active {
  background-color: transparent !important;
}
#HenNgay_tbody .table-active {
  --tblr-table-accent-bg: #ffffff00 !important;
}
#Hen_tbody .dropdown:hover {
  background-color: white;
  border-radius: 6px;
}
#HenNgay_tbody .dropdown:hover {
  background-color: white;
  border-radius: 6px;
}

#calendar {
  position: relative; /* Container cha có position: relative */
}

#customTooltip {
  position: absolute; 
  /* các thuộc tính khác */
}

.hidden-for-datetimepicker {
  position: absolute !important;
  width: 0 !important;
  height: 0;
  opacity: 0;
  pointer-events: none;
  left: 30px;
  top:15px;
}
#txtTuanDisplay:read-only {
  background-color: white;
}

.cell {
  padding: 0 !important;
}

@media (max-width: 767.98px) {
    .modal-content .btn-close {
        --tblr-btn-close-opacity: 1 !important;
        background: transparent var(--tblr-btn-close-bg) center/1.2rem auto no-repeat !important;
    }

    input.form-control, input.form-select, input[type="select-one"] {
        font-size: 16px;
        font-weight: 400;
    }

    #tenNhanVien {
        max-width: 30vw;
    }
}

#Hen_tbody td.bg-dark-lt {
  background-color: #d6d1d1 !important;
}

#HenNgay_tbody td.bg-dark-lt {
  background-color: #d6d1d1 !important;
}



#TaiChinh_tbody-LSPhieuDieuTri p.text-truncate:hover {
    white-space: normal !important;
    overflow: visible;
    text-overflow: unset;
    z-index: 1;
    position: relative;
}

#my-context-div {
    position: absolute;
    z-index: 9999;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

#my-context-div .arrow {
    position: absolute;
    top: -10px; /* nằm trên menu */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid rgb(255, 255, 255); /* màu giống nền menu */
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
}
