/* /Pages/BundleBuilderV1.razor.rz.scp.css */
#bundle-options-card .card-header p[b-s88ntua41i] { margin-bottom: 0.5em; }
#bundle-options-card .card-footer button[b-s88ntua41i] { min-width: 7em; }

#bundle-asset-description[b-s88ntua41i] { margin-bottom: 0.5em; max-height: 3.8em; overflow-y: auto; }
#bundle-result-card .card-body > div.row[b-s88ntua41i] { margin-bottom: 0.7em; padding-bottom: 0.7em; border-bottom: 1px solid #CCC; }
#bundle-result-card .card-body > div.row:last-child[b-s88ntua41i] { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }

.carousel-indicators [data-bs-target][b-s88ntua41i] { background-color: #333; }
#step-indicator p[b-s88ntua41i] { margin-bottom: 0em; color: #333; }
#step-indicator .carousel-indicators[b-s88ntua41i] {
    margin-bottom: 0.3em;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
}

div#bundle-builder-dialog > div:first-child[b-s88ntua41i] { padding-left: 0; }
div#bundle-builder-dialog > div:last-child[b-s88ntua41i] { padding-right: 0; }

@media (max-width: 767.98px) {
    div#bundle-builder-dialog > div[b-s88ntua41i] {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    #bundle-builder-dialog[b-s88ntua41i], #bundle-options-card[b-s88ntua41i], #bundle-result-card[b-s88ntua41i] { height: 100%; }
    #bundle-options-card div.card-body[b-s88ntua41i], #bundle-result-card div.card-body[b-s88ntua41i] { overflow-y: auto; height: 100px; }
}
/* /Pages/BundleBuilderV2.razor.rz.scp.css */
/* Root */

.theme-v2[b-zftbwmlmd8] {
    height: 100%;
    max-height: 800px;
}

/* Layout */

.v2-layout[b-zftbwmlmd8] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 16px 16px 16px;
    height: 100%;
    box-sizing: border-box;
}

.v2-options-panel[b-zftbwmlmd8] {
    flex: 1;
    min-width: 0;
}

.v2-summary-panel[b-zftbwmlmd8] {
    flex: 1;
    min-width: 0;
}


/* Footer */

.v2-footer__actions[b-zftbwmlmd8] {
    display: flex;
    justify-content: flex-end;
}

/* Step indicator */

.v2-step-indicator[b-zftbwmlmd8] {
    display: flex;
    gap: 8px;
}

.v2-step-label[b-zftbwmlmd8] {
    font-size: 0.875rem;
    color: var(--v2-text-secondary);
    font-weight: 500;
}

.v2-step[b-zftbwmlmd8] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--v2-text-default);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    flex-shrink: 0;
    cursor: pointer;
}

.v2-step:hover[b-zftbwmlmd8] {
    background: var(--v2-surface-subtle);
    filter: brightness(0.88);
}

.v2-step--active[b-zftbwmlmd8] {
    background: var(--v2-surface-subtle);
}

/* Required mark */

.v2-required-mark[b-zftbwmlmd8] {
    color: var(--v2-danger);
    margin-left: 2px;
}

/* Item row */

.v2-item[b-zftbwmlmd8] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0 12px 9px;
    border-bottom: 1px solid var(--v2-surface-subtle);
    border-left: 3px solid transparent;
}

.v2-item:last-child[b-zftbwmlmd8] {
    border-bottom: none;
}

.v2-item--unavailable[b-zftbwmlmd8] {
    opacity: 0.5;
}

.v2-item--invalid[b-zftbwmlmd8] {
    border-left-color: var(--v2-danger);
}

.v2-item__img[b-zftbwmlmd8] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 8px;
    flex-shrink: 0;
}

.v2-item__info[b-zftbwmlmd8] {
    flex: 1;
    min-width: 0;
}

.v2-item__name[b-zftbwmlmd8] {
    font-weight: 500;
    margin-bottom: 2px;
}

.v2-item__price[b-zftbwmlmd8] {
    font-size: 0.875rem;
    color: var(--v2-text-secondary);
}

.v2-item__controls[b-zftbwmlmd8] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

/* Quantity stepper */

.v2-stepper[b-zftbwmlmd8] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.v2-stepper__btn[b-zftbwmlmd8] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: var(--v2-surface-subtle);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    font-family: inherit;
    -webkit-appearance: none;
}

.v2-stepper__btn:hover[b-zftbwmlmd8] {
    filter: brightness(0.88);
}

.v2-stepper__btn:disabled[b-zftbwmlmd8] {
    opacity: 0.35;
    cursor: default;
}

.v2-stepper__count[b-zftbwmlmd8] {
    width: 30px;
    text-align: center;
    font-weight: 500;
    font-size: inherit;
    font-family: inherit;
    border: none;
    background: transparent;
    padding: 0;
    -moz-appearance: textfield;
}

.v2-stepper__count[b-zftbwmlmd8]::-webkit-outer-spin-button,
.v2-stepper__count[b-zftbwmlmd8]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Summary */

.v2-summary[b-zftbwmlmd8] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.v2-summary__header[b-zftbwmlmd8] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    padding: 8px 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--v2-text-default);
}

.v2-summary__item-container[b-zftbwmlmd8] {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.v2-summary__swipe-bg[b-zftbwmlmd8] {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: var(--v2-danger);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 24px;
    color: var(--v2-text-inverse);
    font-size: 16px;
}

.v2-summary__item[b-zftbwmlmd8] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-size: 0.875rem;
    background: var(--v2-surface-card);
    position: relative;
}

.v2-summary__header span:nth-child(2)[b-zftbwmlmd8],
.v2-summary__item span:nth-child(2)[b-zftbwmlmd8] {
    min-width: 72px;
    text-align: right;
}

.v2-summary__header span:last-child[b-zftbwmlmd8] {
    width: 1rem;
}

.v2-summary__remove-btn[b-zftbwmlmd8] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--v2-text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    width: 1rem;
    transition: color 0.3s ease;
}

.v2-summary__remove-btn:hover[b-zftbwmlmd8] {
    color: var(--v2-danger);
}

/* Total row */

.v2-total__label[b-zftbwmlmd8] {
    font-size: 23px;
    font-weight: 500;
    color: var(--v2-text-default);
}

.v2-total__amount[b-zftbwmlmd8] {
    font-size: 23px;
    font-weight: 600;
    color: var(--v2-text-default);
}

/* Responsive */


@media (min-width: 768px) {
    .v2-layout[b-zftbwmlmd8],
    .v2-options-panel[b-zftbwmlmd8],
    .v2-summary-panel[b-zftbwmlmd8] {
        height: 100%;
    }

    .v2-layout[b-zftbwmlmd8] {
        flex-direction: row;
        gap: 16px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-h4wzct6fsv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h4wzct6fsv] {
    flex: 1;
}

.sidebar[b-h4wzct6fsv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-h4wzct6fsv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h4wzct6fsv]  a, .top-row[b-h4wzct6fsv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-h4wzct6fsv]  a:hover, .top-row[b-h4wzct6fsv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-h4wzct6fsv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-h4wzct6fsv] {
        display: none;
    }

    .top-row.auth[b-h4wzct6fsv] {
        justify-content: space-between;
    }

    .top-row[b-h4wzct6fsv]  a, .top-row[b-h4wzct6fsv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h4wzct6fsv] {
        flex-direction: row;
    }

    .sidebar[b-h4wzct6fsv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h4wzct6fsv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-h4wzct6fsv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-h4wzct6fsv], article[b-h4wzct6fsv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/V2/BadgeV2.razor.rz.scp.css */
.v2-badge[b-kui45p9aku] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 9px;
    border-radius: 6px;
    border: 1px solid var(--v2-border-default);
    background: var(--v2-surface-subtle);
    color: var(--v2-text-secondary);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    white-space: nowrap;
    overflow: hidden;
    user-select: none;
}

.v2-badge--selected[b-kui45p9aku] {
    background: var(--v2-primary);
    border-color: var(--v2-primary);
    color: var(--v2-primary-fg);
    cursor: pointer;
}

.v2-badge--unavailable[b-kui45p9aku] {
    background: var(--v2-danger);
    color: var(--v2-text-inverse);
    border-color: var(--v2-danger);
    cursor: default;
}
/* /Shared/V2/ButtonV2.razor.rz.scp.css */
.v2-btn[b-fi5qw367h0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.375rem 1rem;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    vertical-align: middle;
    border: none;
    background-color: transparent;
    font-family: inherit;
}

/* Hover / focus primitives */

.v2-btn-darken:hover[b-fi5qw367h0],
.v2-btn-darken:focus[b-fi5qw367h0] { filter: brightness(0.88); }

.v2-btn-bleed:hover[b-fi5qw367h0],
.v2-btn-bleed:focus[b-fi5qw367h0]  { background-color: color-mix(in srgb, currentColor 15%, transparent); }

/* Disabled primitives */

.v2-btn-filled--disabled[b-fi5qw367h0]  { background-color: var(--v2-surface-subtle); color: var(--v2-text-secondary); pointer-events: none; }
.v2-btn-outline--disabled[b-fi5qw367h0] { background-color: transparent; border-color: var(--v2-border-default); color: var(--v2-text-muted); pointer-events: none; }
.v2-btn-text--disabled[b-fi5qw367h0]    { color: var(--v2-text-muted); pointer-events: none; }

/* Colour × variant modifiers */

/* Primary */
.v2-btn--primary-filled[b-fi5qw367h0]   { background-color: var(--v2-primary);  color: var(--v2-text-inverse); border: none; }
.v2-btn--primary-outline[b-fi5qw367h0]  { background-color: transparent;         color: var(--v2-primary);             border: 1px solid var(--v2-primary); }
.v2-btn--primary-text[b-fi5qw367h0]     { background-color: transparent;         color: var(--v2-primary);             border: none; }

/* Secondary */
.v2-btn--secondary-filled[b-fi5qw367h0]  { background-color: var(--v2-secondary);  color: var(--v2-text-inverse); border: none; }
.v2-btn--secondary-outline[b-fi5qw367h0] { background-color: transparent;            color: var(--v2-secondary);           border: 1px solid var(--v2-secondary); }
.v2-btn--secondary-text[b-fi5qw367h0]    { background-color: transparent;            color: var(--v2-secondary);           border: none; }

/* Inverse (used on dark backgrounds) */
.v2-btn--inverse-filled[b-fi5qw367h0]   { background-color: var(--v2-surface-card);  color: var(--v2-text-default); border: none; }
.v2-btn--inverse-outline[b-fi5qw367h0]  { background-color: transparent;                    color: var(--v2-text-inverse);    border: 1px solid var(--v2-text-inverse); }
.v2-btn--inverse-text[b-fi5qw367h0]     { background-color: transparent;                    color: var(--v2-text-inverse);    border: none; }

/* Default */
.v2-btn--default-filled[b-fi5qw367h0]   { background-color: var(--v2-surface-subtle); color: var(--v2-text-default); border: none; }
.v2-btn--default-outline[b-fi5qw367h0]  { background-color: transparent;                        color: var(--v2-text-default); border: 1px solid var(--v2-text-default); }
.v2-btn--default-text[b-fi5qw367h0]     { background-color: transparent;                        color: var(--v2-text-default); border: none; }
/* /Shared/V2/CardV2.razor.rz.scp.css */
.v2-card[b-ve6egduis3] {
    background: var(--v2-surface-card);
    border-radius: var(--v2-card-radius);
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.v2-card__header[b-ve6egduis3] {
    margin-bottom: 16px;
    border-bottom: 1px solid var(--v2-border-default);
    padding-bottom: 16px;
}

.v2-card__header h4[b-ve6egduis3] {
    margin: 0 0 4px 0;
}

.v2-card__header p[b-ve6egduis3] {
    margin-bottom: 4px;
    font-size: 0.875rem;
    color: var(--v2-text-secondary);
}

.v2-card__body[b-ve6egduis3] {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

.v2-card__footer[b-ve6egduis3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    border-top: 1px solid var(--v2-border-default);
    padding-top: 16px;
}

/* Options variant */

.v2-card--options .v2-card__footer[b-ve6egduis3] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    border-top: 1px solid var(--v2-border-default);
    padding-top: 24px;
    padding-bottom: 12px;
    margin-top: 0;
}

/* Summary variant */

.v2-card--summary .v2-card__header[b-ve6egduis3] {
    padding-bottom: 24px;
    margin-bottom: 0;
}

.v2-card--summary .v2-card__header p[b-ve6egduis3] {
    font-size: 1rem;
    color: var(--v2-text-default);
}

.v2-card--summary .v2-card__footer[b-ve6egduis3] {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 12px;
}

/* Mobile submit variant */

.v2-card--mobile-submit[b-ve6egduis3] {
    justify-content: flex-end;
    flex-direction: row;
}
/* /Shared/V2/LoadingSpinnerV2.razor.rz.scp.css */
.v2-loading[b-8jub8xfm0f] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: var(--v2-surface-page);
}

.v2-loading__spinner[b-8jub8xfm0f] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.08);
    border-top-color: var(--v2-text-secondary);
    animation: v2-spin-b-8jub8xfm0f 0.7s linear infinite;
}

.v2-loading__sr-only[b-8jub8xfm0f] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@keyframes v2-spin-b-8jub8xfm0f {
    to { transform: rotate(360deg); }
}
