/* _content/Chapelstreet.GlobalMissions.Web/Components/Pages/Admin/AdminPartners.razor.rz.scp.css */
/* Admin Partners Page Styles - Modern & Consistent with PartnerRegistration */

/* Section and Layout */
.section[b-1s364n2lah] {
    padding: 2rem 0 4rem;
}

.section-header[b-1s364n2lah] {
    margin-bottom: 3rem;
}

.section-header h1[b-1s364n2lah] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.max-w-600[b-1s364n2lah] {
    max-width: 600px;
}

/* Card Container */
.card[b-1s364n2lah] {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-body[b-1s364n2lah] {
    padding: 2rem;
}

/* Loading States */
.loading-container[b-1s364n2lah] {
    text-align: center;
    padding: 4rem 2rem;
}

.loading-container .spinner-border[b-1s364n2lah] {
    width: 3rem;
    height: 3rem;
}

/* Empty State */
.empty-state[b-1s364n2lah] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-state-content[b-1s364n2lah] {
    max-width: 400px;
    margin: 0 auto;
}

.empty-icon[b-1s364n2lah] {
    margin-bottom: 2rem;
}

.empty-title[b-1s364n2lah] {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1rem;
}

.empty-description[b-1s364n2lah] {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Partners Section */
.partners-section .section-header[b-1s364n2lah] {
    margin-bottom: 2rem;
    text-align: left;
}

.section-title[b-1s364n2lah] {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.section-subtitle[b-1s364n2lah] {
    margin-bottom: 0;
    font-size: 1rem;
}

/* Table Container */
.table-container[b-1s364n2lah] {
    background: #fff;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Table Styling */
.partners-table[b-1s364n2lah] {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.partners-table th[b-1s364n2lah] {
    font-weight: 600;
    border-bottom: 2px solid #495057;
    background-color: #343a40 !important;
    color: #fff;
    padding: 1.25rem 1rem;
    vertical-align: middle;
}

.partners-table td[b-1s364n2lah] {
    padding: 1.25rem 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #e9ecef;
}

.partners-table tbody tr[b-1s364n2lah] {
    transition: background-color 0.15s ease;
}

.partners-table tbody tr:hover[b-1s364n2lah] {
    background-color: #f8f9fa;
}

.partners-table tbody tr:last-child td[b-1s364n2lah] {
    border-bottom: none;
}

/* Row Status Indicators */
.complete-profile[b-1s364n2lah] {
    border-left: 4px solid #28a745;
}

.incomplete-profile[b-1s364n2lah] {
    border-left: 4px solid #ffc107;
}

/* Partner Data Cells */
.partner-details[b-1s364n2lah] {
    min-width: 200px;
}

.partner-name[b-1s364n2lah] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.partner-ministry[b-1s364n2lah] {
    color: #6c757d;
    font-style: italic;
    font-size: 0.9rem;
}

.contact-info[b-1s364n2lah] {
    min-width: 180px;
}

.partner-email[b-1s364n2lah] {
    color: #495057;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

.partner-phone[b-1s364n2lah] {
    color: #6c757d;
    font-size: 0.9rem;
}

.location-info[b-1s364n2lah] {
    min-width: 150px;
}

.country-display[b-1s364n2lah] {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.continent-display[b-1s364n2lah] {
    font-size: 0.85rem;
}

.flag-icon[b-1s364n2lah] {
    width: 20px;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    vertical-align: top;
}

/* Action Buttons */
.action-buttons[b-1s364n2lah] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
    min-width: 120px;
}

.action-buttons .btn[b-1s364n2lah] {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    transition: all 0.15s ease;
}

.action-buttons .btn:hover[b-1s364n2lah] {
    transform: translateY(-1px);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.action-buttons .btn i[b-1s364n2lah] {
    font-size: 0.875rem;
}

/* Status Badges */
.badge[b-1s364n2lah] {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-weight: 500;
}

.bg-success[b-1s364n2lah] {
    background-color: rgb(226, 232, 240) !important;
}

.bg-warning[b-1s364n2lah] {
    background-color: #ffc107 !important;
}

/* Custom Modal Implementation */
.modal-overlay[b-1s364n2lah] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 1rem;
    backdrop-filter: blur(4px);
}

.modal-dialog[b-1s364n2lah] {
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn-b-1s364n2lah 0.3s ease-out;
}

@keyframes modalSlideIn-b-1s364n2lah {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-content[b-1s364n2lah] {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border: none;
    overflow: hidden;
}

.modal-header[b-1s364n2lah] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-1s364n2lah] {
    color: #2c3e50;
    font-weight: 600;
    margin: 0;
    font-size: 1.25rem;
}

.btn-close[b-1s364n2lah] {
    background: none;
    border: none;
    color: #6c757d;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
}

.btn-close:hover[b-1s364n2lah] {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
}

.modal-body[b-1s364n2lah] {
    padding: 2rem;
}

.modal-footer[b-1s364n2lah] {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 1rem 2rem;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

/* Detail Cards in Modal */
.detail-card[b-1s364n2lah] {
    background: #f8f9fa;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.detail-card:last-child[b-1s364n2lah] {
    margin-bottom: 0;
}

.detail-header[b-1s364n2lah] {
    color: #495057;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1rem;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.5rem;
}

.detail-item[b-1s364n2lah] {
    margin-bottom: 0.75rem;
}

.detail-item:last-child[b-1s364n2lah] {
    margin-bottom: 0;
}

.detail-label[b-1s364n2lah] {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    display: block;
}

.detail-value[b-1s364n2lah] {
    color: #495057;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

/* Toast Notifications */
.toast-container[b-1s364n2lah] {
    z-index: 1060 !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    padding: 1rem !important;
}

.toast[b-1s364n2lah] {
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    min-width: 350px;
    max-width: 500px;
    animation: toastSlideIn-b-1s364n2lah 0.3s ease-out;
}

@keyframes toastSlideIn-b-1s364n2lah {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.toast.show[b-1s364n2lah] {
    display: block !important;
}

.toast-header[b-1s364n2lah] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 0.75rem 0.75rem 0 0;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e9ecef;
}

.toast-body[b-1s364n2lah] {
    padding: 1rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Alert Enhancements */
.alert[b-1s364n2lah] {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.alert-danger[b-1s364n2lah] {
    background: linear-gradient(135deg, #f8d7da 0%, #f1aeb5 100%);
}

.alert-danger .text-danger[b-1s364n2lah] {
    color: #842029 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section[b-1s364n2lah] {
        padding: 1rem 0 2rem;
    }
    
    .section-header[b-1s364n2lah] {
        margin-bottom: 2rem;
    }
    
    .card-body[b-1s364n2lah] {
        padding: 1.5rem;
    }
    
    .partners-table th[b-1s364n2lah],
    .partners-table td[b-1s364n2lah] {
        padding: 1rem 0.75rem;
    }
    
    .action-buttons[b-1s364n2lah] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
    }
    
    .action-buttons .btn[b-1s364n2lah] {
        margin-bottom: 0;
        font-size: 0.8rem;
        padding: 0.5rem;
    }
    
    .partner-details[b-1s364n2lah],
    .contact-info[b-1s364n2lah],
    .location-info[b-1s364n2lah] {
        min-width: auto;
    }
    
    .modal-overlay[b-1s364n2lah] {
        padding: 0.5rem;
    }
    
    .modal-dialog[b-1s364n2lah] {
        max-height: 95vh;
    }
    
    .modal-header[b-1s364n2lah],
    .modal-body[b-1s364n2lah] {
        padding: 1.5rem;
    }
    
    .modal-footer[b-1s364n2lah] {
        padding: 1rem 1.5rem;
        flex-direction: column;
    }
    
    .modal-footer .btn[b-1s364n2lah] {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .modal-footer .btn:last-child[b-1s364n2lah] {
        margin-bottom: 0;
    }
    
    .detail-card[b-1s364n2lah] {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .empty-state[b-1s364n2lah] {
        padding: 2rem 1rem;
    }
    
    .loading-container[b-1s364n2lah] {
        padding: 3rem 1rem;
    }
    
    .partners-table[b-1s364n2lah] {
        font-size: 0.85rem;
    }
    
    .partners-table th[b-1s364n2lah],
    .partners-table td[b-1s364n2lah] {
        padding: 0.75rem 0.5rem;
    }
    
    .modal-title[b-1s364n2lah] {
        font-size: 1.1rem;
    }
}
/* _content/Chapelstreet.GlobalMissions.Web/Components/Pages/Admin/RegistrationCodeManagement.razor.rz.scp.css */
/* Admin Partners Page Styles - Modern & Consistent with PartnerRegistration */

/* Section and Layout */
.section[b-x3rvrrub5h] {
    padding: 2rem 0 4rem;
}

.section-header[b-x3rvrrub5h] {
    margin-bottom: 3rem;
}

    .section-header h1[b-x3rvrrub5h] {
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 1rem;
    }

.max-w-600[b-x3rvrrub5h] {
    max-width: 600px;
}

/* Card Container */
.card[b-x3rvrrub5h] {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-body[b-x3rvrrub5h] {
    padding: 2rem;
}

/* Loading States */
.loading-container[b-x3rvrrub5h] {
    text-align: center;
    padding: 4rem 2rem;
}

    .loading-container .spinner-border[b-x3rvrrub5h] {
        width: 3rem;
        height: 3rem;
    }

/* Empty State */
.empty-state[b-x3rvrrub5h] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-state-content[b-x3rvrrub5h] {
    max-width: 400px;
    margin: 0 auto;
}

.empty-icon[b-x3rvrrub5h] {
    margin-bottom: 2rem;
}

.empty-title[b-x3rvrrub5h] {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1rem;
}

.empty-description[b-x3rvrrub5h] {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Partners Section */
.partners-section .section-header[b-x3rvrrub5h] {
    margin-bottom: 2rem;
    text-align: left;
}

.section-title[b-x3rvrrub5h] {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.section-subtitle[b-x3rvrrub5h] {
    margin-bottom: 0;
    font-size: 1rem;
}

/* Table Container */
.table-container[b-x3rvrrub5h] {
    background: #fff;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Table Styling */
.partners-table[b-x3rvrrub5h] {
    margin-bottom: 0;
    font-size: 0.95rem;
}

    .partners-table th[b-x3rvrrub5h] {
        font-weight: 600;
        border-bottom: 2px solid #495057;
        background-color: #343a40 !important;
        color: #fff;
        padding: 1.25rem 1rem;
        vertical-align: middle;
    }

    .partners-table td[b-x3rvrrub5h] {
        padding: 1.25rem 1rem;
        vertical-align: middle;
        border-bottom: 1px solid #e9ecef;
    }

    .partners-table tbody tr[b-x3rvrrub5h] {
        transition: background-color 0.15s ease;
    }

        .partners-table tbody tr:hover[b-x3rvrrub5h] {
            background-color: #f8f9fa;
        }

        .partners-table tbody tr:last-child td[b-x3rvrrub5h] {
            border-bottom: none;
        }

/* Row Status Indicators */
.complete-profile[b-x3rvrrub5h] {
    border-left: 4px solid #28a745;
}

.incomplete-profile[b-x3rvrrub5h] {
    border-left: 4px solid #ffc107;
}

/* Partner Data Cells */
.partner-details[b-x3rvrrub5h] {
    min-width: 200px;
}

.partner-name[b-x3rvrrub5h] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.partner-ministry[b-x3rvrrub5h] {
    color: #6c757d;
    font-style: italic;
    font-size: 0.9rem;
}

.contact-info[b-x3rvrrub5h] {
    min-width: 180px;
}

.partner-email[b-x3rvrrub5h] {
    color: #495057;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

.partner-phone[b-x3rvrrub5h] {
    color: #6c757d;
    font-size: 0.9rem;
}

.location-info[b-x3rvrrub5h] {
    min-width: 150px;
}

.country-display[b-x3rvrrub5h] {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.continent-display[b-x3rvrrub5h] {
    font-size: 0.85rem;
}

.flag-icon[b-x3rvrrub5h] {
    width: 20px;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Action Buttons */
.action-buttons[b-x3rvrrub5h] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
    min-width: 120px;
}

    .action-buttons .btn[b-x3rvrrub5h] {
        font-size: 0.875rem;
        padding: 0.375rem 0.75rem;
        border-radius: 0.375rem;
        transition: all 0.15s ease;
    }

        .action-buttons .btn:hover[b-x3rvrrub5h] {
            transform: translateY(-1px);
            box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
        }

        .action-buttons .btn i[b-x3rvrrub5h] {
            font-size: 0.875rem;
        }

/* Status Badges */
.badge[b-x3rvrrub5h] {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-weight: 500;
}

.bg-success[b-x3rvrrub5h] {
    background-color: rgb(226, 232, 240) !important;
}

.bg-warning[b-x3rvrrub5h] {
    background-color: #ffc107 !important;
}

/* Custom Modal Implementation */
.modal-overlay[b-x3rvrrub5h] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 1rem;
    backdrop-filter: blur(4px);
}

.modal-dialog[b-x3rvrrub5h] {
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn-b-x3rvrrub5h 0.3s ease-out;
}

@keyframes modalSlideIn-b-x3rvrrub5h {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-content[b-x3rvrrub5h] {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border: none;
    overflow: hidden;
}

.modal-header[b-x3rvrrub5h] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-x3rvrrub5h] {
    color: #2c3e50;
    font-weight: 600;
    margin: 0;
    font-size: 1.25rem;
}

.btn-close[b-x3rvrrub5h] {
    background: none;
    border: none;
    color: #6c757d;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
}

    .btn-close:hover[b-x3rvrrub5h] {
        background-color: rgba(0, 0, 0, 0.1);
        color: #000;
    }

.modal-body[b-x3rvrrub5h] {
    padding: 2rem;
}

.modal-footer[b-x3rvrrub5h] {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 1rem 2rem;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

/* Detail Cards in Modal */
.detail-card[b-x3rvrrub5h] {
    background: #f8f9fa;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

    .detail-card:last-child[b-x3rvrrub5h] {
        margin-bottom: 0;
    }

.detail-header[b-x3rvrrub5h] {
    color: #495057;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1rem;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.5rem;
}

.detail-item[b-x3rvrrub5h] {
    margin-bottom: 0.75rem;
}

    .detail-item:last-child[b-x3rvrrub5h] {
        margin-bottom: 0;
    }

.detail-label[b-x3rvrrub5h] {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    display: block;
}

.detail-value[b-x3rvrrub5h] {
    color: #495057;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

/* Toast Notifications */
.toast-container[b-x3rvrrub5h] {
    z-index: 1060 !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    padding: 1rem !important;
}

.toast[b-x3rvrrub5h] {
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    min-width: 350px;
    max-width: 500px;
    animation: toastSlideIn-b-x3rvrrub5h 0.3s ease-out;
}

@keyframes toastSlideIn-b-x3rvrrub5h {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.toast.show[b-x3rvrrub5h] {
    display: block !important;
}

.toast-header[b-x3rvrrub5h] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 0.75rem 0.75rem 0 0;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e9ecef;
}

.toast-body[b-x3rvrrub5h] {
    padding: 1rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Alert Enhancements */
.alert[b-x3rvrrub5h] {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.alert-danger[b-x3rvrrub5h] {
    background: linear-gradient(135deg, #f8d7da 0%, #f1aeb5 100%);
}

    .alert-danger .text-danger[b-x3rvrrub5h] {
        color: #842029 !important;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .section[b-x3rvrrub5h] {
        padding: 1rem 0 2rem;
    }

    .section-header[b-x3rvrrub5h] {
        margin-bottom: 2rem;
    }

    .card-body[b-x3rvrrub5h] {
        padding: 1.5rem;
    }

    .partners-table th[b-x3rvrrub5h],
    .partners-table td[b-x3rvrrub5h] {
        padding: 1rem 0.75rem;
    }

    .action-buttons[b-x3rvrrub5h] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
    }

        .action-buttons .btn[b-x3rvrrub5h] {
            margin-bottom: 0;
            font-size: 0.8rem;
            padding: 0.5rem;
        }

    .partner-details[b-x3rvrrub5h],
    .contact-info[b-x3rvrrub5h],
    .location-info[b-x3rvrrub5h] {
        min-width: auto;
    }

    .modal-overlay[b-x3rvrrub5h] {
        padding: 0.5rem;
    }

    .modal-dialog[b-x3rvrrub5h] {
        max-height: 95vh;
    }

    .modal-header[b-x3rvrrub5h],
    .modal-body[b-x3rvrrub5h] {
        padding: 1.5rem;
    }

    .modal-footer[b-x3rvrrub5h] {
        padding: 1rem 1.5rem;
        flex-direction: column;
    }

        .modal-footer .btn[b-x3rvrrub5h] {
            width: 100%;
            margin-bottom: 0.5rem;
        }

            .modal-footer .btn:last-child[b-x3rvrrub5h] {
                margin-bottom: 0;
            }

    .detail-card[b-x3rvrrub5h] {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .empty-state[b-x3rvrrub5h] {
        padding: 2rem 1rem;
    }

    .loading-container[b-x3rvrrub5h] {
        padding: 3rem 1rem;
    }

    .partners-table[b-x3rvrrub5h] {
        font-size: 0.85rem;
    }

        .partners-table th[b-x3rvrrub5h],
        .partners-table td[b-x3rvrrub5h] {
            padding: 0.75rem 0.5rem;
        }

    .modal-title[b-x3rvrrub5h] {
        font-size: 1.1rem;
    }
}
/* _content/Chapelstreet.GlobalMissions.Web/Components/Pages/Partners/MonthlyUpdateEditor.razor.rz.scp.css */
/* Scoped styles for Monthly Update editor - consistent with admin pages */

.section-block[b-4yhqk7iicm] { 
    margin-bottom: 1.5rem; 
}

.form-label[b-4yhqk7iicm] { 
    font-weight: 600; 
    margin-bottom: .5rem; 
    display: block; 
}

.input-group[b-4yhqk7iicm] { 
    display: flex; 
    gap: .5rem; 
}

.button-group[b-4yhqk7iicm] { 
    display: flex; 
    gap: 1rem; 
    margin-top: 1.5rem; 
}

.card[b-4yhqk7iicm] { 
    padding: 1rem; 
    border-radius: .75rem; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.06); 
    border: none;
}

.preview h5[b-4yhqk7iicm] { 
    margin-top: 0; 
    font-weight: 700; 
}

.preview p[b-4yhqk7iicm] { 
    color: #495057; 
}

.text-muted[b-4yhqk7iicm] { 
    color: #6c757d; 
}

/* Section Headings with Icons */
h4[b-4yhqk7iicm] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

h4 i[b-4yhqk7iicm] {
    font-size: 1.2em;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

/* Alert styling */
.alert[b-4yhqk7iicm] {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.alert-warning[b-4yhqk7iicm] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    color: #856404;
}

.alert-heading[b-4yhqk7iicm] {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Button enhancements */
.btn[b-4yhqk7iicm] {
    border-radius: 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn:hover:not(:disabled)[b-4yhqk7iicm] {
    transform: translateY(-1px);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.btn-primary[b-4yhqk7iicm] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border: none;
}

.btn-success[b-4yhqk7iicm] {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    border: none;
}

/* Form control enhancements */
.form-control[b-4yhqk7iicm] {
    border-radius: 0.5rem;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.form-control:focus[b-4yhqk7iicm] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control:disabled[b-4yhqk7iicm] {
    background-color: #f8f9fa;
    opacity: 0.65;
}

/* Spinner enhancements */
.spinner-border-sm[b-4yhqk7iicm] {
    width: 1rem;
    height: 1rem;
}

/* Card header styling */
.card-header[b-4yhqk7iicm] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #e9ecef;
    border-radius: 0.75rem 0.75rem 0 0 !important;
    font-weight: 600;
}

.card-header h4[b-4yhqk7iicm] {
    margin-bottom: 0;
    color: #2c3e50;
}

/* List styling fixes */
.list-unstyled[b-4yhqk7iicm] {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.list-unstyled li[b-4yhqk7iicm] {
    list-style: none !important;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    padding: 0;
}

.list-unstyled li:last-child[b-4yhqk7iicm] {
    margin-bottom: 0;
}

/* Icon alignment fixes */
.list-unstyled li i[b-4yhqk7iicm] {
    margin-right: 0.75rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
    width: 1.25rem;
    text-align: center;
    line-height: 1;
}

.alert .d-flex i[b-4yhqk7iicm] {
    margin-right: 1rem;
    flex-shrink: 0;
    width: 2rem;
    text-align: center;
    line-height: 1;
}

@media (max-width: 768px) {
    .input-group[b-4yhqk7iicm] { 
        flex-direction: column; 
    }
    
    .section-block[b-4yhqk7iicm] {
        margin-bottom: 1rem;
    }
    
    .card[b-4yhqk7iicm] {
        padding: 0.75rem;
    }
    
    .btn[b-4yhqk7iicm] {
        font-size: 0.9rem;
    }
    
    .alert .d-flex[b-4yhqk7iicm] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .alert .d-flex i[b-4yhqk7iicm] {
        margin-bottom: 0.5rem;
        margin-right: 0;
    }
    
    /* Responsive h4 headings */
    h4[b-4yhqk7iicm] {
        font-size: 1.1rem;
        flex-direction: column;
        align-items: flex-start;
    }
    
    h4 i[b-4yhqk7iicm] {
        margin-bottom: 0.25rem;
        margin-right: 0;
    }
}
/* _content/Chapelstreet.GlobalMissions.Web/Components/Pages/Partners/PartnerDashboard.razor.rz.scp.css */
/* Partner Dashboard - Modern Dashboard Design */

/* Section and Layout */
.section[b-795srdade8] {
    padding: 2rem 0 4rem;
}

.section-header[b-795srdade8] {
    margin-bottom: 3rem;
}

.section-header h1[b-795srdade8] {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.section-header .lead[b-795srdade8] {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
}

/* Card Enhancements */
.card[b-795srdade8] {
    border: none;
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.card:hover[b-795srdade8] {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card-header[b-795srdade8] {
    border-bottom: none;
    border-radius: 1rem 1rem 0 0 !important;
    font-weight: 600;
}

.card-header h5[b-795srdade8],
.card-header h6[b-795srdade8] {
    font-weight: 600;
}

/* Section Headings with Icons */
h4[b-795srdade8] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

h4 i[b-795srdade8] {
    font-size: 1.2em;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

/* Gradient Backgrounds */
.bg-gradient-primary[b-795srdade8] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.bg-gradient-info[b-795srdade8] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
}

.bg-gradient-warning[b-795srdade8] {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
}

.bg-gradient-success[b-795srdade8] {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
}

/* Alert Enhancements */
.alert[b-795srdade8] {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.alert-success[b-795srdade8] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
}

.alert-warning[b-795srdade8] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    color: #856404;
}

.alert-heading[b-795srdade8] {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Update Preview Styling */
.update-preview[b-795srdade8] {
    border-radius: 0.75rem;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.update-preview:hover[b-795srdade8] {
    border-color: #007bff;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 123, 255, 0.1);
}

.update-preview h4[b-795srdade8] {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #007bff;
}

.update-preview strong[b-795srdade8] {
    font-weight: 600;
    color: #495057;
}

/* Quick Stats Cards */
.bg-primary.bg-opacity-10[b-795srdade8] {
    background-color: rgba(0, 123, 255, 0.1) !important;
}

.bg-success.bg-opacity-10[b-795srdade8] {
    background-color: rgba(40, 167, 69, 0.1) !important;
}

/* Button Enhancements */
.btn[b-795srdade8] {
    border-radius: 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn:hover[b-795srdade8] {
    transform: translateY(-1px);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.btn-primary[b-795srdade8] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border: none;
}

/* Badge Enhancements */
.badge[b-795srdade8] {
    font-size: 0.875rem;
    padding: 0.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
}

/* Important Dates Styling */
.important-dates .d-flex[b-795srdade8] {
    transition: all 0.3s ease;
}

.important-dates .d-flex:hover[b-795srdade8] {
    transform: translateX(5px);
}

/* List Styling Fixes */
.list-unstyled[b-795srdade8] {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.list-unstyled li[b-795srdade8] {
    list-style: none !important;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    padding: 0;
}

.list-unstyled li:last-child[b-795srdade8] {
    margin-bottom: 0;
}

/* Icon Alignment Fixes */
.list-unstyled li i[b-795srdade8] {
    margin-right: 0.75rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
    width: 1.25rem;
    text-align: center;
    line-height: 1;
}

.alert .d-flex i[b-795srdade8] {
    margin-right: 1rem;
    flex-shrink: 0;
    width: 2rem;
    text-align: center;
    line-height: 1;
}

.card-header .d-flex i[b-795srdade8] {
    margin-right: 0.75rem;
    flex-shrink: 0;
    width: 1.5rem;
    text-align: center;
    line-height: 1;
}

/* Important Dates Card Icon Alignment */
.important-dates .badge[b-795srdade8] {
    margin-right: 1rem;
    flex-shrink: 0;
}

.important-dates .flex-grow-1[b-795srdade8] {
    min-width: 0;
}

/* Preview Content Icon Alignment */
.preview-content .list-unstyled li[b-795srdade8] {
    display: flex;
    align-items: flex-start;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.preview-content .list-unstyled li:last-child[b-795srdade8] {
    border-bottom: none;
}

.preview-content .list-unstyled li i[b-795srdade8] {
    margin-right: 1rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
    width: 1.25rem;
    text-align: center;
}

.preview-content .list-unstyled li span[b-795srdade8] {
    flex: 1;
    line-height: 1.5;
}

/* Modal Enhancements */
.modal-overlay[b-795srdade8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 1rem;
    backdrop-filter: blur(4px);
    animation: modalOverlayFadeIn-b-795srdade8 0.3s ease-out;
}

@keyframes modalOverlayFadeIn-b-795srdade8 {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(4px);
    }
}

.modal-dialog[b-795srdade8] {
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn-b-795srdade8 0.3s ease-out;
}

@keyframes modalSlideIn-b-795srdade8 {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-content[b-795srdade8] {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border: none;
    overflow: hidden;
}

.modal-header[b-795srdade8] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-795srdade8] {
    color: #2c3e50;
    font-weight: 600;
    margin: 0;
    font-size: 1.25rem;
}

.btn-close[b-795srdade8] {
    background: none;
    border: none;
    color: #6c757d;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
}

.btn-close:hover[b-795srdade8] {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
}

.modal-body[b-795srdade8] {
    padding: 2rem;
}

.modal-footer[b-795srdade8] {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 1rem 2rem;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

/* Preview Content Styling */
.preview-content h5[b-795srdade8] {
    color: #007bff;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.preview-content h4[b-795srdade8] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.5rem;
}

.preview-content p[b-795srdade8] {
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Loading States */
.spinner-border[b-795srdade8] {
    animation-duration: 0.75s;
}

/* Typography Enhancements */
.fw-semibold[b-795srdade8] {
    font-weight: 600;
}

.text-dark[b-795srdade8] {
    color: #2c3e50 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section[b-795srdade8] {
        padding: 1rem 0 2rem;
    }

    .section-header[b-795srdade8] {
        margin-bottom: 2rem;
    }

    .section-header h1[b-795srdade8] {
        font-size: 2rem;
    }

    .section-header .lead[b-795srdade8] {
        font-size: 1.1rem;
    }

    .card-body[b-795srdade8] {
        padding: 1.5rem;
    }

    .modal-overlay[b-795srdade8] {
        padding: 0.5rem;
    }

    .modal-dialog[b-795srdade8] {
        max-height: 95vh;
    }

    .modal-header[b-795srdade8],
    .modal-body[b-795srdade8] {
        padding: 1.5rem;
    }

    .modal-footer[b-795srdade8] {
        padding: 1rem 1.5rem;
        flex-direction: column;
    }

    .modal-footer .btn[b-795srdade8] {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .modal-footer .btn:last-child[b-795srdade8] {
        margin-bottom: 0;
    }

    .btn[b-795srdade8] {
        font-size: 0.9rem;
    }

    .update-preview[b-795srdade8] {
        padding: 1rem !important;
    }

    .alert .d-flex[b-795srdade8] {
        flex-direction: column;
        align-items: flex-start;
    }

    .alert .d-flex i[b-795srdade8] {
        margin-bottom: 0.5rem;
        margin-right: 0;
    }

    /* Responsive h4 headings */
    h4[b-795srdade8] {
        font-size: 1.1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    h4 i[b-795srdade8] {
        margin-bottom: 0.25rem;
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .section-header h1[b-795srdade8] {
        font-size: 1.75rem;
    }

    .card[b-795srdade8] {
        margin-bottom: 1rem;
    }

    .alert[b-795srdade8] {
        padding: 1rem;
    }

    .modal-title[b-795srdade8] {
        font-size: 1.1rem;
    }

    .d-flex.gap-2[b-795srdade8] {
        flex-direction: column;
        gap: 0.5rem !important;
    }

    .d-flex.gap-2 .btn[b-795srdade8] {
        width: 100%;
    }
}

/* Accessibility Enhancements */
@media (prefers-reduced-motion: reduce) {
    .card[b-795srdade8],
    .btn[b-795srdade8],
    .modal-dialog[b-795srdade8],
    .modal-overlay[b-795srdade8] {
        transition: none;
        animation: none;
    }

    .card:hover[b-795srdade8],
    .btn:hover[b-795srdade8] {
        transform: none;
    }
}

/* Focus States */
.btn:focus[b-795srdade8],
.btn-close:focus[b-795srdade8] {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .modal-overlay[b-795srdade8] {
        display: none;
    }

    .btn[b-795srdade8] {
        display: none;
    }

    .card[b-795srdade8] {
        box-shadow: none;
        border: 1px solid #dee2e6;
    }
}
/* _content/Chapelstreet.GlobalMissions.Web/Components/Pages/Partners/PartnerRegistration.razor.rz.scp.css */
/* keep existing file but ensure minimal rules, preserved earlier */
.section-block[b-fpwgc0fpuq]{margin-bottom:1.5rem}
.form-section-heading[b-fpwgc0fpuq]{display:flex;align-items:center;gap:10px;font-size:1.1rem;margin-bottom:1.5rem;color:#495057}
.button-group[b-fpwgc0fpuq]{display:flex;gap:1.5rem;justify-content:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,0.05)}
/* _content/Chapelstreet.GlobalMissions.Web/Components/Pages/Partners/PartnerRegistrationConfirmation.razor.rz.scp.css */
/* Success Icon */
.success-icon-container[b-zv6j1bkad1] {
    display: flex;
    justify-content: center;
}

.success-icon-bg[b-zv6j1bkad1] {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.success-check[b-zv6j1bkad1] {
    font-size: 3.5rem;
    color: white;
}

.success-title[b-zv6j1bkad1] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #3b82f6;
    margin-bottom: 1rem;
}

/* Main Card */
.confirmation-card[b-zv6j1bkad1] {
    background: white;
    border-radius: 1.5rem;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

/* Status Section */
.status-section[b-zv6j1bkad1] {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    padding: 2rem;
    text-align: center;
    border-bottom: 1px solid #bfdbfe;
}

.status-badge[b-zv6j1bkad1] {
    display: inline-block;
    background: #fbbf24;
    color: #92400e;
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.status-text[b-zv6j1bkad1] {
    color: #374151;
    margin: 0;
    line-height: 1.6;
}

/* Details Grid */
.details-grid[b-zv6j1bkad1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 2rem;
    border-bottom: 1px solid #e5e7eb;
}

@media (max-width: 768px) {
    .details-grid[b-zv6j1bkad1] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.detail-group[b-zv6j1bkad1] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.detail-label[b-zv6j1bkad1] {
    color: #3b82f6;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #bfdbfe;
}

.detail-item[b-zv6j1bkad1] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.detail-key[b-zv6j1bkad1] {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

.detail-value[b-zv6j1bkad1] {
    font-weight: 600;
    color: #1f2937;
}

/* Next Steps */
.next-steps[b-zv6j1bkad1] {
    padding: 2rem;
    background: #f9fafb;
}

.next-steps-title[b-zv6j1bkad1] {
    color: #374151;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

    .next-steps-title[b-zv6j1bkad1]::before {
        content: '';
        width: 4px;
        height: 20px;
        background: #3b82f6;
        margin-right: 0.75rem;
        border-radius: 2px;
    }

.step-list[b-zv6j1bkad1] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.step-item[b-zv6j1bkad1] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.step-check[b-zv6j1bkad1] {
    color: #3b82f6;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.step-item span[b-zv6j1bkad1] {
    color: #374151;
    line-height: 1.5;
}

/* Buttons */
.button-group[b-zv6j1bkad1] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .button-group[b-zv6j1bkad1] {
        flex-direction: column;
        align-items: center;
    }

        .button-group .btn[b-zv6j1bkad1] {
            width: 100%;
            max-width: 300px;
        }
}
/* _content/Chapelstreet.GlobalMissions.Web/Components/Shared/ConfirmModal.razor.rz.scp.css */
/* Scoped styles for ConfirmModal */

.modal-overlay[b-iqojyyg79u] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 1rem;
    backdrop-filter: blur(4px);
}

.modal-dialog[b-iqojyyg79u] {
    max-width: 640px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn-b-iqojyyg79u 0.25s ease-out;
}

@keyframes modalSlideIn-b-iqojyyg79u {
    from { transform: translateY(-40px); opacity: 0; }
    to   { transform: translateY(0);      opacity: 1; }
}

.modal-content[b-iqojyyg79u] {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border: none;
    overflow: hidden;
}

.modal-header[b-iqojyyg79u] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-iqojyyg79u] {
    color: #2c3e50;
    font-weight: 600;
    margin: 0;
    font-size: 1.1rem;
}

.btn-close[b-iqojyyg79u] {
    background: none;
    border: none;
    color: #6c757d;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 0.25rem;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
}

.btn-close:hover[b-iqojyyg79u] { background-color: rgba(0,0,0,.08); color: #000; }

.modal-body[b-iqojyyg79u] { padding: 1.25rem; }

.modal-footer[b-iqojyyg79u] {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 0.75rem 1.25rem;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

@media (max-width: 576px) {
    .modal-dialog[b-iqojyyg79u] { max-height: 95vh; }
    .modal-header[b-iqojyyg79u], .modal-body[b-iqojyyg79u] { padding: 1rem; }
    .modal-footer[b-iqojyyg79u] { padding: 0.75rem 1rem; }
}
