.button-clear {
  position: absolute;
  top: 96px;
  z-index: 1;
  right: 41vw;
}
.button-help {
  position: absolute;
  top: 96px;
  z-index: 1;
  right: 35vw;
}
table.ti-custom-table thead {
  height: 50px;
}
table.ti-custom-table thead th span {
  font-size: 12px;
  font-weight: bold;
}
.ti-modal-center{
  width: 100%;
  height: 45px;
  margin-top: 2px;
}
.ti-modal .ti-modal-body{
  padding: 16px;
  padding-top: 0rem;
  overflow-y: 0%;
}
.header-title-type {
  width: 100%;
  min-height: 50px; /* ใช้ min-height เพื่อให้มีความยืดหยุ่น */
  margin-bottom: 10px;
  justify-content: space-between; /* จัดเรียงองค์ประกอบภายใน */
  align-items: center; /* จัดกลางแนวตั้ง */
}