html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /*background-color: #e4ebf7;*/
}

a, .btn-link {
    color: #006bb7;
}

.btn:hover {
    color: #0056b3;
    transition: color 0.3s ease;
    background-color: rgba(0, 123, 255, 0.1);
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-oval {
    border-radius: 1.5rem;
    padding: 0.5rem 1rem;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.card:hover {
    color: #0056b3;
    transition: color 0.3s ease;
    background-color: rgba(0, 123, 255, 0.1);
}

.card-striped {
    background-color: #f8f9fa; /* Light gray, adjust as needed */
    min-height: 320px; /* Adjust as needed */
    vertical-align: top;
    /* Optional: for consistent layout */
    box-sizing: border-box;
    display: inline-block;
}

.content {
    padding-top: 1.1rem;
}

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+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA9NC4wODE1IDI5MSA9NC42NzgyIDI5MSA9Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) 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;
}

.quote-bubble {
    background-color: #f8f9fa; /* Light background for the bubble */
    border: 1px solid #dee2e6; /* Border color */
    border-radius: 0.5rem; /* Rounded corners */
    padding: 1rem;
    position: relative; /* Essential for positioning the arrow */
    margin-bottom: 2rem; /* Space below the bubble */
}

/* RTE */
.e-rte-content p {
    margin: 0 0 10px;
    margin-bottom: 10px;
}

.e-rte-content li {
    margin-bottom: 10px;
}

.e-rte-content h1 {
    font-size: 2.17em;
    font-weight: 400;
    line-height: 1;
    margin: 10px 0;
}

.e-rte-content h2 {
    font-size: 1.74em;
    font-weight: 400;
    margin: 10px 0;
}

.e-rte-content h3 {
    font-size: 1.31em;
    font-weight: 400;
    margin: 10px 0;
}

.e-rte-content h4 {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
}

.e-rte-content h5 {
    font-size: 00.8em;
    font-weight: 400;
    margin: 0;
}

.e-rte-content h6 {
    font-size: 00.65em;
    font-weight: 400;
    margin: 0;
}

.e-rte-content blockquote {
    margin: 10px 0;
    margin-left: 0;
    padding-left: 5px;
}

.e-rte-content pre {
    background-color: inherit;
    border: 0;
    border-radius: 0;
    color: #333;
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 10px;
    overflow: visible;
    padding: 0;
    white-space: pre-wrap;
    word-break: inherit;
    word-wrap: break-word;
}

.e-rte-content strong, .e-rte-content b {
    font-weight: 700;
}

.e-rte-content a {
    text-decoration: none;
    -webkit-user-select: auto;
    /*-ms-user-select: auto;*/
    user-select: auto;
}

    .e-rte-content a:hover {
        text-decoration: underline;
    }

.e-rte-content h3 + h4,
.e-rte-content h4 + h5,
.e-rte-content h5 + h6 {
    margin-top: 00.6em;
}

.e-rte-content .e-rte-image.e-imgbreak {
    border: 0;
    cursor: pointer;
    display: block;
    float: none;
    margin: 5px auto;
    max-width: 100%;
    position: relative;
}

.e-rte-content .e-rte-image {
    border: 0;
    cursor: pointer;
    display: block;
    float: none;
    margin: auto;
    max-width: 100%;
    position: relative;
}

    .e-rte-content .e-rte-image.e-imginline {
        display: inline-block;
        float: none;
        margin-left: 5px;
        margin-right: 5px;
        max-width: calc(100% - (2 * 5px));
        vertical-align: bottom;
    }

    .e-rte-content .e-rte-image.e-imgcenter {
        cursor: pointer;
        display: block;
        float: none;
        margin: 5px auto;
        max-width: 100%;
        position: relative;
    }

    .e-rte-content .e-rte-image.e-imgleft {
        float: left;
        margin: 0 5px 0 0;
        text-align: left;
    }

    .e-rte-content .e-rte-image.e-imgright {
        float: right;
        margin: 0 0 0 5px;
        text-align: right;
    }

.e-rte-content .e-rte-img-caption {
    display: inline-block;
    margin: 5px auto;
    max-width: 100%;
    position: relative;
}

    .e-rte-content .e-rte-img-caption.e-caption-inline {
        display: inline-block;
        margin: 5px auto;
        margin-left: 5px;
        margin-right: 5px;
        max-width: calc(100% - (2 * 5px));
        position: relative;
        text-align: center;
        vertical-align: bottom;
    }

    .e-rte-content .e-rte-img-caption.e-imgcenter {
        display: block;
    }

    .e-rte-content .e-rte-img-caption .e-rte-image.e-imgright,
    .e-rte-content .e-rte-img-caption .e-rte-image.e-imgleft {
        float: none;
        margin: 0;
    }

.e-rte-content .e-rte-table {
    border-collapse: collapse;
    empty-cells: show;
}

    .e-rte-content .e-rte-table td,
    .e-rte-content .e-rte-table th {
        border: 1px solid #bdbdbd;
        height: 20px;
        min-width: 20px;
        padding: 2px 5px;
        vertical-align: middle;
    }

    .e-rte-content .e-rte-table.e-dashed-border td,
    .e-rte-content .e-rte-table.e-dashed-border th {
        border-style: dashed;
    }

.e-rte-content .e-rte-img-caption .e-img-inner {
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    font-weight: initial;
    margin: auto;
    opacity: .9;
    position: relative;
    text-align: center;
    width: 100%;
}

.e-rte-content .e-rte-img-caption .e-img-wrap {
    display: inline-block;
    margin: auto;
    padding: 0;
    width: 100%;
}

.e-rte-content blockquote {
    border-left: solid 2px #333;
}

.e-rte-content a {
    color: #2e2ef1;
}

.e-rte-content .e-rte-table th {
    background-color: #e0e0e0;
}

