html, body {
    min-height: 100%;
    font-family: "Outfit", sans-serif;
}

body {
    margin: 0;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid rgba(52, 211, 153, 0.8);
}

.invalid {
    outline: 1px solid rgba(248, 113, 113, 0.9);
}

.validation-message {
    color: #fca5a5;
    font-size: 0.875rem;
}

#blazor-error-ui {
    background: rgba(127, 29, 29, 0.95);
    color: white;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    border-radius: 1rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    display: none;
    padding: 0.85rem 1.1rem;
    position: fixed;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

input, textarea, select {
    min-width: 0;
}
