﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --hb-bg: #000000;
    --hb-bg-soft: #0b0b0b;
    --hb-sand: #ffffff;
    --hb-card: rgba(255,255,255,0.05);
    --hb-card-strong: rgba(255,255,255,0.1);
    --hb-text: #ffffff;
    --hb-text-muted: rgba(255,255,255,0.78);
    --hb-line: rgba(255,196,34,0.22);
    --hb-accent: #FFC422;
    --hb-accent-2: #F58925;
    --hb-shadow: 0 24px 80px rgba(0,0,0,0.35);
    --hb-radius-xl: 28px;
    --hb-radius-lg: 20px;
    --hb-radius-md: 14px;
    --hb-max: 1200px;
    --hb-gold: #ffcc00;
    --hb-amber: #ff9900;
    --hb-dark: #050505;
    --hb-panel: rgba(12, 12, 12, 0.64);
    --hb-text: #ffffff;
    --hb-muted: #b8b8b8;
}

html {
    height: 100% !important;
    scroll-behavior: smooth;
}
body {
    flex-direction: column !important;
    height: 100% !important;
    display: flex !important;
    font-family: Inter, Arial, Helvetica, sans-serif;
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    margin: 0;
    padding: 0;
    background: #050505;
    color: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
*:focus, :focus {
    box-shadow: none !important;
    outline: none !important;
}

:focus-visible {
    outline: none !important;
}

.btn:focus-visible {
    box-shadow: none !important;
}

.form-control:focus {
    /*border-color: initial !important;*/
    box-shadow: none !important;
}
.mw-300{
    min-width: 240px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #050505 inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}
/*input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: initial !important;
    color: initial !important;
}*/

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.hb-container {
    width: min(var(--hb-max), calc(100% - 2rem));
    margin: 0 auto;
}
/*#region Main Content*/
.hero {
    min-height: 50vh;
    display: grid;
    place-items: center;
    padding: 80px 20px;
    text-align: center;
    background: radial-gradient(circle at center, rgba(255, 190, 0, 0.16), transparent 35%), linear-gradient(180deg, #111, #000);
}

    .hero h1 {
        max-width: 900px;
        font-size: clamp(2.4rem, 8vw, 5.8rem);
        line-height: 0.95;
        text-transform: uppercase;
        color: #ffcc19;
        text-shadow: 0 0 26px rgba(255, 198, 0, 0.35);
    }

    .hero p {
        margin-top: 18px;
        font-size: clamp(1rem, 3vw, 1.35rem);
        color: #ddd;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
/*#endregion Main Content*/
/*#region Footer*/
footer {
    /*margin-top: auto !important;*/
    margin-top: 50px !important;
}
.footer-top-area {
    background-image: url(../img/backgrounds/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 75px 0;
}

    .footer-top-area .newsletter-area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .footer-top-area .newsletter-area > h3.title {
            color: #ffffff;
            font-weight: 600;
            margin-bottom: 0;
            font-size: 34px;
        }

        .footer-top-area .newsletter-area > p.short-desc {
            color: #ffffff;
            padding-top: 10px;
            margin-bottom: 0;
        }

.newsletter-form-wrap {
    padding-top: 55px; /*width: 770px;*/
}

    .newsletter-form-wrap .subscribe-form {
        display: inline-flex;
    }

        .newsletter-form-wrap .subscribe-form .subscribe-input {
            border: 1px solid #e5e5e5;
            height: 50px;
            width: 100%;
            background-clip: unset;
        }

.btn-subscribe {
    color: #000000;
    font-weight: 700;
    background-color: #077134;
    text-transform: uppercase;
    position: absolute;
    font-size: 16px;
    padding: 0 25px 0 25px;
    height: 50px;
    text-align: center;
}

.newsletter-form-wrap .subscribe-form .newsletter-btn {
    font-weight: 700;
    background-color: #077134;
    text-transform: uppercase;
    position: absolute;
    font-size: 16px;
    height: 50px;
    text-align: center;
}


.footer-middle-area {
    background: rgba(0, 0, 0, 0.88) url(../img//backgrounds/bg-pattern.png) repeat scroll 0 0; /*background-color: #222222;*/
    /*background: rgba(0, 0, 0, 0.88);*/
}

    .footer-middle-area .footer-widgets-info .footer-widgets-logo {
        padding-bottom: 10px;
    }

.widgets-essential-stuff, .widgets-essential-stuff a {
    color: var(--color-five);
    font-size: 1rem;
    line-height: 1;
}

.footer-middle-area .footer-widgets-info .widget-short-desc > p {
    /*font-family: "Open Sans", sans-serif;*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.footer-middle-area .footer-widgets-info .widgets-essential-stuff > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-middle-area .footer-widgets-info .widgets-essential-stuff > ul > li {
        color: #999999;
        padding-bottom: 15px;
    }

        .footer-middle-area .footer-widgets-info .widgets-essential-stuff > ul > li span {
            color: #ffffff;
            font-size: 16px;
        }

.social-link > ul > li {
    display: inline-block;
    padding-right: 10px;
}

    .social-link > ul > li > a {
        color: #ffffff;
        text-decoration: none;
        border-radius: 100%;
        font-size: 16px;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }


.footer-middle-area .footer-widgets-title h3 {
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
    font-size: 1.5rem;
}

    .footer-middle-area .footer-widgets-title h3:before {
        content: "";
        background-color: #ffcc19;
        position: absolute;
        height: 4px;
        width: 70px;
        bottom: 0;
    }

.footer-middle-area .footer-widgets > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-middle-area .footer-widgets > ul > li {
        padding-bottom: 10px;
    }

        .footer-middle-area .footer-widgets > ul > li a {
            outline: none;
            color: var(--color-five);
        }

            .footer-middle-area .footer-widgets > ul > li a:hover {
                color: var(--color-one) !important;
                text-decoration: none;
                -webkit-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

.footer-bottom-area {
    background-color: var(--color-two);
}

    .footer-bottom-area .footer-bottom-nav {
        border-top: 1px solid rgba(255, 255, 255, 0.07);
        padding: 25px 0;
    }

        .footer-bottom-area .footer-bottom-nav .copyright {
            color: #ffffff;
            text-align: center;
        }

            .footer-bottom-area .footer-bottom-nav .copyright span a {
                color: var(--color-five);
                text-align: center;
            }

                .footer-bottom-area .footer-bottom-nav .copyright span a:hover {
                    text-decoration: none;
                    color: var(--color-one);
                    text-align: center;
                }
/*#endregion Footer*/

.btn-primary {
    width: 100%;
    background: linear-gradient(135deg, var(--hb-gold), var(--hb-amber));
    border: none;
    color: #050505;
    font-weight: 950;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: .22s ease;
    box-shadow: 0 0 22px rgba(255,204,0,.28);
    text-transform: uppercase;
}

    .btn-primary:hover {
        transform: translateY(-2px) scale(1.01);
        box-shadow: 0 0 34px rgba(255,204,0,.55);
        color: #050505;
    }

.form-control {
    /*width: 100%;
    padding: 15px 14px;*/
    background: rgba(0, 0, 0, .48);
    border: 1px solid #fff;
    color: #fff;
    outline: none;
    /* border-radius: 14px;
    font-size: 15px;*/
}
.validation-message {
    color: #b94a48;
    font-size: 0.813rem;
    margin-top: 5px;
}
.form-control.invalid {
    border: 1px solid #b94a48;
}
    .form-control.valid {
        border: 1px solid var(--hb-gold);
    }
    .form-control:focus {
        color: #ffffff;
        background: rgba(0, 0, 0, .48);
        border-color: var(--hb-gold);
        outline: 0;
        box-shadow: none;
    }
.form-floating > label {
    color: #ffffff;
}
.form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-select ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent;
    border-radius: var(--bs-border-radius);
    color: var(--hb-gold);
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
    color: var(--hb-gold);
}
.modal-title {
    font-family: Inter, Arial, Helvetica, sans-serif;
    margin: 0;
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    font-weight: 900;
}
.modal-content {
    background: #050505;
    border: 1px solid #dee2e6;
    color: #ffffff;
}
.toast-body {
    background-color: var(--bs-toast-header-bg);
    color: var(--bs-toast-header-color);
}
.hb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    padding: 0.9rem 1.2rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 800;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    cursor: pointer;
}

    .hb-btn:hover,
    .hb-btn:focus-visible {
        transform: translateY(-2px);
    }

.hb-btn-primary {
    background: linear-gradient(135deg, var(--hb-accent), var(--hb-accent-2));
    color: #fff;
    box-shadow: 0 16px 44px rgba(245,137,37,0.28);
}

.hb-btn-secondary {
    border-color: var(--hb-line);
    background: rgba(255,255,255,0.04);
    color: var(--hb-text);
}

.hb-btn-full {
    width: 100%;
}

.hb-hero {
    position: relative;
    overflow: hidden;
    padding: 7rem 0 5rem;
    background: linear-gradient(180deg, rgba(0,0,0,0.45), rgba(0,0,0,0.9)), linear-gradient(120deg, rgba(245,137,37,0.18), rgba(149,15,15,0.14));
}

.hb-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 10%, rgba(255,255,255,0.09), transparent 22%), radial-gradient(circle at 85% 15%, rgba(255,196,34,0.18), transparent 18%);
    pointer-events: none;
}

.hb-hero-content {
    position: relative;
    z-index: 1;
}

.hb-eyebrow,
.hb-section-tag {
    display: inline-block;
    margin-bottom: 1rem;
    color: #FFC422;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.hb-hero h1,
.hb-section h2,
.hb-cta-band h2 {
    margin: 0;
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    font-weight: 900;
}

.hb-hero h1 {
    max-width: 8ch;
    font-size: clamp(3.2rem, 7vw, 6.6rem);
}

.hb-hero p {
    max-width: 720px;
    margin: 1.5rem 0 0;
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--hb-text-muted);
}

.hb-hero-actions,
.hb-inline-actions,
.hb-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.hb-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.hb-stat-card,
.hb-quote-card,
.hb-info-card,
.hb-feature-item,
.hb-map-card,
.hb-pricing-card,
.hb-award-card,
.hb-rule-item,
.hb-check-item,
.hb-image-panel {
    background: var(--hb-card);
    border: 1px solid var(--hb-line);
    border-radius: var(--hb-radius-lg);
    box-shadow: var(--hb-shadow);
}

.hb-stat-card {
    padding: 1.2rem;
}

.hb-stat-label {
    display: flex;
    margin-bottom: 0.55rem;
    color: var(--hb-text-muted);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.hb-stat-card strong {
    display: flex;
    white-space: nowrap;
    font-size: 1.1rem;
}

.hb-section {
    padding: 5rem 0;
}

.hb-section-dark {
    background: var(--hb-bg-soft);
}

.hb-section-sand {
    color: #000000;
    background: var(--hb-sand);
}

    .hb-section-sand .hb-section-tag {
        color: #950F0F;
    }

.hb-section h2,
.hb-cta-band h2 {
    font-size: clamp(2.2rem, 4.5vw, 4.2rem);
    max-width: 12ch;
}

.hb-section p,
.hb-cta-band p,
.hb-faq-list p,
.hb-pricing-card li,
.hb-award-card li,
.hb-rule-item,
.hb-timeline-content p,
.hb-feature-item p,
.hb-check-item {
    line-height: 1.75;
    color: inherit;
    opacity: 0.88;
}

.hb-grid-2 {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
}

.hb-grid-align-center {
    align-items: center;
}

.hb-quote-card {
    display: grid;
    place-items: center;
    min-height: 280px;
    padding: 2rem;
    background: linear-gradient(145deg, rgba(245,137,37,0.22), rgba(149,15,15,0.18));
}

    .hb-quote-card p {
        margin: 0;
        text-align: center;
        font-size: clamp(1.8rem, 3vw, 3rem);
        font-weight: 900;
        line-height: 1.15;
        text-transform: uppercase;
    }

.hb-section-head {
    max-width: 760px;
    margin-bottom: 2rem;
}

.hb-card-grid {
    display: grid;
    gap: 1rem;
}

.hb-card-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hb-card-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hb-info-card,
.hb-feature-item,
.hb-pricing-card,
.hb-award-card,
.hb-map-card,
.hb-rule-item,
.hb-check-item {
    padding: 1.5rem;
}

.hb-info-card-light {
    background: rgba(255,255,255,0.72);
    border-color: rgba(0,0,0,0.08);
    box-shadow: 0 18px 42px rgba(0,0,0,0.08);
}

.hb-card-number {
    color: #FFC422;
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    margin-bottom: 1rem;
}

.hb-info-card h3,
.hb-feature-item h3,
.hb-pricing-card h3,
.hb-award-card h3,
.hb-timeline-content h3 {
    margin-top: 0;
    margin-bottom: 0.65rem;
    font-size: 1.12rem;
}

.hb-feature-list,
.hb-faq-list,
.hb-course-meta,
.hb-entry-meta {
    display: grid;
    gap: 1rem;
}

.hb-image-panel,
.hb-map-card {
    padding: 0;
    overflow: hidden;
    min-height: 360px;
}

.hb-image-placeholder {
    display: grid;
    place-items: center;
    min-height: 100%;
    background: linear-gradient(135deg, rgba(245,137,37,0.24), rgba(149,15,15,0.2)), repeating-linear-gradient( -45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 10px, transparent 10px, transparent 20px );
    color: var(--hb-text-muted);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hb-mini-list,
.hb-pricing-card ul,
.hb-award-card ul,
.hb-footer ul {
    margin: 1.1rem 0 0;
    padding-left: 1.1rem;
}

.hb-checklist-grid,
.hb-rules-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.hb-check-item,
.hb-rule-item {
    font-weight: 700;
}

.hb-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.hb-pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
}

.hb-pricing-card-featured {
    background: linear-gradient(180deg, rgba(255,196,34,0.16), rgba(245,137,37,0.08));
    border-color: rgba(240,184,142,0.45);
    transform: translateY(-10px);
}

.hb-pricing-badge {
    display: inline-flex;
    width: fit-content;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(255,196,34,0.14);
    border: 1px solid rgba(255,196,34,0.35);
    color: #FFC422;
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.8rem;
}

.hb-price {
    margin: 0.25rem 0 1rem;
    font-size: 2.3rem;
    font-weight: 900;
}

.hb-entry-meta {
    margin-top: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hb-timeline {
    display: grid;
    gap: 1.2rem;
}

.hb-timeline-item {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 1rem;
    align-items: stretch;
}

.hb-timeline-day,
.hb-timeline-content {
    border: 1px solid var(--hb-line);
    border-radius: var(--hb-radius-lg);
    padding: 1.35rem 1.5rem;
    background: var(--hb-card);
}

.hb-timeline-day {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
}

.hb-faq-list details {
    border: 1px solid var(--hb-line);
    border-radius: var(--hb-radius-md);
    background: rgba(255,255,255,0.04);
    padding: 1rem 1.2rem;
}

.hb-faq-list summary {
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

    .hb-faq-list summary::-webkit-details-marker {
        display: none;
    }

.hb-faq-list p {
    margin: 0.9rem 0 0;
    color: var(--hb-text-muted);
}



@media (max-width: 1100px) {
    .hb-card-grid-5,
    .hb-pricing-grid,
    .hb-checklist-grid,
    .hb-rules-grid,
    .hb-stats-grid,
    .hb-entry-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hb-grid-2,
    .hb-cta-band-inner,
    .hb-footer-grid {
        grid-template-columns: 1fr;
    }

    .hb-pricing-card-featured {
        transform: none;
    }
}

@media (max-width: 800px) {
    .hb-header-inner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 1rem 0;
    }

    .hb-nav {
        width: 100%;
    }

    .hb-header-cta {
        width: 100%;
    }

    .hb-hero {
        padding-top: 5rem;
    }

    .hb-timeline-item {
        grid-template-columns: 1fr;
    }

    .hb-card-grid-3,
    .hb-card-grid-5,
    .hb-pricing-grid,
    .hb-checklist-grid,
    .hb-rules-grid,
    .hb-stats-grid,
    .hb-entry-meta {
        grid-template-columns: 1fr;
    }

    .hb-section,
    .hb-cta-band {
        padding: 4rem 0;
    }
}
















#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 1.25rem;
    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: 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."
    }