html,
body {
  height: 100%;
  font-size: 14px;
  scroll-behavior: auto !important;
}
@font-face {
    font-family: Krungthep;
    src: url('../fonts/Krungthep.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Kanit;
    src: url('../fonts/Kanit.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: SukhumvitSet-bold;
    src: url('../fonts/SukhumvitSet-bold.ttf')  format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: SukhumvitSet-light;
    src: url('../fonts/SukhumvitSet-light.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: RSU;
    src: url('../fonts/RSU_Regular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: cs-prakasFD;
    src: url('../fonts/csprakasfd-bold.ttf')  format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: BaiJamjuree;
    src: url('../fonts/BaiJamjuree-Light.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: CmPrasanmit;
    src: url('../fonts/CmPrasanmit-Regular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: THSarabun;
    src: url('../fonts/THSarabun.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: angsanaUPC;
    src: url('../fonts/angsanaUPC.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: DilleniaUPC;
    src: url('../fonts/DilleniaUPC.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: DilleniaUPC-bold;
    src: url('../fonts/DilleniaUPC-Bold.ttf')  format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: TH-Baijam;
    src: url('../fonts/TH-Baijam.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: TH-Baijam-Bold;
    src: url('../fonts/TH-Baijam-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-rgt {
  background-color: #3F529F;
}
.loader {
  border: 4px solid #728bf1;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
  margin: auto;
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1062;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-box {
  margin: auto;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.rgt-mask-loading {
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  align-items: center;
  display: flex;
  z-index: 1060;
}
a:hover {
  cursor: pointer;
}
.hover:hover {
  background-color: rgba(255, 255, 255, 0.1)!important;
}
.hover-dark:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.hover-boder-blue {
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: transform 200ms ease;
}
.hover-boder-blue:hover {
  border: 1px solid #0d6efd!important;
  transform: scale(1.02);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.hide {
  display: none;
}

.notify-position {
  position: fixed;
  z-index: 1070;
  top: 50px;
  left: 50%;
  display: block;
  text-align: center;
  transform: translate(-50%, -50%);
}
.notify-content {
  display: inline-block;
  padding: 10px 15px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.notify-success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
.notify-error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
.btn-light {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-light:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.highlight {
  background-color: yellow;
}

.table tbody tr:nth-child(odd) {
  background: #f8f9fa;
}

.rgt-autocomplete {
  font-size: 16px;
}

.rgt_highlight_box {
  background-color: #f5f5f5;
  padding: 10px 10px 10px 10px;
  border: solid;
  border-width: thin;
  border-color: #e3e3e3;
  border-radius: 6px;
}
.rgt_highlight_box .rgt_single_search,
.rgt_highlight_box div {
  margin-bottom: 0px;
}
.rgt_highlight_box input {
  margin-bottom: 0px;
}
/*
.rgt_autocomplete_append {
  opacity: 0.4;
  margin-left: -20px;
  margin-top: 7px;
  position: absolute;
  z-index: 10;
}*/
.rgt_autocomplete_search {
  padding: 4px 20px 4px 6px;
}
.autocomplete-result {
  position: absolute;
  border: 1px solid #b8c7d9;
  display: block;
  background-color: #f5faff;
  z-index: 999;
}
.autocomplete-result .heading {
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
.autocomplete-result .content {
  padding: 0px;
  margin: 0px;
}
.autocomplete-result .detail {
  font-size: 0.8em;
  color: gray;
  padding: 0px;
  margin: 0px;
}
.autocomplete-result-box {
  padding: 5px;
  cursor: pointer;
}
.autocomplete-result .current {
  background-color: #cedff2;
}
.autocomplete-input-box {
  flex-wrap: nowrap !important;
}
.autocomplete-show-box {
  flex-wrap: nowrap !important;
}
.rgt_autocomplete_tag_show {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  padding: 3px 8px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  padding-top: 6px;
  padding-bottom: 6px;
  word-wrap: break-word;
  white-space: normal !important;
  text-align: left !important;
  width:100%;
}
/* SEARCH FORM */
#suggestions {
  position: absolute;
  width: 470px;
  display: block;
  z-index: 999;
}
/* SEARCHRESULTS */
#searchresults {
  margin-top: -5px;
  border-width: 1px;
  border-color: #b8c7d9;
  border-style: solid;
  width: 470px;
  background-color: #b8c7d9;
  line-height: 14px;
}
#searchresults .searchbox {
  display: block;
  background-color: #f5faff;
  clear: left;
  height: 45px;
  text-decoration: none;
}
#searchresults .current {
  background-color: #cedff2;
}
#searchresults .searchbox img {
  float: left;
  padding: 5px 10px;
}
#searchresults .searchbox p.searchheading {
  font-size: 14px;
  font-weight: bold;
  padding: 7px 5px 3px 70px;
  color: #191919;
}

#searchresults .searchbox p {
  font-size: 10px;
  padding-left: 70px;
  margin: 0px 10px 0px 0px;
  color: #555555;
}

#searchresults a:hover {
  text-decoration: none;
}
#searchresults span.category {
  font-size: 11px;
  margin: 5px;
  display: block;
  color: #ffffff;
}
#searchresults span.seperator {
  float: right;
  padding-right: 15px;
  margin-right: 5px; /*background-image:url(../images/shortcuts_arrow.gif);*/
  background-repeat: no-repeat;
  background-position: right;
}
#searchresults span.seperator a {
  background-color: transparent;
  display: block;
  margin: 5px;
  height: auto;
  color: #ffffff;
}

/* SEARCH FORM */
.autocomplete_tag_suggestions {
  position: absolute;
  max-width: 470px;
  display: block;
  z-index: 999;
}
/* SEARCHRESULTS */
.autocomplete_tag_searchresults {
  border-width: 1px;
  border-color: #b8c7d9;
  border-style: solid;
  max-width: 470px;
  background-color: #b8c7d9;
  line-height: 14px;
}
.autocomplete_tag_searchresults .searchbox {
  display: block;
  background-color: #f5faff;
  clear: left;
  height: auto;
  text-decoration: none;
}
.autocomplete_tag_searchresults .current {
  background-color: #cedff2;
}
.autocomplete_tag_searchresults .searchbox img {
  float: left;
  padding: 5px 10px;
}
.autocomplete_tag_searchresults .searchbox p.searchheading {
  font-size: 14px;
  font-weight: bold;
  padding: 7px 5px 3px 70px;
  color: #191919;
}
.autocomplete_tag_searchresults
  .searchbox
  p.searchheading.rgt_searchheading_float_left {
  padding-left: 5px;
  font-weight: normal;
}
.autocomplete_tag_searchresults
  .searchbox
  p.searchheading.rgt_searchheading_float_left_bold {
  padding-left: 5px;
}

.autocomplete_tag_searchresults .searchbox p {
  font-size: 10px;
  padding-left: 70px;
  margin: 0px;
  color: #555555;
}
.autocomplete_tag_searchresults .searchbox .rgt_searchdetail_float_left {
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  color: #555555;
}

.autocomplete_tag_searchresults a:hover {
  text-decoration: none;
}
.autocomplete_tag_searchresults span.category {
  font-size: 11px;
  margin: 5px;
  display: block;
  color: #ffffff;
}
.autocomplete_tag_searchresults span.seperator {
  float: right;
  padding-right: 15px;
  margin-right: 5px; /*background-image:url(../images/shortcuts_arrow.gif);*/
  background-repeat: no-repeat;
  background-position: right;
}
.autocomplete_tag_searchresults span.seperator a {
  background-color: transparent;
  display: block;
  margin: 5px;
  height: auto;
  color: #ffffff;
}
.rgt_autocomplete_loading {
  margin-left: -28px;
  position: absolute;
  z-index: 100;
  margin-top: 5px;
}
/*     End autocomplete person    */
.legend {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.profile-pencil {
  position: absolute;
  right: 10px;
  top: 10px;
}
.form-actions {
  padding-left: 160px;
}
.btn-onclick {
  padding: 0px !important;
  border: 0px !important;
  background-color: transparent !important;
}
.btn-circle {
  display: inline-flex;        /* ให้ข้างในจัดกลาง */
  align-items: center;         /* จัดแนวตั้ง */
  justify-content: center;     /* จัดแนวนอน */
  width: 40px;                 /* กำหนดความกว้าง */
  height: 40px;                /* กำหนดความสูง เท่ากับความกว้าง */
  border-radius: 50%;          /* ทำให้กลม */
  border: 0 !important;
  padding: 0;                  /* กัน padding ทำให้เพี้ยน */
  font-size: unset;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.btn-circle:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.hover-filter:hover {  filter: brightness(90%)!important;
}
.btn-options {
  border: 1px solid rgb(222, 226, 230);;   /* กรอบสีเทาอ่อน */
  border-radius: 8px;       /* มุมโค้ง (ถ้าอยากให้สวย) */
  padding: 8px;             /* ระยะห่างด้านใน */
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.btn-options:hover {
  border-color: rgb(208, 208, 208);
}
/* ตอนเลือก (radio ถูก check) */
.btn-check:checked + .btn-options {
  border-color: #007bff;    /* ใช้สีหลัก Bootstrap (ฟ้า) */
  background-color: #f0f8ff; /* หรือใส่ background อ่อน ๆ */
}
/* ตอนคลิก (active) */
.btn-check + .btn-options:active {
  border-color: #0056b3!important;      /* ฟ้าเข้ม */
  background-color: #e6f2ff;  /* ฟ้าอ่อนกว่า */
}

.modal-picture {
  position: fixed;
  z-index: 1062;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-picture-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  border: 5px solid white;
  width: auto;
}
.modal-picture-tools {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.drop-image {
  height: 380px;
  min-width: 300px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
}
.drop-image-over,
.drop-image:hover {
  border: 2px dashed #0d6efd;
  color: #0d6efd;
}
.drop-image input {
  min-width: 300px;
  width: 100%;
  height: 380px;
  border: none;
  cursor: pointer;
  position: absolute;
}
.drop-image input:focus {
  outline: none;
}
.box--image {
  position: relative;
  max-width: 200px;
  outline: solid 1px red;
}
.upload-picture-edit-box {
  max-width: 620px;
  min-width: 370px;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.upload-picture-img {
  left: 50%;
  top: 50%;
  position: absolute;
  transform-origin: top left;
  transform: translate(-50%, -50%);
}
.upload-picture-crop-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid rgb(102, 102, 102);
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0% 0% transparent;
  cursor: move;
  z-index: 1;
}
.crop-wrapper {
  position: relative;
  display: block;
}

.crop-target {
  display: block;
  max-width: 100%;
  max-height: 500px;
}
.crop-picture-show img {
  display: block;
  max-width: 100%;
  max-height: 500px;
  margin: 0 auto;
}
.upload-picture-dummy-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  background: none repeat scroll 0% 0% transparent;
}
.profile-table {
  font-size: 14px;
  width: 100%;
}
.profile-table th {
  color: gray;
  text-align: right;
  padding-right: 10px;
  font-weight: normal;
  width: 120px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.person-picture-album-left {
  left: 15px;
  top: 50%;
  position: fixed;
  color: #f1f1f1;
  font-size: 24px;
  font-weight: bold;
  transform: translate(0, -50%);
}

.person-picture-album-right {
  right: 15px;
  top: 50%;
  position: fixed;
  color: #f1f1f1;
  font-size: 24px;
  font-weight: bold;
  transform: translate(0, -50%);
}
.hover-upload {
  position: absolute;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.hover-upload:hover {
  opacity: 1;
}
table.table {
  vertical-align: middle;
}
.rgt-modal {
  max-height: 90%;
}
.otp-container {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.otp-input {
  width: 50px;
  height: 55px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s;
}
.otp-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 4px rgba(0,123,255,0.5);
}
@media (max-width: 649px) {
  .rgt-modal {
    max-height: 100%;
  }
}
@media (max-width: 799px) {
  .logo-rgt {
    display: block;
  }
  .logo-rgtcenter {
    display: none;
  }
  #side-bar-container {
    display: none;
  }
  #hide-sidebar-logo {
    display: none;
  }
  #show-sidebar-logo {
    display: block;
  }
  .navbar-rgt-name,
  .navbar-rgt-logo {
    display: none;
  }
  .insert-button-container, .insert-button-container a {
    width: 100%;
  }
  
}
@media (min-width: 800px) {
  .logo-rgt {
    display: none;
  }
  .logo-rgtcenter {
    display: block;
  }
  #side-bar-container {
    display: block;
  }
  #show-sidebar-logo {
    display: none;
  }
  #hide-sidebar-logo {
    display: block;
  }
  .navbar-rgt-name {
    display: block;
  }
  .navbar-rgt-logo {
    width: 160px;
  }  
}
@media (max-width: 1099px) {
  .rgt-projectbar {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .rgt-projectbar select {
    width: 100%;
  }
  .searchbox-index {
    width: auto;
  }
}

@media (min-width: 1100px) {
  .rgt-projectbar {
    float: right;
    margin-bottom: 0px;
  }
  .rgt-projectbar select {
    max-width: 400px;
  }
  .searchbox-index {
    max-width: 300px;
  }
}

@media (min-width: 1280px) {
  .rgt-projectbar select {
    max-width: 500px;
  }
  .searchbox-index {
    max-width: 380px;
  }
}
.sticky-header th {
  position: sticky;
  top:40px;
  background-color: white;
  /*border: 1px solid rgb(222, 226, 230);*/
  box-shadow: 0px 0px 0px 0.75px rgb(222, 226, 230);
  z-index: 4;
}
.sticky-header-no-nav th {
  position: sticky;
  top:0px;
  background-color: white;
  /*border: 1px solid rgb(222, 226, 230);*/
  box-shadow: 0px 0px 0px 0.75px rgb(222, 226, 230);
  background-color: #fff;
}
th.sticky-column {
  position: sticky;
  left: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 0.75px rgb(222, 226, 230);
  z-index: 999;
}
.rgt-table {
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.01);
}
.rgt-table tr td.sticky-column{
  position: sticky;
  left: 0px;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 0.75px rgb(222, 226, 230);
}
.rgt-table tr:nth-child(odd) td.sticky-column{
  position: sticky;
  left: 0px;
  background-color: #f8f9fa;
  box-shadow: 0px 0px 0px 0.75px rgb(222, 226, 230);
  z-index: 998;
}

.table-bordered  td, .table-bordered  tr {
  border-top-color: rgb(222, 226, 230)
}
.table-bordered  tbody td, .table-bordered  tbody tr {
  border-top-width: 0px;
}
.table-bordered  thead th {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
/*Loading*/
.overlay-content {
  position: relative;
  text-align: center;
}
.modal-confirm {
  max-width: 325px;
}
.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  background-color: #FFFF;
}
.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}
.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  display: block;
}
.icon-box {
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  padding: 5px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-confirm .icon-box {
  color: #fff;
  position: absolute;
}
.bg-alert-success {
  background: #65bd0d;
}
.text-header-success {
  color: #304b12;
}
.bg-alert-danger {
  background: #d44b4b;
}
.text-header-danger {
  color: #8f1f1f;
}
.reserve-box {
  position: relative;
}
.reserve-box:before {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 0;
  height: 1px;
  width: 50%; /* or 100px */
  border-bottom: 1px solid rgb(206, 206, 206);
}
.web-button {
  border: 1px solid #dee2e6;
  color: #223861;
  transition: transform 200ms ease;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.web-button:hover {
  border: 1px solid #4063af;
  cursor: pointer;
  color: #2365e0;
  transform: scale(1.02);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}
.web-button:active {
  border: 1.5px solid #4063af;
  background-color: #f5f8fc;
  color: #1353ca;
}

/* Custom style for nested dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

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

.draggable > div {
  transition: transform 200ms ease;
}
.draggable:hover > div {
  cursor: grab;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}


/*summernote*/
.note-icon-close {
  content: "\f10d";
}
.note-icon-caret{
  display: none;
}
.note-btn.dropdown-toggle{
  width: auto!important;
}

/* ซ่อนไอคอนปิดที่เป็นค่าเริ่มต้นของ Summernote */
.note-icon-close::before {
  display: none !important;
}

/* แสดงไอคอนที่เลือกจาก Bootstrap Icons แทน */
.note-icon-close::after {
  /* ใช้ font family ของ Bootstrap Icons */
  font-family: 'bootstrap-icons';
  /* แทนที่รหัส Unicode ด้วยรหัสที่คุณหามา */
  content: "\F659";
  font-style: normal;
}
.note-modal {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1062;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.note-modal-content {
margin: 50px auto;
}

.hover-scale {
  transition: transform 200ms ease;
}
.hover-scale:hover {
  transform: scale(1.02);
}
.hover-up {
  transition: transform 200ms ease;
}
.hover-up:hover {
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Float
--------------------------------------------------------------*/
.animate-float {
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* ขึ้นไป 10px */
  }
  100% {
    transform: translateY(0); /* กลับมาตำแหน่งเดิม */
  }
}
/*--------------------------------------------------------------
# wiggle
--------------------------------------------------------------*/
.animate-wiggle {
  animation: wiggle 5s ease-in-out infinite; /* cycle 5 วินาที */
}
@keyframes wiggle {
  0%, 49%, 100% { transform: translateX(0) rotate(0); }  /* อยู่เฉย 5 วินาที + หลังกระดิก */
  50% { transform: translateX(-3px) rotate(-2deg); }
  52% { transform: translateX(3px) rotate(2deg); }
  54% { transform: translateX(-1px) rotate(-1deg); }
  56% { transform: translateX(0) rotate(0); } /* กระดิกเสร็จ */
}

.table-container table {
 font-size: 12px;
 margin-bottom:10px;
 overflow-x:auto;
}
.rgt_searchbar {
  background-color: #f5f5f5;
}

/*--------------------------------------------------------------
# Divider
--------------------------------------------------------------*/
.divider {
    text-align: center;
    margin: 24px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--bs-secondary-color);
}

.divider::before {
    margin-right: 16px;
}

.divider::after {
    margin-left: 16px;
}

.divider span {
    color: var(--bs-secondary-color);
    font-size: 14px;
    white-space: nowrap;
}

/*--------------------------------------------------------------
# ProgressBar
--------------------------------------------------------------*/
.step-success {
  background-color: rgb(152, 209, 182);
  border-color:rgb(15, 81, 50);
  color:rgb(15, 81, 50);
}

/*--------------------------------------------------------------
# Table Border
--------------------------------------------------------------*/
.table-rounded-bottom-3 {
  border-collapse: separate;
  border-spacing: 0;
}

/* มุมซ้ายล่าง */
.table-rounded-bottom-3 tr:last-child > *:first-child {
  border-bottom-left-radius: 0.5rem; /* Bootstrap rounded-3 */
}

/* มุมขวาล่าง */
.table-rounded-bottom-3 tr:last-child > *:last-child {
  border-bottom-right-radius: 0.5rem; /* Bootstrap rounded-3 */
}