@import '_content/Wellabe.Components.Common/Wellabe.Components.Common.8bx3lamjw5.bundle.scp.css';

/* /Components/Common/IncentivesDashboard.razor.rz.scp.css */
[data-bs-theme=dark] .history-grid-shell[b-9cya387fzh]  .e-grid .e-content {
    background-color: var(--bs-secondary-bg) !important;
}

[data-bs-theme=dark] .history-grid-shell[b-9cya387fzh]  .e-grid .e-detailheadercell,
[data-bs-theme=dark] .history-grid-shell[b-9cya387fzh]  .e-detailrowexpand,
[data-bs-theme=dark] .history-grid-shell[b-9cya387fzh]  .e-detailrowcollapse,
[data-bs-theme=dark] .history-grid-shell[b-9cya387fzh]  .e-detailindentcell,
[data-bs-theme=dark] .history-grid-shell[b-9cya387fzh]  .e-detailcell{
    background-color: var(--bs-secondary-bg) !important;
    color: var(--bs-white) !important;
    border-color: var(--bs-black) !important;
}

/* Dark mode overrides */


[data-bs-theme=dark] .application-progress-scroll-wrapper:hover[b-9cya387fzh]::-webkit-scrollbar-thumb {
    background: #6098DB;
}
/* Active / in-progress -> blue (default) */
[data-bs-theme=dark] .inc-selector__badge--active[b-9cya387fzh]{
    color: var(--bs-black);
    background: #6098DB;
}

/* Closed → grey */
[data-bs-theme=dark] .inc-selector__badge--closed[b-9cya387fzh]{
    color: var(--bs-white);
    background: var(--bs-dark);
}

/* Reward available → gold/yellow */
[data-bs-theme=dark] .inc-selector__badge--reward[b-9cya387fzh]{
    color: var(--bs-black);
    background: #6098DB;
}

[data-bs-theme=dark]  .inc-selector__input:checked + .inc-selector__label[b-9cya387fzh] {
    border: 3px solid #6098DB !important;
    background: var(--bs-dark);
    transform: translateY(-2px);
    position: relative;
    padding: 15px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
}

[data-bs-theme=dark] .inc-selector__input:focus-visible + .inc-selector__label[b-9cya387fzh]{
    outline: 2px solid #6098DB;
}

[data-bs-theme=dark] .inc-selector-history:not(.inc-selector-history--expanded):hover[b-9cya387fzh],
[data-bs-theme=dark] .inc-selector-history:not(.inc-selector-history--expanded):active[b-9cya387fzh]{
    border-color: var(--bs-border-color);
}

[data-bs-theme=dark] .inc-mobile-dropdown-menu .inc-selector__label:hover[b-9cya387fzh] {
    border-color: #6098DB !important;
}


/* light mode */
.incentives-dashboard[b-9cya387fzh] {
    height: 100%;
}

@media (max-width: 1399.98px) { /* xxl breakpoint */
    .incentives-dashboard[b-9cya387fzh]{
        height: calc(100vh - 320px);
    }
}

/* Base badge */
.inc-selector__badge[b-9cya387fzh]{
    margin-left: 6px;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 999px;
    transition: background .2s ease, color .2s ease;
}

/* Active / in-progress → blue (default) */
.inc-selector__badge--active[b-9cya387fzh]{
    color: var(--bs-wellabe-cta);
    background: rgba(57, 110, 190, .06);
}

/* Closed → grey */
.inc-selector__badge--closed[b-9cya387fzh]{
    color: #4e4d4d;
    background: var(--bs-wellabe-grey);
}

/* Reward available → blue (default)  */
.inc-selector__badge--reward[b-9cya387fzh]{
    color: var(--bs-wellabe-cta);
    background: rgba(57, 110, 190, .06);
}

.inc-selector:hover[b-9cya387fzh]{
    box-shadow: 0 4px 12px -2px rgba(15, 23, 42, .10), 0 2px 6px -2px rgba(15, 23, 42, .06);
}

.inc-selector-row[b-9cya387fzh] {
    display: flex;
    align-items: stretch;
    gap: .75rem;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    --inc-selector-glide-duration: .35s;
    --inc-selector-glide-ease: ease;
}

.inc-selector-row--opening .inc-selector[b-9cya387fzh] {
    transition-delay: 0s;
}

.inc-selector-row--opening .inc-selector-history-wrap[b-9cya387fzh] {
    transition-delay: .05s;
}

.inc-selector-row--closing .inc-selector[b-9cya387fzh] {
    transition-delay: 0s;
}

.inc-selector-row--closing .inc-selector-history-wrap[b-9cya387fzh] {
    transition-delay: .05s;
}

.inc-selector-active-incentives-wrap[b-9cya387fzh] {
    flex: 0 0 100px;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    display: flex;
    align-self: stretch;
}

.inc-selector-active-incentives[b-9cya387fzh] {
    width: 100px;
    height: 100%;
    min-height: 80px;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius-xl);
    background: var(--bs-secondary-bg);
    box-shadow: 0 2px 6px -1px rgba(15, 23, 42, .06), 0 1px 3px -1px rgba(15, 23, 42, .04);
    transition: color .2s ease, background .2s ease;
}

.inc-selector-active-incentives img[b-9cya387fzh] {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
}

.inc-selector-active-incentives:hover[b-9cya387fzh],
.inc-selector-active-incentives:active[b-9cya387fzh],
.inc-selector-active-incentives:focus[b-9cya387fzh] {
    transform: translateY(-5px);
    box-shadow: none;
    transition: transform .06s ease;
    border-color: var(--bs-border-color);
}


.inc-selector-active-incentives:focus-visible[b-9cya387fzh] {
    transform: translateY(-5px);
    box-shadow: none;
    transition: transform .06s ease;
    outline: 2px solid var(--bs-wellabe-cta);
}

.inc-selector-row .inc-selector[b-9cya387fzh] {
    flex: 1 1 100%;
    width: 100%;
    align-self: stretch;
    min-width: 0;
    max-width: 100%;
    opacity: 1;
    transform: translateX(0);
    transition:
        flex-basis var(--inc-selector-glide-duration) var(--inc-selector-glide-ease),
        width var(--inc-selector-glide-duration) var(--inc-selector-glide-ease),
        max-width var(--inc-selector-glide-duration) var(--inc-selector-glide-ease),
        opacity var(--inc-selector-glide-duration) var(--inc-selector-glide-ease),
        transform var(--inc-selector-glide-duration) var(--inc-selector-glide-ease),
        margin var(--inc-selector-glide-duration) var(--inc-selector-glide-ease);
}

.inc-selector.inc-selector--history-hidden[b-9cya387fzh] {
    flex: 0 1 0;
    width: 0;
    max-width: 0;
    opacity: 0;
    transform: translateX(12px);
    pointer-events: none;
    margin-right: 0;
    display: none;
}

.inc-selector-history-wrap[b-9cya387fzh] {
    flex: 0 0 100px;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    min-height: 80px;
    display: flex;
    align-items: stretch;
    align-self: stretch;
    margin-left: auto;
    overflow: hidden;
    transform-origin: right center;
    transition:
        flex-basis var(--inc-selector-glide-duration) var(--inc-selector-glide-ease),
        width var(--inc-selector-glide-duration) var(--inc-selector-glide-ease),
        min-width var(--inc-selector-glide-duration) var(--inc-selector-glide-ease),
        max-width var(--inc-selector-glide-duration) var(--inc-selector-glide-ease);
}

.inc-selector-history-wrap--expanded[b-9cya387fzh] {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 80px;
}

.inc-selector-history[b-9cya387fzh] {
    height: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    border: 3px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius-xl);
    background: var(--bs-secondary-bg);
    box-shadow: 0 2px 6px -1px rgba(15, 23, 42, .06), 0 1px 3px -1px rgba(15, 23, 42, .04);
    transition: color .2s ease, background .2s ease, width .35s ease, min-width .35s ease, opacity .25s ease, transform .35s ease, padding .35s ease;
    width: 100%;
    min-width: 0;
    justify-content: center;
    gap: .625rem;
    padding: 0 .9rem;
    white-space: nowrap;
    transform: translateX(0);
    overflow: hidden;
    flex: 0 0 100%;
}

.inc-selector-history--expanded[b-9cya387fzh]{
    justify-content: flex-start;
    padding: 0 2rem;
    cursor: default;
    pointer-events: none;
    gap: .75rem;
}

.inc-selector-history--expanded .inc-selector-history__label--visible[b-9cya387fzh] {
    width: auto;
    opacity: 1;
}


.inc-selector-history img[b-9cya387fzh] {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
}

.inc-selector-history__label[b-9cya387fzh] {
    width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: width .35s ease, opacity .2s ease;
}

.inc-selector-history:not(.inc-selector-history--expanded)[b-9cya387fzh] {
    gap: 0;
}

.inc-selector-history:not(.inc-selector-history--expanded):hover[b-9cya387fzh] {
    transform: translateY(-5px);
    box-shadow: none;
    transition: transform .06s ease;
    border-color: var(--bs-wellabe-grey);
}

.inc-selector-history:not(.inc-selector-history--expanded):active[b-9cya387fzh] {
    border-color: var(--bs-wellabe-grey);
}


@media (prefers-reduced-motion: reduce) {
    .inc-selector-row .inc-selector[b-9cya387fzh],
    .inc-selector-history-wrap[b-9cya387fzh],
    .inc-selector-active-incentives[b-9cya387fzh],
    .inc-selector-history[b-9cya387fzh],
    .inc-selector-history__label[b-9cya387fzh] {
        transition: none;
    }
}


.inc-selector[b-9cya387fzh]{
    display: flex;
    align-self: flex-start;
    width: fit-content;
    max-width: 100%;
    transition: box-shadow .2s ease;
    flex-shrink: 0;
    overflow: hidden;
}

.inc-selector__scroller[b-9cya387fzh]{
    display: flex;
    gap: 8px;
    min-height: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    max-width: 100%;
    transition: scrollbar-width var(--inc-selector-glide-duration) var(--inc-selector-glide-ease);
}

.inc-selector__scroller[b-9cya387fzh]::-webkit-scrollbar{
    height: 5px;
}

.inc-selector__scroller[b-9cya387fzh]::-webkit-scrollbar-track{
    background: transparent;
    border-radius: 999px;
    transition: background .2s ease;
}

.inc-selector__scroller[b-9cya387fzh]::-webkit-scrollbar-thumb{
    background: transparent;
    border-radius: 999px;
    transition: background .2s ease;
}


.inc-selector__item[b-9cya387fzh]{
    position: relative;
    flex: 0 0 auto;
}

/* Visually hide radio, keep accessible */
.inc-selector__input[b-9cya387fzh]{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Segment button */
.inc-selector__label[b-9cya387fzh]{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
    user-select: none;
    transition: transform .1s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

/* Hover keeps it light */
.inc-selector__label:hover[b-9cya387fzh]{
    box-shadow: 0 2px 6px -1px rgba(15, 23, 42, .08);
    transform: translateY(-5px);
}

/* Selected = slight tint + lifted */
.inc-selector__input:checked + .inc-selector__label[b-9cya387fzh] {
    border: 3px solid var(--bs-wellabe-cta) !important;
    background: var(--bs-white);
    transform: translateY(-2px);
    position: relative;
    padding: 15px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
}

/* Press */
.inc-selector__label:active[b-9cya387fzh]{
    transform: translateY(1px);
    box-shadow: none;
    transition: transform .06s ease;
}

/* Keyboard focus */
.inc-selector__input:focus-visible + .inc-selector__label[b-9cya387fzh]{
    outline: 2px solid var(--bs-wellabe-cta);
}

.inc-selector__item:focus-visible[b-9cya387fzh] {
    outline: none;
}

.inc-selector__item:focus-visible .inc-selector__label[b-9cya387fzh] {
    outline: 2px solid var(--bs-wellabe-cta);
}

/* Full name: no truncation */
.inc-selector__name[b-9cya387fzh] {
    white-space: nowrap;
    transition: color .2s ease;
}

.inc-layout .inc-selector__name[b-9cya387fzh],
.inc-layout h5[b-9cya387fzh],
.inc-layout .mt-2[b-9cya387fzh] {
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

/* Incentive detail card */
.inc-card[b-9cya387fzh]{
    flex: 1 1 0;
    min-height: 0;
    width: 100%;
    display: flex;
    flex-direction: row; /* changed from column to row */
    align-items: stretch;
    overflow: hidden;
    transition: box-shadow .2s ease;
}

/* Scrollable content area */
.inc-card__body[b-9cya387fzh]{
    flex: 1 1 0;
    min-height: 0;
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
}
.qualified-applications-flex-container[b-9cya387fzh] {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qualified-applications-table-flex-wrapper[b-9cya387fzh] {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qualified-applications-table-flex-wrapper:hover[b-9cya387fzh] {
    scrollbar-width: thin;
}

.qualified-applications-table-flex-wrapper[b-9cya387fzh]::-webkit-scrollbar {
    width: 6px;
}

.qualified-applications-table-flex-wrapper[b-9cya387fzh]::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 999px;
}

.qualified-applications-table-flex-wrapper[b-9cya387fzh]::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 999px;
}

.qualified-applications-table-flex-wrapper:hover[b-9cya387fzh]::-webkit-scrollbar-track {
    background: rgba(0,0,0,.08);
}

.qualified-applications-table-flex-wrapper:hover[b-9cya387fzh]::-webkit-scrollbar-thumb {
    background: var(--bs-wellabe-cta, #396EBE);
}
.qualified-applications-table-flex-wrapper table[b-9cya387fzh] {
    margin-left: auto;
    margin-right: auto;
}

/* History grid */
.history-panel-body[b-9cya387fzh] {
    overflow: hidden;
}

.history-grid-shell[b-9cya387fzh] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.history-grid-fill[b-9cya387fzh] {
    height: 100%;
    min-height: 0;
}

.history-grid-shell[b-9cya387fzh] (.history-grid-fill.e-grid) {
    height: 100% !important;
}

.history-grid-shell[b-9cya387fzh] (.history-grid-fill .e-gridcontent) {
    min-height: 0;
}

.qualified-applications-button-fallback[b-9cya387fzh] {
    flex: 0 0 auto;
    height: auto !important;
    min-height: 0 !important;
}

.rules-and-disclaimers-button-fallback[b-9cya387fzh] {
    flex: 0 0 auto;
    height: auto !important;
    min-height: 0 !important;
}

.inc-card__nav[b-9cya387fzh]{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    flex-shrink: 0;
    background: transparent;
    box-shadow: 0 2px 6px -1px rgba(15, 23, 42, .06), 0 1px 3px -1px rgba(15, 23, 42, .04);
    font-size: 20px;
    cursor: pointer;
    transition: color .2s ease, background .2s ease;
}

.border-right-xl[b-9cya387fzh] {
    border-radius: 0 var(--bs-border-radius-xl) var(--bs-border-radius-xl) 0;
}

.border-left-xl[b-9cya387fzh] {
    border-radius: var(--bs-border-radius-xl) 0 0 var(--bs-border-radius-xl);
}

.inc-card__nav:hover[b-9cya387fzh]{
    transform: translateY(-5px);
    box-shadow: none;
    transition: transform .06s ease;
    border-color: var(--bs-wellabe-grey);
}
.inc-card__nav:active[b-9cya387fzh]{
    border-color: var(--bs-wellabe-grey);
}

.application-progress-scroll-wrapper[b-9cya387fzh] {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}


.application-progress-scroll-wrapper:hover[b-9cya387fzh] {
    scrollbar-width: thin;
}

.application-progress-scroll-wrapper[b-9cya387fzh]::-webkit-scrollbar {
    width: 6px;
}

.application-progress-scroll-wrapper[b-9cya387fzh]::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 999px;
}

.application-progress-scroll-wrapper[b-9cya387fzh]::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 999px;
}

.application-progress-scroll-wrapper:hover[b-9cya387fzh]::-webkit-scrollbar-track {
    background: rgba(0,0,0,.08);
}

.application-progress-scroll-wrapper:hover[b-9cya387fzh]::-webkit-scrollbar-thumb {
    background: var(--bs-wellabe-cta);
}

.trophy-img-responsive[b-9cya387fzh] {
    width: 50% !important;
}

@media (max-height: 1000px) {
    .trophy-img-responsive[b-9cya387fzh] {
        width: 40% !important;
    }
}

/* Shrink trophy/circle images when viewport height is tight (high zoom) */
@media (max-height: 700px) {
    .trophy-img-responsive[b-9cya387fzh] {
        width: 30% !important;
    }
}


@media (max-height: 550px) {
    .trophy-img-responsive[b-9cya387fzh] {
        width: 20% !important;
    }
}

.clock-img-responsive[b-9cya387fzh] {
    width: 50% !important;
}

@media (max-width: 500px) {
    .clock-img-responsive[b-9cya387fzh] {
        width: 45px !important;
    }
}



/* Default: ≥1200px → 3 columns */
.inc-layout[b-9cya387fzh] {
    display: grid;
    /* Left main column = right section total width */
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.25rem;
}

@media (min-width: 1400px) and (min-height: 901px) {
    .inc-layout[b-9cya387fzh] {
        height: 100%;
    }
}

.inc-layout > .col:nth-child(1)[b-9cya387fzh] {
    grid-column: 1;
    min-width: 0;
    overflow: hidden;
}

.inc-layout > .col:nth-child(2)[b-9cya387fzh] {
    grid-column: 2;
    min-height: 0;
}

.inc-layout > .col:nth-child(2) > .d-flex[b-9cya387fzh] {
    min-height: 0;
}


@media (max-width: 899px) {

    /* Ensure everything stacks */
    .inc-layout[b-9cya387fzh] {
        grid-template-columns: 1fr;
    }

    /* Reduce padding to prevent cramped feeling */
    .inc-card__body[b-9cya387fzh] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    /* Center progress labels */
    .application-progress-scroll-wrapper[b-9cya387fzh] {
        padding-left: 0;
        padding-right: 0;
    }

    .inc-selector-active-incentives[b-9cya387fzh],
    .inc-selector-history[b-9cya387fzh] {
        min-height: 54px;
    }
}

/* iPad mini vertical (768px) and smaller */
@media (max-width: 768px) {
    .inc-layout[b-9cya387fzh] {
        grid-template-columns: 1fr;
        overflow-y: auto;
        height: auto;
    }

    /* Allow card body to scroll the stacked content */
    .inc-card__body[b-9cya387fzh] {
        overflow-y: auto;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    /* Tighten the layout padding */
    .inc-layout.p-4[b-9cya387fzh] {
        padding: 1rem !important;
    }

    /* Stack the incentive info + payout row */
    .inc-layout .d-flex.flex-row.gap-3[b-9cya387fzh] {
        flex-direction: column !important;
    }

    /* Remove left border separator, use bottom instead */
    .inc-layout > .col.border-end[b-9cya387fzh] {
        border-right: none !important;
        border-bottom: var(--bs-border-width) solid var(--bs-border-color) !important;
        padding-right: 0 !important;
        padding-bottom: 1rem;
    }

    /* Shrink trophy images to not dominate the layout */
    .trophy-img-responsive[b-9cya387fzh] {
        width: 30% !important;
    }

    .inc-selector--history-hidden[b-9cya387fzh] {
        flex: 0 1 0;
        width: 0;
        max-width: 0;
        opacity: 0;
        transform: translateX(12px);
        pointer-events: none;
        margin-right: 0;
        display: none;
    }
}


@media (max-width: 1199px) {
    /* Hide inline qualified apps table */
    .qualified-applications-flex-container[b-9cya387fzh] {
        display: none !important;
    }

    .border-top[b-9cya387fzh],
    .border-bottom[b-9cya387fzh] {
        border-width: 1px !important;
    }
}

/* Height fallback on wide screens:
   if vertical space is too tight for an inline table, switch to modal button. */
@media (min-width: 1400px) and (max-height: 900px) {
    .qualified-applications-flex-container[b-9cya387fzh] {
        display: none !important;
    }

    .qualified-applications-button-fallback[b-9cya387fzh] {
        display: flex !important;
    }

    .rules-and-disclaimers-inline-desktop[b-9cya387fzh] {
        display: none !important;
    }

    .rules-and-disclaimers-button-fallback[b-9cya387fzh] {
        display: flex !important;
    }
    
    .inc-layout[b-9cya387fzh] {
        height: auto !important;
    }
}

.claim-modal-body[b-9cya387fzh] {
    padding: .25rem 0;
    overflow: visible;
}

.claim-confetti[b-9cya387fzh] {
    position: absolute;
    inset: -44px -76px -96px;
    pointer-events: none;
    overflow: visible;
    z-index: 0;
}

.claim-confetti__piece[b-9cya387fzh] {
    position: absolute;
    left: 50%;
    top: 44%;
    width: 14px;
    height: 24px;
    border-radius: 2px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.4);
    box-shadow: 0 0 10px rgba(255, 255, 255, .35);
    --burst-x: 0px;
    --burst-y: -180px;
    --drift-x: 0px;
    --drift-y: 42px;
    --spin: 420deg;
    animation: claim-confetti-firework-b-9cya387fzh 2.13s cubic-bezier(.12, .72, .24, 1) forwards;
}

.claim-modal-status[b-9cya387fzh] {
    position: relative;
    z-index: 1;
}

.claim-confetti__piece:nth-child(6n + 1)[b-9cya387fzh] {
    background-color: #ffcc00;
    animation-delay: .02s;
}

.claim-confetti__piece:nth-child(6n + 2)[b-9cya387fzh] {
    background-color: #396ebe;
    animation-delay: .08s;
}

.claim-confetti__piece:nth-child(6n + 3)[b-9cya387fzh] {
    background-color: #ff6f61;
    animation-delay: .14s;
}

.claim-confetti__piece:nth-child(6n + 4)[b-9cya387fzh] {
    background-color: #7f5af0;
    animation-delay: .2s;
}

.claim-confetti__piece:nth-child(6n + 5)[b-9cya387fzh] {
    background-color: #2cb67d;
    animation-delay: .26s;
}

.claim-confetti__piece:nth-child(6n)[b-9cya387fzh] {
    background-color: #ef4565;
    animation-delay: .32s;
}

.claim-confetti__piece:nth-child(16n + 1)[b-9cya387fzh] { --burst-x: -242px; --burst-y: -214px; --drift-x: -34px; --drift-y: 18px; --spin: 350deg; }
.claim-confetti__piece:nth-child(16n + 2)[b-9cya387fzh] { --burst-x: -186px; --burst-y: -248px; --drift-x: -28px; --drift-y: 24px; --spin: 375deg; }
.claim-confetti__piece:nth-child(16n + 3)[b-9cya387fzh] { --burst-x: -118px; --burst-y: -258px; --drift-x: -18px; --drift-y: 28px; --spin: 398deg; }
.claim-confetti__piece:nth-child(16n + 4)[b-9cya387fzh] { --burst-x: -42px; --burst-y: -224px; --drift-x: -8px; --drift-y: 32px; --spin: 420deg; }
.claim-confetti__piece:nth-child(16n + 5)[b-9cya387fzh] { --burst-x: 36px; --burst-y: -252px; --drift-x: 8px; --drift-y: 30px; --spin: 445deg; }
.claim-confetti__piece:nth-child(16n + 6)[b-9cya387fzh] { --burst-x: 126px; --burst-y: -242px; --drift-x: 18px; --drift-y: 28px; --spin: 470deg; }
.claim-confetti__piece:nth-child(16n + 7)[b-9cya387fzh] { --burst-x: 204px; --burst-y: -202px; --drift-x: 26px; --drift-y: 24px; --spin: 430deg; }
.claim-confetti__piece:nth-child(16n + 8)[b-9cya387fzh] { --burst-x: 246px; --burst-y: -128px; --drift-x: 34px; --drift-y: 20px; --spin: 390deg; }
.claim-confetti__piece:nth-child(16n + 9)[b-9cya387fzh] { --burst-x: 230px; --burst-y: 22px; --drift-x: 30px; --drift-y: 70px; --spin: 405deg; }
.claim-confetti__piece:nth-child(16n + 10)[b-9cya387fzh] { --burst-x: 162px; --burst-y: 112px; --drift-x: 22px; --drift-y: 96px; --spin: 430deg; }
.claim-confetti__piece:nth-child(16n + 11)[b-9cya387fzh] { --burst-x: 78px; --burst-y: 148px; --drift-x: 12px; --drift-y: 110px; --spin: 455deg; }
.claim-confetti__piece:nth-child(16n + 12)[b-9cya387fzh] { --burst-x: -14px; --burst-y: 168px; --drift-x: -4px; --drift-y: 120px; --spin: 480deg; }
.claim-confetti__piece:nth-child(16n + 13)[b-9cya387fzh] { --burst-x: -104px; --burst-y: 150px; --drift-x: -14px; --drift-y: 108px; --spin: 500deg; }
.claim-confetti__piece:nth-child(16n + 14)[b-9cya387fzh] { --burst-x: -176px; --burst-y: 118px; --drift-x: -22px; --drift-y: 98px; --spin: 470deg; }
.claim-confetti__piece:nth-child(16n + 15)[b-9cya387fzh] { --burst-x: -232px; --burst-y: 36px; --drift-x: -30px; --drift-y: 80px; --spin: 440deg; }
.claim-confetti__piece:nth-child(16n)[b-9cya387fzh] { --burst-x: -156px; --burst-y: -84px; --drift-x: -22px; --drift-y: 52px; --spin: 410deg; }

.claim-confetti__piece:nth-child(4n + 1)[b-9cya387fzh] {
    animation-duration: 1.93s;
}

.claim-confetti__piece:nth-child(4n + 2)[b-9cya387fzh] {
    animation-duration: 2.06s;
}

.claim-confetti__piece:nth-child(4n + 3)[b-9cya387fzh] {
    animation-duration: 2.23s;
}

.claim-confetti__piece:nth-child(4n)[b-9cya387fzh] {
    animation-duration: 2.42s;
}

@keyframes claim-confetti-firework-b-9cya387fzh {
    0% {
        transform: translate(-50%, -50%) scale(.2) rotate(0deg);
        opacity: 0;
    }

    12% {
        opacity: 1;
    }

    60% {
        transform: translate(calc(-50% + var(--burst-x)), calc(-50% + var(--burst-y))) scale(1) rotate(var(--spin));
        opacity: 1;
    }

    100% {
        transform: translate(calc(-50% + var(--burst-x) + var(--drift-x)), calc(-50% + var(--burst-y) + var(--drift-y))) scale(.86) rotate(calc(var(--spin) + 160deg));
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .claim-confetti__piece[b-9cya387fzh] {
        animation: none;
        opacity: 0;
    }
}

/* ── Mobile Layout ────────────────────────────────────────────── */
.incentives-dashboard-mobile[b-9cya387fzh] {
    min-height: 0;
}

/* Dropdown toggle button — looks like a full-width pill */
.inc-mobile-dropdown-toggle[b-9cya387fzh] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    text-align: left;
    font-weight: 600;
    transition: box-shadow .2s ease;
}

.inc-mobile-dropdown-toggle:hover[b-9cya387fzh] {
    box-shadow: 0 2px 6px -1px rgba(15, 23, 42, .08);
}

/* Dropdown menu container */
.inc-mobile-dropdown-menu[b-9cya387fzh] {
    max-height: 50vh;
    overflow-y: auto;
    transform-origin: top center;
    animation: inc-dropdown-in-b-9cya387fzh .2s cubic-bezier(.16, 1, .3, 1) forwards;
}

@keyframes inc-dropdown-in-b-9cya387fzh {
    from {
        opacity: 0;
        transform: scaleY(.92) translateY(-6px);
    }
    to {
        opacity: 1;
        transform: scaleY(1) translateY(0);
    }
}

/* Mobile card body */
.inc-mobile-card[b-9cya387fzh] {
    flex: 1 1 0;
    min-height: 0;
    margin-bottom: 100px !important;
    overflow-x: hidden;
}

/* No animation/transform on dropdown items — just a CTA border on hover */
.inc-mobile-dropdown-menu .inc-selector__label[b-9cya387fzh] {
    display: flex;
    width: 100%;
    min-height: 52px;
    transform: none !important;
    transition: border-color .15s ease, background .15s ease !important;
    animation: none !important;
}

.inc-mobile-dropdown-menu .inc-selector__label:hover[b-9cya387fzh] {
    transform: none !important;
    box-shadow: none !important;
    border-color: var(--bs-wellabe-cta) !important;
}

.inc-mobile-dropdown-menu .inc-selector__label:active[b-9cya387fzh] {
    transform: none !important;
    box-shadow: none !important;
}

/* Keep CTA border on selected item but remove the lift/margin/padding shift */
.inc-mobile-dropdown-menu .inc-selector__input:checked + .inc-selector__label[b-9cya387fzh] {
    transform: none !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    border: 3px solid var(--bs-wellabe-cta) !important;
    font-weight: 600;
}

.inc-mobile-dropdown-menu .inc-selector__item[b-9cya387fzh] {
    display: block;
}

/* Qualified applications table: scroll both axes on mobile */
@media (max-width: 767.98px) {
    .qualified-applications-table-flex-wrapper[b-9cya387fzh] {
        overflow-x: auto;
        overflow-y: auto;
    }

    .qualified-applications-table-flex-wrapper table[b-9cya387fzh] {
        min-width: 480px;
    }
}

