@font-face {
  font-family: "Noto";
  src: url("../fonts/NotoSans-Regular.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Noto";
  src: url("../fonts/NotoSans-Medium.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Noto";
  src: url("../fonts/NotoSans-SemiBold.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Noto";
  src: url("../fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "NotoTH";
  src: url("../fonts/NotoSansThai-Regular.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "NotoTH";
  src: url("../fonts/NotoSansThai-Medium.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "NotoTH";
  src: url("../fonts/NotoSansThai-SemiBold.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "NotoTH";
  src: url("../fonts/NotoSansThai-Bold.ttf") format("truetype");
  font-weight: 600;
}

body {
  font-family: "Noto","NotoTH";
  /* background: #F7F7F9; */
  background: #f8f3f0;
  font-weight: 100;
}

.row {
  margin: 0px;
}

label {
  font-size: 18px;
  font-weight: 100;
  margin-left: 15px;
  cursor: pointer;
  margin-bottom: 0px;
}

input[type=checkbox] {
  transform: scale(1.5);
}

a,a:hover {
  text-decoration: inherit;
  color: inherit;
}

.cardSupport {
  width: 400px;
  padding: 15px;
  cursor: pointer;
}

.cardArea {
  width: 400px;
  background: #ffffff;
  padding: 0px;
  border-radius: 20px;
  margin: 15px;
}

.cardType {
  background: #ffffff;
  padding: 0px;
  border-radius: 20px;
  margin: 15px;
  padding: 20px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #16685d;
  border: 0px none #16685d;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #16685d;
}

::-webkit-scrollbar-thumb:active {
  background: #16685d;
}

::-webkit-scrollbar-track {
  background: #eeeeee;
  border: 0px none #eeeeee;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: #eeeeee;
}

::-webkit-scrollbar-track:active {
  background: #eeeeee;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.logoSupport {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  padding: 7px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.logoCardRegister {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  padding: 7px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.logoCardArrow {
  width: 65px;
  height: 65px;
  padding: 7px;
  margin-top: auto;
  margin-bottom: auto;
  transform: rotate(180deg);
}

.logoArrow {
  width: 65px;
  height: 65px;
  padding: 7px;
  margin-top: auto;
  margin-bottom: auto;
}

.hideArea {
  display: none;
}

.modal {
  background: #ffffffd9;
}

.modal-content {
  border: none;
  box-shadow: 0px 3px 24px #00000029;
}

.requireData {
  color: red;
}

.form-control {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 100;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.profileShow {
  width: 100%;
  height: 100%;
  border-radius: 150px;
  background: #e5e5e5;
  text-align: center;
  padding: 30px;
  background-image: url('../public/img/Logo_PES_en2_c.png');
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

table thead tr td {
  font-size: 20px;
  font-weight: 100;
  border-bottom: 1px solid #D3D3D3;
  padding: 15px 10px;
}

table tbody tr td {
  font-size: 20px;
  font-weight: 100;
  padding: 15px 10px;
}

tr:nth-child(even) {
  background-color: #F9F9F9;
}

table.dataTable thead>tr>td.sorting_asc:before {
  opacity: 0;
}

table.dataTable thead>tr>td.sorting_asc:after {
  opacity: 0;
}

table.dataTable tbody>tr:nth-child(even) {
  background-color: #F9F9F9;
}


.dataTables_length {
  display: none;
}

table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_desc:before {
  opacity: 0 !important;
  display: none;
}

table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting:before {
  opacity: 0 !important;
  display: none;
}

.disabledItem {
  opacity: 0.3;
  cursor: not-allowed !important;
}

.backBtn {
  cursor: pointer !important;
}

.select2-selection {
  height: 45px !important;
  font-size: 18px;
  padding: 8px 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
  right: 10px !important;
  transform: scale(1.5) !important;
}

.select2-results__option--selectable:hover {
  color: #ffffff !important;
  background: #5897fb !important;
}

.select2-results__option {
  font-size: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #16685d transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #16685d transparent;
}

.input-with-image {
  padding-left: 40px;
}

.image-input {
  width: 30px;
  position: absolute;
  top: 38px;
  left: 35px;
}
