#blazor-error-ui {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffeb9c;
    color: #3b2f00;
    padding: .6rem 1rem;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
    z-index: 1050;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    float: right;
}

.validation-message {
    color: #dc3545;
}
