/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}



.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
.verified {
    display: none;
    background: url(../images/verified.svg) no-repeat center;
    background-size: contain;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 30px;
    right: -34px;
}
.warning {
    display: none;
    background: url(../images/warning.svg) no-repeat center;
    background-size: contain;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 30px;
    right: -34px;
}

/* ---------- Theme tokens (brand accent that adapts) ---------- */
:root[data-bs-theme="light"] {
    --brand-accent: #0d1144;
}

:root[data-bs-theme="dark"] {
    --brand-accent: #b8c1ff;
}

/* Make header/toolbars pick up the current theme */
.navbar {
    background-color: var(--bs-body-bg) !important;
}

    .navbar .nav-link {
        color: var(--bs-body-color) !important;
        opacity: .9;
    }

        .navbar .nav-link:hover {
            color: var(--bs-emphasis-color) !important;
            opacity: 1;
        }

/* Cards / modals / dropdowns / offcanvas / lists */
.card,
.modal-content,
.dropdown-menu,
.offcanvas,
.list-group,
.list-group-item {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    border-color: var(--bs-border-color);
}
/* site.css */
:root[data-bs-theme="light"] {
    --bs-code-color: var(--brand-accent); /* e.g., #0d1144 */
}

:root[data-bs-theme="dark"] {
    --bs-code-color: #8fb4ff; /* or var(--brand-accent) if you like */
}

/* Tables: readable in dark without flipping to table-dark */
.table {
    --bs-table-bg: transparent;
    --bs-table-color: var(--bs-body-color);
    --bs-table-striped-bg: color-mix(in srgb, var(--bs-body-bg), #fff 6%);
    --bs-table-hover-bg: color-mix(in srgb, var(--bs-body-bg), #fff 10%);
    border-color: var(--bs-border-color);
}

/* Buttons that referenced your brand accent */
.btn-outline-secondary {
    border-color: var(--brand-accent);
    color: var(--brand-accent);
}

    .btn-outline-secondary:hover {
        background-color: var(--brand-accent);
        color: #fff;
    }

/* Generic link color polish for dark */
:root[data-bs-theme="dark"] {
    --bs-link-color: #8fb4ff;
    --bs-link-hover-color: #bcd0ff;
}

/* Queue controls (your new feature) */
.queue-tools {
    display: none;
}

.use-queue-enabled .queue-tools {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    align-items: center;
}
