@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
    --bs-font-sans-serif: "Poppins", sans-serif;
    --bs-body-font-family: "Poppins", sans-serif;
}

html, body {
    font-family: "Poppins", sans-serif;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

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

.admin-grid-utility-band {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
    padding: 8px 11px;
    border-bottom: 1px solid #d9e1ea;
    background: #ffffff;
}

.admin-grid-utility-metric {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    color: #4f5c69;
    font-size: 0.75rem;
    line-height: 1.2;
}

.admin-grid-utility-metric span {
    color: #657383;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.admin-grid-utility-metric strong {
    color: #233240;
    font-size: 0.8rem;
    font-weight: 700;
}

.admin-grid-utility-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.admin-grid-page-size-label {
    color: #5d6b79;
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
}

.admin-grid-page-size-select,
.admin-grid-filter-input,
.admin-grid-filter-select {
    height: 30px;
    border: 1px solid #cfd7e2;
    border-radius: 6px;
    background: #ffffff;
    color: #24313d;
    font-size: 0.74rem;
    padding: 0 9px;
}

.admin-grid-page-size-select {
    min-width: 84px;
}

.admin-grid-sort-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
}

.admin-grid-sort-indicator {
    color: #7b8897;
    font-size: 0.66rem;
    line-height: 1;
}

.admin-grid-filter-row th {
    padding: 6px 8px !important;
    background: #f8fafc !important;
    border-bottom: 1px solid #dce5ee !important;
    vertical-align: middle;
}

.admin-grid-filter-input,
.admin-grid-filter-select {
    width: 100%;
    min-width: 0;
}

.admin-grid-filter-input::placeholder {
    color: #7b8897;
}

.admin-grid-filter-empty {
    display: block;
    min-height: 30px;
}

.admin-grid-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 8px 11px;
    border-top: 1px solid #d9e1ea;
    background: #ffffff;
    flex-wrap: wrap;
}

.admin-grid-footer-summary {
    color: #4f5c69;
    font-size: 0.74rem;
    font-weight: 500;
}

.admin-grid-footer-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
}

.admin-grid-footer-button {
    min-width: 88px;
}

@media (max-width: 900px) {
    .admin-grid-utility-actions {
        width: 100%;
        margin-left: 0;
    }

    .admin-grid-page-size-select {
        flex: 1 1 0;
        min-width: 0;
    }

    .admin-grid-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .admin-grid-footer-actions {
        width: 100%;
        margin-left: 0;
    }

    .admin-grid-footer-button {
        flex: 1 1 0;
        min-width: 0;
    }
}

/* Back-office setup list visual normalization */
.wc-code-module-title,
.client-position-module-title,
.pay-code-title,
.division-title,
.payroll-vendor-title,
.employer-tax-title,
.order-type-title,
.qualification-definition-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
}

.wc-code-grid-title,
.client-position-grid-title,
.pay-code-panel-title,
.division-panel-title,
.payroll-vendor-panel-title,
.employer-tax-panel-title,
.order-type-panel-title,
.qualification-definition-panel-title {
    font-size: 0.84rem;
    font-weight: 700;
    color: #1f2d3d;
    letter-spacing: 0.01em;
}

.payroll-vendor-panel-subtitle,
.employer-tax-panel-subtitle,
.order-type-panel-subtitle,
.qualification-definition-subtitle,
.qualification-definition-header-note,
.wc-code-grid-count,
.client-position-grid-count,
.pay-code-panel-count,
.division-panel-count,
.payroll-vendor-panel-count,
.employer-tax-panel-count,
.order-type-panel-count,
.qualification-definition-panel-count {
    font-size: 0.75rem;
    color: #4f5c69;
    font-weight: 500;
}

.wc-code-search-input,
.wc-code-filter-select,
.client-position-search-input,
.client-position-filter-select,
.pay-code-search,
.pay-code-filter,
.division-search,
.division-filter,
.payroll-vendor-search,
.payroll-vendor-filter,
.employer-tax-search,
.employer-tax-filter,
.order-type-search,
.order-type-filter,
.qualification-definition-search,
.qualification-definition-filter {
    height: 30px;
    border-radius: 6px;
    padding: 0 9px;
    font-size: 0.76rem;
    font-weight: 500;
}

.wc-code-action-button,
.client-position-action-button,
.pay-code-button,
.division-button,
.payroll-vendor-button,
.employer-tax-button,
.order-type-button,
.qualification-definition-button {
    height: 30px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 0.76rem;
    font-weight: 700;
    white-space: nowrap;
}

.wc-code-grid-panel,
.client-position-grid-panel,
.pay-code-panel,
.division-panel,
.payroll-vendor-panel,
.employer-tax-panel,
.order-type-panel,
.qualification-definition-panel {
    border: 1px solid #cfd7e2;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #ffffff;
}

.wc-code-grid-headerbar,
.client-position-grid-headerbar,
.pay-code-panel-header,
.division-panel-header,
.payroll-vendor-panel-header,
.employer-tax-panel-header,
.order-type-panel-header,
.qualification-definition-panel-header {
    padding: 8px 11px;
    border-bottom: 1px solid #d9e1ea;
    background: #ffffff;
}

.wc-code-empty,
.client-position-empty,
.pay-code-empty,
.division-empty,
.payroll-vendor-empty,
.employer-tax-empty,
.order-type-empty,
.qualification-definition-empty {
    padding: 10px 12px;
    font-size: 0.8rem;
    color: #5d6773;
}

.wc-code-table thead th,
.client-position-table thead th,
.pay-code-table thead th,
.division-table thead th,
.payroll-vendor-table thead th,
.employer-tax-table thead th,
.order-type-table thead th,
.qualification-definition-table thead th {
    background: #f3f6f9;
    color: #304150;
    font-size: 0.7rem;
    font-weight: 700;
    text-align: left;
    padding: 6px 8px;
    border-bottom: 1px solid #d7e0ea;
    white-space: nowrap;
    letter-spacing: 0.01em;
    vertical-align: middle;
}

.wc-code-table tbody td,
.client-position-table tbody td,
.pay-code-table tbody td,
.division-table tbody td,
.payroll-vendor-table tbody td,
.employer-tax-table tbody td,
.order-type-table tbody td,
.qualification-definition-table tbody td {
    font-size: 0.72rem;
    font-weight: 400;
    color: #24313d;
    padding: 5px 8px;
    border-bottom: 1px solid #e3e8ee;
    vertical-align: middle;
    line-height: 1.05rem;
}

.wc-code-table tbody tr:nth-child(odd),
.client-position-table tbody tr:nth-child(odd),
.pay-code-table tbody tr:nth-child(odd),
.division-table tbody tr:nth-child(odd),
.payroll-vendor-table tbody tr:nth-child(odd),
.employer-tax-table tbody tr:nth-child(odd),
.order-type-table tbody tr:nth-child(odd),
.qualification-definition-table tbody tr:nth-child(odd) {
    background: #fcfdfe;
}

.wc-code-table tbody tr:nth-child(even),
.client-position-table tbody tr:nth-child(even),
.pay-code-table tbody tr:nth-child(even),
.division-table tbody tr:nth-child(even),
.payroll-vendor-table tbody tr:nth-child(even),
.employer-tax-table tbody tr:nth-child(even),
.order-type-table tbody tr:nth-child(even),
.qualification-definition-table tbody tr:nth-child(even) {
    background: #f6f8fa;
}

.wc-code-table tbody tr:hover,
.client-position-table tbody tr:hover,
.pay-code-table tbody tr:hover,
.division-table tbody tr:hover,
.payroll-vendor-table tbody tr:hover,
.employer-tax-table tbody tr:hover,
.order-type-table tbody tr:hover,
.qualification-definition-table tbody tr:hover {
    background: #eef9f4;
}

.wc-code-row-button,
.client-position-row-button {
    height: 30px;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid #cfd7e2;
    background: #f7f9fb;
    color: #5a6570;
    font-size: 0.76rem;
    font-weight: 700;
}

.pay-code-row-link,
.division-row-link,
.payroll-vendor-row-link,
.employer-tax-row-link,
.order-type-row-link,
.qualification-definition-row-link {
    font-size: 0.72rem;
    font-weight: 600;
}

.wc-code-status-pill,
.client-position-status-pill,
.pay-code-status-pill,
.division-status-pill,
.payroll-vendor-status-pill,
.employer-tax-status-pill,
.order-type-status-pill,
.qualification-definition-status-pill {
    min-height: 22px;
    padding: 3px 8px;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 999px;
}

.qualification-definition-detail {
    font-size: 0.68rem;
    color: #667483;
}

.ammon-table-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    white-space: nowrap;
}

.ammon-table-action-button {
    display: inline-flex !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 2px !important;
    background: transparent !important;
    color: #0477b8 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    vertical-align: middle !important;
}

.ammon-table-action-button:hover,
.ammon-table-action-button:focus-visible {
    border-color: #b8d7e9 !important;
    background: #eef8fc !important;
    color: #005f93 !important;
    outline: none !important;
}

.ammon-table-action-button:disabled,
.ammon-table-action-button[aria-disabled="true"] {
    color: #9aa8b3 !important;
    cursor: not-allowed !important;
    opacity: 0.65;
}

.ammon-table-action-button svg {
    width: 13px !important;
    height: 13px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.ammon-table-action-button.remove,
.ammon-table-action-button.archive {
    color: #9a3c3c !important;
}

.ammon-table-action-button.schedule,
.ammon-table-action-button.convert,
.ammon-table-action-button.complete,
.ammon-table-action-button.unarchive {
    color: #327a28 !important;
}

@media (max-width: 1024px) {
    .avio-topbar {
        height: 56px !important;
        display: block !important;
        background: #0a76c8 !important;
        border-bottom: 1px solid #0869b3 !important;
    }

    .avio-brand-zone,
    .avio-primary-nav,
    .avio-topbar-actions {
        display: none !important;
    }

    .avio-mobile-toolbar {
        height: 56px !important;
        display: grid !important;
        grid-template-columns: 42px minmax(0, 1fr) 42px !important;
        align-items: center !important;
        gap: 0.7rem !important;
        padding: 0 0.65rem !important;
        background: #0a76c8 !important;
    }

    .avio-mobile-toolbar-button {
        width: 42px !important;
        height: 42px !important;
        border: 1px solid rgba(255, 255, 255, 0.16) !important;
        border-radius: 0 !important;
        background: rgba(255, 255, 255, 0.12) !important;
        color: #ffffff !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .avio-mobile-toolbar-button svg {
        width: 1.35rem !important;
        height: 1.35rem !important;
        stroke: currentColor !important;
        stroke-width: 1.85 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    .avio-mobile-search-box {
        min-width: 0 !important;
        height: 38px !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 0.85rem !important;
        border: 1px solid rgba(255, 255, 255, 0.16) !important;
        background: rgba(255, 255, 255, 0.12) !important;
    }

    .avio-mobile-search-input {
        min-width: 0 !important;
        width: 100% !important;
        border: none !important;
        background: transparent !important;
        color: #ffffff !important;
        font-size: 0.92rem !important;
        font-weight: 500 !important;
        outline: none !important;
    }

    .avio-mobile-search-input::placeholder {
        color: rgba(255, 255, 255, 0.82) !important;
    }

    .avio-mobile-create-menu {
        background: #0a76c8 !important;
    }

    .avio-subnav-bar {
        min-height: 48px !important;
        background: #ffffff !important;
        padding: 0 10px !important;
        box-shadow: none !important;
        border-bottom: 1px solid #d6e0e9 !important;
        overflow-x: auto !important;
    }

    .avio-subnav-bar-thin,
    .avio-subnav-bar.avio-mobile-desktop-only-subnav {
        display: none !important;
    }

    .subnav-shell {
        min-height: 48px !important;
        gap: 8px !important;
        padding: 6px 0 !important;
    }

    .subnav-shell a.subnav-link,
    .subnav-shell .subnav-button {
        min-height: 34px !important;
        padding: 0 11px !important;
        border: 1px solid #c3d4e2 !important;
        border-radius: 6px !important;
        background: #ffffff !important;
        color: #29445b !important;
        font-size: 0.7rem !important;
        font-weight: 700 !important;
    }

    .subnav-shell a.subnav-link.active {
        border-color: #0a76c8 !important;
        background: #0a76c8 !important;
        color: #ffffff !important;
    }

    .avio-page-shell {
        padding: 10px 10px 78px !important;
        background: #f3f5f7 !important;
    }

    .avio-page-shell.mobile-desktop-required .avio-page-content,
    .avio-page-shell.mobile-launcher-active .avio-page-content {
        display: none !important;
    }

    .avio-page-shell.mobile-desktop-required .avio-mobile-desktop-required-panel,
    .avio-page-shell.mobile-launcher-active .avio-mobile-launch-panel {
        display: block !important;
    }

    .avio-mobile-home-hero {
        display: block !important;
        padding: 18px 6px 14px !important;
    }

    .avio-mobile-home-title {
        color: #22313f !important;
        font-size: 1.72rem !important;
        line-height: 1.08 !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
    }

    .avio-mobile-home-copy {
        margin-top: 6px !important;
        color: #647384 !important;
        font-size: 0.92rem !important;
        line-height: 1.45 !important;
        font-weight: 500 !important;
    }

    .avio-mobile-launch-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .avio-mobile-bottom-nav {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 5200 !important;
        height: 66px !important;
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        background: #0a76c8 !important;
        border-top: 1px solid #0869b3 !important;
        box-shadow: 0 -8px 22px rgba(15, 33, 54, 0.18) !important;
    }

    .avio-mobile-nav-button {
        min-width: 0 !important;
        border: none !important;
        border-right: 1px solid rgba(255, 255, 255, 0.16) !important;
        background: #0a76c8 !important;
        color: rgba(255, 255, 255, 0.82) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        font-size: 0.64rem !important;
        font-weight: 700 !important;
        line-height: 1.1 !important;
    }

    .avio-mobile-nav-button:last-child {
        border-right: none !important;
    }

    .avio-mobile-nav-button svg {
        width: 22px !important;
        height: 22px !important;
        color: rgba(255, 255, 255, 0.82) !important;
    }

    .avio-mobile-nav-button.active {
        background: #0869b3 !important;
        color: #ffffff !important;
    }

    .avio-mobile-nav-button.active svg {
        color: #ffffff !important;
    }
}

html.ammon-mobile-shell .avio-shell {
    background: #f3f5f7 !important;
}

html.ammon-mobile-shell .avio-topbar-shell {
    box-shadow: 0 10px 24px rgba(17, 30, 48, 0.08) !important;
}

html.ammon-mobile-shell .avio-topbar {
    height: 56px !important;
    display: block !important;
    background: #0a76c8 !important;
    border-bottom: 1px solid #0869b3 !important;
}

html.ammon-mobile-shell .avio-brand-zone,
html.ammon-mobile-shell .avio-primary-nav,
html.ammon-mobile-shell .avio-topbar-actions {
    display: none !important;
}

html.ammon-mobile-shell .avio-mobile-toolbar {
    height: 56px !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 42px !important;
    align-items: center !important;
    gap: 0.7rem !important;
    padding: 0 0.65rem !important;
    background: #0a76c8 !important;
}

html.ammon-mobile-shell .avio-mobile-toolbar-button {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html.ammon-mobile-shell .avio-mobile-toolbar-button svg {
    width: 1.35rem !important;
    height: 1.35rem !important;
    stroke: currentColor !important;
    stroke-width: 1.85 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

html.ammon-mobile-shell .avio-mobile-search-box {
    min-width: 0 !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 0.85rem !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: rgba(255, 255, 255, 0.12) !important;
}

html.ammon-mobile-shell .avio-mobile-search-input {
    min-width: 0 !important;
    width: 100% !important;
    border: none !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    outline: none !important;
}

html.ammon-mobile-shell .avio-mobile-search-input::placeholder {
    color: rgba(255, 255, 255, 0.82) !important;
}

html.ammon-mobile-shell .avio-mobile-create-menu {
    background: #0a76c8 !important;
}

html.ammon-mobile-shell .avio-subnav-bar {
    min-height: 48px !important;
    background: #ffffff !important;
    padding: 0 10px !important;
    box-shadow: none !important;
    border-bottom: 1px solid #d6e0e9 !important;
    overflow-x: auto !important;
}

html.ammon-mobile-shell .avio-subnav-bar-thin,
html.ammon-mobile-shell .avio-subnav-bar.avio-mobile-desktop-only-subnav {
    display: none !important;
}

html.ammon-mobile-shell .subnav-shell {
    min-height: 48px !important;
    gap: 8px !important;
    padding: 6px 0 !important;
}

html.ammon-mobile-shell .subnav-shell a.subnav-link,
html.ammon-mobile-shell .subnav-shell .subnav-button {
    min-height: 34px !important;
    padding: 0 11px !important;
    border: 1px solid #c3d4e2 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #29445b !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
}

html.ammon-mobile-shell .subnav-shell a.subnav-link.active {
    border-color: #0a76c8 !important;
    background: #0a76c8 !important;
    color: #ffffff !important;
}

html.ammon-mobile-shell .avio-page-shell {
    padding: 10px 10px 78px !important;
    background: #f3f5f7 !important;
}

html.ammon-mobile-shell .avio-page-shell.mobile-desktop-required .avio-page-content,
html.ammon-mobile-shell .avio-page-shell.mobile-launcher-active .avio-page-content {
    display: none !important;
}

html.ammon-mobile-shell .avio-page-shell.mobile-desktop-required .avio-mobile-desktop-required-panel,
html.ammon-mobile-shell .avio-page-shell.mobile-launcher-active .avio-mobile-launch-panel {
    display: block !important;
}

html.ammon-mobile-shell .avio-mobile-home-hero {
    display: block !important;
    padding: 18px 6px 14px !important;
}

html.ammon-mobile-shell .avio-mobile-home-title {
    color: #22313f !important;
    font-size: 1.72rem !important;
    line-height: 1.08 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

html.ammon-mobile-shell .avio-mobile-home-copy {
    margin-top: 6px !important;
    color: #647384 !important;
    font-size: 0.92rem !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

html.ammon-mobile-shell .avio-mobile-launch-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

html.ammon-mobile-shell .avio-mobile-bottom-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 5200 !important;
    height: 66px !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    background: #0a76c8 !important;
    border-top: 1px solid #0869b3 !important;
    box-shadow: 0 -8px 22px rgba(15, 33, 54, 0.18) !important;
}

html.ammon-mobile-shell .avio-mobile-nav-button {
    min-width: 0 !important;
    border: none !important;
    border-right: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: #0a76c8 !important;
    color: rgba(255, 255, 255, 0.82) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    font-size: 0.64rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
}

html.ammon-mobile-shell .avio-mobile-nav-button:last-child {
    border-right: none !important;
}

html.ammon-mobile-shell .avio-mobile-nav-button svg {
    width: 22px !important;
    height: 22px !important;
    color: rgba(255, 255, 255, 0.82) !important;
}

html.ammon-mobile-shell .avio-mobile-nav-button.active {
    background: #0869b3 !important;
    color: #ffffff !important;
}

html.ammon-mobile-shell .avio-mobile-nav-button.active svg {
    color: #ffffff !important;
}
