html, body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
}

#blazor-error-ui {
    background: #0B0F14;
    bottom: 0;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.4);
    display: none;
    left: 0;
    padding: 0.8rem 1.2rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
    color: #F8FAFC;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.7rem;
}
