::-webkit-scrollbar {
  width: 7.5px;
  height: 7.5px;
}

::-webkit-scrollbar-track {
  background: #182027;
}

::-webkit-scrollbar-thumb {
  background: #89b3f7;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #71a4f5;
}

body {
  font-family: "Sarabun";
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

body .my-pagination .pagination .dots {
  color: #7d8ba0;
  border-color: #364047;
  background-color: #3a4248;
  font-size: 15px;
  margin-right: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  padding: 5px 0 5px 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  font-size: 14px;
}

body .my-pagination .pagination .page-item .page-link {
  color: #778498;
  border-color: #364047;
  background-color: #364047;
  font-size: 15px;
  margin-right: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  padding: 5px 0 5px 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  font-size: 14px;
}

body .my-pagination .pagination .page-item .page-link:hover, body .my-pagination .pagination .page-item .page-link.active {
  color: #ffffff;
  background-color: #2a3034;
  border-color: #23282c;
}

body .my-pagination .pagination .page-item .page-link:focus, body .my-pagination .pagination .page-item .page-link.focus {
  background-color: #2a3034;
  border-color: #23282c;
}

body .my-pagination .pagination .page-item .page-link.disabled {
  color: currentColor;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  text-decoration: none;
}

body .container-pagination .search-pagination {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #3a4248;
  border-radius: 10px 10px 0px 0px;
}

body .container-pagination .search-pagination .search-text {
  margin: 0;
  padding: 5px 5px 5px 30px;
  width: 250px;
  height: 30px;
  border: 1px solid #3a4248;
  border-radius: 50px;
  color: #dadbe0;
  background-color: #2e373d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url("search.svg");
  background-repeat: no-repeat;
  background-position: center left 7.5px;
}

body .container-pagination .search-pagination .search-text:focus {
  border: 1px solid #3a4248;
  outline: none;
}

body .container-pagination .table-responsive table.table {
  margin-bottom: 0;
}

body .container-pagination .table-responsive table.table.table-sort thead tr th {
  cursor: pointer;
}

body .container-pagination .table-responsive table.table.table-sort thead tr th::after {
  margin-left: 10px;
  content: url("image/sort.svg");
}

body .container-pagination .table-responsive table.table.table-sort thead tr th.asc::after {
  margin-left: 10px;
  content: url("image/sort_asc.svg");
}

body .container-pagination .table-responsive table.table.table-sort thead tr th.desc::after {
  margin-left: 10px;
  content: url("image/sort_desc.svg");
}

body .container-pagination .table-responsive table.table.table-sort thead tr th.no-sort {
  pointer-events: none;
}

body .container-pagination .table-responsive table.table.table-sort thead tr th.no-sort::after {
  margin-left: 0px;
  content: '';
}

body .container-pagination .table-responsive table.table.table-no-sort thead tr th {
  pointer-events: none;
}

body .container-pagination .table-responsive table.table.table-no-sort thead tr th::after {
  margin-left: 10px;
  content: '';
}

body .container-pagination .table-responsive table.table thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  border: 0;
  background-color: #2e373d;
  font-weight: 500;
  color: #a5aabe;
  border-bottom: 1px solid #232b32;
  font-size: 14px;
  font-weight: 500;
}

body .container-pagination .table-responsive table.table thead th:first-child {
  padding-left: 15px;
}

body .container-pagination .table-responsive table.table thead th:last-child {
  padding-right: 15px;
}

body .container-pagination .table-responsive table.table tbody tr.active {
  background-color: #3a4248;
}

body .container-pagination .table-responsive table.table tbody tr.tr-link:hover {
  background-color: #3a4248;
}

body .container-pagination .table-responsive table.table tbody td {
  border-top: 1px solid #232b32;
  border-bottom: 1px solid #232b32;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  background-color: transparent;
  color: #dadbe0;
  font-size: 14px;
}

body .container-pagination .table-responsive table.table tbody td:first-child {
  padding-left: 15px;
}

body .container-pagination .table-responsive table.table tbody td:last-child {
  padding-right: 15px;
}

body .container-pagination .table-responsive table.table tfoot th,
body .container-pagination .table-responsive table.table tfoot td {
  background-color: #181d20;
  border-top: 1px solid #232b32;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  color: #dadbe0;
  padding-bottom: 10px;
  font-weight: 500;
}

body .container-pagination .table-responsive table.table tfoot th:first-child,
body .container-pagination .table-responsive table.table tfoot td:first-child {
  padding-left: 15px;
  border-radius: 0 0 0 10px;
}

body .container-pagination .table-responsive table.table tfoot th:last-child,
body .container-pagination .table-responsive table.table tfoot td:last-child {
  border-radius: 0 0 15px 0;
}

body .container-pagination .pagination {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #a5aabe;
}

body .container-pagination .pagination .select-page {
  width: 70px;
  height: 35px;
  border: 1px solid #3a4248;
  border-radius: 5px;
  font-size: 14px;
  color: #dadbe0;
  background-color: #2e373d;
  padding: 5px;
  -webkit-appearance: none;
  background: url("arrow-down.svg") no-repeat right;
  background-size: 12px;
  background-position-x: calc(100% - 10px);
  padding: 0 15px 0 15px;
}

body .container-pagination .pagination .select-page option {
  color: #dadbe0;
  background-color: #2e373d;
}

body .container-pagination .pagination a {
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  height: 30px;
  min-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  padding-top: 1.5px;
  cursor: pointer;
  color: #a5aabe;
}

body .container-pagination .pagination a.disabled {
  opacity: .7;
  pointer-events: none;
  cursor: not-allowed;
}

body .container-pagination .pagination a.current {
  background: #232b32;
  border: 1px solid #232b32;
  color: #dadbe0;
}

body .container-pagination .pagination a.page-item {
  margin-left: 5px;
  border: 1px solid #3a4248;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  padding-top: 10px;
}

body .container-pagination .header-pagination {
  font-size: 18px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .container-pagination .header-pagination .page-size {
  height: 30px;
}

body .container-pagination .footer-pagination {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .container-pagination .footer-pagination .select-size {
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #a5aabe;
}

@media (max-width: 425px) {
  body .container-pagination .footer-pagination {
    display: block;
  }
}

body .container-pagination .page-size {
  width: 105px;
  height: 35px;
  border: 1px solid #3a4248;
  border-radius: 5px;
  color: #dadbe0;
  padding: 5px;
  font-size: 14px;
  -webkit-appearance: none;
  margin-right: 0;
  background: url("arrow-down.svg") no-repeat right;
  background-color: #2e373d;
  background-size: 12px;
  background-position-x: calc(100% - 10px);
  padding: 0 15px 0 15px;
}

body .container-pagination .page-size option {
  background-color: #2e373d;
  color: #dadbe0;
}

body.white-theme .my-pagination .pagination .dots {
  color: #7d8ba0;
  border-color: #364047;
  background-color: #e4e4e4;
  font-size: 15px;
  margin-right: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  padding: 5px 0 5px 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  font-size: 14px;
}

body.white-theme .my-pagination .pagination .page-item .page-link {
  color: #778498;
  border-color: #364047;
  background-color: #364047;
  font-size: 15px;
  margin-right: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  padding: 5px 0 5px 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  font-size: 14px;
}

body.white-theme .my-pagination .pagination .page-item .page-link:hover, body.white-theme .my-pagination .pagination .page-item .page-link.active {
  color: #ffffff;
  background-color: #2a3034;
  border-color: #23282c;
}

body.white-theme .my-pagination .pagination .page-item .page-link:focus, body.white-theme .my-pagination .pagination .page-item .page-link.focus {
  background-color: #2a3034;
  border-color: #23282c;
}

body.white-theme .my-pagination .pagination .page-item .page-link.disabled {
  color: currentColor;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  text-decoration: none;
}

body.white-theme .container-pagination .search-pagination {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #e4e4e4;
  border-radius: 10px 10px 0px 0px;
}

body.white-theme .container-pagination .search-pagination .search-text {
  margin: 0;
  padding: 5px 5px 5px 30px;
  width: 250px;
  height: 30px;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  color: #3a4248;
  background-color: #f7f7f7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url("search.svg");
  background-repeat: no-repeat;
  background-position: center left 7.5px;
}

body.white-theme .container-pagination .search-pagination .search-text:focus {
  border: 1px solid #e4e4e4;
  outline: none;
}

body.white-theme .container-pagination .table-responsive table.table {
  margin-bottom: 0;
}

body.white-theme .container-pagination .table-responsive table.table.table-sort thead tr th {
  cursor: pointer;
}

body.white-theme .container-pagination .table-responsive table.table.table-sort thead tr th::after {
  margin-left: 10px;
  content: url("image/sort.svg");
}

body.white-theme .container-pagination .table-responsive table.table.table-sort thead tr th.asc::after {
  margin-left: 10px;
  content: url("image/sort_asc.svg");
}

body.white-theme .container-pagination .table-responsive table.table.table-sort thead tr th.desc::after {
  margin-left: 10px;
  content: url("image/sort_desc.svg");
}

body.white-theme .container-pagination .table-responsive table.table.table-sort thead tr th.no-sort {
  pointer-events: none;
}

body.white-theme .container-pagination .table-responsive table.table.table-sort thead tr th.no-sort::after {
  margin-left: 0px;
  content: '';
}

body.white-theme .container-pagination .table-responsive table.table.table-no-sort thead tr th {
  pointer-events: none;
}

body.white-theme .container-pagination .table-responsive table.table.table-no-sort thead tr th::after {
  margin-left: 10px;
  content: '';
}

body.white-theme .container-pagination .table-responsive table.table thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  border: 0;
  background-color: #f7f7f7;
  font-weight: 500;
  color: #a5aabe;
  border-bottom: 1px solid #eeeeed;
  font-size: 14px;
  font-weight: 500;
}

body.white-theme .container-pagination .table-responsive table.table thead th:first-child {
  padding-left: 15px;
}

body.white-theme .container-pagination .table-responsive table.table thead th:last-child {
  padding-right: 15px;
}

body.white-theme .container-pagination .table-responsive table.table tbody tr.active {
  background-color: #e4e4e4;
}

body.white-theme .container-pagination .table-responsive table.table tbody tr.tr-link:hover {
  background-color: #e4e4e4;
}

body.white-theme .container-pagination .table-responsive table.table tbody td {
  border-top: 1px solid #eeeeed;
  border-bottom: 1px solid #eeeeed;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  background-color: transparent;
  color: #3a4248;
  font-size: 14px;
}

body.white-theme .container-pagination .table-responsive table.table tbody td:first-child {
  padding-left: 15px;
}

body.white-theme .container-pagination .table-responsive table.table tbody td:last-child {
  padding-right: 15px;
}

body.white-theme .container-pagination .table-responsive table.table tfoot th,
body.white-theme .container-pagination .table-responsive table.table tfoot td {
  background-color: #dedede;
  border-top: 1px solid #eeeeed;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  color: #3a4248;
  padding-bottom: 10px;
  font-weight: 500;
}

body.white-theme .container-pagination .table-responsive table.table tfoot th:first-child,
body.white-theme .container-pagination .table-responsive table.table tfoot td:first-child {
  padding-left: 15px;
  border-radius: 0 0 0 10px;
}

body.white-theme .container-pagination .table-responsive table.table tfoot th:last-child,
body.white-theme .container-pagination .table-responsive table.table tfoot td:last-child {
  border-radius: 0 0 15px 0;
}

body.white-theme .container-pagination .pagination {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #a5aabe;
}

body.white-theme .container-pagination .pagination .select-page {
  width: 70px;
  height: 35px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  font-size: 14px;
  color: #3a4248;
  background-color: #f7f7f7;
  padding: 5px;
  -webkit-appearance: none;
  background: url("arrow-down.svg") no-repeat right;
  background-size: 12px;
  background-position-x: calc(100% - 10px);
  padding: 0 15px 0 15px;
}

body.white-theme .container-pagination .pagination .select-page option {
  color: #3a4248;
  background-color: #f7f7f7;
}

body.white-theme .container-pagination .pagination a {
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  height: 30px;
  min-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  padding-top: 1.5px;
  cursor: pointer;
  color: #a5aabe;
}

body.white-theme .container-pagination .pagination a.disabled {
  opacity: .7;
  pointer-events: none;
  cursor: not-allowed;
}

body.white-theme .container-pagination .pagination a.current {
  background: #eeeeed;
  border: 1px solid #eeeeed;
  color: #3a4248;
}

body.white-theme .container-pagination .pagination a.page-item {
  margin-left: 5px;
  border: 1px solid #e4e4e4;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  padding-top: 10px;
}

body.white-theme .container-pagination .header-pagination {
  font-size: 18px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.white-theme .container-pagination .header-pagination .page-size {
  height: 30px;
}

body.white-theme .container-pagination .footer-pagination {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.white-theme .container-pagination .footer-pagination .select-size {
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #a5aabe;
}

@media (max-width: 425px) {
  body.white-theme .container-pagination .footer-pagination {
    display: block;
  }
}

body.white-theme .container-pagination .page-size {
  width: 105px;
  height: 35px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  color: #3a4248;
  padding: 5px;
  font-size: 14px;
  -webkit-appearance: none;
  margin-right: 0;
  background: url("arrow-down.svg") no-repeat right;
  background-color: #f7f7f7;
  background-size: 12px;
  background-position-x: calc(100% - 10px);
  padding: 0 15px 0 15px;
}

body.white-theme .container-pagination .page-size option {
  background-color: #f7f7f7;
  color: #3a4248;
}
/*# sourceMappingURL=z.pagination.css.map */