.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    border-radius: .25rem;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.btn-primary {
  transition-duration: .15s;
  transition-property: background-color,border-color,color,fill,stroke;
  width: 100%;

  --text-opacity: 1;
  /* color: #fff; */
  color: rgba(255,255,255,var(--text-opacity));

  text-align: center;

  padding-left: 1rem;
  padding-right: 1rem;

  padding-top: 0.5rem;
  padding-bottom: 0.5rem;

  margin-top: 1rem;

  line-height: 1.25rem;

  font-size: .875rem;

  font-weight: 500;

  display: block;

  border-width: 1px;

  border-radius: 0.5rem;

  border-color: transparent;

  --bg-opacity: 1;
  /* background-color: #047481; */
  background-color: rgba(85,116,183,var(--bg-opacity));
}

.btn-default {
  transition-duration: .15s;
  transition-property: background-color,border-color,color,fill,stroke;
  /* width: 100%; */

  --text-opacity: 1;
  color: #4c4f52;
  color: rgba(76,79,82,var(--text-opacity));

  text-align: center;

  padding-left: 1rem;
  padding-right: 1rem;

  padding-top: 0.5rem;
  padding-bottom: 0.5rem;

  margin-top: 1rem;

  line-height: 1.25rem;

  font-size: .875rem;

  font-weight: 500;

  /* display: block; */

  border-width: 1px;

  border-radius: 0.5rem;

  border-color: transparent;

  --bg-opacity: 1;
  background-color: #f4f5f7;
  background-color: rgba(244,245,247,var(--bg-opacity));
}


td {
  padding-left: 1rem !important;
  padding-right: 1rem !important;

  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;

  font-size: .75rem;

  white-space: normal;
}

th {
  border-bottom: none;
  white-space: normal;
}

.paginate_button.current {
  --bg-opacity: 1;
  background: #25356e; 
	/* background: rgba(85, 116, 183, var(--bg-opacity)) !important;  */
  background: rgba(42, 55, 105, var(--bg-opacity)) !important; 

  /* --text-opacity: 1; */
  color: #fff !important;
  /* color: rgba(255,255,255,var(--text-opacity)) ; */

  border-radius: 0.375rem !important;
}


:is(.dark .dark\:border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.js_tap_btn:focus {
  outline: none;
  /* border: none; */
}

.select2-container {
  background-color: white;
  display: block !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  margin-top: 0.25rem !important;
}

.select2-selection__rendered {
  display: contents !important;
}

.select2-selection {
  margin-top: 1rem !important;
  width: 100% !important;
  display: block !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  margin-top: 0.25rem !important;
  appearance: none !important;
  background-color: #fff !important;
  border-color: #e2e8f0 !important;
  border-width: 1px !important;
  border-radius: .25rem !important;
  padding: .5rem .75rem !important;
}
  
.select2-search__field:focus {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  border-color: #112261 !important;
}

.select2-results__option--highlighted {
  background-color: #e9e9eb !important;
  color: black !important;
}