@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

.accordion-button,
.accordion-item {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

label {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 11px;
}

span {
    margin: "0 0.5rem";
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 11px;
}

.btn {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 11px;
}

.Select-control,
.Select-placeholder,
.Select-value,
.Select-input input,
.Select-menu-outer,
.Select-option {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700;
    font-size: 11px !important;
}

.div-label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 11px;
}

.div-drop-label {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 11px;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28px;
}

h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.nav-title {
    color: white;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    margin-left: 56px;
    /* make room for fixed hamburger on the left */
}

/* Ensure navbar is tall enough so the hamburger sits fully inside */
.navbar {
    min-height: 56px;
}

.nav-time {
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
}

.nav-pages {
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

/* Realtime Status Indicator */
.realtime-indicator {
    font-size: 20px;
    /* Bigger dot */
    margin-right: 6px;
    vertical-align: middle;
    line-height: 1;
}

.realtime-indicator.status-on {
    color: #198754;
    /* Success Green */
}

.realtime-indicator.status-off {
    color: #dc3545;
    /* Danger Red */
}