/* ============================= */
/* GLOBAL BASE */
/* ============================= */

html, body {
    font-family: 'Inter', ui-sans-serif, system-ui, sans-serif, 
                 "Apple Color Emoji", "Segoe UI Emoji", 
                 "Segoe UI Symbol", "Noto Color Emoji";
}

/* ============================= */
/* LAYOUT */
/* ============================= */

.content {
    padding-top: 1.1rem;
}

.viewInformation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}


/* ============================= */
/* VALIDATION (opcional) */
/* ============================= */

.validation-message {
    color: #EF4444;
}

/* ============================= */
/* ERROR BOUNDARY */
/* ============================= */

.blazor-error-boundary {
    background: #B91C1C;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred.";
}

/* ============================= */
/* SMALL FIXES */
/* ============================= */

h1:focus {
    outline: none;
}