@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Kanit", sans-serif;
}

body {
  overflow-y: scroll !important;
}

@media (max-width: 1200px) {
  #kt_aside.aside-hoverable {
    pointer-events: none;
    /* Disable hover interactions */
  }
}

.parsley-errors-list.filled {
  list-style-type: none;
  /* Remove bullet points */
  padding-left: 0;
  /* Remove left padding */
  color: red;
  /* Change this to your desired color */
}

.text-gray {
  color: #636363;
}

.single-line-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pointer {
  cursor: pointer;
}

.date-icons {
  left: 90% !important;
  top: 1.75rem !important;
  transform: translate(-50%, -50%) !important;
  font-size: 1.2rem !important;
}

.gray-horizontal {
  border-top: 1px solid #E8E8E8;
  width: 100%;
  margin: 10px 0;
}

.object-fit-contain {
  object-fit: contain !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}


.fixed-column {
  position: sticky;
  background: #faf8f8;
  z-index: 1;
}

.left-column {
  left: 0;
}

.right-column {
  right: 0;
}

thead th.fixed-column.left-column,
tbody td.fixed-column.left-column {
  background-color: #faf8f8;
}

thead th.fixed-column.right-column,
tbody td.fixed-column.right-column {
  background-color: #faf8f8;
}

.table.table-row-dashed th,
.table.table-row-dashed td {
  padding: 10px;
}

