@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body{
  font-family: 'Sarabun', sans-serif !important;
}
.font-weight-light{
  font-weight: 300 !important;
}
.box-why{
  padding: .8rem !important;
}
.box-why p{
  font-size: 15px;
  font-weight: 300;
}
.box-why h4{
}
.icon-svg.icon-svg-md {
  width: auto !important;
  height: 170px !important;
}
.box-why:after{
  content: '';
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 8px 8px;
  background: rgba(250, 210, 106, 1);
  background: -moz-linear-gradient(left, rgba(250, 210, 106, 1) 0%, rgba(210, 109, 147, 1) 30%, rgba(37, 178, 158, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250, 210, 106, 1)), color-stop(30%, rgba(210, 109, 147, 1)), color-stop(100%, rgba(37, 178, 158, 1)));
  background: -webkit-linear-gradient(left, rgba(250, 210, 106, 1) 0%, rgba(210, 109, 147, 1) 30%, rgba(37, 178, 158, 1) 100%);
  background: -o-linear-gradient(left, rgba(250, 210, 106, 1) 0%, rgba(210, 109, 147, 1) 30%, rgba(37, 178, 158, 1) 100%);
  background: -ms-linear-gradient(left, rgba(250, 210, 106, 1) 0%, rgba(210, 109, 147, 1) 30%, rgba(37, 178, 158, 1) 100%);
  background: linear-gradient(to right, rgba(250, 210, 106, 1) 0%, rgba(210, 109, 147, 1) 30%, rgba(37, 178, 158, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad26a', endColorstr='#25b29e', GradientType=1);
}
table thead tr {
  text-align: center;
  font-weight: 500;
}
table tbody tr td{
  font-size: 14px;
  padding: 4px !important;
  font-weight: 200;
  text-align: center;
}
table tbody tr td img{
  max-width: 28px;
}
table tbody tr td + td{
  padding-left: 13px !important;
}
table tbody tr td + td small{
  color: #ffeb00;
}
table tbody tr td + td + td{
  text-align: center;
  padding-left: 0px !important;
}
table tbody tr td + td + td + td{
  /* color: red; */
  font-weight: 400;
  text-align: center;
}

table tbody tr td + td + td + td + td{
  color: rgb(255, 255, 255);
  font-weight: 800;
  text-align: center;
}

table tbody tr td + td + td + td + td + td{
  color: #626262;
  font-weight: 400;
}

table tbody tr td + td + td + td + td + td + td {
  color: #0fd400;
  text-align: right;
  font-weight: 800;
}

table tbody tr td + td + td + td + td + td + td + td{
  color: green;
  font-weight: 800;
}

table {
  max-height: 1000px;
  overflow-y: auto;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
  text-align: center !important;
}

.blog-des{
  font-size: 14px;
  font-weight: 300;
}
.accordion-wrapper .card {
  margin-bottom: .65rem !important;
}
.ccy-title{
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}
.ccy-des{
  color: #cf0000;
  font-weight: 700;
  margin-left: 3px;
}
.form-select, .form-control {
    border: 1px solid rgb(0 0 0) !important;
}

.logo{
  max-width: 250px;
}

div.dt-container .dt-paging .dt-paging-button {
  min-width: .5em !important;
  padding: 0em .3em !important;
}

.table-sm>:not(caption)>*>* {
  padding: .10rem .10rem !important;
}

/* กำหนดค่าฟอนต์เมื่อขนาดหน้าจอน้อยกว่า 800px */
@media (max-width: 800px) {
  .swal2-title {
    font-size: .80rem !important;
  }
  .swal2-title strong{
    font-size: .90rem !important;
  }
  .swal2-html-container {
    font-size: 0.7rem !important;
  }
  #qrcode-container{
    bottom: 13px !important;
  }
  .py-16 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
}