html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* Notifications bell + badge theme-safe */
.vril-notify-toggle {
    color: rgba(255, 255, 255, .92); /* icon uses currentColor */
}

    .vril-notify-toggle svg {
        display: block;
    }

/* Default badge colors (works on your purple header) */
.vril-notify-badge {
    background: rgba(20, 20, 24, .85);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

/* If you’re using Bootstrap 5.3 theme switching via data-bs-theme */
html[data-bs-theme="light"] .vril-notify-badge {
    background: rgba(0, 0, 0, .55); /* keep dark pill so white text is always readable */
    color: #fff;
    border-color: rgba(0, 0, 0, .12);
}

html[data-bs-theme="dark"] .vril-notify-badge {
    background: rgba(0, 0, 0, .55);
    color: #fff;
    border-color: rgba(255, 255, 255, .16);
}
