#blazor-error-ui {
    color-scheme: light only;
    background: #fff3cd;
    border-top: 1px solid #ffc107;
    bottom: 0;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
    font-family: var(--fx-font);
    font-size: 0.875rem;
    color: #1a1c1c;
}

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

.blazor-error-boundary {
    padding: 1rem;
    background: #ffdad6;
    color: #93000a;
    font-family: var(--fx-font);
}

.blazor-error-boundary::after {
    content: "An error has occurred.";
}

.valid.modified:not([type=checkbox]) {
    outline: 2px solid #05a357;
}

.invalid {
    outline: 2px solid #ba1a1a;
}

.validation-message {
    color: #ba1a1a;
    font-size: 0.8125rem;
    margin-top: 4px;
}
