@import url("fonts.css");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Roboto";
}

:root {
  --primary: #0072bc;
  --text-primary: #0072bc;
  --text-muted: #9ca3af;
}

/* backdrop */
div[class*="bg-gray-900/50"][class*="fixed"] {
  z-index: 8890 !important;
}


/* html:has(.modal),
body:has(.modal) {
  overflow: hidden;
} */

.modal {
  z-index: 9999 !important;
  animation: popupFadeIn 0.25s ease forwards;
}

.modal>div {
  animation: popupSlideUp 0.25s ease forwards;
}

.modal.modal-alert {
  animation: popupFadeIn 0.15s ease forwards;
}

.modal.modal-alert>div {
  animation: popupSlideUp 0.15s ease forwards;
}

.modal form {
  font-size: 0.9rem;
}

.modal .filepond--root {
  margin-bottom: 0;
}

.filepond--credits {
  display: none !important;
}

.filepond--drop-label {
  font-size: 0.9rem !important;
}

.form-label,
.modal .form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.modal .modal-title {
  color: var(--text-primary);
  font-weight: 600;
  line-height: normal;
}

/* modal alert */
.modal-alert {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(40, 40, 40, 0.55);
  backdrop-filter: blur(2px);
}

.modal-content {
  width: 90%;
  max-width: 460px;
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  /* background: #f8fafc; */
  background: #fff;
  border: 1px solid #d8dee6;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.modal-warning-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* Chỉ rung dấu ! */
.warning-mark {
  transform-box: fill-box;
  transform-origin: center;
  animation: shakeWarning 1.6s ease-in-out infinite;
}

@keyframes shakeWarning {

  0%,
  100% {
    transform: rotate(0deg);
  }

  12% {
    transform: rotate(-10deg);
  }

  24% {
    transform: rotate(10deg);
  }

  36% {
    transform: rotate(-6deg);
  }

  48% {
    transform: rotate(6deg);
  }

  60% {
    transform: rotate(-3deg);
  }

  72% {
    transform: rotate(3deg);
  }
}

.animate-icon.success .success-circle {
  stroke-dasharray: 57;
  stroke-dashoffset: -57;
  transform-origin: center;
  transform: rotate(-180deg);
  animation: circleDraw 0.4s ease forwards;
}

.animate-icon.success path.success {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
  animation: tickDraw 0.7s ease forwards 0.3s;
}

@keyframes circleDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes tickDraw {
  to {
    stroke-dashoffset: 0;
  }
}

.animate-icon.error .error {
  transform-origin: center;
  animation: errorShake 1.6s ease-in-out infinite;
}

@keyframes errorShake {

  0%,
  60%,
  100% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(-8deg);
  }

  10% {
    transform: rotate(8deg);
  }

  15% {
    transform: rotate(-6deg);
  }

  20% {
    transform: rotate(6deg);
  }

  25% {
    transform: rotate(-3deg);
  }

  30% {
    transform: rotate(0deg);
  }
}

.modal-alert .modal-title {
  font-weight: 700;
  color: #374151;
  margin-top: 0.5rem;
}

.modal-alert .modal-description {
  line-height: 1.6;
  color: #6b7280;
  margin-top: 0.5rem;
}

.modal-alert .modal-actions {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.modal-alert .modal-actions a,
.modal-alert .modal-actions button {
  min-width: 150px;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 8px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #fff;
}

#cp-modal-root.modal-alert .modal-actions a,
#cp-modal-root.modal-alert .modal-actions button {
  min-width: 90px;
}

.modal-alert .modal-actions.actions-custom button {
  min-width: auto;
  padding: 0.5rem 1.25rem;
}

.modal-alert .btn-exit,
.modal-alert .overwrite,
.modal-alert .danger {
  background: #e02424;
  color: #fff;
}

.modal-alert .btn-exit:hover,
.modal-alert .overwrite:hover,
.modal-alert .danger:hover {
  background: #d11a2a;
  color: #fff;
}

.modal-alert .btn-close-modal,
.modal-alert .rename,
.modal-alert .primary {
  background: #007bff;
  color: #fff;
}

.modal-alert .btn-close-modal:hover,
.modal-alert .rename:hover,
.modal-alert .primary:hover {
  background: #1f6fd6;
  color: #fff;
}

.modal-alert .cancel,
.modal-alert .secondary {
  background: #f3f4f6;
  color: #111827 !important;
  /* border: 1px solid #e5e7eb !important; */
}

.modal-alert .cancel:hover,
.modal-alert .secondary:hover {
  background: #d1d5db;
  color: #111827 !important;
}

.d-none {
  display: none !important;
}

table .td-div-icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

table .spn-trang-thai-nv-chua-ht {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #fef3c7;
  color: #92400e;
}

[multiple],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  font-size: 0.9rem !important;
  font-weight: 400;
}

[multiple][disabled],
[type=date][disabled],
[type=datetime-local][disabled],
[type=email][disabled],
[type=month][disabled],
[type=number][disabled],
[type=password][disabled],
[type=search][disabled],
[type=tel][disabled],
[type=text][disabled],
[type=time][disabled],
[type=url][disabled],
[type=week][disabled],
textarea[disabled],
[type=radio][disabled],
[type=checkbox][disabled] {
  background-color: #f8f9fa;
  color: #495057;
  cursor: not-allowed;
}

.disabled {
  cursor: not-allowed !important;
}

@media (min-width: 1200px) {

  [multiple],
  [type=date],
  [type=datetime-local],
  [type=email],
  [type=month],
  [type=number],
  [type=password],
  [type=search],
  [type=tel],
  [type=text],
  [type=time],
  [type=url],
  [type=week],
  select,
  textarea {
    font-size: 1rem !important;
  }

  .filepond--drop-label {
    font-size: 1rem !important;
  }

  .modal-alert .modal-actions a,
  .modal-alert .modal-actions button {
    padding: 0.6rem 0.75rem;
  }
}

[multiple]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
  border-color: #0072bc !important;
  box-shadow: none !important;
}

table .p0dieu0kien0hoan0thanh {
  font-size: 0.825rem;
  color: #6b7280;
  display: block;
  margin-top: 8px;
  text-align: left;
}

.single-line-ellipsis,
.two-lines-ellipsis,
.three-lines-ellipsis,
.four-lines-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical
}

.single-line-ellipsis {
  -webkit-line-clamp: 1
}

.two-lines-ellipsis {
  -webkit-line-clamp: 2
}

.three-lines-ellipsis {
  -webkit-line-clamp: 3
}

.four-lines-ellipsis {
  -webkit-line-clamp: 4
}

.d-flex {
  display: flex;
}

.flex-coumn {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-item-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center
}

.justify-content-start {
  justify-content: start
}

.justify-content-end {
  justify-content: end
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.w-auto {
  width: auto;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}

.no-shadow {
  box-shadow: none !important;
}

.shadow-default {
  box-shadow: rgba(0, 0, 0, 0.08);
}

.text-muted {
  color: #9ca3af;
  font-style: italic;
}

.text-blue,
.text-primary {
  color: #0072bc !important;
}

.text-blue:hover,
.text-primary:hover {
  color: #00aeef !important;
}

.text-red,
.text-red.no-hover,
.text-red.no-hover:hover,
.text-danger,
.text-danger.no-hover,
.text-danger.no-hover:hover {
  color: #dc3545 !important;
}

.text-red:hover,
.text-danger:hover {
  color: #a71d2a !important;
}

.text-green,
.text-success {
  color: #10b981 !important;
}

.text-black {
  color: #212529 !important;
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-nowrap {
  white-space: nowrap;
}

a:has(.text-black):hover {
  text-decoration: none !important;
}

.bg-primary {
  background-color: var(--text-primary);
  color: #fff !important;
}

.bg-success {
  background-color: #059669;
  color: #fff !important;
}

.bg-secondary {
  background-color: #6b7280 !important;
  color: #fff !important;
}

.bg-red,
.bg-danger {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.bg-primary:hover {
  background-color: #00B4DB;
  color: #fff !important;
}

.bg-success:hover {
  background-color: #10b981;
  color: #fff !important;
}

.bg-red:hover,
.bg-danger:hover {
  background-color: #e55363 !important;
  color: #fff !important;
}

.bg-gradient-blue {
  background: linear-gradient(to right, #0072BC, #00B4DB) !important;
  color: #fff;
}

.bg-gradient-green {
  background: linear-gradient(to right, #059669, #10b981) !important;
  color: #fff;
}

.bg-purple-blue {
  background: linear-gradient(90deg, #ece7ff 0%, #f5ecff 45%, #dff7ff 100%);
}

.outline-primary {
  border: 1px solid #0072bc !important;
}

.outline-success {
  border: 1px solid #059669 !important;
}

.outline-secondary {
  border: 1px solid #6b7280 !important;
}

.outline-danger {
  border: 1px solid #dc3545 !important;
}

.outline-primary:hover {
  background-color: #0072bc !important;
  color: #fff !important;
}

.outline-success:hover {
  background-color: #059669 !important;
  color: #fff !important;
}

.outline-secondary:hover {
  background-color: #6b7280 !important;
  color: #fff !important;
}

.outline-danger:hover {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.border-default {
  border: 1px solid rgba(0, 0, 0, 0.122);
}

a.a-active {
  color: var(--text-primary);
}

a.a-active:hover {
  color: #00aeef;
  text-decoration: underline;
}

.btn-xs {
  gap: 0.1rem;
  padding: 0.4rem 0.75rem;
}

.btn-sm {
  gap: 0.25rem;
  padding: 0.5rem 1rem;
}

@media (max-width:599.9px) {

  .flex.items-center.justify-between.w-100:has(> .tieude):has(> .a-return) {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0.25rem;
  }

  a.a-return {
    width: 100%;
    justify-content: flex-end;
  }
}

a.a-return {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  line-height: 1;
  color: var(--text-primary);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-xs {
  font-size: 0.8rem !important;
}

.text-sm {
  font-size: 0.9rem !important;
}

.text-md {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.1rem !important;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.hide-scrollbar::-webkit-scrollbar {
  display: none
}

.hide-scrollbar.-ms-overflow-style {
  display: none
}

.scrollToTop {
  position: fixed;
  right: 35px;
  bottom: 40px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #0072BC;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity .3s ease,
    transform .3s ease,
    visibility .3s ease;
  z-index: 10;
  pointer-events: none;
}

.scrollToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.scrollToTop:hover {
  transform: translateY(-3px);
  background: #00aeef;
}

.scrollToTop svg {
  transition: transform .25s ease;
}

.scrollToTop:hover svg {
  transform: translateY(-1px);
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  z-index: 8888;
  width: 100%;
  box-sizing: border-box;
  padding: 0px !important;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  background-color: white;
  color: #fff;
  border-bottom: 1px solid #eeeeee;
  box-shadow: none;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.container-header {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-collapse-menu,
.btn-collapse-menu-mobile,
.btn-notification,
.btn-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  overflow: visible;
  background-color: transparent;
  color: #000000;
  text-decoration: none;
  text-align: center;
  border: 0;
  outline: 0;
  margin: 0;
  border-radius: 50%;
  flex: 0 0 auto;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.notification-info {
  display: flex;
  align-items: center;
}

.div-notification {
  margin-top: 4px;
}

.span-notification img {
  width: 24px;
  height: 24px;
}

.count-notification {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 1;
  font-size: 0.7rem;
  line-height: 1;
  min-width: 16px;
  height: 16px;
  padding: 4px;
  border-radius: 10px;
  background-color: #dc3545;
  color: #fff;
  transform: scale(1) translate(50%, -50%);
  transform-origin: 100% 0%;
  transition: transform 195ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(0) translate(50%, -50%);
  -moz-transform: scale(0) translate(50%, -50%);
  -ms-transform: scale(0) translate(50%, -50%);
  transform: scale(0) translate(50%, -50%);
}

.count-notification.visible {
  -webkit-transform: scale(1) translate(50%, -50%);
  -moz-transform: scale(1) translate(50%, -50%);
  -ms-transform: scale(1) translate(50%, -50%);
  transform: scale(1) translate(50%, -50%);
}

.div-info {
  margin-left: 1.5rem;
}

audio {
  height: 3rem;
}

.img-user {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
}

.custom-popup {
  animation: popupFadeIn 0.25s ease forwards;
}

.custom-popup.closing {
  animation: popupFadeOut 0.25s ease forwards;
}

.custom-popup>div {
  animation: popupSlideUp 0.25s ease forwards;
}

.custom-popup.closing>div {
  animation: popupSlideDown 0.25s ease forwards;
}

@keyframes popupFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes popupFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes popupSlideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@keyframes popupSlideDown {
  from {
    opacity: 0;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(10px);
  }
}

.popup-profile {
  /* top: 5rem !important; */
  min-width: 15rem;
  left: auto !important;
  right: 1.5rem !important;
  z-index: 8889;
  pointer-events: auto;
  position: fixed;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.popup-profile .div-popup-profile {
  border: 1px solid #eee;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  /* min-width: 12rem;
  max-width: 22rem; */
  overflow-wrap: break-word;
  font-weight: 500;
  position: relative;
  padding: 0.5rem;
  background-color: white;
  color: black;
}

.profile-item {
  border-radius: 0.5rem;
  padding: 0.75rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.5rem 1rem;
  /* height: 2.5rem; */
}

.profile-item:hover {
  background-color: var(--text-primary);
  color: #fff;
}

.profile-item:hover .p0dang0xuat {
  color: #fff;
}

.div-img-avatar,
.div-icon-logout {
  height: 2.5rem;
  width: 2.5rem;
  background-color: #eee;
  border-radius: 50%;
  margin-right: 0.75rem;
  display: flex;
  justify-content: center;
}

.img-avatar,
.icon-logout {
  height: 100%;
  text-align: center;
  object-fit: cover;
  color: transparent;
  border-radius: 50%;
}

.main0container {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.menu0trai {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 17.5rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-transition: width 225ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  transition: width 225ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  overflow-x: hidden;
}

.menu0trai0thu0nho {
  width: 3.5625rem;
  box-sizing: border-box;
  overflow-x: hidden;
  flex: 0 0 auto;
  white-space: nowrap;
  transition: width 195ms cubic-bezier(0.4, 0, 0.6, 1);
}

.menu0trai0thu0nho .div0menu0trai {
  overflow-x: hidden;
  width: 3.5625rem;
  transition: width 195ms cubic-bezier(0.4, 0, 0.6, 1);
  background-color: #fff;
  border-right: 1px solid #eee;
}

.div0menu0trai {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: width 225ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  box-shadow: none;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  z-index: 1200;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  outline: 0;
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.div0nho0cho0di0dong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0px 8px;
  /* height: 5rem; */
}

.ul0menu0trai {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}

.a0menu0trai {
  color: #212529 !important;
}

.a0menu0trai:hover {
  /* color: #fff !important; */
  text-decoration: none;
}

.li0menu0trai {
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  display: block;
}

.btn0menu0trai0cho0di0dong {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.spn0menu0trai0cho0di0dong {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset: 0px;
  border-radius: inherit;
}

.hr0chia0menu0trai {
  margin: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  border-bottom-width: thin;
}

.li0div0menu0trai0container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  min-height: 3rem;
  text-decoration: none;
  border: none;
  outline: none;
  border-radius: 0.5rem;
  padding: 0;
  margin: 0.75rem;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-tap-highlight-color: transparent;
}

.li0div0menu0trai0container.active {
  background-color: var(--text-primary);
  color: #fff;
}

.li0div0menu0trai0container:hover {
  background-color: #00aeef;
  color: #fff;
}

.div0bao0icon0li0menu0trai {
  min-width: 56px;
  color: rgba(0, 0, 0, 0.54);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.75rem;
  color: black;
}

.div0bao0icon0li0menu0trai.active,
.li0div0menu0trai0container:hover .div0bao0icon0li0menu0trai {
  color: white;
}

.div0bao0text0li0menu0trai {
  flex: 1 1 auto;
  min-width: 0px;
  margin: 0px;
}

.spn0li0menu0trai {
  margin: 0;
  font-family: 'Roboto', 'Open Sans';
  font-weight: 400;
  padding-left: 0.75rem;
  line-height: normal;
  letter-spacing: 0.02rem;
  display: block;
}

.div0che0phu {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  z-index: 1199;
  transition: opacity 195ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
}

.div0che0phu.visible {
  opacity: 1;
  visibility: visible;
}

/* .dashboard {
  min-height: calc(100vh - 7.9rem);
} */

.dashboard {
  min-height: calc(100vh - 8.1rem);
}

.main0container0right {
  box-sizing: border-box;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 100%;
}

.khu0vuc0footer {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 1.5rem;
  background-color: white;
  position: relative;
  z-index: 1;
}

.khu0vuc0footer0trai {
  margin: 0;
  box-sizing: border-box;
  flex-direction: row;
}

.spn0copy0right {
  font-family: 'Roboto', 'Open Sans';
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.01rem;
}

.khung0tieu0de {
  min-height: 38px !important;
  max-height: 68px !important;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tieude {
  font-family: 'Roboto', 'Open Sans';
  letter-spacing: 0.05rem;
  line-height: 1.25;
}

.tieude-sm {
  letter-spacing: 0.02rem;
}

.course-item.nodata {
  display: none;
  padding: 1rem;
  color: #757575;
}

/* nội dung */
.khung-bao-lon-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1.5rem;
}

.khung-bao-lon-row:nth-child(2) {
  margin-bottom: 0;
}

.khung-bao-lon {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.khung-bao-lon:has(.khu-vuc-ben-trai) {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.div-icon {
  display: flex;
}

/* dropdown */
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%
}

.dropdown-toggle {
  background: white;
  border: 1px solid #ccc;
  color: #757575;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown .dropdown-menu.show {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  margin-top: 2px;
  z-index: 13;
  width: 100%;
  color: #757575;
  /* font-size: 0.9rem; */
  width: auto;
}

.dropdown-item {
  height: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}

.dropdown-item.option0active {
  background-color: var(--text-primary);
  color: #fff;
}

.dropdown-item:first-child.option0active,
.dropdown-item:first-child:hover {
  border-radius: 0.5rem 0.5rem 0 0;
}

.dropdown-item:last-child.option0active,
.dropdown-item:last-child:hover {
  border-radius: 0 0 0.5rem 0.5rem;
}

.dropdown-item:first-child:last-child {
  border-radius: 0.5rem !important;
}

.dropdown-item:hover {
  background-color: #00aeef;
  color: #fff;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.4rem;
  font-size: 0.75rem;
  font-weight: 400;
  border-radius: 9999px;
  white-space: nowrap;
}

.status-badge.status-sm {
  padding: 0.5rem 0.75rem;
}

.status-badge.text-wrap {
  white-space: wrap;
}

.status-badge.status-warning.status-number-task {
  font-size: 1rem;
}

.status-badge svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  flex-shrink: 0;
}

.status-badge.status-success {
  background-color: #dcfce7;
  color: #166534;
}

.status-badge.status-warning {
  background-color: #fef3c7;
  color: #92400e;
}

.status-badge.status-info {
  background-color: #edf6ff;
  color: #1976d2;
}

.status-badge.status-danger {
  background-color: #fee2e2;
  color: #991b1b;
}

.status-badge.status-secondary {
  background-color: #f3f4f6;
  color: #4b5563;
}

@media (min-width: 0px) {
  @media (orientation: landscape) {
    .div0nho0cho0di0dong {
      min-height: 48px;
    }
  }

  h1 {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
  }

  h2 {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
  }

  h3 {
    font-size: 1.225rem !important;
    font-weight: 600 !important;
  }

  h4 {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
  }

  h5 {
    font-size: 1.075rem !important;
    font-weight: 600 !important;
  }

  h6 {
    font-size: 1rem !important;
    font-weight: 600 !important;
  }

  .container-header {
    padding: 0.5rem 1rem;
  }

  .profile-item p {
    font-size: 1rem;
  }

  .main0container {
    margin-top: 3.25rem;
  }

  .menu0trai {
    width: 0px;
  }

  .menu0trai .div0menu0trai {
    width: 0px;
  }

  .div0nho0cho0di0dong {
    min-height: 3.5rem;
  }

  .menu0trai0thu0nho .div0menu0trai {
    width: 17.5rem;
    position: fixed;
    z-index: 1201;
  }

  .khu0vuc0footer0trai,
  .khu0vuc0footer0phai {
    width: 100%;
  }

  .khung-bao-lon {
    padding: 1.25rem 1rem;
  }

  .spn0li0menu0trai {
    margin: 0;
    font-family: 'Roboto', 'Open Sans';
    font-weight: 400;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0.02rem;
    display: block;
  }
}


@media (max-width: 599.9px) {
  .img-logo {
    height: 36px;
    max-width: 100%;
  }

  .img-collapse-memu {
    width: 22px;
    height: 22px;
    margin-right: 0.5rem;
  }

  .img-user {
    height: 40px;
    width: 100%;
  }

  .span-notification img {
    width: 22px;
    height: 22px;
  }


  .dashboard {
    min-height: calc(100vh - 6.9rem);
  }
}

@media (min-width: 600px) {

  .container-header {
    padding: 0.75rem 1.5rem;
  }

  .img-logo {
    height: 38px;
    max-width: 100%;
  }

  .img-collapse-memu {
    width: 24px;
    height: 24px;
    margin-right: 0.75rem;
  }

  .img-user {
    height: 42px;
    width: 100%;
  }

  .main0container {
    margin-top: 4.25rem;
  }

  .menu0trai {
    width: 4.5625rem;
  }

  .menu0trai .div0menu0trai {
    width: 4.5625rem;
  }

  .div0nho0cho0di0dong {
    min-height: 4rem;
  }

  .khu0vuc0footer0trai,
  .khu0vuc0footer0phai {
    width: 50%;
  }

  .khung-bao-lon {
    padding: 1.25rem;
  }
}

@media (min-width: 900px) {
  .khung-bao-lon {
    padding: 1.5rem;
  }
}

@media (min-width: 1200px) {

  .div-info {
    margin-left: 2rem;
  }

  h1 {
    font-size: 1.625rem !important;
    font-weight: 700 !important;
  }

  h2 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
  }

  h3 {
    font-size: 1.375rem !important;
    font-weight: 600 !important;
  }

  h4 {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
  }

  h5 {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
  }

  h6 {
    font-size: 1.075rem !important;
    font-weight: 600 !important;
  }

  .menu0trai {
    width: 16rem;
  }

  .menu0trai .div0menu0trai {
    width: 16rem;
  }

  .menu0trai0thu0nho {
    width: 4.5625rem;
  }

  .menu0trai0thu0nho .div0menu0trai {
    width: 4.5625rem;
  }

  table .p0dieu0kien0hoan0thanh {
    font-size: 0.9rem;
    color: #6b7280;
    display: block;
    margin-top: 8px;
  }

  .modal form {
    font-size: 1rem;
  }

  .text-xs {
    font-size: 0.9rem !important;
    /* font-weight: 400 !important; */
  }

  .text-sm {
    font-size: 1rem !important;
    /* font-weight: 400 !important; */
  }

  .text-md {
    font-size: 1.1rem !important;
  }

  .text-lg {
    font-size: 1.2rem !important;
  }
}

@media (min-width: 1536px) {
  .menu0trai {
    width: 17.5rem;
  }

  .menu0trai .div0menu0trai {
    width: 17.5rem;
  }
}

@media (min-width: 1730px) {}


/* --------------------------------------------- vailability --------------------------------------------- */
.search-box {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 12px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.div-search .search-input,
.m-div-search .m-search-input,
.search-input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.2s;
}

.div-search .search-input:focus,
.m-div-search .m-search-input:focus,
.search-input:focus {
  outline: none !important;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* --------------------------------------------- vailability --------------------------------------------- */
.div-availability {
  display: block;
  padding: 0.5rem 0.75rem;
  background: #fef3c7;
  border-left: 4px solid #f59e0b;
  border-radius: 8px;
  font-size: 0.825rem;
  line-height: 1.5;
}

.ds-nhiemvu .div-availability {
  text-align: left;
  background: none;
  border-left: none;
}

.ds-nhiemvu .div-availability.border {
  background: #fef3c7;
  border-left: 4px solid #f59e0b;
  border-radius: 8px;
}

@media (min-width: 1200px) {
  .div-availability {
    font-size: 0.9rem;
  }
}

.div-availability ul {
  margin: 0.5rem 0 0 0;
  padding-left: 0.5rem;
  list-style: none;
}

.div-availability li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0.25rem;
}

.div-availability li:before {
  content: "•";
  position: absolute;
  left: 8px;
  color: #f59e0b;
  font-weight: bold;
  font-size: 16px;
}

.ds-nhiemvu .div-availability li:before {
  color: #374151;
}

.div-availability strong {
  color: #92400e;
  font-weight: 600;
}

.ds-nhiemvu .div-availability strong {
  color: #374151;
}

.div-availability a {
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.div-content-html {
  line-height: 1.7;
}

.div-content-html a {
  text-decoration: underline;
  color: var(--text-primary);
}

.div-content-html table {
  border: 1px solid black;
}

.div-content-html table td {
  padding: 0.25rem 0.5rem;
}

.div-content-html p {
  margin-bottom: 0.5rem;
}

.div-timemodified {
  margin-top: 1.5rem;
  font-size: 14px;
}

.table-bordered {
  border-collapse: collapse;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table.p-cell-2 th,
.table.p-cell-2 td {
  padding: 0.5rem;
  text-align: center;
}

.modal-body {
  scrollbar-width: thin;
  scrollbar-color: #999 transparent;
}

.modal-body::-webkit-scrollbar {
  width: 5px;
}

.modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.modal-body::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background: #777;
}


/* --------------------------------------------- DATATABLE --------------------------------------------- */

.datatable-table {
  font-size: 1rem;
}

.datatable-wrapper {
  width: 100%;
}

.datatable-wrapper .datatable-container {
  overflow: auto;
}

.datatable-top {
  padding: 0.75rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.datatable-input {
  padding: 0.5rem 0.75rem;
  font-size: 1rem !important;
  font-weight: 400;
}

.datatable-table .datatable-input:focus {
  font-weight: 400;
}

.datatable-table td,
.datatable-table th {
  vertical-align: middle;
  padding: 0.75rem 0.5rem;
}

.datatable-table th {
  font-weight: 600;
}

.datatable-table .text0link:hover {
  color: var(--text-primary);
  text-decoration: none;
}

@media (min-width: 0px) {

  .div-content-html p,
  .div-content-html span,
  .datatable-table,
  .datatable-input {
    font-size: 0.9rem;
  }
}

@media (min-width: 1200px) {

  .datatable-table,
  .datatable-inputinput,
  .div-content-html p,
  .div-content-html span {
    font-size: 1rem !important;
  }
}

.datatable-wrapper.no-header .datatable-container {
  border-top: 1px solid #d9d9d9;
}

.datatable-wrapper.no-footer .datatable-container {
  border-bottom: 1px solid #d9d9d9;
}

.datatable-top>nav:first-child,
.datatable-top>div:first-child,
.datatable-bottom>nav:first-child,
.datatable-bottom>div:first-child {
  float: left;
}

.datatable-top>nav:last-child,
.datatable-top>div:not(first-child),
.datatable-bottom>nav:last-child,
.datatable-bottom>div:last-child {
  float: right;
}

.datatable-selector {
  padding: 6px;
}

.datatable-info {
  margin: 7px 0;
}

/* PAGER */
.datatable-pagination ul {
  margin: 0;
  padding-left: 0;
}

.datatable-pagination li {
  list-style: none;
  float: left;
}

.datatable-pagination li.datatable-hidden {
  visibility: hidden;
}

.datatable-pagination a,
.datatable-pagination button {
  border: 1px solid transparent;
  float: left;
  margin-left: 2px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.datatable-pagination a:hover,
.datatable-pagination button:hover {
  background-color: #d9d9d9;
}

.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover,
.datatable-pagination .datatable-active button,
.datatable-pagination .datatable-active button:focus,
.datatable-pagination .datatable-active button:hover {
  background-color: #d9d9d9;
  cursor: default;
}

.datatable-pagination .datatable-ellipsis a,
.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-ellipsis button,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
  pointer-events: none;
  cursor: default;
}

.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
  cursor: not-allowed;
  opacity: 0.4;
}

.datatable-pagination .datatable-pagination a,
.datatable-pagination .datatable-pagination button {
  font-weight: bold;
}

/* TABLE */
.datatable-table {
  max-width: 100%;
  width: 100%;
  border-spacing: 0;
  /* border-collapse: separate; */
}

.datatable-table>thead>tr>th {
  vertical-align: bottom;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
}

.datatable-table>tfoot>tr>th {
  vertical-align: bottom;
  text-align: left;
  border-top: 1px solid #d9d9d9;
}

.datatable-table th {
  vertical-align: bottom;
  text-align: left;
}

.datatable-table th a {
  text-decoration: none;
  color: inherit;
}

.datatable-table th button,
.datatable-pagination-list button {
  color: inherit;
  border: 0;
  background-color: inherit;
  cursor: pointer;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.datatable-sorter,
.datatable-filter {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

.datatable-sorter::before,
.datatable-sorter::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  opacity: 0.5;
}

.datatable-sorter::before {
  border-top: 4px solid #000;
  bottom: 0px;
}

.datatable-sorter::after {
  border-bottom: 4px solid #000;
  border-top: 4px solid transparent;
  top: 0px;
}

.datatable-ascending .datatable-sorter::after,
.datatable-descending .datatable-sorter::before,
.datatable-ascending .datatable-filter::after,
.datatable-descending .datatable-filter::before {
  opacity: 0.6;
}

.datatable-filter::before {
  content: "";
  position: absolute;
  right: 4px;
  opacity: 0.2;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-radius: 50%;
  border-top: 10px solid #000;
  top: 25%;
}

.datatable-filter-active .datatable-filter::before {
  opacity: 0.6;
}

.datatable-empty {
  text-align: center;
}

.datatable-empty .datatable-top {
  text-align: left;
}

.datatable-top::after,
.datatable-bottom::after {
  clear: both;
  content: " ";
  display: table;
}

table.datatable-table:focus tr.datatable-cursor>td:first-child {
  border-left: 3px blue solid;
}

table.datatable-table:focus {
  outline: solid 1px black;
  outline-offset: -1px;
}

.datatable-wrapper .datatable-bottom {
  padding: 1rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.datatable-wrapper .datatable-search {
  flex: 1;
}

.datatable-pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  /* border: 1px solid #e2e8f0; */
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.datatable-pagination ul:empty {
  display: none;
}

.datatable-pagination li {
  margin: 0;
}

.datatable-pagination li:not(:last-child) a {
  border-right: 1px solid #e2e8f0;
}

.datatable-wrapper .datatable-pagination {
  margin-left: auto;
}

@media (max-width: 639.9px) {
  .datatable-wrapper .datatable-pagination {
    margin-left: 0;
  }

  .datatable-pagination ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
  }

  .datatable-pagination a {
    padding: 0.4rem 0.7rem;
    font-size: 1rem;
  }

  .datatable-search .datatable-input {
    width: 100%;
  }

  .datatable-table .datatable-input {
    width: 94.3%;
  }

  .datatable-wrapper .datatable-search {
    flex: 1;
  }
}