@import '_content/VintageCashCow.BidBook.UI.Shared/VintageCashCow.BidBook.UI.Shared.qxj45wl9mc.bundle.scp.css';

/* /Components/Account/Pages/Manage/AccountVerification.razor.rz.scp.css */
.section-title[b-94lemfortq] {
    color: #2c5d4f;
    font-weight: 600;
    margin-bottom: 1rem;
}

.verification-details[b-94lemfortq],
.verification-info[b-94lemfortq] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
}

.details-card[b-94lemfortq] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1.25rem;
}

.detail-label[b-94lemfortq] {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
    display: block;
    margin-bottom: 0.25rem;
}

.detail-value[b-94lemfortq] {
    font-size: 1rem;
    color: #212529;
    font-weight: 500;
}

.benefits-list[b-94lemfortq] {
    list-style: none;
    padding-left: 0;
}

.benefits-list li[b-94lemfortq] {
    padding: 0.5rem 0;
    color: #495057;
}

.benefits-list li i[b-94lemfortq] {
    color: #2c5d4f;
}

.stripe-security-notice[b-94lemfortq] {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.8rem;
    color: #2c5d4f;
    font-weight: 500;
}

.stripe-security-notice i[b-94lemfortq] {
    color: #2c5d4f;
}

.security-separator[b-94lemfortq] {
    margin: 0 0.5rem;
    color: #36B44A;
}

.stripe-security-notice a[b-94lemfortq] {
    color: #2c5d4f;
    text-decoration: underline;
    font-weight: 600;
}

.stripe-security-notice a:hover[b-94lemfortq] {
    color: #1a3d32;
}

.spin[b-94lemfortq] {
    animation: spin-b-94lemfortq 1s linear infinite;
}

@keyframes spin-b-94lemfortq {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Account/Pages/Manage/Addresses.razor.rz.scp.css */
.address-section[b-6vubszbca1] {
    background: #f8f9fa;
    border-radius: 0 8px 8px 8px;
    padding: 1.5rem;
    border: 1px solid #dee2e6;
    border-top: none;
}

.section-title[b-6vubszbca1] {
    color: #2c5d4f;
    font-weight: 600;
    margin-bottom: 1rem;
}

.address-card[b-6vubszbca1] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.address-card + .address-card[b-6vubszbca1] {
    margin-top: 1rem;
}

[b-6vubszbca1] .badge {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.35em 0.65em;
}

[b-6vubszbca1] .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    gap: 0.25rem;
}

[b-6vubszbca1] .nav-tabs .nav-item {
    margin-bottom: -1px;
}

[b-6vubszbca1] .nav-tabs .nav-link {
    color: #495057;
    border: 1px solid transparent;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 0.75rem 1.25rem;
    transition: all 0.15s ease-in-out;
}

[b-6vubszbca1] .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    background-color: #f8f9fa;
}

[b-6vubszbca1] .nav-tabs .nav-link.active {
    color: #2c5d4f;
    background-color: #f8f9fa;
    border-color: #dee2e6 #dee2e6 #f8f9fa;
    font-weight: 600;
}

.tab-content[b-6vubszbca1] {
    margin-top: 0;
}

.addresses-list[b-6vubszbca1] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
/* Registration Wizard Styles */
.register-wizard-container[b-bsdihlg4fn] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 2rem 1rem;
}

.register-wizard-card[b-bsdihlg4fn] {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 480px;
    overflow: hidden;
}

/* Header */
.wizard-header[b-bsdihlg4fn] {
    text-align: center;
    padding: 2rem 2rem 1.5rem;
    background: #f8f9fa;
}

.wizard-brand[b-bsdihlg4fn] {
    color: var(--primary-color, #36B44A);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

.wizard-title[b-bsdihlg4fn] {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

/* Step Indicator */
.wizard-steps[b-bsdihlg4fn] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.step[b-bsdihlg4fn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.step-circle[b-bsdihlg4fn] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    background: #e9ecef;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step.active .step-circle[b-bsdihlg4fn] {
    background: var(--primary-color, #36B44A);
    color: white;
}

.step.completed .step-circle[b-bsdihlg4fn] {
    background: var(--primary-color, #36B44A);
    color: white;
}

.step-label[b-bsdihlg4fn] {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

.step.active .step-label[b-bsdihlg4fn],
.step.completed .step-label[b-bsdihlg4fn] {
    color: #333;
}

.step-connector[b-bsdihlg4fn] {
    width: 60px;
    height: 2px;
    background: #e9ecef;
    margin: 0 0.75rem;
    transition: background 0.3s ease;
}

.step-connector.active[b-bsdihlg4fn] {
    background: var(--primary-color, #36B44A);
}

/* Content */
.wizard-content[b-bsdihlg4fn] {
    padding: 2rem;
}

.step-content[b-bsdihlg4fn] {
    animation: fadeIn-b-bsdihlg4fn 0.3s ease;
}

@keyframes fadeIn-b-bsdihlg4fn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.step-title[b-bsdihlg4fn] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.step-description[b-bsdihlg4fn] {
    color: #6c757d;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

/* Form Groups */
.form-group[b-bsdihlg4fn] {
    margin-bottom: 1rem;
}

[b-bsdihlg4fn] .wizard-input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #fff;
}

[b-bsdihlg4fn] .wizard-input:focus {
    border-color: var(--primary-color, #36B44A);
    box-shadow: 0 0 0 3px rgba(54, 180, 74, 0.15);
    outline: none;
}

[b-bsdihlg4fn] .wizard-input::placeholder {
    color: #adb5bd;
}

/* Buttons */
.btn-wizard-primary[b-bsdihlg4fn] {
    background: var(--primary-color, #36B44A);
    color: white;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
}

.btn-wizard-primary:hover[b-bsdihlg4fn] {
    background: var(--primary-hover, #2d9a3d);
    color: white;
}

.btn-wizard-primary:active[b-bsdihlg4fn] {
    transform: scale(0.98);
}

.btn-wizard-primary:disabled[b-bsdihlg4fn] {
    background: #94d3a2;
    cursor: not-allowed;
}

.btn-wizard-back[b-bsdihlg4fn] {
    background: #e9ecef;
    color: #333;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-wizard-back:hover[b-bsdihlg4fn] {
    background: #dee2e6;
    color: #333;
}

.wizard-buttons[b-bsdihlg4fn] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.wizard-buttons .btn-wizard-back[b-bsdihlg4fn] {
    flex: 1;
}

.wizard-buttons .btn-wizard-primary[b-bsdihlg4fn] {
    flex: 2;
}

/* Footer */
.wizard-footer[b-bsdihlg4fn] {
    text-align: center;
    padding: 1.25rem 2rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    font-size: 0.75rem;
    color: #6c757d;
}

.footer-separator[b-bsdihlg4fn] {
    margin: 0 0.5rem;
    color: var(--primary-color, #36B44A);
}

/* Validation */
[b-bsdihlg4fn] .text-danger {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 0.25rem;
    display: block;
}

/* Responsive */
@media (max-width: 576px) {
    .register-wizard-container[b-bsdihlg4fn] {
        padding: 1rem;
    }

    .wizard-content[b-bsdihlg4fn] {
        padding: 1.5rem;
    }

    .wizard-header[b-bsdihlg4fn] {
        padding: 1.5rem 1.5rem 1rem;
    }

    .wizard-steps[b-bsdihlg4fn] {
        padding: 1rem 1.5rem;
    }

    .step-connector[b-bsdihlg4fn] {
        width: 40px;
    }

    .wizard-buttons[b-bsdihlg4fn] {
        flex-direction: column-reverse;
    }

    .wizard-buttons .btn-wizard-back[b-bsdihlg4fn],
    .wizard-buttons .btn-wizard-primary[b-bsdihlg4fn] {
        flex: none;
        width: 100%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-q2lhc6n5vf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-q2lhc6n5vf] {
    flex: 1;
}

.sidebar[b-q2lhc6n5vf] {
    background: #d8d8d8 !important;
    background-color: #d8d8d8 !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    filter: none !important;
    opacity: 1 !important;
}

.top-row[b-q2lhc6n5vf] {
    background-color: #d8d8d8;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: #333;
}

    .top-row[b-q2lhc6n5vf]  a, .top-row[b-q2lhc6n5vf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-q2lhc6n5vf]  a:hover, .top-row[b-q2lhc6n5vf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-q2lhc6n5vf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-q2lhc6n5vf] {
        justify-content: space-between;
    }

    .top-row[b-q2lhc6n5vf]  a, .top-row[b-q2lhc6n5vf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-q2lhc6n5vf] {
        flex-direction: row;
    }

    .sidebar[b-q2lhc6n5vf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-q2lhc6n5vf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-q2lhc6n5vf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-q2lhc6n5vf], article[b-q2lhc6n5vf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-q2lhc6n5vf] {
    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[b-q2lhc6n5vf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q187pvp9st] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-q187pvp9st] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-q187pvp9st] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-q187pvp9st] {
    font-size: 1.1rem;
}

.bi[b-q187pvp9st] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-q187pvp9st] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-q187pvp9st] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-q187pvp9st] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-q187pvp9st] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-q187pvp9st] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-q187pvp9st] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-q187pvp9st] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-q187pvp9st] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-q187pvp9st] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-q187pvp9st] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-q187pvp9st] {
        padding-bottom: 1rem;
    }

    .nav-item[b-q187pvp9st]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-q187pvp9st]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-q187pvp9st]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-q187pvp9st] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-q187pvp9st] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-q187pvp9st] {
        display: none;
    }

    .nav-scrollable[b-q187pvp9st] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Payment.razor.rz.scp.css */
/* Payment Wizard Styles - Matching Registration Flow */
.payment-wizard-container[b-gu1r2w9md5] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem 1rem;
    gap: 1.5rem;
}

/* Order Summary Panel */
.order-summary-panel[b-gu1r2w9md5] {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 280px;
    flex-shrink: 0;
    overflow: hidden;
    position: sticky;
    top: 2rem;
}

.order-summary-header[b-gu1r2w9md5] {
    background: #f8f9fa;
    padding: 1rem 1.25rem;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
}

.order-summary-header i[b-gu1r2w9md5] {
    color: var(--primary-color, #36B44A);
}

.order-summary-content[b-gu1r2w9md5] {
    padding: 1.25rem;
}

.order-summary-item-title[b-gu1r2w9md5] {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e9ecef;
    line-height: 1.4;
}

.order-summary-row[b-gu1r2w9md5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.order-summary-label[b-gu1r2w9md5] {
    color: #6c757d;
    font-size: 0.875rem;
}

.order-summary-value[b-gu1r2w9md5] {
    color: #333;
    font-size: 0.875rem;
    font-weight: 500;
}

.order-summary-divider[b-gu1r2w9md5] {
    height: 1px;
    background: #e9ecef;
    margin: 0.5rem 0;
}

.order-summary-row.total[b-gu1r2w9md5] {
    padding-top: 0.75rem;
}

.order-summary-row.total .order-summary-label[b-gu1r2w9md5] {
    color: #333;
    font-weight: 600;
    font-size: 1rem;
}

.order-summary-row.total .order-summary-value[b-gu1r2w9md5] {
    color: var(--primary-color, #36B44A);
    font-weight: 700;
    font-size: 1.25rem;
}

.payment-wizard-card[b-gu1r2w9md5] {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 480px;
    overflow: hidden;
}

/* Header */
.wizard-header[b-gu1r2w9md5] {
    text-align: center;
    padding: 2rem 2rem 1.5rem;
    background: #f8f9fa;
}

.wizard-brand[b-gu1r2w9md5] {
    color: var(--primary-color, #36B44A);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

.wizard-title[b-gu1r2w9md5] {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

/* Step Indicator */
.wizard-steps[b-gu1r2w9md5] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.step[b-gu1r2w9md5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.step-circle[b-gu1r2w9md5] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    background: #e9ecef;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step.active .step-circle[b-gu1r2w9md5] {
    background: var(--primary-color, #36B44A);
    color: white;
}

.step.completed .step-circle[b-gu1r2w9md5] {
    background: var(--primary-color, #36B44A);
    color: white;
}

.step-label[b-gu1r2w9md5] {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

.step.active .step-label[b-gu1r2w9md5],
.step.completed .step-label[b-gu1r2w9md5] {
    color: #333;
}

.step-connector[b-gu1r2w9md5] {
    width: 60px;
    height: 2px;
    background: #e9ecef;
    margin: 0 0.75rem;
    transition: background 0.3s ease;
}

.step-connector.active[b-gu1r2w9md5] {
    background: var(--primary-color, #36B44A);
}

/* Content */
.wizard-content[b-gu1r2w9md5] {
    padding: 2rem;
}

.step-content[b-gu1r2w9md5] {
    animation: fadeIn-b-gu1r2w9md5 0.3s ease;
}

@keyframes fadeIn-b-gu1r2w9md5 {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.step-title[b-gu1r2w9md5] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.step-description[b-gu1r2w9md5] {
    color: #6c757d;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

/* Form Groups */
.form-group[b-gu1r2w9md5] {
    margin-bottom: 1rem;
}

.form-label[b-gu1r2w9md5] {
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
}

/* Address Selection */
.address-selection-list[b-gu1r2w9md5] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.address-card[b-gu1r2w9md5] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 1rem;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.address-card:hover[b-gu1r2w9md5] {
    border-color: var(--primary-color, #36B44A);
    box-shadow: 0 0 0 3px rgba(54, 180, 74, 0.15);
}

.address-card.selected[b-gu1r2w9md5] {
    border-color: var(--primary-color, #36B44A);
    box-shadow: 0 0 0 3px rgba(54, 180, 74, 0.15);
}

.selection-indicator[b-gu1r2w9md5] {
    flex-shrink: 0;
    margin-left: 1rem;
}

.badge[b-gu1r2w9md5] {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.35em 0.65em;
}

/* Selected Address Preview */
.selected-address-preview[b-gu1r2w9md5] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    color: #495057;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

/* Payment Method Selection */
.payment-method-list[b-gu1r2w9md5] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.payment-method-card[b-gu1r2w9md5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 1rem;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.payment-method-card:hover[b-gu1r2w9md5] {
    border-color: var(--primary-color, #36B44A);
    box-shadow: 0 0 0 3px rgba(54, 180, 74, 0.15);
}

.payment-method-card.selected[b-gu1r2w9md5] {
    border-color: var(--primary-color, #36B44A);
    box-shadow: 0 0 0 3px rgba(54, 180, 74, 0.15);
}

.method-icon[b-gu1r2w9md5] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #6c757d;
    flex-shrink: 0;
}

.payment-method-card.selected .method-icon[b-gu1r2w9md5] {
    background: rgba(54, 180, 74, 0.1);
    color: var(--primary-color, #36B44A);
}

.method-details[b-gu1r2w9md5] {
    flex: 1;
}

.method-details h6[b-gu1r2w9md5] {
    margin: 0 0 0.25rem 0;
    font-weight: 600;
    color: #333;
}

.method-details p[b-gu1r2w9md5] {
    margin: 0;
    font-size: 0.8rem;
    color: #6c757d;
}

.method-indicator[b-gu1r2w9md5] {
    flex-shrink: 0;
    font-size: 1.25rem;
}

/* Payment Summary */
.payment-summary[b-gu1r2w9md5] {
    background: #f8f9fa;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.summary-row[b-gu1r2w9md5] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5rem 0;
}

.summary-row:not(:last-child)[b-gu1r2w9md5] {
    border-bottom: 1px solid #e9ecef;
}

.summary-label[b-gu1r2w9md5] {
    color: #6c757d;
    font-size: 0.875rem;
}

.summary-value[b-gu1r2w9md5] {
    color: #333;
    font-size: 0.875rem;
    text-align: right;
    max-width: 60%;
}

.summary-row.total .summary-label[b-gu1r2w9md5],
.summary-row.total .summary-value[b-gu1r2w9md5] {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}

/* Stripe Element */
.stripe-element[b-gu1r2w9md5] {
    padding: 0.875rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    min-height: 100px;
    background: #fff;
}

/* Test Cards Info */
.test-cards-info[b-gu1r2w9md5] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
    color: #495057;
}

.test-cards-info > strong[b-gu1r2w9md5] {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
}

.test-cards-list[b-gu1r2w9md5] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.5rem;
}

.test-card-item[b-gu1r2w9md5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0;
}

.test-card-item code[b-gu1r2w9md5] {
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.75rem;
    background: #e9ecef;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    color: #333;
    min-width: 165px;
}

.test-card-item span[b-gu1r2w9md5] {
    font-size: 0.75rem;
    color: #6c757d;
}

.test-card-item.success code[b-gu1r2w9md5] {
    background: #d4edda;
    color: #155724;
}

.test-card-item.warning code[b-gu1r2w9md5] {
    background: #fff3cd;
    color: #856404;
}

.test-card-item.error code[b-gu1r2w9md5] {
    background: #f8d7da;
    color: #721c24;
}

.test-cards-info > small[b-gu1r2w9md5] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.7rem;
}

/* Buttons */
.btn-wizard-primary[b-gu1r2w9md5] {
    background: var(--primary-color, #36B44A);
    color: white;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-wizard-primary:hover[b-gu1r2w9md5] {
    background: var(--primary-hover, #2d9a3d);
    color: white;
}

.btn-wizard-primary:active[b-gu1r2w9md5] {
    transform: scale(0.98);
}

.btn-wizard-primary:disabled[b-gu1r2w9md5] {
    background: #94d3a2;
    cursor: not-allowed;
}

.btn-wizard-back[b-gu1r2w9md5] {
    background: #e9ecef;
    color: #333;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-wizard-back:hover[b-gu1r2w9md5] {
    background: #dee2e6;
    color: #333;
}

.wizard-buttons[b-gu1r2w9md5] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.wizard-buttons .btn-wizard-back[b-gu1r2w9md5] {
    flex: 1;
}

.wizard-buttons .btn-wizard-primary[b-gu1r2w9md5] {
    flex: 2;
}

/* Payment Status Messages */
.payment-status-message[b-gu1r2w9md5] {
    text-align: center;
    padding: 1.5rem 0;
}

.payment-status-message .status-icon[b-gu1r2w9md5] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.payment-status-message.success .status-icon[b-gu1r2w9md5] {
    color: var(--primary-color, #36B44A);
}

.payment-status-message.warning .status-icon[b-gu1r2w9md5] {
    color: #ffc107;
}

.payment-status-message.error .status-icon[b-gu1r2w9md5] {
    color: #dc3545;
}

.payment-status-message h5[b-gu1r2w9md5] {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.payment-status-message p[b-gu1r2w9md5] {
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.payment-status-message .amount[b-gu1r2w9md5] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color, #36B44A);
    margin-bottom: 1.5rem;
}

.status-actions[b-gu1r2w9md5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Footer */
.wizard-footer[b-gu1r2w9md5] {
    text-align: center;
    padding: 1.25rem 2rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    font-size: 0.75rem;
    color: #6c757d;
}

.footer-separator[b-gu1r2w9md5] {
    margin: 0 0.5rem;
    color: var(--primary-color, #36B44A);
}

/* Responsive */
@media (max-width: 900px) {
    .payment-wizard-container[b-gu1r2w9md5] {
        flex-direction: column;
        align-items: center;
    }

    .order-summary-panel[b-gu1r2w9md5] {
        width: 100%;
        max-width: 480px;
        position: static;
        order: -1;
    }
}

@media (max-width: 576px) {
    .payment-wizard-container[b-gu1r2w9md5] {
        padding: 1rem;
        gap: 1rem;
    }

    .wizard-content[b-gu1r2w9md5] {
        padding: 1.5rem;
    }

    .wizard-header[b-gu1r2w9md5] {
        padding: 1.5rem 1.5rem 1rem;
    }

    .wizard-steps[b-gu1r2w9md5] {
        padding: 1rem 1.5rem;
    }

    .step-connector[b-gu1r2w9md5] {
        width: 40px;
    }

    .wizard-buttons[b-gu1r2w9md5] {
        flex-direction: column-reverse;
    }

    .wizard-buttons .btn-wizard-back[b-gu1r2w9md5],
    .wizard-buttons .btn-wizard-primary[b-gu1r2w9md5] {
        flex: none;
        width: 100%;
    }

    .payment-method-card[b-gu1r2w9md5] {
        padding: 0.875rem;
    }

    .method-icon[b-gu1r2w9md5] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .order-summary-panel[b-gu1r2w9md5] {
        width: 100%;
    }
}
/* /Components/Shared/VerificationBanner.razor.rz.scp.css */
.verification-banner[b-qcgpwat1rw] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeeba 100%);
    border: 1px solid #ffc107;
    border-left: 4px solid #ffc107;
    border-radius: 6px;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.verification-banner-content[b-qcgpwat1rw] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.verification-banner-icon[b-qcgpwat1rw] {
    font-size: 1.5rem;
    color: #856404;
}

.verification-banner-text[b-qcgpwat1rw] {
    flex: 1;
    min-width: 200px;
}

.verification-banner-text strong[b-qcgpwat1rw] {
    display: block;
    color: #856404;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.verification-banner-text span[b-qcgpwat1rw] {
    color: #664d03;
    font-size: 0.9rem;
}

.verification-banner[b-qcgpwat1rw]  .btn-warning {
    white-space: nowrap;
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
    font-weight: 500;
}

.verification-banner[b-qcgpwat1rw]  .btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
}

@media (max-width: 576px) {
    .verification-banner-content[b-qcgpwat1rw] {
        flex-direction: column;
        text-align: center;
    }
    
    .verification-banner-text[b-qcgpwat1rw] {
        text-align: center;
    }
}
