html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary,
.btn-secondary,
.btn:not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-link):not(.btn-outline-primary) {
    color: #1f1a16;
    background-color: rgba(242, 107, 33, 0.14);
    border-color: rgba(242, 107, 33, 0.14);
}

.btn-primary:hover,
.btn-secondary:hover,
.btn:not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-link):not(.btn-outline-primary):hover {
    color: #1f1a16;
    background-color: rgba(242, 107, 33, 0.22);
    border-color: rgba(242, 107, 33, 0.22);
}

.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;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.dashboard-hero {
    background: #f7f3ee;
    border-left: 6px solid #f26b21;
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.dashboard-hero h1 {
    font-size: 2.4rem;
    margin: 0 0 .5rem;
}

.eyebrow {
    color: #9b4a1a;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .06rem;
    margin: 0 0 .35rem;
    text-transform: uppercase;
}

.action-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.action-card {
    border: 1px solid #ddd7d0;
    border-radius: 8px;
    color: #222;
    display: grid;
    gap: .45rem;
    padding: 1rem;
    text-decoration: none;
}

.action-card:hover {
    border-color: #f26b21;
    color: #111;
}

.action-card span {
    color: #5f5f5f;
}

.page-heading {
    align-items: start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.form-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-bottom: 1rem;
}

.form-grid label,
.full-field {
    color: #333;
    display: grid;
    font-weight: 600;
    gap: .35rem;
}

.full-field {
    margin-bottom: 1rem;
}

.form-control {
    font-weight: 400;
}

.field-label-row {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: .28rem .45rem;
    min-width: 0;
}

.field-label-text {
    color: inherit;
    font: inherit;
}

.field-label-hint {
    color: #1f3d64;
    font-size: .72rem;
    font-weight: 500;
}

.field-label-row .validation-message {
    color: #e50000;
    font-size: .72rem;
    font-weight: 700;
}

.report-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 14px 28px rgba(42, 45, 51, .16);
    margin-bottom: 1.5rem;
    padding: 1.6rem 1.5rem 1.35rem;
}

.report-card h2 {
    color: #111;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
}

.report-card-title {
    align-items: center;
    display: flex;
    gap: .45rem;
}

.vehicle-title-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9L18 10l-2-4H8l-2 4-2.5 1.1C2.7 11.4 2 12.1 2 13v3c0 .6.4 1 1 1h2'/%3E%3Ccircle cx='7' cy='17' r='2'/%3E%3Ccircle cx='17' cy='17' r='2'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
}

.condition-title-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 6h13'/%3E%3Cpath d='M8 12h13'/%3E%3Cpath d='M8 18h13'/%3E%3Cpath d='M3 6h.01'/%3E%3Cpath d='M3 12h.01'/%3E%3Cpath d='M3 18h.01'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
}

.condition-grid {
    display: grid;
    gap: 1rem 1.25rem;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    margin-bottom: 2rem;
}

.condition-slider-field {
    color: #111;
    display: grid;
    font-size: .78rem;
    font-weight: 500;
    gap: .45rem;
}

.condition-slider-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.condition-slider-header strong {
    background: #fff7ea;
    border: 1px solid #ffd2a3;
    border-radius: 999px;
    color: #df4d10;
    font-size: .78rem;
    min-width: 2.3rem;
    padding: .1rem .45rem;
    text-align: center;
}

.condition-slider {
    accent-color: #f5bf21;
    appearance: none;
    background: linear-gradient(90deg, #2fb45f 0%, #f5d04c 50%, #e34835 100%);
    border-radius: 999px;
    height: .72rem;
    outline: none;
    width: 100%;
}

.condition-slider-wrap {
    display: grid;
    gap: .25rem;
    position: relative;
}

.condition-slider-indicator-track {
    height: .72rem;
    left: .55rem;
    pointer-events: none;
    position: absolute;
    right: .55rem;
    top: 0;
    z-index: 2;
}

.condition-slider-indicator {
    background: #fff;
    border: 2px solid #111;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    height: 1.25rem;
    pointer-events: none;
    position: absolute;
    top: -.27rem;
    transform: translateX(-50%);
    width: 1.25rem;
}

.condition-slider-marks {
    height: 1.2rem;
    margin: -.15rem .55rem 0;
    position: relative;
}

.condition-slider-marks span {
    align-items: center;
    color: #62718a;
    cursor: pointer;
    display: grid;
    font-size: .62rem;
    gap: .08rem;
    justify-items: center;
    min-width: 1.2rem;
    padding-top: .1rem;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}

.condition-slider-marks span:hover,
.condition-slider-marks span:focus-visible {
    color: #df4d10;
    outline: none;
}

.condition-slider-marks i {
    background: #9aa8bc;
    display: block;
    height: .42rem;
    width: 1px;
}

.condition-slider-marks small {
    font-size: inherit;
    line-height: 1;
    white-space: nowrap;
}

.condition-slider::-webkit-slider-thumb {
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 50%;
    height: 1.25rem;
    width: 1.25rem;
}

.condition-slider::-moz-range-thumb {
    background: transparent;
    border: 0;
    border-radius: 50%;
    height: 1.25rem;
    width: 1.25rem;
}

.condition-summary {
    align-items: center;
    background: linear-gradient(135deg, #ff7a12 0%, #ff4b00 100%);
    border-radius: 12px;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    margin: .75rem 0 1.25rem;
    padding: 1.1rem 1.25rem;
}

.condition-summary span {
    font-size: .86rem;
    font-weight: 600;
}

.condition-summary strong {
    font-size: 1.35rem;
    line-height: 1;
}

.condition-summary small {
    grid-column: 2;
    text-align: right;
}

.condition-notes {
    background: #fff8ed;
    border: 1px solid #ffbc7b;
    border-radius: 12px;
    color: #151515;
    display: grid;
    gap: .35rem;
    padding: 1rem;
}

.condition-notes p {
    border-radius: 10px;
    font-size: .78rem;
    line-height: 1.45;
    margin: 0;
    padding: .55rem .75rem;
}

.condition-notes strong {
    color: #f15a18;
}

.condition-note-active {
    background: #ffe7c5;
}

.market-observation-card h2 {
    font-size: 1.55rem;
    margin-bottom: 2rem;
}

.market-values-panel {
    border: 1px solid #dfe6ef;
    border-radius: 14px;
    margin-bottom: 1.85rem;
    padding: 1.5rem 1.5rem 1.25rem;
}

.market-values-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    margin-bottom: 1rem;
}

.market-value-item {
    display: grid;
    gap: .75rem;
}

.market-value-item > span:first-child {
    background: #f7f8fa;
    border-radius: 8px;
    color: #1f3d64;
    font-size: .86rem;
    font-weight: 500;
    padding: .62rem;
    text-align: center;
}

.market-value-item-active > span:first-child {
    background: #ff6108;
    color: #fff;
    font-weight: 700;
}

.market-money-input {
    align-items: center;
    border: 1px solid #111;
    border-radius: 12px;
    display: grid;
    grid-template-columns: auto 1fr;
    min-height: 3.15rem;
    padding: .35rem .8rem;
}

.market-value-item-active .market-money-input {
    border-color: #ff6108;
    box-shadow: 0 0 0 2px rgba(255, 97, 8, .15);
}

.market-money-input small {
    color: #1f3d64;
    font-size: .75rem;
}

.market-money-input input {
    border: 0;
    font-size: 1rem;
    min-width: 0;
    outline: 0;
    text-align: right;
}

.currency-input {
    align-items: stretch;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1.3rem;
    min-width: 0;
}

.currency-input-spinner {
    border-left: 1px solid #d8dee8;
    display: grid;
    grid-template-rows: 1fr 1fr;
    margin-left: .35rem;
}

.currency-input-spinner button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #1f3d64;
    cursor: pointer;
    display: flex;
    font-size: .72rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    padding: 0;
}

.currency-input-spinner button:hover,
.currency-input-spinner button:focus-visible {
    color: #ff6108;
    outline: none;
}

.market-values-panel p {
    color: #1f3d64;
    font-size: .78rem;
    line-height: 1.45;
    margin: 0;
}

.market-observation-text-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
}

.market-observation-text-grid label {
    color: #111;
    display: grid;
    font-size: .86rem;
    font-weight: 500;
    gap: .7rem;
}

.market-observation-text-grid .form-control {
    border: 1px solid #111;
    border-radius: 14px;
    min-height: 12rem;
    padding: 1rem;
    resize: vertical;
}

.result-card h2 {
    margin-bottom: 1.75rem;
}

.result-title-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 13a8 8 0 1 1 16 0'/%3E%3Cpath d='M12 13l4-4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
}

.result-summary-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 1.5rem;
}

.result-grade-card {
    background: linear-gradient(135deg, #ff6b0a 0%, #ff4b00 100%);
    border-radius: 12px;
    color: #fff;
    display: grid;
    min-height: 6.8rem;
    padding: 1.1rem;
}

.result-grade-card span {
    font-size: .78rem;
    font-weight: 600;
}

.result-grade-card strong {
    font-size: 1.75rem;
    line-height: 1;
}

.result-grade-card small,
.result-grade-card em {
    font-size: .75rem;
    font-style: normal;
}

.result-value-card {
    background: #f3f6fa;
    border-radius: 12px;
    color: #111;
    display: grid;
    font-size: .85rem;
    font-weight: 500;
    gap: .65rem;
    padding: 1rem;
}

.result-value-card > small {
    color: #1f3d64;
    font-size: .72rem;
}

.result-editor {
    display: grid;
    gap: .7rem;
    margin-bottom: 2rem;
}

.result-editor > span {
    font-size: .86rem;
    font-weight: 600;
}

.result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.result-text-block-row {
    align-items: center;
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
}

.result-text-block-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: .45rem;
    min-width: 0;
    overflow: hidden;
}

.result-text-block-select {
    min-height: 2.1rem;
}

.result-actions .btn {
    border-radius: 999px;
    font-size: .76rem;
    max-width: 12rem;
    overflow: hidden;
    padding: .35rem .7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.result-editor p {
    color: #1f3d64;
    font-size: .75rem;
    line-height: 1.45;
    margin: 0;
}

.result-editor textarea.form-control {
    border: 1px solid #111;
    border-radius: 12px;
    min-height: 9rem;
    padding: 1rem;
    resize: vertical;
}

.result-footer-grid {
    align-items: start;
    display: grid;
    grid-template-columns: 1fr auto;
    margin: 1.5rem 0 2.4rem;
}

.result-office-card {
    background: #f8fafc;
    border: 1px solid #dfe6ef;
    border-radius: 12px;
    display: grid;
    font-size: .82rem;
    gap: .25rem;
    max-width: 13rem;
    padding: 1rem;
}

.result-stamp-box {
    align-items: center;
    border: 1px dashed #bfd1e7;
    border-radius: 12px;
    color: #6b7c91;
    display: flex;
    font-size: .78rem;
    height: 5.3rem;
    justify-content: center;
    width: 7.5rem;
}

.result-stamp-box img,
.result-signature-box img,
.profile-image-preview img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.result-signature-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
}

.result-signature-grid label {
    display: grid;
    font-size: .82rem;
    gap: .35rem;
}

.result-signature-grid .form-control {
    border: 1px solid #111;
    border-radius: 12px;
    min-height: 2.4rem;
}

.result-signature-box {
    align-items: center;
    border: 1px dashed #bfd1e7;
    border-radius: 12px;
    color: #6b7c91;
    display: flex;
    font-size: .78rem;
    height: 2.8rem;
    justify-content: center;
    padding: .25rem;
}

.profile-image-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    margin-bottom: 1rem;
}

.profile-image-grid label {
    display: grid;
    gap: .5rem;
}

.profile-image-preview {
    align-items: center;
    background: #f8fafc;
    border: 1px dashed #bfd1e7;
    border-radius: 12px;
    color: #6b7c91;
    display: flex;
    height: 7rem;
    justify-content: center;
    padding: .75rem;
}

.checkbox-field {
    align-items: center;
    display: flex;
    gap: .5rem;
    min-height: 2.4rem;
}

.text-block-editor {
    min-height: 9rem;
}

.text-block-list {
    display: grid;
    gap: .75rem;
}

.text-block-list-item {
    align-items: start;
    border: 1px solid #dfe6ef;
    border-radius: 12px;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr auto;
    padding: 1rem;
}

.text-block-list-item strong,
.text-block-list-item span {
    display: block;
}

.text-block-list-item span {
    color: #6b7c91;
    font-size: .78rem;
}

.text-block-list-item p {
    margin: .5rem 0 0;
    white-space: pre-wrap;
}

.entries-management-layout {
    align-items: start;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(220px, 1fr) minmax(0, 3fr);
}

.entries-sidebar {
    position: sticky;
    top: 1rem;
}

.entries-sidebar label {
    display: grid;
    gap: .45rem;
    margin-bottom: 1rem;
}

.entries-type-list {
    display: grid;
    gap: .45rem;
}

.entries-type-list button {
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: #3a332e;
    font-weight: 600;
    min-height: 2.6rem;
    padding: .55rem .75rem;
    text-align: left;
}

.entries-type-list button:hover,
.entries-type-list .entries-type-active {
    background: rgba(242, 107, 33, .14);
}

.entries-content {
    display: grid;
    gap: 1.25rem;
}

.admin-users-table-wrap {
    overflow-x: auto;
}

.admin-users-table td,
.admin-users-table th {
    vertical-align: middle;
}

.admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.admin-status,
.admin-badge {
    border-radius: 999px;
    display: inline-flex;
    font-size: .76rem;
    font-weight: 700;
    padding: .22rem .55rem;
}

.admin-status-active {
    background: #e8f7ee;
    color: #166534;
}

.admin-status-locked {
    background: #fde8e8;
    color: #991b1b;
}

.admin-badge {
    background: rgba(242, 107, 33, 0.14);
    color: #1f1a16;
    margin-left: .35rem;
}

.modal-backdrop-panel {
    align-items: center;
    background: rgba(31, 26, 22, .38);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.confirm-dialog {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(31, 26, 22, .25);
    max-width: 30rem;
    padding: 1.5rem;
    width: min(100%, 30rem);
}

.confirm-dialog h2 {
    font-size: 1.25rem;
    margin: 0 0 .75rem;
}

.confirm-dialog p {
    margin: 0 0 1.25rem;
}

.report-card .form-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
}

.report-card label {
    color: #111;
    font-size: .9rem;
    font-weight: 400;
}

.report-card .form-control {
    border: 1px solid #111;
    border-radius: 12px;
    min-height: 2.4rem;
}

.vehicle-text-panel {
    border: 1px solid #dfe6ef;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(42, 45, 51, .05);
    color: #1f3d64;
    display: grid;
    font-size: .78rem;
    font-weight: 500;
    gap: .55rem;
    margin-top: 1.25rem;
    padding: 1rem;
}

.vehicle-text-panel-accent {
    border-color: #ffbc7b;
    color: #c84611;
}

.vehicle-text-panel .form-control {
    border-color: #d7e0ea;
    min-height: 10.5rem;
    padding: 1rem;
    resize: vertical;
}

.vehicle-text-panel-accent .form-control {
    border-color: #ffbc7b;
}

.report-card-page {
    color: #546174;
    font-size: .72rem;
    margin-top: .5rem;
    text-align: right;
}

@media (max-width: 720px) {
    .report-card .form-grid {
        grid-template-columns: 1fr;
    }

    .condition-grid {
        grid-template-columns: 1fr;
    }

    .market-values-grid,
    .market-observation-text-grid,
    .result-summary-grid,
    .result-signature-grid,
    .result-text-block-row {
        grid-template-columns: 1fr;
    }

    .result-footer-grid {
        grid-template-columns: 1fr;
        row-gap: 1rem;
    }

    .profile-image-grid,
    .text-block-list-item,
    .entries-management-layout {
        grid-template-columns: 1fr;
    }

    .entries-sidebar {
        position: static;
    }

    .condition-summary {
        grid-template-columns: 1fr;
        row-gap: .4rem;
    }

    .condition-summary small {
        grid-column: 1;
        text-align: left;
    }
}

.button-row {
    display: flex;
    gap: .75rem;
}

.page-heading-actions {
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.clickable-row {
    cursor: pointer;
}

.clickable-row:hover {
    background-color: rgba(242, 107, 33, 0.08);
}

.btn-primary {
    --bs-btn-color: #1f1a16;
    --bs-btn-bg: rgba(242, 107, 33, 0.14);
    --bs-btn-border-color: rgba(242, 107, 33, 0.14);
    --bs-btn-hover-color: #1f1a16;
    --bs-btn-hover-bg: rgba(242, 107, 33, 0.22);
    --bs-btn-hover-border-color: rgba(242, 107, 33, 0.22);
}

.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;
}
