#blazor-error-ui {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    z-index: 1050;
    display: none;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    color: #721c24;
    background-color: #f8d7da;
    border-radius: initial;
}

#blazor-error-ui .dismiss {
    float: right;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    opacity: 0.5;
    cursor: pointer;
    text-decoration: none;
}