.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }

.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."
    }

.loading-progress {
    position: absolute;
    display: block;
    width: 8rem;
    height: 8rem;
    inset: 20vh 0 auto 0;
    margin: 0 auto 0 auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

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

.app-shell {
    display: grid;
    grid-template-columns: 17rem minmax(0, 1fr);
    min-height: 100vh;
    background: #f3f5f7;
    color: #17202a;
}

.app-sidebar {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100vh;
    padding: 1rem;
    border-right: 1px solid #243044;
    background: #182433;
    color: #d6dde8;
}

.app-brand,
.login-brand,
.app-user {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.app-brand-mark {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.375rem;
    background: #206bc4;
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 700;
}

.app-brand-name,
.app-user-name {
    overflow: hidden;
    color: #111827;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-sidebar .app-brand-name {
    color: #ffffff;
}

.app-sidebar .app-brand-meta {
    color: #8fa1b8;
}

.app-brand-meta,
.app-user-email,
.app-page-kicker,
.metric-label {
    overflow: hidden;
    color: #667085;
    font-size: 0.8125rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-nav {
    display: grid;
    gap: 0.375rem;
}

.app-nav-section {
    padding: 0 0.625rem 0.25rem;
    color: #8fa1b8;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.app-menu {
    display: grid;
    gap: 0.125rem;
}

.app-menu-button {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    width: 100%;
    min-height: 2.5rem;
    padding: 0.5rem 0.625rem;
    border: 0;
    border-radius: 0.375rem;
    background: transparent;
    color: #c8d3e1;
    font-weight: 550;
    text-align: left;
}

.app-menu-button:hover,
.app-menu-button.is-expanded {
    background: #243044;
    color: #ffffff;
}

.app-menu-icon {
    flex: 0 0 auto;
    width: 1.125rem;
    font-size: 1.125rem;
    line-height: 1;
    text-align: center;
}

.app-menu-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-menu-chevron {
    flex: 0 0 auto;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: auto;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.15s ease;
}

.app-menu-button.is-expanded .app-menu-chevron {
    transform: rotate(45deg);
}

.app-submenu {
    display: grid;
    gap: 0.125rem;
    padding: 0.125rem 0 0.25rem 0.875rem;
}

.app-submenu-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    width: 100%;
    min-height: 2rem;
    padding: 0.375rem 0.625rem;
    border: 0;
    border-radius: 0.375rem;
    background: transparent;
    color: #a9b7c8;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}

.app-submenu-item:hover,
.app-submenu-item.active {
    background: #202b3c;
    color: #ffffff;
}

.app-submenu-item i {
    flex: 0 0 auto;
    width: 1rem;
    color: #6f85a2;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
}

.app-submenu-item:hover i,
.app-submenu-item.active i {
    color: #ffffff;
}

.app-main {
    min-width: 0;
}

.app-topbar {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.5rem;
    padding: 0.875rem 1.5rem;
    border-bottom: 1px solid #d8dee6;
    background: rgba(255, 255, 255, 0.96);
}

.app-page-title {
    color: #111827;
    font-size: 1.125rem;
    font-weight: 700;
}

.app-user {
    justify-content: flex-end;
}

.app-user-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #2563eb;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
}

.app-user-copy {
    min-width: 8rem;
    max-width: 14rem;
}

.app-content {
    padding: 1.5rem;
}

.page-header {
    margin-bottom: 1.25rem;
}

.page-header h1 {
    margin: 0;
    color: #111827;
    font-size: 1.75rem;
}

.page-header p {
    max-width: 46rem;
    margin: 0.375rem 0 0;
    color: #667085;
}

.address-book-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.page-actions,
.toolbar {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.page-actions {
    flex: 0 0 auto;
}

.page-actions .btn,
.toolbar .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.toolbar {
    margin-bottom: 1rem;
}

.toolbar-search {
    flex: 1 1 auto;
    min-width: 12rem;
}

.address-book-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.address-book-summary,
.empty-state {
    border: 1px solid #d8dee6;
    border-radius: 0.5rem;
    background: #ffffff;
}

.address-book-summary {
    padding: 1rem;
}

.contact-groups-layout {
    display: grid;
    grid-template-columns: minmax(16rem, 22rem) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.contact-groups-list-panel,
.contact-group-detail-panel {
    min-width: 0;
}

.contact-groups-list-panel {
    display: grid;
    gap: 0.75rem;
}

.contact-groups-search {
    min-width: 0;
}

.contact-groups-list {
    display: grid;
    gap: 0.375rem;
}

.contact-group-list-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 4rem;
    padding: 0.75rem;
    border: 1px solid #d8dee6;
    border-radius: 0.5rem;
    background: #ffffff;
    color: #344054;
    text-align: left;
}

.contact-group-list-item:hover,
.contact-group-list-item.is-selected {
    border-color: #206bc4;
    background: #eef6ff;
    color: #12365f;
}

.contact-group-list-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 0.375rem;
    background: #e8eef7;
    color: #206bc4;
}

.contact-group-list-copy {
    display: grid;
    min-width: 0;
}

.contact-group-list-name,
.contact-picker-name {
    overflow: hidden;
    color: #111827;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-group-list-meta,
.contact-picker-meta,
.selection-counter {
    overflow: hidden;
    color: #667085;
    font-size: 0.8125rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-group-detail-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.contact-group-detail-header h2 {
    margin: 0;
    color: #111827;
    font-size: 1.375rem;
}

.contact-group-detail-header p {
    margin: 0.25rem 0 0;
    color: #667085;
}

.contact-group-detail-empty,
.contact-group-contacts-empty {
    min-height: 20rem;
}

.panel-empty-state {
    display: grid;
    place-items: center;
    min-height: 12rem;
    padding: 1rem;
    border: 1px solid #d8dee6;
    border-radius: 0.5rem;
    background: #ffffff;
    color: #667085;
    text-align: center;
}

.panel-empty-state i {
    color: #8fa1b8;
    font-size: 2rem;
}

.table-panel {
    border: 1px solid #d8dee6;
    border-radius: 0.5rem;
    background: #ffffff;
    overflow: hidden;
}

.table-panel .table {
    margin-bottom: 0;
}

.table-primary-text {
    color: #111827;
    font-weight: 650;
}

.table-secondary-text {
    overflow: hidden;
    max-width: 34rem;
    color: #667085;
    font-size: 0.875rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-actions-column {
    width: 1%;
}

.table-actions-cell {
    display: flex;
    justify-content: flex-end;
    gap: 0.375rem;
    white-space: nowrap;
}

.empty-state {
    display: grid;
    place-items: center;
    min-height: 18rem;
    padding: 2rem;
    text-align: center;
}

.empty-state i {
    color: #8fa1b8;
    font-size: 3rem;
}

.empty-state h2 {
    margin: 0.75rem 0 0;
    color: #111827;
    font-size: 1.125rem;
}

.empty-state p {
    max-width: 32rem;
    margin: 0.375rem 0 0;
    color: #667085;
}

.survey-status-filter {
    flex: 0 0 12rem;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    min-height: 1.5rem;
    padding: 0.1875rem 0.5rem;
    border-radius: 999px;
    background: #eef2f6;
    color: #344054;
    font-size: 0.8125rem;
    font-weight: 650;
}

.status-badge-draft {
    background: #fff7ed;
    color: #9a3412;
}

.status-badge-published {
    background: #eff6ff;
    color: #1d4ed8;
}

.status-badge-closed {
    background: #f0fdf4;
    color: #166534;
}

.survey-editor-layout {
    display: grid;
    grid-template-columns: 14rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.survey-editor-summary {
    position: sticky;
    top: 5.5rem;
    display: grid;
    gap: 1rem;
}

.survey-editor-status {
    margin-top: 0.5rem;
    color: #111827;
    font-size: 1.125rem;
    font-weight: 750;
}

.survey-editor-main {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.survey-editor-panel {
    padding: 1rem;
}

.survey-section-header,
.survey-question-header,
.survey-options-header,
.survey-option-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.survey-section-header {
    justify-content: space-between;
    margin-bottom: 1rem;
}

.survey-section-header h2 {
    margin: 0;
    color: #111827;
    font-size: 1.125rem;
}

.survey-section-collapsed {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.5rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.375rem;
    background: #f8fafc;
    color: #667085;
    font-size: 0.875rem;
}

.survey-question-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.survey-question-card {
    padding: 1rem;
    border: 1px solid #d8dee6;
    border-radius: 0.5rem;
    background: #f8fafc;
}

.survey-question-header {
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.survey-question-number,
.survey-options-header {
    color: #344054;
    font-size: 0.875rem;
    font-weight: 700;
}

.survey-required-switch {
    align-self: end;
    margin-bottom: 0.375rem;
}

.survey-options {
    display: grid;
    gap: 0.5rem;
    margin-top: 1rem;
}

.survey-options-header {
    justify-content: space-between;
}

.survey-option-row .form-control {
    min-width: 0;
}

.survey-option-row .form-check {
    flex: 0 0 8rem;
}

.survey-add-section {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.survey-preview-dialog {
    width: min(100%, 72rem);
    max-height: calc(100vh - 1rem);
}

.survey-preview {
    display: grid;
    gap: 1rem;
}

.survey-preview-heading,
.survey-preview-section,
.survey-preview-question {
    display: grid;
    gap: 0.625rem;
}

.survey-preview-heading {
    padding-bottom: 1rem;
    border-bottom: 1px solid #d8dee6;
}

.survey-preview-heading h3,
.survey-preview-section h4 {
    margin: 0;
    color: #111827;
}

.survey-preview-heading p,
.survey-preview-section p,
.survey-preview-question p {
    margin: 0;
    color: #667085;
}

.survey-preview-section {
    padding: 1rem 0;
    border-bottom: 1px solid #eef2f6;
}

.survey-preview-section:last-child {
    border-bottom: 0;
}

.survey-preview-question {
    padding: 0.875rem;
    border: 1px solid #d8dee6;
    border-radius: 0.5rem;
    background: #ffffff;
}

.survey-preview-question-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: #111827;
    font-weight: 650;
}

.survey-preview-required {
    flex: 0 0 auto;
    color: #b42318;
    font-size: 0.75rem;
    font-weight: 700;
}

.survey-preview-rating,
.survey-preview-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.survey-preview-options {
    flex-direction: column;
}

.modal-backdrop-custom {
    position: fixed;
    inset: 0;
    z-index: 1070;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.48);
}

.dialog-panel {
    width: min(100%, 42rem);
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    padding: 1.25rem;
    border: 1px solid #d8dee6;
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 1.5rem 4rem rgba(15, 23, 42, 0.28);
}

.dialog-panel-small {
    width: min(100%, 30rem);
}

.contact-picker-dialog {
    width: min(100%, 46rem);
}

.contact-picker-list {
    display: grid;
    gap: 0.375rem;
    max-height: min(28rem, 50vh);
    overflow-y: auto;
    padding-right: 0.25rem;
}

.contact-picker-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 3.5rem;
    padding: 0.625rem 0.75rem;
    border: 1px solid #d8dee6;
    border-radius: 0.5rem;
    background: #ffffff;
}

.contact-picker-item:hover {
    border-color: #b8c7da;
    background: #f8fafc;
}

.contact-picker-copy {
    display: grid;
    min-width: 0;
}

.contact-picker-empty {
    min-height: 14rem;
}

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

.dialog-header h2 {
    margin: 0;
    color: #111827;
    font-size: 1.125rem;
}

.dialog-header p,
.confirm-text {
    margin: 0.25rem 0 0;
    color: #667085;
}

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

.form-grid-full {
    grid-column: 1 / -1;
}

.dialog-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.625rem;
    margin-top: 1.25rem;
}

.selection-counter {
    margin-right: auto;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.metric-value {
    margin-top: 0.5rem;
    color: #111827;
    font-size: 2rem;
    font-weight: 750;
}

.auth-shell {
    display: grid;
    place-items: center;
    min-height: 100vh;
    padding: 1.5rem;
    background: #eef2f6;
}

.auth-check {
    display: grid;
    place-items: center;
    min-height: 100vh;
    background: #f3f5f7;
}

.login-panel {
    width: min(100%, 27rem);
    padding: 1.5rem;
    border: 1px solid #d8dee6;
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 1rem 2.5rem rgba(16, 24, 40, 0.08);
}

.login-brand {
    margin-bottom: 1.5rem;
}

.app-toast-region {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1080;
    display: grid;
    gap: 0.75rem;
    width: min(24rem, calc(100vw - 2rem));
}

.app-toast {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.875rem 1rem;
    border: 1px solid #fecaca;
    border-radius: 0.5rem;
    background: #fef2f2;
    box-shadow: 0 1rem 2rem rgba(16, 24, 40, 0.14);
    color: #7f1d1d;
}

.app-toast-success {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #14532d;
}

.app-toast-success .app-toast-message {
    color: #166534;
}

.app-toast-title {
    font-weight: 700;
}

.app-toast-message {
    margin-top: 0.125rem;
    color: #991b1b;
    font-size: 0.875rem;
}

@media (max-width: 64rem) {
    .app-shell {
        grid-template-columns: 1fr;
    }

    .app-sidebar {
        position: static;
        height: auto;
        border-right: 0;
        border-bottom: 1px solid #243044;
    }

    .app-nav {
        grid-template-columns: repeat(4, minmax(12rem, 1fr));
        align-items: start;
        overflow-x: auto;
    }

    .app-nav-section {
        display: none;
    }

    .dashboard-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .address-book-header {
        flex-direction: column;
    }

    .page-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .address-book-grid {
        grid-template-columns: 1fr;
    }

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

    .contact-group-detail-header {
        flex-direction: column;
    }

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

@media (max-width: 42rem) {
    .app-topbar {
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem;
    }

    .app-user {
        width: 100%;
        justify-content: space-between;
    }

    .app-content {
        padding: 1rem;
    }

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

    .toolbar .btn {
        justify-content: center;
    }

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

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