/* ============================================================
   Custom overrides for the Duralux theme
   ============================================================ */

/* Normalize font size across all form inputs so that
   .form-control (text, email, textarea, date, number)
   and .form-select render identically. */
.form-control,
.form-select {
    font-size: 0.8rem; /* 14px — matches Bootstrap's base rem scale */
    text-transform: uppercase;
    padding: 6px 8px;
    line-height: 1.2;
}

.form-label {
   margin-bottom: .1rem;
}

form.ds-login-form .form-control,
form.ds-login-form .form-select {
    text-transform: none;
}

.dataTables_wrapper .row:first-child {
   border-bottom: none!important;
}

.dataTables_wrapper .row:last-child {
   border-top: none!important;
}

.table-responsive .table {
   border-style: solid;
   border-width: 1px;
   border-left: none;
   border-right: none;
}

.table>thead {
   vertical-align: middle!important;
}

.dataTables_wrapper table.dataTable td,
.dataTables_wrapper table.dataTable th {
   text-transform: uppercase;
}