:root {
  --bs-body-font-family: "DM Sans", sans-serif;
}
:root {
  --bg: #ffffff;
  --bg-light: #f8f9fa;
  --text: #212529;
  --muted: #6c757d;
  --border: #dee2e6;
  --hover: #f1f3f5;
}

.dark-mode {
  --bg: #121212;
  --bg-light: #1e1e1e;
  --text: #f1f1f1;
  --muted: #b0b0b0;
  --border: #333;
  --hover: #1f1f1f;
}
html {
  font-size: 0.875rem;
}
body {
  font-family: 'DM Sans', 'Segoe UI Emoji', 'Noto Color Emoji', sans-serif;
}
.card-header {
    background-color: #f8f9fa;
    font-size: 0.875rem;
    color: #343a40;
    padding: 0.65rem 1rem;
    border-bottom: 1px solid #dee2e6;
}
.row {
    font-size: 0.875rem;
}
.card-body {
    font-size: 0.875rem;
}
#vehicleAccordion .accordion-body table {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.775rem;
    line-height: 1.5;
    border-color: #dee2e6;
    margin-bottom: 0;
}
#vehicleAccordion .accordion-body th {
    font-weight: 600;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    padding: 0.75rem 0.75rem;
    font-size: 0.775rem;
}
#vehicleAccordion .accordion-body td {
    padding: 0.55rem 0.75rem;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.775rem;
}
#vehicleAccordion .table-secondary {
    font-weight: 600;
    font-size: 0.76rem;
}
#vehicleAccordion .text-muted {
    font-weight: 400;
}
#vehicleAccordion .text-warning,
#vehicleAccordion .text-danger {
    font-weight: 500;
}
.license-plate,
.plate-blue,
.plate-body,
.plate-region,
.plate-number {
    all: unset !important;
    display: inline;
}

table.table {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.775rem;
    line-height: 1.5;
    color: #212529;
    border-color: #dee2e6;
}
.table thead th {
    background-color: #f8f9fa;
    font-weight: 600;
    text-transform: none;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    font-size: 0.775rem;
}
th.sortable {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}
.sort-icon {
    font-size: 0.65rem;
    display: inline-block;
    width: 14px;
    margin-left: 5px;
    text-align: center;
    color: #adb5bd;
    transition: color 0.2s ease, transform 0.2s ease;
}
th.sortable:hover .sort-icon {
    color: #0d6efd;
}
.table-hover tbody tr:hover {
    background-color: #f1f3f5;
}
.table td,
.table th {
    vertical-align: middle;
    padding: 0.55rem 0.75rem;
}
.table td {
    font-weight: 400;
    font-size: 0.775rem;
}
.table td.text-muted {
    color: #6c757d;
}
.table td.text-end {
    text-align: right;
    font-variant-numeric: tabular-nums;
}
.table td.fw-semibold {
    font-weight: 500;
    color: #0c0c0c;
}
.table + .border-top {
    background-color: #f9f9fa;
    border-color: #dee2e6;
    font-size: 0.775rem;
    padding: 0.65rem 1rem;
}
input {
    font-size: .875rem;
}
select {
    font-size: .875rem;
}
.form-control {
    font-size: .875rem!important;
}

.container {
    padding-right: 21px!important;
}

.form-select {
    font-size: .875rem!important;
}
.content-wrapper {
    margin-left: 266.5px; /* equal to sidebar width */
    transition: margin-left 0.3s ease;
}
    
@media (max-width: 991px) {
    .content-wrapper {
        margin-left: 0;
    }
    .container {
        padding-right: 10.5px;
    }
}

.sidebar {
    width: 256px;
}