@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Lao+Looped:wght@100..900&family=Noto+Sans+Lao:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+Lao:wght@100..900&display=swap');

/* ຟອນ Lao ສຳລັບໜ້າທີ່ໂຫຼດໄຟລ໌ນີ້ — ບໍ່ reset * ເພື່ອບໍ່ແຕະ Bootstrap/AdminLTE */
body.layout-fixed,
body.hold-transition,
.hold-transition {
  font-family: "Noto Sans Lao", "Noto Sans", sans-serif;
}
*{
  font-family: "Noto Sans Lao", "Noto Sans", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ແຖບຟ້າຂ້າງຊ້າຍຂອງກາດເນື້ອຫາ (ເນັ້ນສີຟ້າ ບໍ່ໃຊ້ teal) */
.card.card-accent-primary {
  border-top: 3px solid #007bff;
}

/* ຫົວຕາຕະລາງດຳ: ເພີ່ມ padding ໃຫ້ບໍ່ແແອັດ */
table.table thead.thead-dark th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}
.main-header {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.content-wrapper {
  height: auto !important;      /* override AdminLTE iframe.scss: .content-wrapper { height:100% } */
  min-height: 0 !important;
  overflow-x: hidden;
}

/* AdminLTE + OverlayScrollbars: ແຖບເລື່ອນເມນູຂ້າງບໍ່ແຝງເກີນໄປ */
.main-sidebar .os-scrollbar-vertical {
  opacity: 1 !important;
  visibility: visible !important;
}
.main-sidebar .os-scrollbar-vertical .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.35) !important;
}

/* ກົດ focus ring ບາງຈຸດໃຫ້ກົມກັບຟອມເກົ່າ */
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
}

/* ຕາຕະລາງ admin: ຫຼີກການຕັດແຖວອັດຕະໂນມັດ */
table.table th,
table.table td {
  white-space: nowrap !important;
}
