@font-face {
  font-family: 'Noto Serif Thai';
  src: url('https://cdn.jsdelivr.net/gh/lazywasabi/thai-web-fonts@7/fonts/NotoSerifThai/var/NotoSerifThai[wght].woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
 /*font thai เดิมๆ  */
body { font-family: "gotham","Noto Serif Thai",sans-serif; font-size: 16px; line-height: 1.4; overflow-x: hidden; color: #030000; height: 100%; background: #fff; }

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.upload-btn-remove {
  margin-left: -20px;
  margin-top: 5px;
  float: right;
  position: absolute;
}
.btn-dark-gray{
  background-color: #666;
  color: #fff;
  border-color: #666;
}

.header .main-menu li.a-menu {
  margin-right: 18px;
  font-size:15px;
} 

.pointer, input.form-check-input, label.form-check-label{
  cursor: pointer
}