body {
    padding-top: 0;
}

.navbar-brand {
    font-weight: 600;
}

.erx-logo {
    height: 28px;
    width: auto;
    display: inline-block;
}

:root {
    --bg: #ffffff;
    --text: #212529;
    --card-bg: #ffffff;
    --border: #dee2e6;
}

[data-theme="dark"] {
    --bg: #121212;
    --text: #e9ecef;
    --card-bg: #1e1e1e;
    --border: #343a40;
}

body {
    background-color: var(--bg);
    color: var(--text);
}

.card {
    background-color: var(--card-bg);
}

.table {
    color: var(--text);
}

.table thead th,
.table td,
.table th {
    border-color: var(--border);
}
