h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.formatted-content {
    line-height: 1.3;
    color: var(--mud-palette-text-primary);
    font-family: var(--mud-typography-default-family);
    font-size: var(--mud-typography-body1-size);
    font-weight: var(--mud-typography-body1-weight);
}

    .formatted-content h1 {
        font-size: var(--mud-typography-h1-size);
        font-weight: var(--mud-typography-h1-weight);
        line-height: 1.2;
        margin: 0.5em 0;
    }

    .formatted-content h2 {
        font-size: var(--mud-typography-h2-size);
        font-weight: var(--mud-typography-h2-weight);
        line-height: 1.2;
        margin: 0.5em 0;
    }

    .formatted-content h3 {
        font-size: var(--mud-typography-h3-size);
        font-weight: var(--mud-typography-h3-weight);
        line-height: 1.2;
        margin: 0.5em 0;
    }

    .formatted-content h4 {
        font-size: var(--mud-typography-h4-size);
        font-weight: var(--mud-typography-h4-weight);
        line-height: 1.2;
        margin: 0.5em 0;
    }

    .formatted-content h5 {
        font-size: var(--mud-typography-h5-size);
        font-weight: var(--mud-typography-h5-weight);
        line-height: 1.2;
        margin: 0.5em 0;
    }

    .formatted-content h6 {
        font-size: var(--mud-typography-h6-size);
        font-weight: var(--mud-typography-h6-weight);
        line-height: 1.2;
        margin: 0.5em 0;
    }

    .formatted-content p {
        font-size: var(--mud-typography-body1-size);
        font-weight: var(--mud-typography-body1-weight);
        line-height: 1.3;
        margin: 0.5em 0;
    }

    .formatted-content ul,
    .formatted-content ol {
        font-size: var(--mud-typography-body1-size);
        font-weight: var(--mud-typography-body1-weight);
        margin: 0.5em 0;
        padding-left: 1.5em;
    }

    .formatted-content li {
        margin: 0.5em 0;
        line-height: 1.3;
    }

    .formatted-content strong {
        font-weight: var(--mud-typography-subtitle1-weight);
    }

    .formatted-content em {
        font-style: italic;
    }

    .formatted-content blockquote {
        border-left: 4px solid var(--mud-palette-primary);
        padding-left: 1em;
        margin: 0.5em 0;
        font-style: italic;
        background-color: var(--mud-palette-background-grey);
        font-size: var(--mud-typography-body2-size);
        line-height: 1.3;
    }

    .formatted-content code {
        background-color: var(--mud-palette-background-grey);
        padding: 0.2em 0.4em;
        border-radius: 3px;
        font-family: var(--mud-typography-code-family);
        font-size: var(--mud-typography-code-size);
        font-weight: var(--mud-typography-code-weight);
    }

    .formatted-content pre {
        background-color: var(--mud-palette-background-grey);
        padding: 1em;
        border-radius: 4px;
        overflow-x: auto;
        margin: 0.5em 0;
        font-family: var(--mud-typography-code-family);
        font-size: var(--mud-typography-code-size);
        line-height: 1.2;
    }

        .formatted-content pre code {
            background-color: transparent;
            padding: 0;
        }

    .formatted-content a {
        color: var(--mud-palette-primary);
        text-decoration: none;
        font-weight: var(--mud-typography-body1-weight);
    }

        .formatted-content a:hover {
            text-decoration: underline;
        }

    .formatted-content table {
        border-collapse: collapse;
        width: 100%;
        margin: 0.5em 0;
        font-size: var(--mud-typography-body2-size);
    }

    .formatted-content th {
        border: 1px solid var(--mud-palette-lines-default);
        padding: 0.5em;
        text-align: left;
        background-color: var(--mud-palette-background-grey);
        font-weight: var(--mud-typography-subtitle2-weight);
    }

    .formatted-content td {
        border: 1px solid var(--mud-palette-lines-default);
        padding: 0.5em;
        text-align: left;
        font-weight: var(--mud-typography-body2-weight);
    }

@font-face {
    font-family: 'Zephyr';
    src: url('/_content/JonahTEC.Util.Core.Blazor/css/ZEPHYR.woff') format('woff');
}
