/*
.dataTables_wrapper .dataTable td {
    padding: 5px !important;
}

.table th, .table td {
    padding: 5px !important;
}

.table th, .table th {
    font-weight: 100 !important;
    font-size: 1rem !important;
}

.dataTables_wrapper .dataTable th{
    font-weight: 100 !important;
    font-size: 1rem !important;
}

.dataTables_wrapper .dataTable th{
    font-weight: 100 !important;
    font-size: 1em !important;
}

.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td,
.table thead th, .table thead td, .dropdown-menu , html body,
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-text,
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-text,
.header-menu .menu-nav > .menu-item > .menu-link .menu-text,
.header-menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link .menu-text,
.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text
{

    font-size: 1rem !important;

} */

/* .dataTables_wrapper .dataTable td {
    padding: 1px;
}

.dataTables_wrapper .dataTable td {
    padding: 5px;
}


.dataTables_wrapper table.dataTable thead th,
.dataTables_wrapper table.dataTable tbody td {
    font-size: 9px;
}

.dataTables_wrapper table.dataTable thead th {
    padding: 7px;
}

.dataTables_wrapper table.dataTable thead {
    background-color: rgba(52, 73, 94, .94); ;
    color: white;
}

.dataTables_wrapper table.dataTable thead th {
    color: white;
} */

.dataTables_wrapper .dataTable td {
    padding: 5px;
    vertical-align: middle; /* ✅ Centre verticalement */
    text-align: left;        /* ✅ Aligne le texte à gauche */
}

.dataTables_wrapper table.dataTable thead th,
.dataTables_wrapper table.dataTable tbody td {
    font-size: 9px;
}

.dataTables_wrapper table.dataTable thead th {
    padding: 7px;
    text-align: left;        /* ✅ Aligne aussi le header à gauche */
}

.dataTables_wrapper table.dataTable thead {
    background-color: rgba(52, 73, 94, .94);
    color: white;
}

.dataTables_wrapper table.dataTable thead th {
    color: white;
}


/* typeahead css */

/*.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  !* margin: 12px 0; *!
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  !* -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2); *!
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}*/


#errorModal .modal-header {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

#errorTable tbody tr {
    transition: all 0.3s ease;
}

#errorTable tbody tr:hover {
    background-color: #fff3cd;
    transform: translateX(5px);
}

#errorTable .badge {
    font-size: 0.9rem;
    padding: 0.5rem 0.7rem;
}

#errorModal .alert {
    border-left: 4px solid #dc3545;
}
