html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}



.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.footer a {
  color: #2dbe60 !important;
}

.footer a:hover {
  color: #26a151 !important;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 4px 8px;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.875rem;
}

.dataTables_wrapper .dataTables_filter input:focus {
  border-color: #2dbe60;
  outline: none;
  box-shadow: 0 0 0 3px rgba(45, 190, 96, 0.15);
}

.dataTables_wrapper .dataTables_info {
  color: #6b7280;
  font-size: 0.85rem;
  padding-top: 1rem;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 1rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 6px 14px;
  margin: 0 2px;
  font-size: 0.85rem;
  color: #4b5563 !important;
  background: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #f8fafc !important;
  border-color: #cbd5e1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #2dbe60 !important;
  border-color: #2dbe60 !important;
  color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #25a054 !important;
  border-color: #25a054 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #9ca3af !important;
  background: #f9fafb !important;
  border-color: #f1f5f9 !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 0.5;
}

table.dataTable thead .sorting_asc:after {
  color: #2dbe60 !important;
  opacity: 1;
}

table.dataTable thead .sorting_desc:after {
  color: #2dbe60 !important;
  opacity: 1;
}