/* RayFlex Sender Manager: small additions on top of Bootstrap 5. */

/* Mark required form fields with an asterisk after the label. */
.required > .form-label::after {
    content: " *";
    color: var(--bs-danger);
}

/* Hostnames and policies in tables. */
.app-mono {
    font-family: var(--bs-font-monospace);
    font-size: 0.875em;
}

/* Dashboard stat cards. */
.stat-card .stat-value {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}
