/*
   MudBlazor owns the visual language of this app. Keep this file for the
   framework's error banner and genuinely app-specific tweaks only.
*/

#blazor-error-ui {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    padding: 0.75rem 1.25rem;
    background: #ffd7d7;
    color: #4a0d0d;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}

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