/* ******************************************************
 * Copyright (c) 2026 Made by Mario
 * Author: Mario D. Mondelice
 * Internal business software.
 * All rights reserved.
 * ***************************************************** */

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    background: #f8f5f6;
    color: #1d1115;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a,
.btn-link {
    color: #a80019;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #d4001f;
}

.validation-message,
.text-danger {
    color: #b0001a !important;
}

.blazor-error-boundary {
    background: #b32121;
    color: #fff;
    padding: 1rem;
}

.blazor-error-boundary::after {
    content: "An error has occurred.";
}

.darker-border-checkbox.form-check-input {
    border-color: #727272;
}

/* The public registration flow starts directly in the wizard. */
.startup-overlay {
    display: none !important;
}

/* Preserve the full VEST organization name in the compact shared-shell lockups. */
.brand-lockup,
.brand-lockup small,
.desktop-app-logo span {
    white-space: normal !important;
}
