body {
    background-color: #fefefe;
    color: #000000;
    font-family: Helvetica, Calibri, Verdana, Tahoma, sans-serif;
    font-size: 87%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-left: 5%;
    padding-bottom: 20px;
    text-transform: none;
}

h1:focus {
    outline: none;
}

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.";
}
