/* Base */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 0;
}

/* Brand colors */
.ds-bg-primary {
    background-color: #0b47b7 !important;
}

.ds-bg-primary-dark {
    background-color: #08348f !important;
}

/* Page background */
.ds-page-bg {
    background: #f3f6fb;
}

/* Header sizing */
.ds-navbar {
    min-height: 72px;
}

.ds-logo {
    height: 40px;
    width: auto;
    display: block;
}

.ds-wordmark {
    letter-spacing: 1px;
}

/* True centered title */
.navbar .container-fluid {
    position: relative;
}

.ds-center-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    pointer-events: none;
    white-space: nowrap;
}

/* Footer logo sizing */
.ds-footer-logo {
    height: 26px;
    width: auto;
    display: block;
}

/* Offcanvas look (still Bootstrap-first) */
.ds-offcanvas .nav-link:hover {
    background: rgba(255,255,255,0.10);
}

/* Responsive */
@media (max-width: 768px) {
    .ds-navbar {
        min-height: 60px;
    }

    .ds-logo {
        height: 32px;
    }
}


table.table tbody tr td {
    color: var(--bs-secondary-color) !important;
    /*font-size: .875em;*/
}