.swal2-popup {
  padding: 20px;
  font-family: "Sarabun" !important;
}
.swal2-title{
  font-size: 20px !important;
  font-family: "Sarabun" !important;
}
.swal2-content{
  font-size: 16px !important;
  font-family: "Sarabun" !important;
}
.swal2-text{
  font-size: 16px !important;
  font-family: "Sarabun" !important;
}
.swal2-confirm{
  font-size: 16px !important;
  font-family: "Sarabun" !important;
}
.swal2-cancel{
  font-size: 16px !important;
  font-family: "Sarabun" !important;
}
.dropdown-menu {
  font-size: 13px !important;
}
td > p > span {
  font-size:12px !important;
}
td > p {
  font-size:12px !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.padding-responsive{
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 0.5%;
}
.overflow-auto {
  max-height: 100%;
  padding: 1rem;
  overflow-y: auto;
  direction: ltr;
  /* scrollbar-color: #d4aa70 #e4e4e4;
  scrollbar-width: thin; */
}
.overflow-auto::-webkit-scrollbar {
  width: 20px;
}

.overflow-auto::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.overflow-auto::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, #003C71 0%, #003C71 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

.redius-soft {
  border-top-left-radius: 1rem!important;
  border-top-right-radius: 1rem!important;
  border-bottom-right-radius: 1rem!important;
  border-bottom-left-radius: 1rem!important;
  padding: 2px;
}

.bg-soft {
  background:rgba(5, 135, 248, 0.052);
}

.bg-soft-dark {
  background:rgba(5, 135, 248, 0.152);
}
.bg-navy {
  background-image: linear-gradient(180deg, #003C71 0%, #003C71 99%);
}

.font-size-16 {
  font-size: 16px;
}
.font-size-12 {
  font-size: 12px;
}

.m-auto {
  margin: 100px !important;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
  border: 1px #f0ffff !important;
  background-color: aliceblue !important;
  border-radius: 5px !important;
  padding: 2px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: linear-gradient(to bottom, #0d6efd 0%, #0d6efd 100%) !important;
  color: white !important;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: linear-gradient(to bottom, #bad3f8 0%, #bad3f8 100%) !important;
  color: rgb(0, 0, 0) !important;
  border: none !important;
}

.swal-wide{
  width:950px !important;
}