.dataTables_wrapper {
    font-size: 0.875em;
    font-family:  Arial, Helvetica, sans-serif;
  }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid #d5d5d5;
  background: #e5e5e5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #e5e5e5;
  background-image: linear-gradient(to left top, rgb(54, 58, 83), rgb(98, 106, 157))
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: .1em 0.6em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #fff;
  border: 1px solid transparent;
  background: transparent;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #e5e5e5;
  border-radius:0%;
  padding: 5px;
  margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #e5e5e5;
  border-radius: 0%;
  padding: 5px;
  padding: 6px;
}

table.dataTable thead th, table.dataTable thead td {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

table.dataTable th, table.dataTable td {
  border-bottom: 1px solid #e5e5e5;
}

table.dataTable.no-footer {
  border-bottom: none;
  margin-top:2px !important;
  margin-bottom:4px;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
  text-align: center;
}

.popup-center{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.select-danger {
  border-width: 1px;
  border-radius: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(245 57 57 / var(--tw-border-opacity));
}

/* remove press to select @choice */
.choices[data-type*=select-one] > .choices__list > .choices__list > .choices__item--selectable {
	padding-right: 0px;
}

.choices[data-type*=select-one] > .choices__list > .choices__list > .choices__item--selectable::after {
	display: none;
}

.dataTables_processing {
  z-index: 2;
}

.choices__list--dropdown {
  z-index: 115 !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgb(210 214 218);
  border-radius: 6px;
  padding:0.4rem 0.3rem;
  height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #aaa;
}