html,
body {
    min-height: 100%;
    background: #f4f7f9;
}

body {
    margin: 0;
}

h1:focus {
    outline: none;
}

.app-topbar {
    border-bottom: 1px solid #d9e2e7;
    background: #ffffff;
    color: #20313a;
}

.board-shell {
    padding: 88px 24px 28px;
}

.login-shell {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 84px 16px 24px;
}

.login-panel {
    background: #ffffff;
    border: 1px solid #d7e1e7;
    border-radius: 8px;
    max-width: 390px;
    padding: 28px;
    width: 100%;
}

.login-brand {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.login-brand img {
    display: block;
    height: auto;
    max-height: 210px;
    max-width: min(100%, 280px);
    object-fit: contain;
}

.login-field-stack {
    display: grid;
    gap: 6px;
    margin-top: 16px;
}

.login-field-label {
    color: #43535d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.login-form input {
    background: #ffffff;
    border: 1px solid #b9c2c8;
    border-radius: 6px;
    color: #263640;
    font: inherit;
    min-height: 54px;
    padding: 12px 14px;
    width: 100%;
}

.login-form input:focus {
    border-color: #1267a8;
    box-shadow: 0 0 0 3px rgba(18, 103, 168, 0.14);
    outline: none;
}

.login-button {
    background: #1267a8;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(18, 103, 168, 0.22);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    margin-top: 22px;
    min-height: 54px;
    text-transform: uppercase;
    width: 100%;
}

.login-button:hover,
.login-button:focus {
    background: #0b4778;
    outline: none;
}

.muted {
    color: #62717b;
}

.toolbar-row {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.board-header {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.user-select {
    min-width: 220px;
}

.inline-form {
    display: inline-flex;
}

.toggle-form {
    display: inline-flex;
}

.switch-link {
    color: inherit;
    text-decoration: none;
}

.field-label {
    color: #43535d;
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.form-input,
.form-select {
    background: #ffffff;
    border: 1px solid #b9c2c8;
    border-radius: 6px;
    color: #263640;
    font: inherit;
    min-height: 42px;
    padding: 9px 11px;
    width: 100%;
}

.form-input:focus,
.form-select:focus {
    border-color: #1267a8;
    box-shadow: 0 0 0 3px rgba(18, 103, 168, 0.14);
    outline: none;
}

.primary-action,
.outline-action,
.plain-toggle,
.status-button,
.danger-link,
.icon-link {
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 700;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.primary-action {
    background: #1267a8;
    border: 1px solid #1267a8;
    box-shadow: 0 3px 8px rgba(18, 103, 168, 0.22);
    color: #ffffff;
}

.outline-action {
    background: #ffffff;
    border: 1px solid #1267a8;
    color: #1267a8;
}

.plain-toggle {
    background: transparent;
    border: 0;
    color: #43535d;
    gap: 8px;
    text-transform: none;
}

.plain-toggle::before {
    background: #b8c0c5;
    border-radius: 999px;
    content: "";
    display: inline-block;
    height: 22px;
    width: 44px;
}

.plain-toggle-on::before {
    background: #1267a8;
}

.icon-link {
    color: #788892;
    font-size: 1.55rem;
    min-width: 40px;
    padding: 4px 8px;
}

.status-message {
    border-radius: 6px;
    margin-bottom: 14px;
    padding: 10px 12px;
}

.status-message-success {
    background: #e8f6ed;
    border: 1px solid #b8dfc3;
    color: #19572d;
}

.status-message-error {
    background: #f8e7e9;
    border: 1px solid #e6b9bf;
    color: #7b1e2a;
}

.kanban-board {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(245px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
}

.kanban-column {
    background: #edf2f5;
    border: 1px solid #d4dee4;
    border-radius: 8px;
    min-height: 620px;
    min-width: 245px;
    padding: 10px;
}

.column-header {
    align-items: center;
    color: #243743;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 10px;
}

.count-chip,
.status-chip {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    min-width: 26px;
    padding: 4px 9px;
}

.count-chip {
    background: #ffffff;
    border: 1px solid #ced9df;
    color: #273b46;
    justify-content: center;
}

.job-card {
    background: #ffffff;
    border: 1px solid #dce5ea;
    border-radius: 8px;
    padding: 12px;
}

.job-card + .job-card {
    margin-top: 10px;
}

.job-card-cancelled {
    opacity: 0.72;
}

.job-card-header {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.job-card-header h2 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}

.status-new {
    background: #2196f3;
    color: #ffffff;
}

.status-inprogress {
    background: #1267a8;
    color: #ffffff;
}

.status-pending {
    background: #ff9800;
    color: #ffffff;
}

.status-completed {
    background: #00c853;
    color: #ffffff;
}

.description {
    color: #33434d;
    margin: 8px 0 10px;
}

.contact-lines {
    color: #61727c;
    display: grid;
    font-size: 0.85rem;
    gap: 2px;
}

.timestamp-line {
    color: #788892;
    font-size: 0.76rem;
    margin-top: 8px;
}

.card-field {
    display: grid;
    gap: 4px;
    margin-top: 10px;
}

.card-field label {
    color: #60717b;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.card-field select {
    background: #ffffff;
    border: 1px solid #c7d3da;
    border-radius: 6px;
    color: #253640;
    min-height: 34px;
    padding: 6px 8px;
    width: 100%;
}

.pending-note {
    background: #fff7e2;
    border: 1px solid #efd895;
    border-radius: 6px;
    color: #59440a;
    display: grid;
    gap: 3px;
    margin-top: 10px;
    padding: 8px;
}

.cancelled-note {
    background: #f7e8e8;
    border: 1px solid #e7bcbc;
    border-radius: 6px;
    color: #6d1f1f;
    display: grid;
    gap: 3px;
    margin-top: 10px;
    padding: 8px;
}

.move-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.status-button {
    background: #ffffff;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
}

.status-button-new {
    border: 1px solid #2196f3;
    color: #2196f3;
}

.status-button-inprogress {
    border: 1px solid #1267a8;
    color: #1267a8;
}

.status-button-pending {
    border: 1px solid #ff9800;
    color: #ff9800;
}

.status-button-completed {
    border: 1px solid #00c853;
    color: #00a844;
}

.status-button:disabled {
    border-color: #d7dce0;
    color: #adb5bb;
    cursor: default;
}

.danger-link {
    background: transparent;
    border: 0;
    color: #f44336;
}

.app-dialog {
    background: transparent;
    border: 0;
    color: #263640;
    height: 100vh;
    max-height: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    width: 100vw;
}

.app-dialog::backdrop {
    background: rgba(20, 31, 38, 0.42);
}

.app-dialog > .dialog-form {
    background: #ffffff;
    border: 1px solid #cfdbe2;
    border-radius: 8px;
    box-shadow: 0 18px 54px rgba(30, 43, 52, 0.28);
    left: 50%;
    max-height: calc(100vh - 48px);
    overflow: auto;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(460px, calc(100vw - 28px));
}

.app-dialog-wide > .dialog-form {
    width: min(760px, calc(100vw - 28px));
}

.dialog-form {
    display: grid;
    gap: 14px;
    padding: 22px;
}

.dialog-header,
.dialog-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.dialog-header h2 {
    font-size: 1.2rem;
    margin: 0;
}

.dialog-close {
    background: transparent;
    border: 0;
    color: #5d6c75;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
}

.dialog-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drop-allowed {
    outline: 2px dashed #3b8f63;
    outline-offset: -4px;
}

.drop-denied {
    opacity: 0.6;
}

.support-user-add {
    align-items: end;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr auto;
    margin-bottom: 12px;
}

.support-user-row {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.support-user-list {
    border-top: 1px solid #e1e8ec;
    display: grid;
}

.support-user-row {
    border-bottom: 1px solid #e1e8ec;
    padding: 10px 0;
}

.support-user-actions {
    display: flex;
    gap: 6px;
}

.support-user-edit {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.move-row {
    border-top: 1px solid #e1e8ec;
    margin-top: 10px;
    padding-top: 10px;
}

.public-main {
    background: #ffffff;
    min-height: 100vh;
    padding-top: 0 !important;
}

.public-page {
    color: #172832;
    overflow: hidden;
}

.public-header {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #eef2f5;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    min-height: 86px;
    padding: 14px clamp(18px, 7vw, 92px);
    position: sticky;
    top: 0;
    z-index: 10;
}

.public-brand {
    align-items: center;
    color: #172832;
    display: inline-flex;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0;
    text-decoration: none;
}

.public-brand img {
    height: 50px;
    object-fit: contain;
    width: 50px;
}

.public-nav {
    align-items: center;
    display: flex;
    gap: clamp(18px, 3vw, 34px);
    margin-left: auto;
}

.public-nav a {
    color: #1267a8;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.operator-login-icon {
    align-items: center;
    color: #1267a8 !important;
    display: inline-flex !important;
    flex: 0 0 auto;
    height: 40px;
    justify-content: center;
    margin-left: 2px;
    max-width: 40px;
    min-width: 40px;
    padding: 8px !important;
    width: 40px;
}

.operator-login-icon:hover,
.operator-login-icon:focus-visible {
    background: #eaf7fc !important;
}

.text-action {
    background: #ffffff;
    border: 1px solid #c7d9e5;
    border-radius: 999px;
    color: #1267a8;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 10px 16px;
    text-decoration: none;
}

.text-action:disabled {
    color: #91a0aa;
    cursor: default;
}

.services-section,
.contact-section {
    margin: 0 auto;
    max-width: 1160px;
    padding: clamp(48px, 6vw, 78px) clamp(18px, 4vw, 32px);
}

.hero-section {
    align-items: center;
    background:
        radial-gradient(circle at 78% 45%, rgba(75, 183, 232, 0.34), transparent 26%),
        linear-gradient(115deg, #0b5794 0%, #1267a8 48%, #19a7d3 100%);
    display: grid;
    gap: clamp(34px, 5vw, 72px);
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr);
    margin: 0;
    min-height: 540px;
    padding: clamp(54px, 8vw, 92px) clamp(22px, 10vw, 168px);
}

.eyebrow {
    color: #1267a8;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.about-copy h2,
.contact-copy h2 {
    color: #102430;
    margin: 0;
}

.hero-copy h1 {
    color: #ffffff;
    font-size: clamp(2.2rem, 4.2vw, 3.7rem);
    line-height: 1.08;
    max-width: 720px;
}

.hero-copy .eyebrow {
    color: #cdefff;
}

.hero-lede {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.06rem;
    font-weight: 500;
    line-height: 1.72;
    margin: 20px 0 0;
    max-width: 660px;
}

.hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.public-primary,
.public-submit {
    min-height: 46px;
    text-transform: none;
}

.public-primary {
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 12px 28px rgba(7, 54, 89, 0.24);
    color: #1267a8;
    min-width: 150px;
}

.secondary-hero-action {
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    min-height: 46px;
    padding: 8px 22px;
    text-decoration: none;
    text-transform: uppercase;
}

.hero-note {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 700;
    width: 100%;
}

.hero-panel {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(7, 45, 74, 0.25);
    justify-self: center;
    max-width: 410px;
    padding: 30px;
    width: 100%;
}

.hero-panel img {
    display: block;
    margin: 0 auto 22px;
    max-height: 210px;
    max-width: min(100%, 310px);
    object-fit: contain;
}

.hero-panel dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.hero-panel dl div {
    border-top: 1px solid #e1e8ec;
    padding-top: 12px;
}

.hero-panel dt {
    color: #1267a8;
    font-weight: 800;
}

.hero-panel dd {
    color: #43535d;
    margin: 2px 0 0;
}

.contact-copy p,
.about-copy p,
.feature-card p {
    color: #43535d;
    font-size: 1rem;
    line-height: 1.68;
}

.section-heading {
    margin-bottom: 22px;
    max-width: 760px;
}

.section-heading h2,
.about-copy h2,
.contact-copy h2 {
    font-size: clamp(1.7rem, 2.8vw, 2.4rem);
}

.about-feature-band {
    background:
        radial-gradient(circle at 12% 18%, rgba(25, 167, 211, 0.12), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
    padding: clamp(44px, 5vw, 68px) clamp(18px, 4vw, 32px);
}

.about-feature-inner {
    align-items: center;
    display: grid;
    gap: clamp(24px, 4vw, 44px);
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    margin: 0 auto;
    max-width: 1160px;
}

.about-copy {
    border-left: 5px solid #19a7d3;
    padding-left: 24px;
}

.about-copy h2 {
    line-height: 1.18;
}

.about-copy p {
    margin: 18px 0 0;
}

.about-card-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
}

.feature-card {
    background: #ffffff;
    border: 1px solid #dce5ea;
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(26, 48, 62, 0.08);
    min-width: 0;
    padding: 22px;
}

.about-parity-card {
    border-radius: 20px;
    display: grid;
    justify-items: center;
    padding: 18px 20px;
    text-align: center;
}

.feature-card img,
.service-card img {
    background: #eaf7fc;
    border: 1px solid #cde9f5;
    border-radius: 18px;
    display: block;
    height: 50px;
    margin-bottom: 14px;
    object-fit: contain;
    padding: 7px;
    width: 50px;
}

.feature-card h3 {
    color: #102430;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.18;
    margin: 0 0 10px;
}

.about-parity-card h3 {
    color: #172832;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 0 10px;
}

.about-parity-card .eyebrow {
    margin-bottom: 10px;
}

.about-parity-card p {
    font-size: 0.92rem;
    line-height: 1.42;
    margin: 0;
}

.check-list,
.service-card ul {
    color: #43535d;
    line-height: 1.65;
    margin: 0;
    padding-left: 20px;
}

.about-parity-card .check-list {
    font-size: 0.92rem;
    line-height: 1.38;
    text-align: left;
}

.about-parity-card .check-list li {
    margin-bottom: 4px;
}

.services-section {
    background:
        linear-gradient(rgba(9, 45, 71, 0.74), rgba(9, 45, 71, 0.82)),
        radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.22), transparent 28%),
        linear-gradient(135deg, #0b5794 0%, #1267a8 48%, #19a7d3 100%);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin: 0;
    max-width: none;
    overflow: hidden;
    padding: clamp(54px, 6vw, 86px) clamp(18px, 4vw, 32px);
    position: relative;
}

.services-section::before {
    background-image: url("../brand/charis-plumbing-mark.png");
    background-position: right 8vw center;
    background-repeat: no-repeat;
    background-size: min(36vw, 420px);
    content: "";
    inset: 0;
    opacity: 0.08;
    position: absolute;
}

.services-inner {
    margin: 0 auto;
    max-width: 1160px;
    position: relative;
    z-index: 1;
}

.services-heading {
    margin: 0 auto 28px;
    max-width: 780px;
    text-align: center;
}

.services-heading .eyebrow,
.services-heading h2 {
    color: #ffffff;
}

.service-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 0 auto;
    max-width: 920px;
}

.service-card {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 20px;
    box-shadow: 0 20px 46px rgba(4, 28, 44, 0.22);
    min-width: 0;
    padding: 18px 20px;
}

.service-card img {
    margin-left: auto;
    margin-right: auto;
}

.service-card h3 {
    color: #172832;
    font-size: 0.98rem;
    line-height: 1.25;
    margin: 0 0 10px;
    text-align: center;
}

.service-card ul {
    font-size: 0.92rem;
    line-height: 1.38;
}

.service-card li {
    margin-bottom: 4px;
}

.focus-strip {
    background: #ffffff;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 20px clamp(18px, 4vw, 56px);
}

.focus-strip span {
    background: #eaf7fc;
    border: 1px solid #cde9f5;
    border-radius: 999px;
    color: #1267a8;
    font-weight: 800;
    padding: 7px 12px;
}

.contact-section {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
}

.contact-form {
    background: #ffffff;
    border: 1px solid #dce5ea;
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(26, 48, 62, 0.1);
    display: grid;
    gap: 16px;
    padding: 24px;
}

.contact-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.captcha-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.captcha-image {
    background: #ffffff;
    border: 1px solid #d3dde3;
    border-radius: 8px;
    height: 60px;
    width: 200px;
}

.primary-action:disabled,
.public-submit:disabled {
    background: #dce5eb;
    border-color: #dce5eb;
    box-shadow: none;
    color: #91a0aa;
    cursor: default;
}

.map-section {
    background: #f4f8fb;
    border-top: 1px solid #dce5ea;
    display: grid;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
    min-height: 450px;
}

.map-copy {
    align-content: center;
    display: grid;
    padding: clamp(32px, 5vw, 64px) clamp(22px, 6vw, 90px);
}

.map-copy h2 {
    color: #102430;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.15;
    margin: 0;
}

.map-copy address {
    color: #43535d;
    font-style: normal;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.7;
    margin-top: 18px;
}

.map-section iframe {
    border: 0;
    display: block;
    height: 100%;
    min-height: 450px;
    width: 100%;
}

.public-footer {
    background: #102430;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.95rem;
    padding: 22px clamp(18px, 4vw, 56px);
    text-align: center;
}

.public-footer a {
    color: #8bdcff;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 900px) {
    .board-shell {
        padding: 78px 12px 20px;
    }

    .toolbar-row {
        align-items: stretch;
        flex-direction: column;
    }

    .board-header {
        display: grid;
    }

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

    .user-select {
        min-width: 0;
        width: 100%;
    }

    .public-header {
        align-items: flex-start;
        flex-wrap: wrap;
        min-height: 0;
    }

    .public-brand span {
        font-size: 0.9rem;
    }

    .public-nav {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        order: 3;
        width: 100%;
    }

    .public-nav a {
        background: transparent;
        border: 0;
        border-radius: 0;
        color: #1267a8;
        font-size: 0.82rem;
        font-weight: 800;
        padding: 0;
        text-transform: uppercase;
    }

    .operator-login-icon {
        margin-left: auto;
    }

    .hero-section,
    .about-feature-inner,
    .about-card-grid,
    .contact-section {
        grid-template-columns: 1fr;
    }

    .hero-section {
        min-height: auto;
        padding: 42px 18px;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .public-primary,
    .secondary-hero-action {
        font-size: 0.9rem;
        justify-content: center;
        min-height: 44px;
        min-width: 0;
        padding: 8px 10px;
        text-align: center;
    }

    .hero-note {
        grid-column: 1 / -1;
    }

    .service-grid {
        grid-template-columns: 1fr;
        max-width: 460px;
    }

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

    .map-section {
        grid-template-columns: 1fr;
    }

    .map-section iframe {
        min-height: 360px;
    }
}

@media (max-width: 620px) {
    .service-grid {
        grid-template-columns: 1fr;
    }

    .about-copy {
        padding-left: 16px;
    }
}

.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;
}
