/* Clean Native WordPress-style Wizard CSS */

.pwp-auth-error-card-aa8fbfc1,
.pwp-error-card-aa8fbfc1,
.pwp-already-assigned-card-aa8fbfc1 {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    max-width: 580px;
    margin: 20px auto;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.pwp-badge-aa8fbfc1 {
    display: inline-block;
    background: #ebf8ff;
    color: #2b6cb0;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid #bee3f8;
}

.pwp-info-details-aa8fbfc1 {
    text-align: left;
    background: #f7fafc;
    border: 1px solid #edf2f7;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}

.pwp-info-details-aa8fbfc1 p {
    margin: 10px 0;
    font-size: 14px;
    color: #2d3748;
    border-bottom: 1px solid #edf2f7;
    padding-bottom: 8px;
}

.pwp-info-details-aa8fbfc1 p:last-child {
    border-bottom: none;
}

.pwp-info-details-aa8fbfc1 p strong {
    color: #4a5568;
    display: inline-block;
    width: 140px;
}

.pwp-status-val-aa8fbfc1.active {
    color: #38a169;
    font-weight: 600;
}

/* Wizard */
.pwp-wizard-container-aa8fbfc1 {
    position: relative;
    background: #ffffff;
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    max-width: 580px;
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.pwp-wizard-container-aa8fbfc1 h2 {
    font-size: 24px;
    margin-top: 0;
    color: #1a202c;
    text-align: center;
}

.pwp-btn-aa8fbfc1 {
    background: #3182ce;
    color: #ffffff !important;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.pwp-btn-aa8fbfc1:hover {
    background: #2b6cb0;
}

.pwp-btn-aa8fbfc1:disabled {
    background: #cbd5e0;
    cursor: not-allowed;
}

.pwp-btn-secondary-aa8fbfc1 {
    background: #f7fafc;
    color: #4a5568 !important;
    border: 1px solid #cbd5e0;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 10px;
    display: inline-block;
}

.pwp-btn-secondary-aa8fbfc1:hover {
    background: #edf2f7;
}

/* Form inputs */
.pwp-form-group-aa8fbfc1 {
    margin: 20px 0;
    text-align: left;
}

.pwp-form-group-aa8fbfc1 label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #4a5568;
}

.pwp-readonly-box-aa8fbfc1 {
    background: #edf2f7;
    border: 1px solid #cbd5e0;
    padding: 12px;
    border-radius: 4px;
    font-size: 15px;
    color: #2d3748;
}

.pwp-select-aa8fbfc1 {
    width: 100%;
    padding: 12px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    background: #ffffff;
    font-size: 15px;
    color: #2d3748;
}

/* Progress indicator */
.pwp-progress-indicator-aa8fbfc1 {
    margin-bottom: 25px;
}

#pwp-progress-text {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #718096;
    margin-bottom: 6px;
    text-align: right;
}

.pwp-progress-bar-track-aa8fbfc1 {
    background: #edf2f7;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.pwp-progress-bar-fill-aa8fbfc1 {
    background: #3182ce;
    height: 100%;
    width: 25%;
    transition: width 0.3s ease;
}

/* Tree-view hierarchy */
.pwp-geo-tree-container-aa8fbfc1 {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.pwp-geo-tree-node-aa8fbfc1 {
    font-family: monospace, Courier, monospace;
    font-size: 14px;
    line-height: 1.6;
    color: #1e293b;
}

.pwp-geo-tree-node-aa8fbfc1 span.tree-bullet {
    color: #3b82f6;
    margin-right: 5px;
}

.pwp-geo-tree-sub-aa8fbfc1 {
    padding-left: 20px;
}

/* District info grid styling */
.pwp-district-details-card-aa8fbfc1 {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 18px;
    margin-bottom: 20px;
    text-align: left;
}

.pwp-detail-item-aa8fbfc1 {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px dotted #f1f5f9;
}

.pwp-detail-item-aa8fbfc1:last-child {
    border-bottom: none;
}

.pwp-detail-item-aa8fbfc1 strong {
    color: #475569;
    font-weight: 600;
}

.pwp-status-badge-aa8fbfc1 {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: bold;
    text-transform: capitalize;
}

.pwp-status-badge-aa8fbfc1.dormant {
    background: #fef3c7;
    color: #d97706;
}

.pwp-status-badge-aa8fbfc1.pending_promoters {
    background: #e0f2fe;
    color: #0369a1;
}

.pwp-status-badge-aa8fbfc1.active {
    background: #dcfce7;
    color: #15803d;
}

/* Status Alert Message box */
.pwp-status-message-box-aa8fbfc1 {
    padding: 15px;
    border-radius: 6px;
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
    border-left: 4px solid #cbd5e1;
}

.pwp-status-message-box-aa8fbfc1.dormant {
    background: #fefaf0;
    border-color: #f59e0b;
    color: #9a3412;
}

.pwp-status-message-box-aa8fbfc1.pending {
    background: #f0fdf4;
    border-color: #3b82f6;
    color: #1e3a8a;
}

.pwp-status-message-box-aa8fbfc1.active {
    background: #f0fdf4;
    border-color: #22c55e;
    color: #14532d;
}

.pwp-step-actions-aa8fbfc1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

/* WordPress Core Alignment spacing */
.wp-core-actions-aa8fbfc1 {
    gap: 12px;
}

/* Loader */
.pwp-wizard-loader-aa8fbfc1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    z-index: 100;
}

.pwp-spinner-aa8fbfc1 {
    width: 35px;
    height: 35px;
    border: 3px solid #edf2f7;
    border-top: 3px solid #3182ce;
    border-radius: 50%;
    animation: pwp-spin-aa8fbfc1 0.7s linear infinite;
}

@keyframes pwp-spin-aa8fbfc1 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
