:root {
  --sideMenuWidth: 120px;
  --sideMenuWidthMb: 64px;
  --navHeight: 60px; }

@font-face {
  font-family: "Kanit";
  font-style: normal;
  src: url("../fonts/Kanit-Regular.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Kanit";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Kanit-Light.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Mitr";
  font-style: normal;
  src: url("../fonts/Mitr-Regular.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Mitr-Light";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Mitr-Light.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir_95_Black.ttf"); }
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype"); }
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  src: url(../../../dist/fonts/vendor/font-awesome/fontawesome-webfont.eot);
  /* For IE6-8 */
  src: local("Material Icons"), url(../../../dist/fonts/vendor/font-awesome/fontawesome-webfont.woff2) format("woff2"), url(../../../dist/fonts/vendor/font-awesome/fontawesome-webfont.woff) format("woff"), url(../../../dist/fonts/vendor/font-awesome/fontawesome-webfont.ttf) format("truetype"); }
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga"; }

.text-error, .error {
  color: red;
  font-weight: normal; }

body {
  font-family: "Mitr-Light";
  font-size: 18px;
  height: 100%; }

.login-container {
  padding: 50px 53px 40px 40px;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/images/icons/wallpaper.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 695px;
  margin-left: 30%;
  min-height: 800px; }

.purchase-home {
  width: 100%; }

.purchase-password-section {
  margin-top: 10px;
  margin-bottom: 26px; }

.text-section {
  min-width: 325px;
  height: 45px;
  border-radius: 10px; }

.purchase-home-login {
  font-size: 24px;
  padding: 16px 50px 16px 50px;
  background-color: #fcba12;
  border-radius: 15px;
  font-weight: bold;
  margin-left: 20px; }

.login-text {
  min-width: 70px; }

.logo-img {
  margin-left: 20px;
  max-width: 450px;
  max-height: 350px; }

.logo-title img {
  height: 50px;
  object-fit: contain; }

.logo-title {
  display: flex;
  align-items: center;
  gap: 16px; }

.table-color {
  background-color: #b7ae9e !important; }

.page-header {
  font-size: 24px;
  font-weight: bold; }

.table tbody tr td {
  vertical-align: middle; }

.overlay-open .bars:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

.overlay-open .bars:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.overlay-open .sidebar {
  margin-left: 0;
  z-index: 800; }

body.show-sidebar .sidebar {
  margin-left: 50px !important; }

body.overlay-open #leftsidebar {
  transform: translateX(0); }

#leftsidebar {
  transition: all 0.5s;
  /* Apply slow transition to 'transform' */ }

/* Close sidebar when body has 'ls-closed' */
body.ls-closed #leftsidebar {
  transform: translateX(-100%); }

body.ls-closed #app {
  padding-left: 0 !important; }

body.overlay-open #app {
  padding-left: var(--sideMenuWidth) !important;
  /* or your sidebar width */ }

/* Optional overlay effect */
body.overlay-open::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  /* Add a transparent background */ }

.purchase-navbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 64px;
  width: 100%;
  z-index: 1000;
  background-color: #FABD14; }

#app {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-top: var(--navHeight);
  padding-left: var(--sideMenuWidth);
  transition: all 0.5s;
  z-index: 1000; }
  #app .btn-cancel {
    border: 1px solid #212529; }
  #app .btn-blue {
    background-color: #366afc !important;
    border-color: #366afc !important;
    color: white; }
  #app .btn-white {
    background-color: white !important;
    border-color: rgba(0, 0, 0, 0.127) !important;
    color: black; }
  #app .text-light-blue {
    color: #87cefa; }
  #app .card:not(.card-horizontal) .card-header {
    padding: 5px 20px; }
  #app .card-header-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }

.title-purchase {
  font-size: 24px;
  font-weight: bold;
  color: #212529; }

.table th.fit,
.table td.fit {
  white-space: nowrap;
  width: 1%; }

.font-bold {
  font-weight: bold; }

.container-main-admin {
  padding-left: 30px;
  padding-right: 30px; }

.browse-preview-image-account {
  width: 150px;
  height: 150px;
  object-fit: cover; }

.text-required {
  color: red; }

.purchase-account {
  background-color: transparent; }

.header-purchase {
  background-color: #FEBB12;
  position: fixed;
  height: 100dvh;
  top: 64px;
  width: var(--sideMenuWidth);
  padding: 12px 12px 0;
  border-right: 1px solid #d4d4d4;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  /* Hidden by default */
  transition: all 0.2s;
  z-index: 501; }
  .header-purchase .header-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow-x: hidden; }
    .header-purchase .header-title .logo-title {
      display: flex;
      align-items: center;
      gap: 16px; }
      .header-purchase .header-title .logo-title img {
        width: 50px;
        height: 50px;
        object-fit: contain; }
      .header-purchase .header-title .logo-title .txt-x7 {
        font-size: 20px;
        font-weight: 600;
        color: #212529; }
    .header-purchase .header-title .m-bars {
      border: none;
      background: transparent;
      justify-self: center;
      padding: 0 6px; }
      .header-purchase .header-title .m-bars svg {
        width: 12px;
        height: 12px;
        fill: #6c757d; }
  .header-purchase .header-menu {
    flex: 1;
    overflow-y: auto;
    max-height: 85vh;
    overflow-x: hidden; }
    .header-purchase .header-menu .main-menu-group {
      padding: 20px; }
  .header-purchase .header-footer {
    overflow-x: hidden; }
    .header-purchase .header-footer .main-menu-group {
      padding: 20px; }
  .header-purchase .header-menu .main-menu-group,
  .header-purchase .header-footer .main-menu-group {
    top: 70px;
    padding: 0;
    border-bottom: 1px solid #eceff1;
    margin-bottom: 0; }
    .header-purchase .header-menu .main-menu-group .main-menu-item,
    .header-purchase .header-footer .main-menu-group .main-menu-item {
      list-style: none;
      background-color: transparent;
      padding: 8px 8px;
      margin: 12px 0;
      border-radius: 4px; }
      .header-purchase .header-menu .main-menu-group .main-menu-item.active,
      .header-purchase .header-footer .main-menu-group .main-menu-item.active {
        background-color: #C88C00; }
      .header-purchase .header-menu .main-menu-group .main-menu-item.active-main,
      .header-purchase .header-footer .main-menu-group .main-menu-item.active-main {
        background-color: #C88C00; }
      .header-purchase .header-menu .main-menu-group .main-menu-item:hover,
      .header-purchase .header-footer .main-menu-group .main-menu-item:hover {
        background-color: #E6A000; }
      .header-purchase .header-menu .main-menu-group .main-menu-item .main-menu-link,
      .header-purchase .header-footer .main-menu-group .main-menu-item .main-menu-link {
        display: flex;
        text-decoration: none !important;
        align-items: center; }
        .header-purchase .header-menu .main-menu-group .main-menu-item .main-menu-link .menu-ic-img,
        .header-purchase .header-footer .main-menu-group .main-menu-item .main-menu-link .menu-ic-img {
          width: 25px;
          height: 30px;
          object-fit: contain; }
        .header-purchase .header-menu .main-menu-group .main-menu-item .main-menu-link span,
        .header-purchase .header-footer .main-menu-group .main-menu-item .main-menu-link span {
          font-size: 16px;
          font-weight: 600;
          color: white;
          line-height: 24px;
          margin: 0 8px; }
  .header-purchase .header-footer .main-menu-group {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 0; }
  .header-purchase #inbound-list,
  .header-purchase #outbound-list,
  .header-purchase #report-list,
  .header-purchase #operation-list,
  .header-purchase #settings-list {
    background-color: #f8f9fa;
    border-radius: 4px;
    margin-top: 12px;
    overflow-x: auto;
    padding: 8px; }
    .header-purchase #inbound-list ul,
    .header-purchase #outbound-list ul,
    .header-purchase #report-list ul,
    .header-purchase #operation-list ul,
    .header-purchase #settings-list ul {
      padding-left: 0; }
      .header-purchase #inbound-list ul li,
      .header-purchase #outbound-list ul li,
      .header-purchase #report-list ul li,
      .header-purchase #operation-list ul li,
      .header-purchase #settings-list ul li {
        padding: 6px 6px;
        margin: 0; }
        .header-purchase #inbound-list ul li .main-menu-link span,
        .header-purchase #outbound-list ul li .main-menu-link span,
        .header-purchase #report-list ul li .main-menu-link span,
        .header-purchase #operation-list ul li .main-menu-link span,
        .header-purchase #settings-list ul li .main-menu-link span {
          font-size: 14px;
          font-weight: 100;
          line-height: 20px; }

.img-sidebar-section {
  width: 25px;
  height: 30px; }

.excel {
  width: 24px;
  height: 20px; }

.checkbox-large {
  width: 20px;
  height: 20px; }

.btn-link {
  font-weight: 400 !important;
  color: #007bff;
  text-decoration: none !important; }

.hidden {
  display: none;
  /* Hide the file input */ }

.admin-text {
  font-weight: 400 !important; }

.row-pagination {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }
  .row-pagination.no-margin .pagination {
    margin: 0; }

#calendar-icon {
  cursor: pointer; }

.datepicker {
  margin-top: 20px !important;
  /* Adjust value as needed */ }

#calendar-icon2 {
  cursor: pointer; }

#calendar-icon3 {
  cursor: pointer; }

.calendar-icon {
  cursor: pointer; }

#notification-bell {
  position: relative;
  cursor: pointer; }

#notification-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%; }

#toast {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #333;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  z-index: 9999; }

#notification-dropdown {
  /* Initially hidden */
  display: none;
  position: absolute;
  /* Or 'absolute' if it's inside a relatively positioned container */
  background-color: white;
  /* Or your preferred background */
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  right: 0;
  top: 100%;
  width: 400px;
  overflow-y: auto;
  max-height: 390px;
  cursor: default; }

.notification-item {
  padding: 10px 12px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  position: relative; }

.notification-message {
  font-size: 13px;
  color: #333;
  margin-right: 80px; }

.notification-time {
  font-size: 11px;
  color: #888;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap; }

.supplier-drop {
  max-height: 200px;
  /* Adjust height as needed */
  overflow-y: auto; }

.currency-drop {
  max-height: 200px;
  /* Adjust height as needed */
  overflow-y: auto; }

#app1 {
  display: flex;
  padding-left: 0 !important;
  flex-direction: column;
  align-items: start;
  padding-top: var(--navHeight); }

#form_login {
  margin-top: -40px;
  /* Try different values like -60px, -80px */ }

.table-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  max-width: 100% !important;
  width: 100%;
  max-height: 70vh; }
  .table-wrapper thead tr th {
    position: sticky;
    background-color: #b7ae9e !important;
    top: 0;
    z-index: 2; }

.table-wrapper-report {
  overflow-x: auto;
  overflow-y: auto;
  max-width: 100% !important;
  width: 100%;
  max-height: 60vh; }
  .table-wrapper-report thead tr th {
    position: sticky;
    background-color: #b7ae9e !important;
    top: 0;
    z-index: 3; }

input[type="text"].scrollable-input {
  overflow-x: auto;
  white-space: nowrap; }

.force-zindex {
  z-index: 4 !important; }

.only-arrow {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 30px;
  /* leave space for arrow */ }

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