div#page-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
}

.form-control,
.form-select {
  box-shadow: none !important;
}

.dt-search input,
.dt-length select {
  height: 35px;
}

.dt-paging .pagination {
  justify-content: end;
}

.dt-paging .pagination .dt-paging-button.page-item {
  padding: 0 2px;
}

.dt-paging .pagination .dt-paging-button.page-item>button {
  font-weight: 550 !important;
  padding: 0.5em 1em !important;
  border-radius: 8px !important;
  box-shadow: none;
}

.dt-paging .pagination .dt-paging-button.page-item>button:hover {
  color: #ffff;
  background-color: var(--tblr-primary);
}

div.dt-scroll-body {
  border-bottom-width: 1px !important;
  border-bottom-color: lightgray !important;
}

.table thead th {
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  background-color: rgba(236, 236, 236, 0.86) !important;
  padding: 10px !important;
}

.table>tbody>tr>td {
  padding: 0.45rem 0.65rem !important;
}

.select2-container .select2-selection--single {
  height: unset !important;
  padding: 7px !important;
}

span.select2-selection__arrow {
  margin-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  white-space: unset !important;
  line-height: unset !important;
  padding-left: 3px !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d8d8d8 !important;
}

.form-control:disabled {
  background-color: #e2e5e9 !important;
}

.bg-success-light {
  background-color: #ebfff6;
  border-color: #ebfff6;
}

.text-success-custom {
  color: #1c8050;
}

.bg-danger-light {
  background-color: #f8d7da;
}

.text-danger-custom {
  color: #842029;
}

.bg-warning-light {
  background-color: #fff6ef !important;
  border-color: #fff6ef;
}

.bg-primary-light {
  background-color: rgb(235, 247, 255);
  border-color: rgb(235, 247, 255);
}

.text-primary-custom {
  color: rgb(15, 41, 81);
}

.cursor-pointer {
  cursor: pointer !important;
}

#dataTable_wrapper>div.dt-scroll>div.dt-scroll-head>div.dt-scroll-headInner {
  width: 100% !important;
}

.file-card .bg-pdf {
  color: #d63939 !important;
  background: rgba(214, 57, 57, 0.05) !important;
}

.file-card .bg-excel-csv {
  color: #2fb344 !important;
  background: rgba(47, 179, 68, 0.05) !important;
}

.file-card .bg-doc-word {
  color: #206bc4 !important;
  background: rgba(32, 107, 196, 0.05) !important;
}

.file-card .file-card-icon {
  height: 8rem;
  border-radius: 1rem 1rem 0 0;
}

.file-card .file-name {
  font-size: 0.75rem !important;
}

.file-card .dropdown-item.active,
.file-card .dropdown-item:active {
  background-color: var(--bs-body-color) !important;
}

.nav-link {
  font-weight: 550 !important;
}

.nav-item .dropdown-item {
  font-weight: 500 !important;
}

.l-sp-0-5 {
  letter-spacing: 0.5px;
}

.l-sp-0-3 {
  letter-spacing: 0.3px;
}

.l-sp-1 {
  letter-spacing: 1px;
}

.l-sp-2 {
  letter-spacing: 2px;
}

.l-sp-3 {
  letter-spacing: 3px;
}

.l-sp-4 {
  letter-spacing: 4px;
}

.l-sp-5 {
  letter-spacing: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.bg-danger-custom-lt {
  background-color: #f8d7da
}

.bg-success-custom-lt {
  background-color: #e0faee;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
 height: unset !important; 
}