h1:focus {
    outline: none;
}

:root {
    --jd-brand: #ff7043;
    --jd-brand-soft: #fff3e0;
}

html, body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.main-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.body {
    display: flex;
    flex: 1;
}

.content {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
}

.content-narrow {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.layout-drawer-container {
    width: 100%;
}

.top-nav {
    background: var(--jd-brand);
    color: #fff;
    padding: 0.5rem 1.5rem;
}

.top-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.top-nav-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 58px;
}

.top-banner-text {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
}

.top-nav-links,
.jd-footer__links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.jd-nav-link,
.jd-nav-link:visited,
.jd-nav-link:active {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #fff !important;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.jd-nav-link:hover,
.jd-nav-link:focus,
.jd-nav-link.active {
    background: #fff;
    color: var(--jd-brand) !important;
    border-color: var(--jd-brand);
}

/* Shared helpers used by top-right account menu */
.mr-1 {
    margin-right: 0.25rem;
}

.text-brand {
    color: var(--jd-brand) !important;
}

.brand-strong {
    color: var(--jd-brand) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.plan-accent {
    color: var(--jd-brand);
    font-weight: 600;
}

.menu-line {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

/* Top-right account trigger and popover (cloned style direction from JD Align). */
.account-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 9999px;
    color: #fff !important;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.account-trigger .mud-avatar-content {
    color: inherit !important;
}

.account-trigger:hover {
    background: var(--jd-brand-soft) !important;
    border-color: var(--jd-brand);
    color: var(--jd-brand) !important;
}

.account-popover {
    margin-top: 60px;
    margin-right: 0;
}

.account-card {
    min-width: 300px;
    max-width: 360px;
    border-radius: 12px;
    box-shadow: none;
    border: 0;
    background: #fff;
    padding: 1rem 1rem 0.75rem !important;
}

.account-links {
    padding: 0.25rem 0.75rem 0.5rem;
}

.account-links .menu-line {
    width: 100%;
    padding: 0.25rem 0;
}

.account-links .mud-link {
    color: var(--jd-brand) !important;
}

.account-menu-link {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
}

.account-menu-link:hover,
.account-menu-link:focus {
    background: rgba(255, 112, 67, 0.08);
    text-decoration: none;
}

.account-logo {
    height: 42px;
    object-fit: contain;
    display: block;
}

.account-avatar-lg {
    width: 56px;
    height: 56px;
    font-weight: 800;
}

.account-avatar-brand,
.account-avatar-brand.mud-avatar {
    background: var(--jd-brand) !important;
    color: #fff !important;
}

.account-profile-link,
.account-profile-link:visited,
.account-profile-link:hover,
.account-profile-link:focus {
    color: var(--jd-brand) !important;
    font-weight: 600;
    text-decoration: none;
}

.jd-nav-profile-btn {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.45);
    cursor: pointer;
}

.jd-footer {
    background: var(--jd-brand);
    color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.jd-footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 12px clamp(24px, 6vw, 64px);
}

.jd-footer__copy {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
}

.jd-footer .jd-nav-link,
.jd-footer .jd-nav-link:visited,
.jd-footer .jd-nav-link:active {
    color: #fff !important;
}

.jd-footer .jd-nav-link:hover,
.jd-footer .jd-nav-link:focus,
.jd-footer .jd-nav-link.active {
    color: var(--jd-brand) !important;
    background: #fff;
}

/* MudBlazor + JD Align style bridge */
.jd-btn, .jd-btn.mud-button-root {
    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 14px !important;
    line-height: 1 !important;
    background-color: var(--jd-brand);
    color: #fff;
    border-radius: 6px;
    border: 1px solid #f58025;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transition: background-color .2s, color .2s;
    text-transform: none !important;
}

.jd-btn.jd-btn-save, .jd-btn.jd-btn-save.mud-button-root {
    background: var(--jd-brand);
    color: #fff !important;
}

.jd-btn.jd-btn-save:hover, .jd-btn.jd-btn-save.mud-button-root:hover {
    background: var(--jd-brand-soft);
    color: var(--jd-brand) !important;
    box-shadow: 0 2px 6px rgba(255, 112, 67, .35);
}

.jd-btn:disabled, .jd-btn.mud-button-root:disabled {
    opacity: .6;
    cursor: not-allowed;
    box-shadow: none;
    background: #f5f5f5 !important;
    color: #999 !important;
    border-color: #ddd !important;
}

.jd-icon-btn-brand, .jd-icon-btn-brand.mud-icon-button-root {
    color: var(--jd-brand) !important;
}

.jd-icon-btn-brand:hover, .jd-icon-btn-brand.mud-icon-button-root:hover {
    background: rgba(255, 112, 67, .12);
}

.admin-card {
    padding: 1rem;
}

.profile-drawer .mud-drawer-content {
    background: #fff;
}

.admin-card .mud-input-control {
    margin-top: 0;
}

.radio-inline-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Brand-colored radio selection (scoped) */
.jd-radio-group .mud-radio.mud-checked .mud-radio-icon,
.jd-radio-group .mud-radio.mud-checked svg,
.jd-radio-group .mud-radio .mud-radio-icon,
.jd-radio-group .mud-radio svg {
    color: var(--jd-brand) !important;
}

/* Questions check page styles */
.questions-check-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
}

.question-check-card {
    height: 100%;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.test-check-sessions-layout {
    align-items: stretch;
}

.test-check-summary-card {
    height: 100%;
}

.test-check-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1.25rem;
}

.test-check-summary-item {
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: #fff8f4;
    border: 1px solid rgba(255, 112, 67, 0.12);
}

.question-card-chip-row {
    flex-wrap: wrap;
}

.parent-dashboard-grid {
    align-items: stretch;
}

.student-year-card {
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: #fff8f4;
    border: 1px solid rgba(255, 112, 67, 0.12);
}

.student-chip-row {
    flex-wrap: wrap;
}

.question-check-options {
    margin: 0.5rem 0 0;
    padding-left: 1.1rem;
}

.question-check-options li {
    margin-bottom: 0.3rem;
}

.skillalign-math-text {
    white-space: normal;
    line-height: 1.6;
}

.skillalign-math-text mjx-container {
    margin: 0 !important;
    font-size: 1em !important;
}

.skillalign-math-text mjx-container[display="true"] {
    display: block;
    margin: 0.45rem 0 !important;
    text-align: center !important;
    overflow-x: auto;
    overflow-y: hidden;
}

.diagram-preview-card {
    margin-top: 0.35rem;
    padding: 0.75rem;
    border-radius: 10px;
    background: #fff8f4;
    border: 1px solid rgba(255, 112, 67, 0.22);
}

.diagram-preview-title {
    display: block;
    margin-bottom: 0.35rem;
    color: #8a4b2f;
    font-weight: 700;
}

.diagram-svg {
    width: 100%;
    max-width: 260px;
    height: auto;
    display: block;
}

.diagram-label,
.diagram-annotation,
.diagram-axis-label {
    fill: #3b2a22;
    font-size: 10px;
    font-weight: 600;
}

.diagram-axis {
    stroke: #5c5c5c;
    stroke-width: 2;
}

.diagram-grid-line {
    stroke: rgba(0, 0, 0, 0.08);
    stroke-width: 1;
}

.diagram-shape-line {
    stroke: var(--jd-brand);
    stroke-width: 2.4px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.diagram-helper-line {
    stroke: rgba(255, 112, 67, 0.6);
    stroke-width: 1.6px;
    stroke-dasharray: 4 3;
    stroke-linecap: round;
    fill: none;
}

.diagram-angle-sector {
    fill: rgba(255, 112, 67, 0.18);
    stroke: rgba(255, 112, 67, 0.42);
    stroke-width: 1.2px;
}

.diagram-json-fallback {
    margin: 0;
    padding: 0.65rem;
    white-space: pre-wrap;
    overflow-x: auto;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 0.78rem;
}

.jd-quiz-choice {
    padding: 2px 6px;
    border-radius: 6px;
}

.jd-quiz-choice-correct {
    color: #000;
    font-weight: 600;
    background: #e7f5e8;
}

/* Question review selected-row style (aligned to JD admin selection behavior). */
.jd-review-row {
    cursor: pointer;
}

.jd-review-row-selected {
    background: var(--jd-brand-soft) !important;
    border-left: 3px solid var(--jd-brand);
}

.pricing-page {
    max-width: 1280px;
    margin: 0 auto;
}

.pricing-hero {
    padding: clamp(1rem, 2vw, 1.5rem);
}

.pricing-helper-text {
    color: #6f6f6f;
}

.pricing-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem 1rem;
}

.pricing-loading-skeletons {
    width: min(720px, 100%);
}

.pricing-table-card {
    overflow: hidden;
}

.pricing-summary-card {
    padding: 1.25rem;
}

.pricing-select-column {
    width: 58px;
    min-width: 58px;
    max-width: 58px;
    text-align: center;
}

.pricing-price-column {
    text-align: right;
    white-space: nowrap;
}

.pricing-year-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff8f4;
    color: #8a4b2f;
    font-weight: 700;
}

.pricing-year-divider td {
    border-top: 2px solid rgba(255, 112, 67, 0.24) !important;
}

.pricing-row-selected td {
    background: rgba(255, 112, 67, 0.08);
}

.pricing-row-selected:hover td {
    background: rgba(255, 112, 67, 0.12);
}

.pricing-summary-sticky {
    position: sticky;
    top: 1rem;
}

.pricing-summary-item {
    padding: 0.75rem;
    background: #fffaf7;
    border-color: rgba(255, 112, 67, 0.2);
}

.pricing-summary-item-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.pricing-summary-item-title {
    font-weight: 600;
}

.pricing-summary-item-price {
    white-space: nowrap;
    font-weight: 700;
    color: #3f3f3f;
}

.pricing-summary-footer {
    align-items: stretch;
    gap: 1rem;
}

.pricing-summary-metrics {
    gap: 0.25rem;
}

.pricing-summary-total {
    color: #2f2f2f;
}

.pricing-summary-buttons {
    justify-content: flex-end;
    gap: 0.5rem;
}

.pricing-clear-btn,
.pricing-clear-btn.mud-button-root {
    color: var(--jd-brand) !important;
    border-color: rgba(255, 112, 67, 0.45) !important;
    text-transform: none !important;
}

.pricing-clear-btn:hover,
.pricing-clear-btn.mud-button-root:hover {
    background: var(--jd-brand-soft) !important;
}

.pricing-select-checkbox,
.pricing-select-checkbox .mud-icon-root,
.pricing-select-checkbox svg {
    color: var(--jd-brand) !important;
}

.pricing-empty-state {
    color: #6f6f6f;
}

.subscribe-page {
    max-width: 1080px;
    margin: 0 auto;
}

.subscribe-page-grid {
    align-items: flex-start;
}

.subscribe-plan-card,
.subscribe-form-card,
.subscribe-empty-card,
.legal-card {
    border-radius: 16px;
}

.plan-summary {
    width: 100%;
    min-width: 320px;
    border-right: 1px solid #ddd;
    padding-right: 2rem;
}

.subscribe-plan-card .mud-card-content,
.subscribe-form-card .mud-card-content {
    padding: clamp(1.25rem, 2vw, 1.75rem);
}

.subscribe-logo {
    height: 52px;
    width: auto;
    object-fit: contain;
    display: block;
    margin-left: 0;
}

.subscribe-title-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.subscribe-title {
    font-family: inherit;
    line-height: 1.1;
    color: var(--jd-brand);
    font-weight: 700;
}

.subscribe-term-chip {
    background: var(--jd-brand) !important;
    color: #fff !important;
    font-weight: 600;
    padding: 0 0.5rem;
    height: 22px;
    line-height: 22px;
    border-radius: 9999px;
    text-transform: capitalize;
}

.brand-note {
    border-color: rgba(255, 112, 67, 0.55) !important;
    background: rgba(255, 248, 244, 0.7);
}

.brand-accent {
    color: var(--jd-brand);
}

.brand-note .mud-alert-message,
.brand-note .mud-alert-message .mud-typography,
.brand-note .mud-alert-message span,
.brand-note .mud-alert-message p {
    color: #1f1f1f !important;
}

.brand-note .mud-alert-icon,
.brand-note .mud-alert-icon .mud-icon-root,
.brand-note .mud-alert-icon svg {
    color: var(--jd-brand) !important;
}

.subscribe-selected-item-row,
.subscribe-amount-row,
.amount-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.subscribe-selected-item-row {
    padding: 0.55rem 0;
}

.amount-row.total {
    font-weight: 600;
}

.subscribe-info-box {
    padding: 1rem 1.1rem;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
}

.subscribe-note-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    padding: 1rem 1.1rem !important;
}

.subscribe-feature-list {
    margin: 0;
    padding-left: 1.1rem;
}

.subscribe-feature-list li {
    margin-bottom: 0.45rem;
}

.agreement-box {
    margin-top: 1rem;
}

.agreement-checkbox .mud-button-root,
.agreement-checkbox label {
    align-items: flex-start;
}

.agreement-checkbox .mud-checkbox .mud-icon-root,
.agreement-checkbox .mud-checkbox svg,
.agreement-checkbox .mud-checkbox.mud-checked .mud-icon-root,
.agreement-checkbox .mud-checkbox.mud-checked svg {
    color: var(--jd-brand) !important;
}

.agreement-text {
    color: #5f5f5f;
}

.subscribe-promo-actions {
    justify-content: flex-end;
}

.promo-code {
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2e7d32;
}

.text-black {
    color: #1f1f1f !important;
}

.plan-promo {
    margin-bottom: 0.75rem;
    text-align: left;
    width: 100%;
}

.plan-promo .mud-alert-icon {
    margin-top: 0.1rem;
}

.plan-promo ul,
.plan-promo li,
.plan-promo .mud-typography {
    color: #1f1f1f;
}

.plan-promo .promo-code {
    color: #2e7d32 !important;
}

.subscribe-form-actions {
    gap: 0.75rem;
}

.subscribe-back-link,
.subscribe-back-link.mud-button-root {
    color: var(--jd-brand) !important;
    text-transform: none !important;
}

.start-trial-btn,
.start-trial-btn.mud-button-root {
    min-width: 220px;
    font-weight: 700 !important;
    text-transform: none !important;
    background: var(--jd-brand) !important;
    color: #fff !important;
    border-radius: 8px !important;
}

.start-trial-btn:hover,
.start-trial-btn.mud-button-root:hover {
    background: #ff824f !important;
}

.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: clamp(1.5rem, 3vw, 2.25rem);
}

.payment-success-page {
    max-width: 1080px;
    margin: 0 auto;
}

.billing-page {
    max-width: 1200px;
    margin: 0 auto;
}

.subscription-management-page {
    max-width: 1280px;
    margin: 0 auto;
}

.billing-card {
    max-width: 760px;
}

.subscription-current-card,
.subscription-history-card,
.subscription-edit-card,
.subscription-summary-card {
    border-radius: 16px;
}

.subscription-current-item-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.subscription-current-item-row + .subscription-current-item-row {
    margin-top: 0.25rem;
}

.subscription-current-item-price {
    white-space: nowrap;
    font-weight: 600;
}

.subscription-current-total-row .mud-typography:first-child {
    visibility: hidden;
}

.pricing-summary-item-current {
    background: rgba(255, 112, 67, 0.08) !important;
    border-color: rgba(255, 112, 67, 0.18) !important;
}

.subscription-summary-metrics-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.45rem 1rem;
    align-items: center;
}

.subscription-summary-label {
    color: #273142;
}

.subscription-summary-value {
    text-align: right;
    white-space: nowrap;
}

.billing-row {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.billing-label {
    font-weight: 600;
}

.billing-field {
    width: 100%;
    max-width: 420px;
}

.billing-field .mud-input-root {
    height: 36px;
}

.readonly-style .mud-input-input {
    cursor: default;
}

/* Keep the hover and selected states aligned with JD Align's invoice tables. */
.custom-hover-table.mud-table-row:hover,
.custom-hover-table.selected,
.custom-hover-table.selected td {
    background: var(--jd-brand-soft) !important;
}

.billing-refresh-btn.spin {
    animation: billing-spin 1s linear infinite;
}

.payment-success-card {
    padding: clamp(1.5rem, 3vw, 2.25rem);
    border-radius: 16px;
}

.payment-success-alert {
    border-radius: 16px;
}

.payment-success-reference {
    padding: 1rem 1.1rem;
    border-radius: 12px;
    background: #fffaf7;
    border-color: rgba(255, 112, 67, 0.22) !important;
}

.payment-success-actions {
    justify-content: flex-start;
}

.payment-summary-links {
    justify-content: flex-end;
}

.details-table {
    width: 100%;
}

.key-col {
    width: 240px;
}

.key-cell {
    white-space: nowrap;
    font-weight: 600;
}

@keyframes billing-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 959.98px) {
    .pricing-summary-sticky {
        position: static;
    }

    .pricing-summary-footer,
    .subscription-summary-metrics {
        align-items: stretch;
    }

    .pricing-summary-buttons {
        justify-content: flex-start;
    }

    .plan-summary,
    .subscribe-form-card,
    .payment-success-card {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .plan-summary {
        border-right: 0;
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .pricing-summary-item-row {
        flex-direction: column;
        gap: 0.35rem;
    }

    .test-check-summary-grid {
        grid-template-columns: 1fr;
    }

    .subscription-summary-metrics-grid {
        grid-template-columns: 1fr;
    }

    .subscription-summary-value {
        text-align: left;
    }

    .subscribe-selected-item-row,
    .subscribe-amount-row,
    .subscribe-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .subscribe-promo-actions {
        justify-content: flex-start;
    }

    .key-col {
        width: 42%;
    }
}

.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;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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;
}
