html,
body {
    font-family: Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    color: #353535;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.gradient {
    background: rgb(0, 71, 101);
    border: none;
}

.app-header {
    align-items: center;
    display: grid;
    grid-template-columns: 300px 1fr 300px;
    min-height: 125px;
}

.brand-image img {
    max-height: 100px;
    max-width: 100%;
}

.brand-image-left {
    padding-left: 10px;
    text-align: left;
}

.brand-image-right {
    padding-right: 10px;
    text-align: right;
}

.brand-title {
    text-align: center;
}

.MainTitle,
.MainTitleText {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}

.MainTitle {
    background-color: #ebf5ff;
    display: block;
    font-size: xx-large;
}

.MainTitleText {
    color: #fff;
    font-size: xx-large;
    font-weight: bold;
    text-shadow: 3px 3px 2px #262626;
}

.MainSubTitleText {
    color: #fff;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: x-large;
    text-shadow: 3px 3px 2px #262626;
}

.top-menu {
    align-items: center;
    background: azure;
    border: groove;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 10px 15px;
}

.top-menu-link {
    background: none;
    border: 0;
    color: navy;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    padding: 0;
    text-decoration: underline;
}

.mimic-banner {
    align-items: center;
    background: #fff4c2;
    border-bottom: 2px solid #c98b00;
    color: #513800;
    display: flex;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    gap: 16px;
    justify-content: space-between;
    padding: 10px 20px;
}

.mimic-banner strong,
.mimic-banner span {
    display: block;
}

.mimic-banner span {
    font-size: 0.82rem;
    margin-top: 2px;
}

.mimic-return-button {
    background: #fff;
    border: 1px solid #8b6200;
    border-radius: 3px;
    color: #513800;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 12px;
}

.content-shell {
    margin: 0;
    padding: 18px 20px 36px;
}

.public-content-shell {
    padding-top: 28px;
}

.DataHeaderLabel {
    background-color: lightblue;
    border: thin solid #d5d5d5;
    color: darkslateblue;
    display: block;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    padding-left: 2px;
    width: 100%;
}

.DataHeaderDiv {
    display: inline-table;
    margin-bottom: 8px;
    margin-right: 10px;
    vertical-align: top;
}

.DataText {
    color: navy !important;
    display: block;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

input.DataText,
select.DataText,
textarea.DataText {
    border: 1px solid #9fabb7;
    min-height: 30px;
    min-width: 220px;
    padding: 4px 6px;
}

.field-invalid {
    background-color: #fff7a8 !important;
}

textarea.DataText {
    min-height: 92px;
}

.status-fill,
.status-select {
    border-color: rgba(55, 65, 81, 0.28) !important;
    font-weight: bold;
}

.status-fill {
    text-align: center;
}

.status-select {
    color: inherit !important;
}

.status-neutral {
    background-color: #eef2f6 !important;
    color: #27313c !important;
}

.status-cleared {
    background-color: #cfe8d2 !important;
    color: #1f5130 !important;
}

.status-partial {
    background-color: #d4e7f7 !important;
    color: #194969 !important;
}

.status-pending-fingerprints {
    background-color: #f8e3b0 !important;
    color: #6b4300 !important;
}

.status-pending-training {
    background-color: #e4dcf5 !important;
    color: #4e3b78 !important;
}

.status-delayed {
    background-color: #f6d4b8 !important;
    color: #6f3b08 !important;
}

.status-rejection,
.status-uncleared {
    background-color: #f4c7c3 !important;
    color: #7a1f17 !important;
}

.status-revoked {
    background-color: #e7b8b8 !important;
    color: #651818 !important;
}

.status-inactive,
.status-expired {
    background-color: #d8dee6 !important;
    color: #344151 !important;
}

.status-restricted {
    background-color: #eed7bd !important;
    color: #5c360f !important;
}

.MessageGood {
    color: green;
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    min-height: 18px;
}

.MessageBad {
    color: red;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    min-height: 18px;
}

.access-denied-reference {
    color: #5d2730;
    font-weight: normal;
    margin-top: 5px;
}

.TitleBar {
    background-color: #000066;
    border: #000033 double;
    color: white;
    display: block;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    padding: 3px 6px;
    width: 100%;
}

.lookup-panel,
.edit-panel,
.utility-content {
    max-width: 100%;
}

.lookup-panel {
    margin: 0 auto;
    width: min(100%, 1280px);
}

.admin-search-panel {
    width: min(100%, 1500px);
}

.activity-panel {
    width: min(100%, 1280px);
}

.public-registration-panel {
    margin: 0 auto;
    padding: 0 16px 36px;
    width: min(100%, 1180px);
}

.registration-choice-panel {
    margin: 0 auto;
    padding: 0 16px 36px;
    width: min(100%, 1180px);
}

.registration-choice-panel > .TitleBar {
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    padding: 8px 12px;
}

.registration-choice-intro {
    color: #26384d;
    line-height: 1.45;
    margin: 14px 0 18px;
    max-width: 780px;
}

.registration-choice-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.registration-choice-card {
    background: #fff;
    border: 1px solid #c9d8df;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(27, 58, 75, 0.09);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 16px;
}

.registration-choice-heading {
    border-bottom: 1px solid #dbe7ed;
    margin: 0 0 12px;
    padding-bottom: 10px;
}

.registration-choice-kicker {
    color: #476274;
    display: block;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.registration-choice-card h2 {
    color: #002060;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0;
    margin: 0;
}

.registration-choice-card ul {
    color: #111827;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.35;
    margin: 0 0 16px 18px;
    padding: 0;
}

.registration-choice-card li {
    margin-bottom: 6px;
}

a.registration-choice-button,
a.registration-choice-button:link,
a.registration-choice-button:visited {
    align-items: center;
    background: #004d66;
    border: 1px solid #00384a;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 700;
    justify-content: center;
    margin-top: auto;
    min-height: 34px;
    padding: 6px 12px;
    text-decoration: none;
}

a.registration-choice-button:hover,
a.registration-choice-button:focus,
a.registration-choice-button:active {
    background: #006f8f;
    color: #fff;
    text-decoration: none;
}

.coach-registration-card {
    background: #fff;
    border: 1px solid #c9d8df;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(27, 58, 75, 0.09);
    box-sizing: border-box;
    margin: 12px auto 0;
    overflow: visible;
    padding: 0 16px 18px;
    width: min(100%, 1080px);
}

.coach-registration-intro {
    margin: 0 auto 12px;
    width: min(100%, 1080px);
}

.coach-registration-card > .TitleBar {
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    margin: 0 -16px 16px;
    padding: 8px 12px;
}

.coach-email-field {
    width: min(100%, 360px);
}

.coach-email-field .DataText {
    box-sizing: border-box;
    width: 100%;
}

.coach-registration-grid {
    display: grid;
    gap: 14px 16px;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-top: 14px;
    max-width: none;
}

.coach-registration-grid .DataHeaderDiv {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.coach-registration-grid .DataHeaderLabel,
.coach-school-section > .DataHeaderLabel,
.coach-test-mode-panel .DataHeaderLabel {
    background: transparent;
    border: 0;
    color: #29445a;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 4px;
    padding: 0;
}

.coach-registration-grid .DataText,
.coach-registration-card input.DataText,
.coach-registration-card select.DataText {
    background: #fff;
    border: 1px solid #9eb1bd;
    border-radius: 4px;
    box-sizing: border-box;
    min-height: 36px;
    min-width: 0;
    width: 100%;
}

.coach-registration-card input.DataText:focus,
.coach-registration-card select.DataText:focus,
.coach-registration-card .school-select-button:focus {
    border-color: #006f8f;
    box-shadow: 0 0 0 3px rgba(0, 111, 143, 0.14);
    outline: none;
}

.coach-registration-grid .field-id-type {
    grid-column: span 2;
}

.coach-registration-grid .field-id-number {
    grid-column: span 3;
}

.coach-registration-grid .field-name {
    grid-column: span 3;
}

.coach-registration-grid .field-middle-initial {
    grid-column: span 2;
}

.coach-registration-grid .field-date,
.coach-registration-grid .field-phone {
    grid-column: span 3;
}

.coach-registration-grid .field-email {
    grid-column: span 6;
}

.coach-registration-grid .field-position {
    grid-column: span 3;
}

.coach-registration-grid .field-sport {
    grid-column: span 6;
}

.coach-sport-picker {
    width: 100%;
}

.coach-sport-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid #9fabb7;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    min-height: 34px;
    padding: 5px 8px;
    width: 100%;
}

.coach-sport-toggle span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coach-sport-panel {
    background: #f8fcfe;
    border: 1px solid #bfd5df;
    border-top: 0;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
    display: grid;
    gap: 8px;
    padding: 8px;
    width: 100%;
}

.coach-sport-search {
    box-sizing: border-box;
    margin: 0;
    min-width: 0 !important;
    width: 100%;
}

.coach-sport-options {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.coach-sport-option {
    align-items: center;
    background: #fff;
    border: 1px solid #d7e3ea;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    gap: 8px;
    min-height: 34px;
    padding: 6px 8px;
}

.coach-sport-option:hover,
.coach-sport-option:focus-within {
    background: #eef7fb;
    border-color: #9fabb7;
}

.coach-sport-footer {
    align-items: center;
    border-top: 1px solid #d7e3ea;
    color: #566371;
    display: flex;
    flex-wrap: wrap;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    gap: 8px;
    justify-content: space-between;
    padding-top: 8px;
}

.coach-registration-grid .field-sport .coach-selected-sports {
    margin-top: 6px;
}

.coach-registration-grid .field-address {
    grid-column: span 5;
}

.coach-registration-grid .field-city {
    grid-column: span 3;
}

.coach-registration-grid .field-state,
.coach-registration-grid .field-zip {
    grid-column: span 2;
}

.coach-test-mode-panel {
    background: #fff8f0;
    border: 1px solid #f0b479;
    border-radius: 6px;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 10px 12px;
    width: min(100%, 720px);
}

.coach-test-mode-panel .inline-check {
    margin: 0;
}

.coach-test-scenario {
    display: block;
    margin-top: 8px;
    width: min(100%, 420px);
}

.coach-test-scenario .DataText {
    box-sizing: border-box;
    width: 100%;
}

.coach-school-section {
    border-top: 1px solid #e3edf1;
    margin-top: 16px;
    padding-top: 14px;
}

.coach-school-select {
    display: block;
    margin-top: 6px;
    max-width: min(100%, 460px);
    width: 420px;
}

.coach-registration-card .school-select-button {
    border-radius: 4px;
    min-height: 36px;
}

.coach-registration-card .school-select-menu {
    border-radius: 6px;
}

.coach-registration-card .notification-selected-schools {
    margin-top: 8px;
}

.coach-thanks {
    margin: 18px auto;
    width: min(100%, 1080px);
}

.validation-list {
    margin-top: 8px;
}

.content-shell > .rich-text {
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 1160px);
}

.filter-row,
.admin-title-row,
.button-row {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0;
}

.button-row {
    position: relative;
    z-index: 21;
}

.coach-registration-card > .button-row {
    margin-top: 18px;
}

.review-queue-panel {
    margin: 2px 0 12px;
}

.review-queue-heading {
    color: midnightblue;
    font-weight: bold;
    margin-bottom: 5px;
}

.review-queue-chips {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.review-queue-chip {
    border: 1px solid #b8c1cc;
    border-radius: 999px;
    cursor: pointer;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.82rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 4px 9px;
}

.review-queue-chip.is-active {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.18);
}

.review-queue-chip.is-empty {
    opacity: 0.48;
}

.review-queue-chip:disabled {
    cursor: default;
}

.review-queue-count {
    font-variant-numeric: tabular-nums;
    margin-left: 5px;
}

.review-queue-clear {
    background: #fff;
    border: 1px solid #9fabb7;
    color: midnightblue;
    cursor: pointer;
    font-weight: bold;
    min-height: 26px;
    padding: 3px 9px;
}

.review-queue-summary {
    color: #425466;
    font-size: 0.84rem;
    font-weight: bold;
}

.review-queue-warning {
    background: #fff2c6;
    border-color: #e0b64f;
    color: #684800;
}

.review-queue-purple {
    background: #eadff7;
    border-color: #b79bd7;
    color: #4e3b78;
}

.review-queue-orange {
    background: #f9dfca;
    border-color: #d79a68;
    color: #6f3b08;
}

.review-queue-blue {
    background: #d9ecfb;
    border-color: #90bbdb;
    color: #194969;
}

.review-queue-critical {
    background: #f8d7da;
    border-color: #d49aa0;
    color: #7a1f17;
}

.review-queue-teal {
    background: #d8f0ef;
    border-color: #86bbb7;
    color: #1c5551;
}

.review-queue-gray {
    background: #e7ecf2;
    border-color: #acb8c6;
    color: #344151;
}

.review-queue-red {
    background: #f5d2cb;
    border-color: #cc8f84;
    color: #713329;
}

.filter-row .DataHeaderDiv {
    margin-right: 0;
}

.lookup-filter-control {
    width: 200px;
}

.lookup-filter-control input.DataText,
.lookup-filter-control select.DataText {
    min-width: 0;
    width: 100%;
}

.lookup-filter-control .searchable-select {
    min-width: 0;
    width: 100%;
}

.activity-filter-control {
    width: 220px;
}

.activity-date-filter {
    width: 150px;
}

.activity-filter-control .DataText,
.activity-filter-control .searchable-select,
.activity-date-filter .DataText {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
}

.readonly-filter {
    background-color: #f7f9fb;
    border: 1px solid #9fabb7;
    box-sizing: border-box;
    min-height: 31px;
    padding: 5px 7px;
}

.activity-scope {
    color: #26384d !important;
    margin: 2px 0 8px;
}

.delegate-panel {
    display: grid;
    gap: 10px;
    width: min(100%, 920px);
}

.delegate-filter-row {
    align-items: flex-end;
}

.delegate-school-picker {
    width: min(100%, 360px);
}

.delegate-school-picker .searchable-select,
.delegate-school-picker .DataText {
    box-sizing: border-box;
    width: 100%;
}

.delegate-show-inactive,
.delegate-check {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.delegate-empty-state {
    color: #566371 !important;
}

.delegate-toolbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.delegate-toolbar-summary {
    color: #566371 !important;
    font-size: 0.9rem;
}

.delegate-employee-search-panel {
    border: 1px solid #c3d4df;
    box-sizing: border-box;
    display: grid;
    gap: 8px;
    max-width: 100%;
    padding: 10px;
    width: 100%;
}

.delegate-search-row {
    align-items: flex-end;
    display: flex;
    gap: 8px;
}

.delegate-employee-search-input {
    box-sizing: border-box;
    flex: 1 1 420px;
    margin-right: 0;
}

.delegate-employee-search-input .DataText {
    box-sizing: border-box;
    width: 100%;
}

.delegate-search-hint,
.delegate-search-message {
    color: #566371 !important;
}

.delegate-employee-results-wrap {
    max-width: 100%;
}

.delegate-employee-results {
    font-size: 0.88rem;
    line-height: 1.25;
    min-width: 0;
    table-layout: fixed;
    width: 100%;
}

.delegate-employee-results th,
.delegate-employee-results td {
    overflow: hidden;
    padding: 4px 6px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.delegate-employee-results th:nth-child(1) {
    width: 26%;
}

.delegate-employee-results th:nth-child(2) {
    width: 36%;
}

.delegate-employee-results th:nth-child(3) {
    width: 28%;
}

.delegate-employee-results th:nth-child(4) {
    width: 10%;
}

.delegate-employee-pager {
    justify-content: flex-start;
}

.delegate-title-filter-panel {
    margin-bottom: 4px;
}

.delegate-title-filter-panel .review-queue-chip {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.delegate-modal-layer {
    align-items: center;
    background: rgba(17, 24, 39, 0.45);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 28px;
    position: fixed;
    z-index: 900;
}

.delegate-modal {
    background: #fff;
    border: 1px solid #8fa9b8;
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.28);
    box-sizing: border-box;
    color: #26384d;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    max-height: calc(100vh - 64px);
    overflow: hidden;
    width: min(100%, 980px);
}

.delegate-modal-header {
    align-items: flex-start;
    background: #f5fbfd;
    border-bottom: 1px solid #c3d4df;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 14px 16px 12px;
}

.delegate-modal-header h2 {
    color: #102a43;
    font-size: 1.25rem;
    margin: 0 0 4px;
}

.delegate-modal-header p {
    color: #566371;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    margin: 0;
}

.delegate-modal-close {
    background: transparent;
    border: 1px solid transparent;
    color: #5b6776;
    cursor: pointer;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    min-height: 28px;
    min-width: 28px;
}

.delegate-modal-close:hover,
.delegate-modal-close:focus {
    background: #eef7fb;
    border-color: #9fabb7;
}

.delegate-modal-body {
    display: grid;
    gap: 12px;
    overflow: auto;
    padding: 14px 16px 16px;
}

.mimic-modal {
    width: min(100%, 1100px);
}

.mimic-modal-body {
    min-height: 210px;
}

.mimic-search-form,
.diagnostics-search-form {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mimic-search-form .DataHeaderDiv,
.diagnostics-search-field {
    flex: 1 1 360px;
    margin: 0;
}

.mimic-search-form input,
.diagnostics-search-field input {
    box-sizing: border-box;
    width: 100%;
}

.mimic-results {
    max-height: 430px;
}

.access-diagnostics-panel {
    max-width: none;
}

.diagnostics-intro {
    color: #425466;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    margin: 12px 4px;
}

.diagnostics-table-wrap {
    margin-top: 14px;
}

.diagnostics-table {
    font-size: 0.78rem;
    min-width: 1180px;
}

.diagnostics-table td {
    line-height: 1.35;
    vertical-align: top;
}

.diagnostics-nowrap {
    white-space: nowrap;
}

.diagnostics-decision {
    border-radius: 999px;
    display: inline-block;
    font-weight: bold;
    padding: 2px 8px;
}

.diagnostics-allowed {
    background: #dff3e4;
    color: #176329;
}

.diagnostics-denied {
    background: #fde2e2;
    color: #9d1c1c;
}

.diagnostics-action {
    background: #e4ecfb;
    color: #244e86;
}

.diagnostics-secondary {
    color: #667482;
    margin-top: 3px;
}

.diagnostics-codes {
    margin-top: 4px;
}

.identification-modal-layer {
    align-items: center;
    background: rgba(17, 24, 39, 0.45);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 920;
}

.identification-modal {
    background: #fff;
    border: 1px solid #8fa9b8;
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.28);
    box-sizing: border-box;
    color: #26384d;
    overflow: hidden;
    width: min(100%, 560px);
}

.identification-loading-modal {
    align-items: center;
    background: #fff;
    border: 1px solid #8fa9b8;
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.28);
    color: #26384d;
    display: inline-flex;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    gap: 10px;
    justify-content: center;
    padding: 18px 22px;
    width: min(100%, 360px);
}

.identification-modal-header {
    align-items: flex-start;
    background: #f5fbfd;
    border-bottom: 1px solid #c3d4df;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 14px 16px 12px;
}

.identification-modal-header h2 {
    color: #102a43;
    font-size: 1.25rem;
    margin: 0 0 4px;
}

.identification-modal-header p {
    color: #566371;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    margin: 0;
}

.identification-modal-body {
    display: grid;
    gap: 12px;
    padding: 14px 16px 16px;
}

.identification-volunteer-summary {
    background: #f7f9fb;
    border: 1px solid #d4e1e8;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: space-between;
    padding: 10px;
}

.identification-fields {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(150px, 190px) 1fr;
}

.identification-fields .DataHeaderDiv {
    margin: 0;
}

.identification-fields .DataText {
    box-sizing: border-box;
    width: 100%;
}

.identification-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

@media (max-width: 640px) {
    .identification-fields {
        grid-template-columns: 1fr;
    }
}

.delegate-modal-search-panel {
    max-height: min(64vh, 620px);
    overflow: auto;
}

.delegate-modal-add-panel {
    background: #f7f9fb;
    border: 1px solid #d4e1e8;
    padding: 10px;
}

.delegate-dx-popup {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.delegate-dx-popup-body {
    display: grid;
    gap: 12px;
}

.delegate-modal-intro {
    align-items: center;
    color: #566371;
    display: flex;
    flex-wrap: wrap;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    gap: 10px;
    justify-content: space-between;
}

.delegate-dx-grid {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    min-height: 390px;
}

.delegate-dx-grid .dxbl-grid-table {
    color: navy;
}

.delegate-add-panel {
    align-items: flex-end;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(220px, 1.2fr) minmax(180px, 1fr) minmax(220px, 1.4fr) auto auto auto;
}

.delegate-add-panel .DataHeaderDiv,
.delegate-add-panel .DataText {
    box-sizing: border-box;
    margin-right: 0;
    width: 100%;
}

.delegate-notes-input {
    min-width: 220px;
}

.delegate-table-wrap {
    max-width: min(100%, 1160px);
    overflow-x: hidden;
}

.lookup-panel .table-wrap.delegate-table-wrap {
    overflow-x: hidden;
}

.delegate-table {
    font-size: 0.9rem;
    line-height: 1.25;
    min-width: 0;
    table-layout: fixed;
    width: 100%;
}

.delegate-table th,
.delegate-table td {
    overflow: hidden;
    padding: 5px 6px;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.delegate-table th:nth-child(1) {
    width: 140px;
}

.delegate-table th:nth-child(2) {
    width: 235px;
}

.delegate-table th:nth-child(3) {
    width: 112px;
}

.delegate-table th:nth-child(4) {
    width: 106px;
}

.delegate-table th:nth-child(5) {
    width: 108px;
}

.delegate-table th:nth-child(6) {
    width: 68px;
}

.delegate-table th:nth-child(7) {
    width: 88px;
}

.delegate-table td:nth-child(1),
.delegate-table td:nth-child(2) {
    overflow-wrap: anywhere;
}

.delegate-table th:nth-child(3),
.delegate-table th:nth-child(4),
.delegate-table th:nth-child(6) {
    text-overflow: clip;
    white-space: normal;
}

.delegate-flag-cell {
    text-align: center;
}

.delegate-inline-edit {
    box-sizing: border-box;
    min-height: 26px !important;
    min-width: 0 !important;
    padding: 2px 4px !important;
    width: 100%;
}

.delegate-notes-edit {
    box-sizing: border-box;
    min-width: 0 !important;
    width: 100%;
}

.delegate-notes-row td {
    background: #f7fbfd;
    overflow: visible;
    padding: 6px;
}

.delegate-notes-row-field {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 48px minmax(0, 1fr);
    width: 100%;
}

.delegate-notes-row-field span {
    color: #425466;
    font-size: 0.84rem;
    font-weight: 700;
}

.delegate-action-cell {
    overflow: visible !important;
    text-align: center;
    white-space: nowrap;
}

.delegate-action-cell .link-button + .link-button {
    margin-top: 3px;
}

.delegate-action-cell .link-button {
    display: block;
    line-height: 1.2;
    margin: 2px auto;
}

.delegate-inactive-row {
    color: #697386;
    opacity: 0.72;
}

.delegate-log-panel {
    border-top: 1px solid #c3d4df;
    color: #425466;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.84rem;
    margin-top: 4px;
    padding-top: 10px;
}

.delegate-log-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.delegate-log-panel li {
    border-bottom: 1px solid #edf1f5;
    padding: 4px 0;
}

.delegate-log-panel li:last-child {
    border-bottom: none;
}

.delegate-log-table {
    font-size: 0.84rem;
    line-height: 1.25;
    table-layout: fixed;
    width: 100%;
}

.delegate-log-table th,
.delegate-log-table td {
    overflow: hidden;
    padding: 5px 6px;
    text-overflow: ellipsis;
    vertical-align: top;
}

.delegate-log-table th:nth-child(1) {
    width: 168px;
}

.delegate-log-table th:nth-child(2) {
    width: 98px;
}

.delegate-log-table th:nth-child(3) {
    width: 30%;
}

.delegate-log-table th:nth-child(4) {
    width: 24%;
}

.delegate-log-table th:nth-child(5) {
    width: 120px;
}

.delegate-log-email {
    color: #566371;
    display: block;
    font-size: 0.78rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.danger-link {
    color: #8a1f1f !important;
}

.default-location-label {
    background-color: #000066;
    border-color: #000033;
    color: white;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-row > .command-button {
    box-sizing: border-box;
    height: 31px;
    margin-bottom: 8px;
}

.inline-loading,
.page-loading {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.page-loading {
    min-height: 40px;
    padding: 8px 0;
}

.inline-loading {
    color: #26384d !important;
    height: 31px;
    margin-bottom: 8px;
}

.compact-loading {
    gap: 6px;
    height: auto;
    margin: 0;
    min-height: 20px;
    padding: 0;
}

.loading-spinner {
    animation: loading-spin 0.8s linear infinite;
    border: 3px solid #c6dbe3;
    border-radius: 50%;
    border-top-color: #000066;
    box-sizing: border-box;
    display: inline-block;
    flex: 0 0 auto;
    height: 18px;
    position: relative;
    width: 18px;
}

.loading-spinner::after {
    animation: loading-pulse 1.25s ease-out infinite;
    border: 1px solid rgba(0, 86, 111, 0.45);
    border-radius: 50%;
    content: "";
    inset: -5px;
    position: absolute;
}

.compact-loading .loading-spinner {
    border-width: 2px;
    height: 14px;
    width: 14px;
}

.loading-indicator-text {
    font-weight: 600;
}

.loading-dots {
    align-items: center;
    display: inline-flex;
    gap: 3px;
    margin-left: -3px;
    width: 20px;
}

.loading-dots > span {
    animation: loading-dot-bounce 1.05s ease-in-out infinite;
    background: currentColor;
    border-radius: 50%;
    display: block;
    height: 4px;
    opacity: 0.35;
    width: 4px;
}

.loading-dots > span:nth-child(2) {
    animation-delay: 0.14s;
}

.loading-dots > span:nth-child(3) {
    animation-delay: 0.28s;
}

@keyframes loading-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes loading-pulse {
    0% {
        opacity: 0.65;
        transform: scale(0.75);
    }

    75%,
    100% {
        opacity: 0;
        transform: scale(1.35);
    }
}

@keyframes loading-dot-bounce {
    0%,
    60%,
    100% {
        opacity: 0.35;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
        transform: translateY(-3px);
    }
}

#components-reconnect-modal {
    align-items: center;
    background: rgba(15, 23, 42, 0.54);
    box-sizing: border-box;
    color: #102a43;
    display: none;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 2147483647;
}

#components-reconnect-modal.components-reconnect-show,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-rejected {
    display: flex;
}

#components-reconnect-modal.components-reconnect-hide {
    display: none;
}

.volunteer-reconnect-card {
    align-items: center;
    background: #fff;
    border: 1px solid #c7d9e4;
    border-radius: 6px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.32);
    box-sizing: border-box;
    display: grid;
    gap: 14px;
    justify-items: center;
    max-width: 420px;
    padding: 28px 32px;
    text-align: center;
    width: min(100%, 420px);
}

.volunteer-reconnect-spinner {
    animation: loading-spin 0.9s linear infinite;
    border: 4px solid #cfe8f7;
    border-radius: 50%;
    border-top-color: #00566f;
    box-sizing: border-box;
    height: 56px;
    position: relative;
    width: 56px;
}

.volunteer-reconnect-spinner::after {
    animation: loading-pulse 1.35s ease-out infinite;
    border: 2px solid rgba(0, 86, 111, 0.4);
    border-radius: 50%;
    content: "";
    inset: -9px;
    position: absolute;
}

.volunteer-reconnect-state {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .volunteer-reconnect-state-show,
#components-reconnect-modal.components-reconnect-failed .volunteer-reconnect-state-failed,
#components-reconnect-modal.components-reconnect-rejected .volunteer-reconnect-state-rejected {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.volunteer-reconnect-title {
    color: #000066;
    font-size: 1.2rem;
    font-weight: 700;
}

.volunteer-reconnect-copy {
    color: #425466;
    font-size: 0.95rem;
    line-height: 1.45;
}

.volunteer-reconnect-button {
    background: #eef7fb;
    border: 1px solid #8fa9b8;
    color: #000066;
    cursor: pointer;
    font: inherit;
    margin-top: 4px;
    padding: 7px 12px;
}

.volunteer-reconnect-button:hover,
.volunteer-reconnect-button:focus {
    background: #dff0f7;
    outline: 2px solid rgba(0, 86, 111, 0.18);
    outline-offset: 1px;
}

.admin-title-row .TitleBar {
    flex: 1 1 420px;
}

.wide-control select {
    min-width: 290px;
    width: 32ch;
}

.command-button,
.danger-button {
    border: 1px solid #9fabb7;
    cursor: pointer;
    min-height: 30px;
    padding: 4px 12px;
}

.command-button:disabled,
.danger-button:disabled {
    cursor: wait;
    opacity: 0.7;
}

.danger-button {
    background: #fff7f7;
    border-color: #d08a8a;
    color: #8a1f1f !important;
}

.link-button {
    background: transparent;
    border: none;
    color: midnightblue;
    cursor: pointer;
    font-weight: bold;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

.link-button:disabled {
    cursor: wait;
    opacity: 0.65;
    text-decoration: none;
}

a:link,
a:visited {
    color: midnightblue;
    font-weight: bold;
    text-decoration: none;
}

a:hover,
a:focus,
a:active,
.link-button:hover,
.link-button:focus {
    color: #5d4f80;
    text-decoration: underline;
}

.table-wrap {
    max-width: calc(100vw - 48px);
    overflow: auto;
}

.lookup-panel .table-wrap {
    max-width: 100%;
}

.pager-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
    margin-top: 8px;
}

.pager-row span {
    color: #26384d;
}

.pager-link {
    background: transparent;
    border: 1px solid transparent;
    color: midnightblue;
    cursor: pointer;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    font-weight: bold;
    min-width: 28px;
    padding: 3px 6px;
    text-decoration: underline;
}

.pager-link:hover,
.pager-link:focus {
    background-color: #eef7fb;
    border-color: #9fabb7;
}

.pager-link.active {
    background-color: #000066;
    border-color: #000033;
    color: white;
    text-decoration: none;
}

.pager-link:disabled {
    color: #687282;
    cursor: default;
    font-weight: normal;
    text-decoration: none;
}

.alphabet-pager {
    gap: 4px;
    justify-content: center;
    margin-top: 4px;
}

.alphabet-pager-label {
    color: #26384d;
    font-weight: bold;
    margin-right: 5px;
}

.alphabet-link {
    background: #fff;
    border-color: #b8c1cc;
    border-radius: 4px;
    min-width: 24px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
}

.alphabet-link.active {
    background: #d9ecfb;
    border-color: #000066;
    color: midnightblue;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 102, 0.2);
}

.alphabet-link:disabled {
    background: #f2f4f6;
    border-color: #d5dbe3;
    color: #9aa3ad;
}

.admin-results-wrap {
    overflow-x: visible;
}

.data-table {
    border-collapse: collapse;
    color: navy;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    margin-top: 8px;
    min-width: 760px;
}

.data-table th {
    background-color: silver;
    border: 1px solid navy;
    color: midnightblue;
    position: sticky;
    text-align: center;
    top: 0;
    vertical-align: middle;
    z-index: 1;
}

.data-table th,
.data-table td {
    border: 1px solid #b8c1cc;
    padding: 5px 7px;
    vertical-align: top;
}

.data-table tbody tr:nth-child(even) {
    background-color: whitesmoke;
}

.admin-results-table {
    font-size: 0.78rem;
    line-height: 1.25;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    table-layout: fixed;
    width: 100%;
}

.activity-results-table {
    font-size: 0.84rem;
    line-height: 1.25;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    table-layout: fixed;
    width: min(100%, 1180px);
}

.activity-results-table th,
.activity-results-table td {
    overflow-wrap: normal;
    padding: 5px 6px;
    word-break: normal;
}

.activity-results-table td:nth-child(1),
.activity-results-table td:nth-child(3),
.activity-results-table td:nth-child(4),
.activity-results-table td:nth-child(7) {
    text-align: center;
    vertical-align: middle;
}

.activity-results-table td:nth-child(2),
.activity-results-table td:nth-child(5),
.activity-results-table td:nth-child(6) {
    overflow-wrap: anywhere;
}

.activity-date-column {
    width: 12ch;
}

.activity-name-column {
    width: 24ch;
}

.activity-position-column {
    width: 18ch;
}

.activity-status-column {
    width: 18ch;
}

.activity-schools-column {
    width: 34ch;
}

.activity-email-column {
    width: 28ch;
}

.activity-phone-column {
    width: 16ch;
}

.admin-results-table th,
.admin-results-table td {
    overflow-wrap: normal;
    padding: 4px 5px;
    word-break: normal;
}

.admin-select-column {
    width: 4%;
}

.admin-name-column {
    width: 12%;
}

.admin-date-column {
    width: 5.8%;
}

.admin-ati-column {
    width: 7.2%;
}

.admin-status-column {
    width: 10.5%;
}

.admin-schools-column {
    width: 15.5%;
}

.admin-flag-column {
    width: 5.2%;
}

.admin-restrictions-column {
    width: 7.2%;
}

.admin-training-column {
    width: 6.5%;
}

.admin-position-column {
    width: 7.6%;
}

.admin-id-column {
    width: 3.8%;
}

.admin-results-table th:nth-child(1),
.admin-results-table th:nth-child(3),
.admin-results-table th:nth-child(4),
.admin-results-table th:nth-child(5),
.admin-results-table th:nth-child(8),
.admin-results-table th:nth-child(9),
.admin-results-table th:nth-child(13),
.admin-results-table th:nth-child(14),
.admin-results-table td:nth-child(1),
.admin-results-table td:nth-child(3),
.admin-results-table td:nth-child(4),
.admin-results-table td:nth-child(5),
.admin-results-table td:nth-child(8),
.admin-results-table td:nth-child(9),
.admin-results-table td:nth-child(13),
.admin-results-table td:nth-child(14) {
    white-space: nowrap;
}

.admin-results-table td:nth-child(2),
.admin-results-table td:nth-child(6),
.admin-results-table td:nth-child(7),
.admin-results-table td:nth-child(12) {
    overflow-wrap: anywhere;
}

.admin-results-table .admin-schools-cell {
    min-width: 0;
    max-width: none;
}

.admin-restrictions-cell {
    padding-left: 8px !important;
    padding-right: 8px !important;
    text-align: center;
    white-space: nowrap;
}

.admin-results-table td:nth-child(3),
.admin-results-table td:nth-child(4),
.admin-results-table td:nth-child(5),
.admin-results-table td:nth-child(9),
.admin-results-table td:nth-child(10),
.admin-results-table td:nth-child(11),
.admin-results-table td:nth-child(13),
.admin-results-table td:nth-child(14) {
    text-align: center;
    vertical-align: middle;
}

.restriction-icons {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    justify-content: center;
    min-height: 26px;
    width: 100%;
}

.restriction-icon {
    align-items: center;
    background: transparent;
    border: 0;
    display: inline-flex;
    height: 26px;
    justify-content: center;
    width: 26px;
}

.restriction-icon svg {
    fill: none;
    height: 26px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.8;
    width: 26px;
}

.restriction-icon-image {
    display: block;
    height: 26px;
    object-fit: contain;
    width: 26px;
}

.restriction-icon-revoked {
    color: #7a1f17;
}

.restriction-icon-driving {
    color: #194969;
}

.restriction-icon-money {
    color: #2e5c25;
}

.restriction-none {
    color: #8b98a5;
    font-weight: normal;
}

.admin-results-table td:first-child {
    text-align: center;
}

.admin-results-table .link-button {
    color: #0645ad;
    text-decoration: underline;
}

.lookup-results-table {
    font-size: 0.82rem;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    width: 100%;
}

.lookup-results-wrap {
    overflow-x: hidden;
    width: 100%;
}

.volunteer-name-column {
    width: 12.5%;
}

.volunteer-added-column {
    width: 7.5%;
}

.volunteer-schools-column {
    width: 17.5%;
}

.volunteer-status-column {
    width: 10%;
}

.volunteer-restrictions-column {
    width: 7%;
}

.volunteer-flag-column {
    width: 7%;
}

.volunteer-training-column {
    width: 9%;
}

.volunteer-position-column {
    width: 8.5%;
}

.volunteer-action-column {
    width: 6%;
}

.schools-cell {
    max-width: 28ch;
}

.lookup-results-table th {
    hyphens: none;
    overflow-wrap: normal;
    position: static;
    white-space: normal;
    word-break: normal;
}

.lookup-results-table td {
    overflow-wrap: anywhere;
}

.lookup-results-table th,
.lookup-results-table td {
    padding-left: 5px;
    padding-right: 5px;
}

.lookup-id-needed-row td:first-child {
    background: #fff8e7;
    box-shadow: inset 3px 0 0 #e1a33a;
}

.lookup-name-with-warning {
    align-items: flex-start;
    display: grid;
    gap: 4px;
    min-width: 0;
}

.id-needed-badge {
    align-items: center;
    background: #fff3cd;
    border: 1px solid #d89b2d;
    border-radius: 999px;
    color: #704500;
    cursor: pointer;
    display: inline-flex;
    gap: 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.72rem;
    font-weight: bold;
    line-height: 1;
    padding: 3px 7px;
    white-space: nowrap;
    width: fit-content;
}

.id-needed-inline-spinner {
    animation: loading-spin 0.8s linear infinite;
    border: 2px solid #f2d184;
    border-radius: 50%;
    border-top-color: #704500;
    box-sizing: border-box;
    display: inline-block;
    flex: 0 0 auto;
    height: 12px;
    width: 12px;
}

.id-needed-badge:hover,
.id-needed-badge:focus {
    background: #ffe6a4;
    border-color: #b7791f;
}

.id-needed-badge:disabled {
    cursor: default;
    opacity: 0.65;
}

.lookup-results-table thead tr:first-child th {
    line-height: 1.15;
    padding-bottom: 6px;
    padding-top: 6px;
}

.lookup-filter-row th {
    background: #eaf5f8;
    padding: 4px;
    vertical-align: middle;
}

.lookup-column-filter {
    border: 1px solid #9fabb7;
    box-sizing: border-box;
    color: navy;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.78rem;
    min-height: 24px;
    min-width: 0;
    padding: 2px 4px;
    width: 100%;
}

.lookup-filter-actions {
    text-align: center;
}

.table-filter-clear {
    background: #fff;
    border: 1px solid #9fabb7;
    color: midnightblue;
    cursor: pointer;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.78rem;
    font-weight: bold;
    min-height: 24px;
    padding: 2px 8px;
}

.table-filter-clear:disabled {
    color: #8b98a5;
    cursor: default;
    opacity: 0.65;
}

.lookup-results-table th:nth-child(2),
.lookup-results-table th:nth-child(5),
.lookup-results-table th:nth-child(6),
.lookup-results-table th:nth-child(7),
.lookup-results-table th:nth-child(8),
.lookup-results-table th:nth-child(9),
.lookup-results-table th:nth-child(10),
.lookup-results-table th:nth-child(11),
.lookup-results-table td:nth-child(2),
.lookup-results-table td:nth-child(5),
.lookup-results-table td:nth-child(6),
.lookup-results-table td:nth-child(7),
.lookup-results-table td:nth-child(8),
.lookup-results-table td:nth-child(9),
.lookup-results-table td:nth-child(10),
.lookup-results-table td:nth-child(11) {
    text-align: center;
    vertical-align: middle;
}

.lookup-centered-cell {
    text-align: center;
}

.lookup-restrictions-cell {
    padding-left: 6px !important;
    padding-right: 6px !important;
    text-align: center;
    white-space: nowrap;
}

.school-list-empty,
.school-list-single {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.approved-schools {
    max-width: 100%;
}

.approved-schools summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 8px;
    max-width: 100%;
}

.school-primary {
    display: inline-block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.school-count {
    background: #e8f1fb;
    border: 1px solid #bdd5ea;
    border-radius: 3px;
    color: #000066;
    flex: 0 0 auto;
    font-size: 0.82rem;
    padding: 1px 5px;
}

.approved-schools-menu {
    background: #fff;
    border: 1px solid #b8c1cc;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    list-style: none;
    margin: 6px 0 0;
    max-height: 14rem;
    max-width: 100%;
    overflow: auto;
    padding: 5px 8px;
}

.approved-schools-menu li {
    border-bottom: 1px solid #edf1f5;
    padding: 3px 0;
}

.approved-schools-menu li:last-child {
    border-bottom: none;
}

.admin-schools-list {
    max-width: 42rem;
}

.admin-schools-cell {
    min-width: 22ch;
    max-width: 32ch;
}

.rich-text {
    color: navy;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin: 8px 0;
}

.public-registration-panel .coach-registration-intro,
.public-registration-panel .coach-registration-message,
.public-registration-panel .coach-registration-card,
.public-registration-panel .coach-thanks {
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 1080px);
}

.public-registration-panel .coach-registration-intro {
    line-height: 1.45;
    margin-top: 0;
    margin-bottom: 16px;
}

.public-registration-panel .coach-registration-message {
    line-height: 1.4;
    margin-bottom: 12px;
}

.public-registration-panel .coach-registration-message span,
.public-registration-panel .coach-registration-message font {
    color: inherit !important;
}

.access-denied {
    background: yellow;
    color: red;
    display: inline-block;
    font-size: xx-large;
    font-weight: bold;
    padding: 8px 12px;
}

.stale-record {
    background: lightyellow !important;
    color: red;
}

.current-record {
    background: lightgreen !important;
}

.warning-record {
    background: yellow !important;
}

.validation-summary {
    margin: 8px 0;
}

.invalid-field {
    background: yellow;
}

.form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    max-width: 1180px;
}

.tier2-address-grid {
    margin-top: 4px;
}

.tier2-address-grid .DataHeaderDiv {
    margin-right: 10px;
}

.address-field input.DataText {
    width: 34ch;
}

.state-field input.DataText {
    min-width: 0;
    text-transform: uppercase;
    width: 7ch;
}

.zip-field input.DataText {
    min-width: 0;
    width: 12ch;
}

.check-row {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    margin: 0 10px 8px 0;
}

.check-row .DataHeaderLabel {
    min-width: 120px;
}

.restrictions-row {
    display: block;
    margin-top: 8px;
    width: min(100%, 900px);
}

.inline-check {
    display: inline-flex;
    gap: 6px;
    margin: 8px 20px 8px 0;
}

.schools-section {
    margin: 12px 0;
}

.school-select {
    display: inline-block;
    max-width: min(100%, 420px);
    position: relative;
    width: 360px;
}

.searchable-select {
    display: block;
    min-width: 220px;
    position: relative;
}

.school-select-button,
.searchable-select-button {
    align-items: center;
    background: #fff;
    border: 1px solid #9fabb7;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    min-height: 32px;
    min-width: 0;
    padding: 4px 8px;
    width: 100%;
}

.school-select-button span:first-child,
.searchable-select-button span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.school-select-caret,
.searchable-select-caret {
    flex: 0 0 auto;
    font-size: 0.8rem;
    padding-left: 10px;
}

.school-select-dismiss {
    background: transparent;
    border: 0;
    cursor: default;
    inset: 0;
    padding: 0;
    position: fixed;
    z-index: 89;
}

.school-select-menu,
.searchable-select-menu {
    background: #fff;
    border: 1px solid #d5d5d5;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
    left: 0;
    max-height: 280px;
    overflow: auto;
    padding: 6px;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    z-index: 90;
}

.searchable-select-menu {
    min-width: 260px;
}

.school-select-search,
.searchable-select-search {
    box-sizing: border-box;
    margin: 0 0 6px;
    min-width: 0 !important;
    width: 100%;
}

.school-select-search {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.school-select-option {
    align-items: flex-start;
    display: flex;
    gap: 7px;
    padding: 4px 6px;
}

.searchable-select-option {
    background: transparent;
    border: 0;
    color: navy;
    cursor: pointer;
    display: block;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 5px 7px;
    text-align: left;
    width: 100%;
}

.school-select-option:hover,
.school-select-option:focus-within,
.searchable-select-option:hover,
.searchable-select-option:focus,
.searchable-select-option.selected {
    background: #eef7fb;
}

.searchable-select-option.selected {
    font-weight: bold;
}

.school-select-empty,
.searchable-select-empty {
    color: #566371 !important;
    padding: 6px 7px;
}

.checkbox-multiselect {
    display: block;
    min-width: 0;
    position: relative;
    width: 100%;
}

.checkbox-multiselect-button {
    align-items: center;
    background: #fff;
    border: 1px solid #9fabb7;
    box-sizing: border-box;
    color: navy;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    min-height: 32px;
    min-width: 0;
    padding: 4px 8px;
    width: 100%;
}

.checkbox-multiselect-button span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkbox-multiselect-caret {
    flex: 0 0 auto;
    font-size: 0.8rem;
    padding-left: 8px;
}

.checkbox-multiselect-menu {
    background: #fff;
    border: 1px solid #aab6c2;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    left: 0;
    min-width: 220px;
    padding: 6px;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    z-index: 90;
}

.checkbox-multiselect-option {
    align-items: center;
    color: navy;
    cursor: pointer;
    display: flex;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.82rem;
    gap: 7px;
    padding: 6px 7px;
}

.checkbox-multiselect-option:hover,
.checkbox-multiselect-option:focus-within {
    background: #eef7fb;
}

.checkbox-multiselect-option.all-option {
    border-bottom: 1px solid #dbe3e8;
    font-weight: bold;
    margin-bottom: 2px;
}

.checkbox-multiselect-option input {
    accent-color: #000066;
    flex: 0 0 auto;
    margin: 0;
}

.checkbox-multiselect-actions {
    border-top: 1px solid #dbe3e8;
    display: flex;
    gap: 6px;
    justify-content: flex-end;
    margin-top: 3px;
    padding: 6px 4px 1px;
}

.checkbox-multiselect-actions button {
    border: 1px solid #9fabb7;
    color: navy;
    cursor: pointer;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.78rem;
    padding: 3px 9px;
}

.checkbox-multiselect-clear {
    background: #fff;
}

.checkbox-multiselect-done {
    background: #eaf5f8;
    font-weight: bold;
}

.checkbox-multiselect-actions button:disabled {
    color: #8b98a5;
    cursor: default;
}

.lookup-position-multiselect .checkbox-multiselect-button {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.78rem;
    min-height: 24px;
    padding: 2px 4px;
}

.lookup-position-multiselect .checkbox-multiselect-menu {
    left: auto;
    right: 0;
    text-align: left;
    width: 230px;
}

@media (prefers-reduced-motion: reduce) {
    .loading-spinner,
    .volunteer-reconnect-spinner,
    .id-needed-inline-spinner {
        animation: loading-spin 1.4s linear infinite;
    }

    .loading-spinner::after,
    .volunteer-reconnect-spinner::after {
        animation: loading-pulse 2s ease-out infinite;
    }

    .loading-dots > span {
        animation: loading-dot-bounce 1.6s ease-in-out infinite;
    }

    .loading-dots > span:nth-child(2) {
        animation-delay: 0.22s;
    }

    .loading-dots > span:nth-child(3) {
        animation-delay: 0.44s;
    }
}

.notes-field,
.notes-field textarea {
    width: min(100%, 900px);
}

.utilities-layout {
    align-items: flex-start;
    display: grid;
    gap: 24px;
    grid-template-columns: 300px minmax(0, 1fr);
}

.EditParamsMenu h2 {
    font-size: 1.35rem;
    text-align: center;
}

.EditParamsMenu ul {
    background-color: #f1f1f1;
    border: 1px solid #555;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 300px;
}

.EditParamsMenu li {
    border-bottom: 1px solid #555;
    text-align: center;
}

.EditParamsMenu li:last-child {
    border-bottom: none;
}

.EditParamsMenuBtns {
    background: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 8px 16px;
    width: 100%;
}

.EditParamsMenuBtns:hover,
.EditParamsMenuBtns:focus {
    background-color: #555;
    color: white;
}

.parameter-editor {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    max-width: 1100px;
}

.parameter-browser {
    max-width: 1280px;
    width: 100%;
}

.parameter-browser-toolbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.parameter-helper-text {
    color: #334155 !important;
}

.parameter-search-panel {
    align-items: end;
    background: #f3f8fb;
    border: 1px solid #adc3cf;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-bottom: 14px;
    padding: 10px;
}

.parameter-search-field {
    display: grid;
    flex: 1 1 520px;
    font-weight: 700;
    gap: 4px;
}

.parameter-search-field input {
    box-sizing: border-box;
    min-height: 34px;
    width: 100%;
}

.parameter-search-clear {
    min-height: 34px;
    white-space: nowrap;
}

.parameter-search-summary {
    color: #334155 !important;
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    gap: 4px 12px;
}

.parameter-search-empty {
    background: #fff8e8;
    border: 1px solid #d4b56a;
    color: #604400 !important;
    padding: 12px;
}

.parameter-active-filter {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    margin-left: auto;
    white-space: nowrap;
}

.parameter-active-filter input,
.parameter-active-editor input {
    margin: 0;
}

.parameter-group-list {
    display: grid;
    gap: 16px;
}

.parameter-group {
    background: #fff;
    border: 1px solid #b8c1cc;
    box-sizing: border-box;
    padding: 12px;
}

.parameter-group-heading {
    color: #002060;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}

.parameter-card-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.parameter-card-button {
    background: #f8fbfd;
    border: 1px solid #9fb7c5;
    color: #002060;
    cursor: pointer;
    display: grid;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    gap: 7px;
    min-height: 118px;
    padding: 10px;
    text-align: left;
}

.parameter-card-button:hover,
.parameter-card-button:focus,
.parameter-card-button.is-selected {
    background: #eef7fb;
    border-color: #000066;
    box-shadow: 0 0 0 2px rgba(0, 0, 102, 0.08);
    outline: none;
}

.parameter-card-button.is-inactive,
.parameter-classic-row.is-inactive {
    opacity: 0.68;
}

.parameter-card-button.is-inactive {
    border-style: dashed;
}

.coach-registration-card select.DataText:disabled {
    background: #e7edf1;
    color: #415466;
    cursor: not-allowed;
}

.registration-lock-note {
    color: #4b5563;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.78rem;
    margin-top: 4px;
}

.parameter-card-title {
    font-weight: 700;
}

.parameter-card-help {
    color: #334155;
    line-height: 1.35;
}

.parameter-match-context {
    color: #4b326b;
    font-size: 0.82rem;
    line-height: 1.4;
}

.parameter-card-button .parameter-match-context {
    background: #f4effb;
    border-left: 3px solid #7654a3;
    padding: 6px 7px;
}

.parameter-card-footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    margin-top: auto;
}

.parameter-card-pill {
    background: #e6f6fb;
    border: 1px solid #8fb7c5;
    color: #003d56;
    font-size: 0.85rem;
    padding: 2px 6px;
}

.parameter-card-id {
    color: #566371;
    font-size: 0.85rem;
    font-weight: 700;
}

.parameter-inactive-badge {
    background: #f4e9df;
    border: 1px solid #c98f65;
    color: #743b1c;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 2px 6px;
}

.parameter-active-editor {
    align-items: flex-start;
    background: #f6fafc;
    border: 1px solid #b8cbd6;
    display: flex;
    gap: 8px;
    padding: 8px 10px;
}

.parameter-active-editor input {
    margin-top: 2px;
}

.parameter-active-editor small {
    color: #4b5f6f;
    display: block;
    margin-top: 2px;
}

.parameter-modal-backdrop {
    align-items: center;
    background: rgba(15, 23, 42, 0.35);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 1000;
}

.parameter-modal {
    background: #fff;
    border: 1px solid #8fa6b3;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.32);
    box-sizing: border-box;
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 12px;
    width: min(1100px, calc(100vw - 48px));
}

.parameter-modal-header {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.parameter-modal-title {
    color: #002060;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.parameter-modal-subtitle {
    color: #566371;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.parameter-modal-close {
    background: transparent;
    border: 0;
    color: #4b5563;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    padding: 2px 6px;
}

.registration-email-resend-modal {
    width: min(900px, calc(100vw - 48px));
}

.registration-email-resend-summary {
    background: #f3f8fb;
    border: 1px solid #adc3cf;
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
}

.registration-email-resend-summary > div:last-child {
    grid-column: 1 / -1;
}

.registration-email-resend-section {
    border: 1px solid #c5d0d8;
    margin-top: 12px;
    padding: 10px;
}

.registration-email-resend-bcc {
    display: grid;
    gap: 5px;
    margin-top: 12px;
}

.registration-email-resend-bcc input {
    border: 1px solid #9eabb5;
    box-sizing: border-box;
    padding: 7px 8px;
    width: 100%;
}

.registration-email-resend-help {
    color: #4b5563;
    font-size: 0.92em;
}

.registration-email-resend-bcc-preview {
    background: #eef8f0;
    border-left: 3px solid #347a42;
    color: #174a22;
    padding: 6px 8px;
}

.registration-email-resend-section ul {
    margin-bottom: 0;
    margin-top: 6px;
    padding-left: 24px;
}

.registration-email-resend-body {
    background: #fff;
    border-top: 1px solid #d5dde3;
    margin-top: 7px;
    max-height: 320px;
    overflow: auto;
    padding: 10px;
}

.registration-email-resend-notice {
    background: #fff8e8;
    border: 1px solid #d4b56a;
    color: #604400 !important;
    margin-top: 12px;
    padding: 9px 10px;
}

.registration-email-resend-error {
    margin-bottom: 10px;
}

.registration-email-resend-actions {
    justify-content: flex-end;
    margin-top: 12px;
}

@media (max-width: 640px) {
    .registration-email-resend-summary {
        grid-template-columns: 1fr;
    }

    .registration-email-resend-summary > div:last-child {
        grid-column: auto;
    }
}

.email-recipient-editor {
    border: 1px solid #b8c1cc;
    box-sizing: border-box;
    padding: 10px;
    width: min(100%, 900px);
}

.email-entry-row {
    align-items: flex-end;
    display: flex;
    gap: 8px;
}

.email-entry-row input {
    min-width: 260px;
    width: 360px;
}

.email-chip-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
    min-height: 32px;
}

.email-chip {
    align-items: center;
    background: #e6f6fb;
    border: 1px solid #8fb7c5;
    color: #003d56;
    display: inline-flex;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    gap: 6px;
    padding: 4px 7px;
}

.email-chip button {
    background: transparent;
    border: 0;
    color: #8a1f1f;
    cursor: pointer;
    font-weight: bold;
    padding: 0 2px;
}

.status-chip {
    cursor: grab;
    user-select: none;
}

.status-chip:active {
    cursor: grabbing;
}

.status-chip.is-dragging {
    opacity: 0.45;
}

.status-chip.is-drag-over {
    outline: 2px solid #002060;
    outline-offset: 2px;
}

.status-drag-handle {
    color: #4b6b78;
    cursor: grab;
    font-weight: 700;
    letter-spacing: -1px;
}

.job-class-code-list {
    display: grid;
    gap: 6px;
    margin-top: 10px;
    min-height: 32px;
}

.job-class-code-row {
    align-items: center;
    background: #f4fbfd;
    border: 1px solid #9fc8d6;
    display: grid;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    gap: 10px;
    grid-template-columns: 90px minmax(220px, 1fr) auto;
    max-width: 640px;
    padding: 6px 8px;
}

.job-class-code-value {
    color: #002060;
    font-weight: 700;
}

.job-class-code-description {
    color: #003d56;
}

.job-class-code-description.is-missing {
    color: #9b2f24;
    font-style: italic;
}

.job-class-code-row button {
    background: transparent;
    border: 0;
    color: #8a1f1f;
    cursor: pointer;
    font-weight: bold;
    padding: 0 2px;
}

.email-empty,
.email-editor-hint {
    color: #566371 !important;
}

.email-editor-message {
    margin-top: 8px;
}

.notification-test-panel {
    display: grid;
    gap: 10px;
    max-width: 1180px;
}

.notification-test-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, minmax(150px, 1fr));
}

.notification-test-grid .DataHeaderDiv,
.notification-test-recipient {
    margin-right: 0;
}

.notification-test-grid .DataText,
.notification-test-grid select,
.notification-test-recipient .DataText {
    box-sizing: border-box;
    width: 100%;
}

.notification-school-row {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.notification-school-picker {
    margin-right: 0;
    width: min(100%, 360px);
}

.notification-school-picker .searchable-select {
    width: 100%;
}

.notification-selected-schools {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 32px;
}

.notification-test-recipient {
    width: min(100%, 360px);
}

.notification-confirm-send {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.notification-preview-section {
    border-top: 1px solid #b8c1cc;
    margin-top: 6px;
    padding-top: 10px;
}

.notification-preview-section h3,
.notification-preview-message h4 {
    color: #26384d;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin: 0 0 8px;
}

.notification-preview-subheading {
    color: #002060;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    margin: 14px 0 0;
}

.notification-preview-message {
    border: 1px solid #b8c1cc;
    margin-top: 10px;
    padding: 10px;
}

.notification-preview-body {
    background: #fff;
    border: 1px solid #d5dde5;
    color: #111827;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin-top: 8px;
    padding: 10px;
}

.notification-preview-meta,
.notification-warning-list {
    margin-bottom: 8px;
}

.parameter-attachment-editor {
    border-top: 1px solid #c9d4df;
    display: grid;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
}

.parameter-attachment-title {
    color: #002060;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.parameter-attachment-hint,
.parameter-attachment-empty {
    color: #4b5563 !important;
}

.parameter-attachment-upload-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.parameter-attachment-list {
    margin-top: 4px;
    max-width: 820px;
}

.parameter-attachment-list th,
.parameter-attachment-list td {
    white-space: nowrap;
}

.parameter-attachment-list td:first-child {
    max-width: 360px;
    overflow-wrap: anywhere;
    white-space: normal;
}

.parameter-attachment-list td:last-child {
    text-align: center;
}

.parameter-attachment-list tr.is-inactive {
    opacity: .62;
}

.parameter-attachment-download {
    overflow-wrap: anywhere;
    text-align: left;
    white-space: normal;
}

.parameter-attachment-actions {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.parameter-attachment-actions .danger-link {
    color: #a40000;
}

.muted-text {
    color: #4b5563;
    margin-left: 6px;
}

.notification-recipient-table {
    min-width: 520px;
}

@media (max-width: 1100px) {
    .registration-choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .notification-test-grid {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }

    .coach-registration-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .coach-registration-grid .field-id-type,
    .coach-registration-grid .field-id-number,
    .coach-registration-grid .field-name,
    .coach-registration-grid .field-middle-initial,
    .coach-registration-grid .field-date,
    .coach-registration-grid .field-phone,
    .coach-registration-grid .field-position,
    .coach-registration-grid .field-city,
    .coach-registration-grid .field-state,
    .coach-registration-grid .field-zip {
        grid-column: span 3;
    }

    .coach-registration-grid .field-email,
    .coach-registration-grid .field-address,
    .coach-registration-grid .field-sport {
        grid-column: span 6;
    }
}

.html-editor {
    min-height: 520px;
    width: 100%;
}

.rich-html-editor {
    border: 1px solid #9fabb7;
    color: navy;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.rich-html-editor .ql-toolbar {
    background: #f7f9fb;
    border: none;
    border-bottom: 1px solid #c9d3dc;
}

.rich-html-editor .ql-container {
    border: none;
    font-size: 1rem;
    min-height: 430px;
}

.rich-html-editor .ql-editor {
    min-height: 430px;
}

#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;
}

@media (max-width: 840px) {
    .app-header,
    .utilities-layout {
        grid-template-columns: 1fr;
    }

    .registration-choice-grid {
        grid-template-columns: 1fr;
    }

    .brand-image {
        text-align: center;
    }

    .wide-control select,
    input.DataText,
    select.DataText,
    textarea.DataText {
        min-width: min(100%, 280px);
    }

    .notification-test-grid {
        grid-template-columns: 1fr;
    }

    .coach-registration-grid {
        grid-template-columns: 1fr;
    }

    .coach-registration-grid .field-id-type,
    .coach-registration-grid .field-id-number,
    .coach-registration-grid .field-name,
    .coach-registration-grid .field-middle-initial,
    .coach-registration-grid .field-date,
    .coach-registration-grid .field-phone,
    .coach-registration-grid .field-email,
    .coach-registration-grid .field-position,
    .coach-registration-grid .field-address,
    .coach-registration-grid .field-city,
    .coach-registration-grid .field-state,
    .coach-registration-grid .field-zip,
    .coach-registration-grid .field-sport {
        grid-column: 1 / -1;
    }

    .coach-registration-card {
        padding-left: 12px;
        padding-right: 12px;
    }

    .coach-registration-card > .TitleBar {
        margin-left: -12px;
        margin-right: -12px;
    }

    .coach-school-select {
        width: 100%;
    }
}
