:root {
  --font-family-base: IBM Plex Sans Thai, sans-serif;
  --bs-font-sans-serif: IBM Plex Sans Thai, sans-serif;
  --bs-font-monospace: IBM Plex Sans Thai, sans-serif;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: #F9FBFD;
}

.sidebar {
  height: 100vh;
  width: 270px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  padding-top: 20px;
  border-right: 1px solid #D8DEE2;
}

.sidebar .menu-label, .sidebar a {
  display: block;
  padding: 10px;
  text-decoration: none;
}

.sidebar hr {
  border-color: #D8DEE2;
  opacity: 1;
}

.content {
  margin-left: 270px;
  padding: 20px;
  background-color: #F9FBFD;
}

body:has(.sidebar.collapsed) .content {
  margin-left: 80px;
}

.btn-logout {
  position: fixed;
  bottom: 50px;
  width: 270px;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.top-offset-2 {
  margin-top: -3rem;
}

@media (max-width: 768px) {
  .top-offset-2 {
    margin-top: 2rem;
  }
}
.c-ps-4 {
  padding-left: 4rem;
}

.data-table.custom-table thead tr:first-child th {
  border-bottom: none;
}

.data-table.custom-table thead tr:nth-child(2) th {
  padding-top: 0;
}

.sidebar {
  transition: width 0.3s;
  z-index: 999;
}
.sidebar.collapsed {
  width: 80px;
}
.sidebar.collapsed .menu-label, .sidebar.collapsed #logo, .sidebar.collapsed .btn-toggle::after, .sidebar.collapsed #account-detail {
  display: none;
}
.sidebar.collapsed .icon {
  display: inline-block;
}
.sidebar.collapsed .menu-item {
  margin-left: 0.5rem;
  justify-content: center;
  padding-left: 0 !important;
}
.sidebar.collapsed #account-image {
  width: 100%;
}
.sidebar.collapsed #sidebarToggle {
  margin-left: -0.8rem;
}

.my-loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  top: 0;
  left: 0px;
  padding-top: 40vh;
  background: rgba(255, 255, 255, 0.8);
}

.tracing-icon {
  height: 100px;
  margin-bottom: 1rem;
}

/*# sourceMappingURL=site.css.map */
