:root {
    --theme-dark-blue: #003a78;
    --theme-light-blue: #1face5;
    --theme-dark-grey: #555555;
    --theme-light-taupe: #d8c8b0;
    --theme-highlight: #02ab28;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    overflow-x: hidden;
}

pre {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    white-space: pre-line;
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle);
}

.thd, .thd td, .thd th {
    background-color: var(--theme-dark-blue);
    break-inside: avoid;
}

    .thd a, .thd th {
        color: white !important;
        white-space: nowrap;
    }

.divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
    position: fixed;
    left: 200px;
}

.content {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    /*overflow-y: hidden;*/
}

.page-content {
    margin-left: 223px;
}


.bg-theme-dark-blue {
    background-color: var(--theme-dark-blue);
}

.bg-theme-light-taupe {
    background-color: var(--theme-light-taupe);
}

.text-theme-dark-grey, .text-theme-dark-grey a {
    color: var(--theme-dark-grey);
}

.border-top-theme-dark-grey-thick {
    border-top: 3px solid var(--theme-dark-grey);
}

.border-bottom-theme-light-blue-thick {
    border-bottom: 3px solid var(--theme-light-blue);
}

.switcher .dropdown-toggle::after {
    display: none;
}

.switcher i {
    padding-left: 0.33em;
}

a:has(i) {
    white-space: nowrap;
}

a.sl {
    color: #000;
    display: inline-block;
    white-space: nowrap;
}

    a.sl::after {
        content: '';
        width: 1em;
        height: 1em;
        background: url(/images/arrow-down-up.svg) bottom;
        filter: saturate(3) invert();
        background-size: contain;
        margin: 0.25em 0 0 0.25em;
        display: inline-block;
        /*position: absolute;*/
        vertical-align: text-top;
    }

span.dot {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    display: inline-block;
}

a[class='sl text-primary']::after {
    background-color: #007bff;
    border-radius: 2px;
}

.form-control-ignore-valid {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.card-header, .modal-header {
    border-bottom-color: var(--theme-highlight);
}
