/* /Pages/Jobs/Preview.razor.rz.scp.css */
.container[b-y08l43ms1v] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

h2[b-y08l43ms1v] {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
    text-align: center;
}

.subtitle[b-y08l43ms1v] {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 40px;
    text-align: center;
}

/* Loading State */
.loading-container[b-y08l43ms1v] {
    text-align: center;
    padding: 60px 20px;
}

    .loading-container h2[b-y08l43ms1v] {
        margin-bottom: 16px;
    }

    .loading-container p[b-y08l43ms1v] {
        color: #64748b;
        margin-bottom: 32px;
    }

.progress-container[b-y08l43ms1v] {
    max-width: 500px;
    margin: 0 auto;
}

.progress-bar[b-y08l43ms1v] {
    width: 100%;
    height: 12px;
    background: #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
}

.progress[b-y08l43ms1v] {
    height: 100%;
    background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
    transition: width 0.5s ease;
    border-radius: 6px;
}

.progress-text[b-y08l43ms1v] {
    color: #64748b;
    font-size: 14px;
}

/* Error State */
.error-container[b-y08l43ms1v] {
    text-align: center;
    padding: 60px 20px;
}

    .error-container h2[b-y08l43ms1v] {
        color: #dc2626;
        margin-bottom: 16px;
    }

    .error-container p[b-y08l43ms1v] {
        color: #64748b;
        margin-bottom: 24px;
    }

/* Preview Gallery */
.preview-gallery[b-y08l43ms1v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.preview-image-container[b-y08l43ms1v] {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.preview-image[b-y08l43ms1v] {
    width: 100%;
    height: auto;
    display: block;
}

.watermark-overlay[b-y08l43ms1v] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.watermark-text[b-y08l43ms1v] {
    font-size: 64px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    transform: rotate(-15deg);
    letter-spacing: 8px;
}

/* Upgrade Section */
.upgrade-section[b-y08l43ms1v] {
    max-width: 600px;
    margin: 0 auto;
}

.upgrade-card[b-y08l43ms1v] {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

    .upgrade-card h3[b-y08l43ms1v] {
        font-size: 24px;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 8px;
        text-align: center;
    }

    .upgrade-card > p[b-y08l43ms1v] {
        color: #64748b;
        margin-bottom: 32px;
        text-align: center;
    }

.upgrade-features[b-y08l43ms1v] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.feature[b-y08l43ms1v] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

    .feature .icon[b-y08l43ms1v] {
        color: #10b981;
        font-weight: 700;
        font-size: 18px;
    }

    .feature span:last-child[b-y08l43ms1v] {
        color: #1e293b;
        font-size: 15px;
    }

.image-count-selector[b-y08l43ms1v] {
    margin-bottom: 24px;
}

    .image-count-selector label[b-y08l43ms1v] {
        display: block;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 8px;
    }

.count-select[b-y08l43ms1v] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    background: white;
    cursor: pointer;
}

    .count-select:focus[b-y08l43ms1v] {
        outline: none;
        border-color: #2563eb;
    }

.price-display[b-y08l43ms1v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #eff6ff;
    border-radius: 12px;
    margin-bottom: 24px;
}

.price-label[b-y08l43ms1v] {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
}

.price-amount[b-y08l43ms1v] {
    font-size: 32px;
    font-weight: 700;
    color: #2563eb;
}

.action-buttons[b-y08l43ms1v] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-primary[b-y08l43ms1v],
.btn-secondary[b-y08l43ms1v] {
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
}

.btn-large[b-y08l43ms1v] {
    padding: 18px 24px;
    font-size: 18px;
}

.btn-primary[b-y08l43ms1v] {
    background: #2563eb;
    color: white;
}

    .btn-primary:hover:not(:disabled)[b-y08l43ms1v] {
        background: #1d4ed8;
    }

    .btn-primary:disabled[b-y08l43ms1v] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-secondary[b-y08l43ms1v] {
    background: white;
    color: #2563eb;
    border: 2px solid #2563eb;
}

    .btn-secondary:hover[b-y08l43ms1v] {
        background: #eff6ff;
    }

@media (max-width: 768px) {
    .preview-gallery[b-y08l43ms1v] {
        grid-template-columns: 1fr;
    }

    .watermark-text[b-y08l43ms1v] {
        font-size: 48px;
    }
}
/* /Pages/Jobs/SelectBackground.razor.rz.scp.css */
/* Same styling as SelectStyle.razor.css with minor adjustments */

.container[b-o28a3wkyog] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

h2[b-o28a3wkyog] {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.subtitle[b-o28a3wkyog] {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 40px;
}

.backgrounds-grid[b-o28a3wkyog] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.background-card[b-o28a3wkyog] {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .background-card:hover[b-o28a3wkyog] {
        border-color: #2563eb;
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
        transform: translateY(-2px);
    }

    .background-card.selected[b-o28a3wkyog] {
        border-color: #2563eb;
        box-shadow: 0 4px 16px rgba(37, 99, 235, 0.25);
    }

.background-image[b-o28a3wkyog] {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #f1f5f9;
}

    .background-image img[b-o28a3wkyog] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.background-content[b-o28a3wkyog] {
    padding: 16px;
}

    .background-content h3[b-o28a3wkyog] {
        font-size: 18px;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 6px;
    }

.description[b-o28a3wkyog] {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.selection-indicator[b-o28a3wkyog] {
    padding: 12px 16px;
    background: #f8fafc;
    text-align: center;
    font-weight: 600;
}

.background-card.selected .selection-indicator[b-o28a3wkyog] {
    background: #2563eb;
    color: white;
}

.action-buttons[b-o28a3wkyog] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 32px;
}

.btn-primary[b-o28a3wkyog],
.btn-secondary[b-o28a3wkyog] {
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary[b-o28a3wkyog] {
    background: #2563eb;
    color: white;
    flex: 1;
}

    .btn-primary:hover:not(:disabled)[b-o28a3wkyog] {
        background: #1d4ed8;
    }

    .btn-primary:disabled[b-o28a3wkyog] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-secondary[b-o28a3wkyog] {
    background: white;
    color: #2563eb;
    border: 2px solid #2563eb;
}

    .btn-secondary:hover[b-o28a3wkyog] {
        background: #eff6ff;
    }

@media (max-width: 768px) {
    .backgrounds-grid[b-o28a3wkyog] {
        grid-template-columns: 1fr;
    }

    .action-buttons[b-o28a3wkyog] {
        flex-direction: column;
    }
}
/* /Pages/Jobs/SelectStyle.razor.rz.scp.css */
.container[b-zzjpv5epkt] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

h2[b-zzjpv5epkt] {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.subtitle[b-zzjpv5epkt] {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 40px;
}

.loading-container[b-zzjpv5epkt],
.error-container[b-zzjpv5epkt] {
    text-align: center;
    padding: 60px 20px;
}

.spinner[b-zzjpv5epkt] {
    border: 4px solid #f3f4f6;
    border-top: 4px solid #2563eb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-zzjpv5epkt 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin-b-zzjpv5epkt {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.styles-grid[b-zzjpv5epkt] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.style-card[b-zzjpv5epkt] {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .style-card:hover[b-zzjpv5epkt] {
        border-color: #2563eb;
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
        transform: translateY(-2px);
    }

    .style-card.selected[b-zzjpv5epkt] {
        border-color: #2563eb;
        box-shadow: 0 4px 16px rgba(37, 99, 235, 0.25);
    }

.style-image[b-zzjpv5epkt] {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f1f5f9;
}

    .style-image img[b-zzjpv5epkt] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.style-content[b-zzjpv5epkt] {
    padding: 20px;
}

    .style-content h3[b-zzjpv5epkt] {
        font-size: 20px;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 8px;
    }

.description[b-zzjpv5epkt] {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
}

.price[b-zzjpv5epkt] {
    font-size: 24px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 0;
}

.price-detail[b-zzjpv5epkt] {
    font-size: 14px;
    font-weight: 400;
    color: #64748b;
}

.selection-indicator[b-zzjpv5epkt] {
    padding: 16px 20px;
    background: #f8fafc;
    text-align: center;
    font-weight: 600;
}

.style-card.selected .selection-indicator[b-zzjpv5epkt] {
    background: #2563eb;
    color: white;
}

.checkmark[b-zzjpv5epkt] {
    color: white;
}

.select-text[b-zzjpv5epkt] {
    color: #2563eb;
}

.action-buttons[b-zzjpv5epkt] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 32px;
}

.btn-primary[b-zzjpv5epkt],
.btn-secondary[b-zzjpv5epkt],
.btn-retry[b-zzjpv5epkt] {
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary[b-zzjpv5epkt] {
    background: #2563eb;
    color: white;
    flex: 1;
}

    .btn-primary:hover[b-zzjpv5epkt] {
        background: #1d4ed8;
    }

.btn-secondary[b-zzjpv5epkt] {
    background: white;
    color: #2563eb;
    border: 2px solid #2563eb;
}

    .btn-secondary:hover[b-zzjpv5epkt] {
        background: #eff6ff;
    }

.btn-retry[b-zzjpv5epkt] {
    background: #2563eb;
    color: white;
}

    .btn-retry:hover[b-zzjpv5epkt] {
        background: #1d4ed8;
    }


/* Tier Selection Section */
.tier-selection-section[b-zzjpv5epkt] {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.tier-selection-section h3[b-zzjpv5epkt] {
    font-size: 24px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
}

.mini-tier-cards[b-zzjpv5epkt] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.mini-tier-card[b-zzjpv5epkt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 20px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 140px;
    flex: 1;
}

.mini-tier-card:hover[b-zzjpv5epkt] {
    border-color: #2563eb;
    background: #f8fafc;
}

.mini-tier-card.selected[b-zzjpv5epkt] {
    border-color: #2563eb;
    background: #eff6ff;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
}

.mini-tier-name[b-zzjpv5epkt] {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.mini-tier-price[b-zzjpv5epkt] {
    font-size: 22px;
    font-weight: 700;
    color: #2563eb;
    line-height: 1.3;
}

.mini-tier-detail[b-zzjpv5epkt] {
    font-size: 11px;
    color: #64748b;
    text-align: center;
}

/* Gender Selection Section */
.gender-selection-section[b-zzjpv5epkt] {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e2e8f0;
}

.gender-selection-section h3[b-zzjpv5epkt] {
    font-size: 24px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.gender-options[b-zzjpv5epkt] {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.gender-option[b-zzjpv5epkt] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 160px;
}


gender-option:hover[b-zzjpv5epkt] {
    border-color: #2563eb;
    background: #f8fafc;
}

.gender-option.selected[b-zzjpv5epkt] {
    border-color: #2563eb;
    background: #eff6ff;
}


.gender-icon[b-zzjpv5epkt] {
font-size: 28px;

}


.gender-label[b-zzjpv5epkt] {
 font-size: 16px;
 font-weight: 500;
 color: #1e293b;
}


.gender-option .checkmark[b-zzjpv5epkt] {
    margin-left: auto;
    color: #2563eb;
   font-weight: 700;
    
}

.gender-options[b-zzjpv5epkt] {
    flex-direction: column;
}

.gender-option[b-zzjpv5epkt] {
    width: 100%;
}

.selection-hint[b-zzjpv5epkt] {
    text-align: center;
    padding: 20px;
    margin-top: 32px;
    background: #fef3c7;
    border-radius: 8px;
    color: #92400e;
    font-weight: 500;
}

.selection-hint p[b-zzjpv5epkt] {
    margin: 0;
}

@media (max-width: 768px) {
    .styles-grid[b-zzjpv5epkt] {
        grid-template-columns: 1fr;
    }

    .action-buttons[b-zzjpv5epkt] {
        flex-direction: column;
    }
}
/* /Pages/Profile.razor.rz.scp.css */
/* Style the Danger Zone tab header red via ::deep */
[b-scrd7crxx1] .mud-tab:last-of-type {
    color: #dc2626 !important;
    margin-left: auto !important;
}

[b-scrd7crxx1] .mud-tab:last-of-type:hover {
    background-color: #fef2f2 !important;
}

[b-scrd7crxx1] .mud-tab:last-of-type.mud-tab-active {
    color: #b91c1c !important;
}
