html {
    font-size: 14px;
    font-family: UniversLTStd-Cn, Helvetica, sans-serif;
}

@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%;
}

body {
  margin-bottom: 60px;
}


/* DataTables header style for all tables */
.dataTable thead th {
    background-color: #004080 !important;
    color: #ffffff !important;
    font-weight: 600;
    text-align: center;
}

.dataTable tbody td {
    vertical-align: middle;
}

.dataTable tbody tr:hover {
    background-color: #f2f2f2;
}

/* Optional: style pagination buttons */
/*.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #004080;
    color: #ffffff !important;
    border-radius: 4px;
    margin: 0 2px;
    padding: 5px 12px;
    cursor: pointer;
}*/

   /* .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background-color: #ffcc00 !important;
        color: #004080 !important;
    }*/

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #004080;
    border-radius: 4px;
    padding: 3px 6px;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #004080;
    border-radius: 4px;
    padding: 3px 6px;
}

.table-responsive {
    overflow-x: auto; /* Already added by Bootstrap */
    overflow-y: hidden; /* Hide vertical scrollbar if not needed */
}

table.dataTable {
    width: 100% !important;
}


.bg-card-header {
    --bs-bg-opacity: 1;
    background-color: #004080;
}

  