html,
body {
    color: #1f2933;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}

body {
    line-height: 1.45;
}

h1,
h2,
h3 {
    color: #102033;
}

h1 {
    font-size: 1.75rem;
    margin: 0 0 1rem;
}

h2 {
    font-size: 1.15rem;
    margin: 0 0 0.8rem;
}

h1:focus {
    outline: none;
}

a {
    color: #0071c1;
}

a:focus {
    box-shadow: 0 0 0 0.1rem #fff, 0 0 0 0.25rem #258cfb;
    outline: none;
}

.notice {
    background: #fff8db;
    border: 1px solid #ead78b;
    border-radius: 6px;
    color: #4f3f00;
    max-width: 42rem;
    padding: 0.85rem 1rem;
}

.error-content {
    max-width: 72rem;
    padding: 1.5rem 2rem;
}

.error-heading {
    color: #b32121;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazor-error-boundary {
    background: #b32121;
    color: white;
    padding: 1rem;
}

.blazor-error-boundary::after {
    content: "An error has occurred.";
}
