    /* Container Styles */

   button{
    background-color: var(--e-global-color-secondary);
    font-family: "Sora", Sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    color: var(--e-global-color-accent);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #02010100;
    border-radius: 100px 100px 100px 100px;
    padding: 20px 36.5px 18.55px 36.5px;
   }
   
    h3 ,h2{
        font-size: 35px;
        color: #000;
        margin-bottom: 10px;
    }

    .mp_wrapper h1, .mp_wrapper h2, .mp_wrapper h3{
        font-family: "Oswald", Sans-serif ;
        font-weight: 500;  
    }
    .airtable-table-container {
        margin: 20px 0;
        font-family: "Roboto", Sans-serif;
    }



    /* Search Styles */
    .airtable-search {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .airtable-table-container .airtable-search-input {
        padding: 7px 35px 7px 15px;
        border: none;
        font-size: 14px;
        width: 300px;
        outline: none;
        max-width: 100%;
        border-bottom: 1px solid #C3C3C3;
        border-radius: 0;
    }


    /* Removed old circular loaders - using skeleton loaders instead */

    /* Skeleton Loader Styles */
    .airtable-skeleton-row {
        animation: none;
    }

    .airtable-skeleton-cell {
        height: 20px;
        background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
        background-size: 200% 100%;
        animation: airtable-shimmer 1.5s infinite;
        border-radius: 4px;
        margin: 2px 0;
    }

    .airtable-skeleton-cell.short {
        width: 60%;
    }

    .airtable-skeleton-cell.medium {
        width: 80%;
    }

    .airtable-skeleton-cell.long {
        width: 95%;
    }

    .airtable-skeleton-cell.full {
        width: 100%;
    }

    @keyframes airtable-shimmer {
        0% {
            background-position: -200% 0;
        }
        100% {
            background-position: 200% 0;
        }
    }

    /* Removed old circular loaders and overlays - using skeleton loaders instead */

    /* Show Entries and Search Bar */
    .airtable-controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .airtable-show-entries {
        display: flex ;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        color: #252525;
        font-family: "Oswald", Sans-serif;
        font-weight: 500;
    }

    .airtable-show-entries select {
        padding: 6px 5px;
        border: none;
        border-bottom: 1px solid #555555;
        border-radius: 0;
        font-size: 14px;
    }

    .airtable-search-container {
        display: flex;
        align-items: flex-end;
        gap: 10px;
    }

    .airtable-search-container label {
        font-size: 18px;
        color: #252525;
        font-weight: 400;
        font-family: "Oswald", Sans-serif;
        margin-bottom: 5px;
    }

    .airtable-search-wrapper {
        position: relative;
        display: inline-block;
    }

    .airtable-table-container .airtable-search-clear {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        background: none !important;
        border: none;
        font-size: 18px;
        color: #999;
        cursor: pointer;
        padding: 0;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .airtable-search-clear:hover {
        color: #000;
    }

    /* Table Styles */
    .airtable-table-wrapper {
        overflow-x: auto;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .airtable-table {
        width: 100%;
        border-collapse: collapse;
        background: white;
        font-size: 14px;
        margin: 0 !important;
    }

    .airtable-table th,
    .airtable-table td {
        padding: 12px 16px;
        text-align: left;
        border-right: 1px solid #e0e0e0;
        vertical-align: middle !important;
    }
    .airtable-table td{
        border:none;
        background:none;
    }
    span.linkedin-instagram {
        white-space: nowrap;
    }

    /* Register to view link styling */
    .register-to-view {
        color: #007cba;
        text-decoration: none;
        font-weight: 500;
        font-style: italic;
        border: 1px solid #007cba;
        padding: 2px 8px;
        border-radius: 3px;
        font-size: 12px;
        display: inline-block;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

    .register-to-view:hover {
        background-color: #007cba;
        color: white;
        text-decoration: none;
    }

    .airtable-table th:last-child,
    .airtable-table td:last-child {
        border-right: none;
    }
    span.job-title {
        width: 200px;
        display: block;
    }
    .airtable-table th {
        background-color: #B2DFDB;
        font-family: "Oswald", Sans-serif;
        font-weight: 500;
        color: #252525;
        border-bottom: 1px solid #a8ccd8;
        font-size: 14px;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        white-space: nowrap;
        height: 60px;
        font-size:18px;
        border: none !important;
        border-right: 1px solid #fff !important;
        text-align: center;
    }

    .airtable-table tbody tr {
        border-bottom: 1px solid #f0f0f0;
    }
    .airtable-table tbody td span a{
        color: inherit;
    }
    .airtable-table tbody td {
        font-family: "Roboto", Sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #4D5361;
        font-weight: 500;
        text-align: center;
        background:transparent !important ;
    }

    .airtable-table tbody tr:hover {
        background-color: #f8f9fa;
    }

    .airtable-table tbody tr:nth-child(even) {
        background-color: #B2DFDB33;
    }

    .airtable-table tbody tr:nth-child(odd) {
        background-color: white;
    }

    /* Pagination Styles */
    .airtable-table-container .airtable-pagination {
        display: none; /* Hidden initially */
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        flex-wrap: wrap;
        gap: 15px;
    }

    /* Show pagination when table is loaded */
    .airtable-table-container.loaded .airtable-pagination {
        display: flex;
    }

    .airtable-table-container .airtable-page-info {
        font-size: 16px;
        color: #555555;
        font-family: "Oswald", Sans-serif;
        font-weight: 500;
    }

    .airtable-table-container .airtable-pagination-controls {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .airtable-table-container .airtable-page-numbers {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .airtable-table-container .airtable-page-btn {
        background: white;
        border: 1px solid #F1F1F1;
        color: #333;
        padding: 6px 12px;
        border-radius: 12px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.2s ease;
        min-width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        outline: none;
        line-height: 0.5;
    }

    .airtable-table-container .airtable-page-btn:hover {
        background: #f5f5f5;
        border-color: transparent;
        color: #2c3e50;
        text-decoration: none;
    }

    .airtable-table-container .airtable-page-btn.active {
        background: #B2DFDB;
        border-color: #B2DFDB;
        color: #2c3e50;
        font-weight: 600;
    }

    .airtable-table-container .airtable-page-ellipsis {
        color: #666;
        padding: 8px 4px;
        font-size: 14px;
    }

    .airtable-table-container .airtable-prev-page,
    .airtable-table-container .airtable-next-page {
        padding: 8px 6px;
        border: none !important;
        background: white !important;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        color: #555 !important;
        transition: all 0.2s;
        text-decoration: none;
        outline: none;
        font-weight: 600;
        font-family: "Roboto", Sans-serif;
        letter-spacing: 0;
    }

    .airtable-table-container .airtable-prev-page:hover,
    .airtable-table-container .airtable-next-page:hover {
        background-color: #f8f9fa;
        border-color: #007cba;
        color: #007cba;
        text-decoration: none;
    }

    .airtable-table-container .airtable-prev-page:disabled,
    .airtable-table-container .airtable-next-page:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        background-color: transparent;
    }

    /* Page Numbers */
    .airtable-page-numbers {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .airtable-page-number {
        padding: 8px 12px;
        border: 1px solid #ddd;
        background: white;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        color: #555;
        text-decoration: none;
        transition: all 0.2s;
        min-width: 36px;
        text-align: center;
    }

    .airtable-page-number:hover {
        background-color: #f8f9fa;
        border-color: #007cba;
        color: #007cba;
    }

    .airtable-page-number.active {
        background-color: #007cba;
        border-color: #007cba;
        color: white;
    }

    .airtable-page-ellipsis {
        padding: 8px 4px;
        color: #999;
        font-size: 14px;
    }

    /* Actions */
    .airtable-actions {
        margin-top: 20px;
    }

    .airtable-add-record {
        padding: 10px 20px;
        background-color: #007cba;
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        transition: background-color 0.2s;
    }

    .airtable-add-record:hover {
        background-color: #005a8b;
    }

    /* Modal Styles */
    .airtable-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000;
    }

    .airtable-modal-content {
        background: white;
        padding: 30px;
        border-radius: 12px;
        width: 90%;
        max-width: 500px;
        max-height: 80vh;
        overflow-y: auto;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        scrollbar-width: none;
    }

    .airtable-modal h3 {
        margin-top: 0;
        margin-bottom: 20px;
        color: #333;
        font-size: 24px;
        font-weight: 600;
    }

    /* Form Styles */
    .airtable-form .form-group {
        margin-bottom: 20px;
    }

    .airtable-form label {
        display: block;
        margin-bottom: 6px;
        font-weight: 500;
        color: #333;
        font-size: 14px;
    }

    .airtable-form input,
    .airtable-form textarea,
    .airtable-form select {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 14px;
        font-family: inherit;
        box-sizing: border-box;
    }

    .airtable-form input:focus,
    .airtable-form textarea:focus,
    .airtable-form select:focus {
        outline: none;
        border-color: #007cba;
        box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.1);
    }

    .airtable-form textarea {
        resize: vertical;
        min-height: 80px;
    }

    .form-actions {
        display: flex;
        gap: 12px;
        margin-top: 30px;
    }

    .btn {
        padding: 10px 20px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.2s;
        text-decoration: none;
        display: inline-block;
        text-align: center;
    }

    .btn-primary {
        background-color: #007cba;
        color: white;
    }

    .btn-primary:hover {
        background-color: #005a8b;
    }

    .btn-secondary {
        background-color: #6c757d;
        color: white;
    }

    .btn-secondary:hover {
        background-color: #545b62;
    }

    .btn-danger {
        background-color: #dc3545;
        color: white;
    }

    .btn-danger:hover {
        background-color: #c82333;
    }

    /* Messages */
    .airtable-error {
        background-color: #f8d7da;
        color: #721c24;
        padding: 12px 16px;
        border-radius: 6px;
        margin-bottom: 20px;
        border: 1px solid #f5c6cb;
        font-size: 14px;
    }

    .airtable-success {
        background-color: #d4edda;
        color: #155724;
        padding: 12px 16px;
        border-radius: 6px;
        margin-bottom: 20px;
        border: 1px solid #c3e6cb;
        font-size: 14px;
    }

    .airtable-info {
        background-color: #d1ecf1;
        color: #0c5460;
        padding: 12px 16px;
        border-radius: 6px;
        margin-bottom: 20px;
        border: 1px solid #bee5eb;
        font-size: 14px;
    }

    /* Loading States */
    .airtable-table-wrapper p {
        text-align: center;
        padding: 40px;
        color: #666;
        font-size: 16px;
    }

    /* Debug Styles */
    .airtable-tables-list {
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 6px;
        padding: 20px;
        margin: 20px 0;
        font-family: 'Courier New', monospace;
        font-size: 14px;
    }

    .airtable-tables-list h4 {
        margin-top: 0;
        color: #495057;
    }

    .airtable-tables-list ul {
        margin: 0;
        padding-left: 20px;
    }

    .airtable-tables-list li {
        margin-bottom: 5px;
        color: #6c757d;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .airtable-controls {
            flex-direction: column;
            align-items: stretch;
        }
        
        .airtable-search-container {
            justify-content: center;
        }
        
        .airtable-search-input {
            width: 100%;
        }
        
        .airtable-table-container .airtable-pagination {
            flex-direction: column;
            gap: 10px;
        }
        
        .airtable-table th,
        .airtable-table td {
            padding: 8px 12px;
            font-size: 16px !important;
        }
        
        .airtable-modal-content {
            margin: 20px;
            padding: 20px;
        }

    }

    @media (max-width: 600px) {
       .mepr-account-container .airtable-table thead {
            display: table-header-group !important;
        }
        .airtable-table th,
        .airtable-table td {
            padding: 6px 8px;
            font-size: 14px !important;
            display: table-cell !important;
        }
        .airtable-table th{
            font-size: 16px !important;
        }
        .airtable-table tr {
            display: table-row !important;
        }
        .airtable-page-numbers {
            flex-wrap: wrap;
        }
        span.street_address {
            white-space: nowrap;
        }
        #mepr-account-content {
            padding: 20px 10px;
        }
    }

/* Add Contact Button & Modal Styles */
.airtable-table-container .airtable-actions {
    margin: 20px 0;
    text-align: right;
}

.airtable-table-container .airtable-add-contact {
    background: #B2DFDB;
    color: #2c3e50;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.airtable-table-container .airtable-add-contact:hover {
    background: #80CBC4;
    transform: translateY(-2px);
}

/* Modal Styles */
.airtable-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
}

.airtable-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 0;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.airtable-modal-header {
    background: #B2DFDB;
    padding: 20px 25px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.airtable-modal-header h3 {
    margin: 0;
    color: #2c3e50;
    font-family: "Oswald", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.airtable-modal-close {
    color: #2c3e50;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.airtable-modal-close:hover {
    color: #34495e;
}

.airtable-modal-body {
    padding: 25px;
}

.airtable-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.airtable-form-group {
    flex: 1;
}

.airtable-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #2c3e50;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.airtable-form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.airtable-form-group input:focus {
    outline: none;
    border-color: #B2DFDB;
    box-shadow: 0 0 0 3px rgba(178, 223, 219, 0.2);
}

.airtable-modal-footer {
    padding: 20px 25px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.airtable-btn-cancel,
.airtable-btn-save {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.airtable-btn-cancel {
    background: #000;
    color: #666;
}


.airtable-btn-save {
    background: #B2DFDB;
    color: #2c3e50;
}

.airtable-btn-save:hover {
    background: #80CBC4;
}

.airtable-btn-save:disabled {
    background: #e0e0e0;
    color: #999;
    cursor: not-allowed;
}

/* Mobile Modal Styles */
@media (max-width: 768px) {
    .airtable-modal-content {
        width: 95%;
        margin: 10% auto;
        max-height: 80vh;
    }
    
    .airtable-form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .airtable-modal-footer {
        flex-direction: column;
    }
    
    .airtable-btn-cancel,
    .airtable-btn-save {
        width: 100%;
    }
}

/* Success Popup Styles */
.airtable-success-popup {
    position: fixed;
    z-index: 15000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.airtable-success-content {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 90%;
    animation: successSlideIn 0.4s ease-out;
    border: 1px solid rgba(178, 223, 219, 0.3);
}

@keyframes successSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.airtable-success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4CAF50, #45a049);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 40px;
    color: white;
    font-weight: bold;
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
    animation: checkBounce 0.6s ease-out 0.2s both;
}

@keyframes checkBounce {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.airtable-success-content h3 {
    color: #2c3e50;
    font-family: "Oswald", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.airtable-success-content p {
    color: #666;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px 0;
}

.airtable-success-close {
    background: linear-gradient(135deg, #B2DFDB, #80CBC4);
    color: #2c3e50;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(178, 223, 219, 0.4);
}

.airtable-success-close:hover {
    background: linear-gradient(135deg, #80CBC4, #4DB6AC);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(178, 223, 219, 0.6);
}

/* My Contacts Shortcode Styles - Reuse main table styling */
.my-contacts-container {
    margin: 30px 0;
}

.no-contacts {
    padding: 40px 25px;
    text-align: center;
    color: #666;
    font-family: "Roboto", Sans-serif;
}

.no-contacts p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}

.my-contacts-login-required {
    padding: 40px 25px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}

.my-contacts-login-required p {
    color: #666;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    margin: 0;
}

.my-contacts-login-required a {
    color: #B2DFDB;
    text-decoration: none;
    font-weight: 600;
}

.my-contacts-login-required a:hover {
    color: #80CBC4;
    text-decoration: underline;
}

/* My Contacts table wrapper - reuse .airtable-table class for styling */
.my-contacts-table-wrapper {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #0000001F;
}
.my-contacts-table-wrapper table tr th:last-child{
    border-right-color: transparent !important;
}
.status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-pending {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.status-approved {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.my-contacts-table-wrapper .delete-my-contact {
    background: none !important;
    border: none !important;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    transition: all 0.3s ease;
    opacity: 0.7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.delete-my-contact img {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.delete-my-contact:hover {
    opacity: 1;
    transform: scale(1.1);
}

.delete-my-contact:hover img {
    transform: scale(1.1);
}

.delete-my-contact:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.delete-my-contact:disabled img {
    filter: grayscale(100%);
}

/* Delete Success Message */
.delete-success-message {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    display: none;
}

.delete-success-content {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    color: #155724;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #c3e6cb;
}

.delete-success-icon {
    width: 24px;
    height: 24px;
    background: #155724;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}

.delete-success-content p {
    margin: 0;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500;
}

/* Mobile responsive - Match main table styles */
@media (max-width: 768px) {
    .my-contacts-table th,
    .my-contacts-table td {
        padding: 8px 6px;
        font-size: 14px;
    }
    
    .my-contacts-table th {
        font-size: 16px;
        height: 50px;
    }
    
 
    
    .delete-success-message {
        top: 10px;
        right: 10px;
        left: 10px;
    }
}

/* Save Contact Button Styles */
.airtable-table-container .save-contact-btn {
    background: #000000;
    border: none;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;    
    height: 28px;
}

.airtable-table-container .save-contact-btn:hover {
    background: #252525;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.airtable-table-container .save-contact-btn:active {
    transform: translateY(0);
}

.airtable-table-container .save-contact-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.airtable-table-container .save-contact-btn.loading {
    background: #6c757d;
    cursor: not-allowed;
}

.airtable-table-container .save-contact-btn.saved {
    background: #DCFCE7;
    cursor: default;
    color: #0A7A34;
}

.airtable-table-container .save-contact-btn.saved:hover {
    background: #DCFCE7;
    color: #0A7A34;
    transform: none;
    box-shadow: none;
}

/* Saved Contacts Table Styles */
.saved-contacts-container {
    font-family: "Roboto", Sans-serif;
    margin: 20px 0;
}

.saved-contacts-container .no-saved-contacts {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.saved-contacts-container .no-saved-contacts p {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
}

.saved-contacts-login-required {
    text-align: center;
    padding: 40px 20px;
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    color: #856404;
}

.saved-contacts-login-required a {
    color: #856404;
    text-decoration: underline;
}

/* Remove Saved Contact Button */
.saved-contacts-container .remove-saved-contact {
    background: #dc3545;
    border: none;
    color: white;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.saved-contacts-container .remove-saved-contact:hover {
    background: #c82333;
    transform: scale(1.1);
}

.saved-contacts-container .remove-saved-contact:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
}

.saved-contacts-container .remove-saved-contact img {
    width: 16px;
    height: 16px;
    transition: all 0.3s ease;
}

.saved-contacts-container .remove-saved-contact:hover img {
    transform: scale(1.1);
}

.saved-contacts-container .remove-saved-contact:disabled img {
    filter: grayscale(100%);
}

/* Confirmation Modal Styles */
.airtable-confirmation-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}

.airtable-confirmation-modal .airtable-modal-content {
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 90%;
    max-height: 90vh;
    overflow: hidden;
    animation: modalSlideIn 0.3s ease-out;
}

.airtable-confirmation-modal .airtable-modal-header {
    padding: 20px 24px 16px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.airtable-confirmation-modal .airtable-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.airtable-confirmation-modal .airtable-modal-close {
    font-size: 24px;
    color: #6c757d;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
    transition: color 0.3s ease;
}

.airtable-confirmation-modal .airtable-modal-close:hover {
    color: #dc3545;
}

.airtable-confirmation-modal .airtable-modal-body {
    padding: 20px 24px;
}

.airtable-confirmation-modal .airtable-modal-body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
}

.airtable-confirmation-modal .airtable-modal-footer {
    padding: 16px 24px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    border-top:none;
}

.airtable-confirmation-modal .airtable-btn-cancel,
.airtable-confirmation-modal .airtable-btn-confirm {
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
}

.airtable-confirmation-modal .airtable-btn-cancel {
    background: #000;
    color: white;
}

.airtable-confirmation-modal .airtable-btn-cancel:hover {
    background: #5a6268;
}

.airtable-confirmation-modal .airtable-btn-confirm {
    background: #FFE3E3;
    color: #FF5538;
}
.airtable-confirmation-modal .airtable-btn-confirm:hover{
    background: #FF5538;
    color: #FFE3E3;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}




/* Plugin */

.mepr-checkout-container .invoice-wrapper .invoice-amount {
    font-family: "Oswald", Sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #000;
}

.mepr-checkout-container .form-wrapper input[type="submit"] {
    background-color: #B2DFDB;
    font-family: "Sora", Sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #02010100;
    border-radius: 100px 100px 100px 100px;
    padding: 20px 36.5px 18.55px 36.5px;
	color:#000;
}
.mp_wrapper label,.mepr-form .mp-address-group .mp-form-row .mp-form-label{
   font-family: "Oswald", Sans-serif;
   display:block !important;
	margin-bottom:5px;
	font-weight: 500;
}

body {
    --e-global-color-primary: #F97352;
    --e-global-color-secondary: #B2DFDB;
    --e-global-color-text: #252525;
    --e-global-color-accent: #000000;
    --e-global-color-835975e: #FFFFFF;
    --e-global-color-12048e1: #8D8D8D;
    --e-global-color-854201a: #1A1A1A;
    color: var(--e-global-color-text);
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.611;
}
.mepr-account-container .mepr-button.btn-outline {
    background: #b2dfdb;
    color: #000;
    border-color: transparent;
    border-radius: 50px;
    font-family: "Oswald", Sans-serif;
    font-weight: 500;
}

span.cc-error {
    font-size: 13px;
    font-family: "Roboto", Sans-serif;
}
.mepr-account-container input[type="submit"] {
    background: #B2DFDB;
	color: #000;
}

.form-wrapper .mp-form-row input[type="text"], .form-wrapper .mp-form-row input[type="email"], .form-wrapper .mp-form-row input[type="url"], .form-wrapper .mp-form-row input[type="tel"]{
 border-radius:5px;
}
.form-wrapper .mp-address-group .mp-form-row {
    margin-bottom: 10px;
}
.mepr-checkout-container .invoice-wrapper table tr td p ,.mepr-checkout-container .invoice-wrapper table th, .mepr-checkout-container .invoice-wrapper table td{
    color: #000;
}


.mepr-checkout-container .invoice-wrapper table .bt {
    font-family: "Oswald", Sans-serif;
    font-weight: 600;
}


.mepr-form input.invalid, .mepr-form select.invalid, .mepr-form textarea.invalid, .mepr-form label.mepr-checkbox-field.invalid, .mepr-form div.mepr-checkboxes-field.invalid, .mepr-form div.mepr-radios-field.invalid {
    border: unset;
    background-color: unset !important;
}

.mp-form-row.mp-address-group {
    box-shadow: none;
}
#mepr-template-login .mepro-form button, #mepr-template-login .mepro-form input[type="button"], #mepr-template-login .mepro-form input[type="reset"], #mepr-template-login .mepro-form input[type="submit"], #mepr-template-login .mepr-form button, #mepr-template-login .mepr-form input[type="button"], #mepr-template-login .mepr-form input[type="reset"], #mepr-template-login .mepr-form input[type="submit"] {
    border: none;
    background: #b2dfdb;
    color: #000;
    font-family: "Oswald", Sans-serif;
    font-weight: 500;
    border-radius: 50px;
}
@media screen and (max-width:767px){
.form-wrapper,.mepr-checkout-container .invoice-wrapper{
    padding: 40px 15px;
}
}

/* AI Message Builder Styles */
.ai-message-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
    
    /* User Info Section Styles */
    .user-info-section {
        margin-bottom: 24px;
        padding: 16px;
        background: #2a2a2a;
        border-radius: 8px;
        border: 1px solid #333;
    }
    
    .user-info-section h4 {
        color: #fff;
        font-family: "Oswald", Sans-serif;
        font-weight: 500;
        font-size: 18px;
        margin: 0 0 8px 0;
    }
    
    .user-info-section .description {
        color: #888;
        font-size: 12px;
        margin: 0 0 12px 0;
        line-height: 1.4;
    }
    
    #user-info {
        width: 100%;
        min-height: 80px;
        padding: 12px 16px;
        background: #1a1a1a;
        border: 1px solid #444;
        border-radius: 6px;
        color: #fff;
        font-size: 14px;
        font-family: "Roboto", Sans-serif;
        resize: vertical;
        transition: border-color 0.2s ease;
    }
    
    #user-info:focus {
        outline: none;
        border-color: #B2DFDB;
        box-shadow: 0 0 0 2px rgba(178, 223, 219, 0.2);
    }
    
    #user-info::placeholder {
        color: #888;
        font-style: italic;
    }

.ai-message-modal-content {
    background: #1a1a1a;
    border-radius: 12px;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
    scrollbar-width: none;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.ai-message-modal-header {
    padding: 24px 24px 20px;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ai-message-modal-header h3 {
    color: #fff;
    font-family: "Oswald", Sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
}

.ai-message-modal-close {
    color: #888;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease;
}

.ai-message-modal-close:hover {
    color: #fff;
}

.ai-message-modal-body {
    padding: 24px;
}

.ai-message-modal-body h4 {
    color: #fff;
    font-family: "Oswald", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 16px 0;
}

.contact-preview {
    margin-bottom: 24px;
    padding: 16px;
    background: #2a2a2a;
    border-radius: 8px;
    border: 1px solid #333;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.contact-info-item {
    color: #ccc;
    font-size: 14px;
}

.contact-info-item strong {
    color: #fff;
    font-weight: 600;
}

.prompt-section, .tone-section, .generate-section {
    margin-bottom: 24px;
}

.prompt-options {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.ai-message-modal .prompt-option {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ccc;
    cursor: pointer;
    font-size: 14px;
}

.prompt-option input[type="radio"] {
    accent-color: #B2DFDB;
}

.prompt-option span {
    user-select: none;
}

#preset-select, #tone-select {
    width: 100%;
    padding: 12px 16px;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
}

#preset-select:focus, #tone-select:focus {
    outline: none;
    border-color: #B2DFDB;
    box-shadow: 0 0 0 2px rgba(178, 223, 219, 0.2);
}

#custom-prompt-text {
    width: 100%;
    min-height: 100px;
    padding: 12px 16px;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    resize: vertical;
}

#custom-prompt-text:focus {
    outline: none;
    border-color: #B2DFDB;
    box-shadow: 0 0 0 2px rgba(178, 223, 219, 0.2);
}

#custom-prompt-text::placeholder {
    color: #888;
}

.template-selection {
    margin-top: 16px;
}

#template-select {
    width: 100%;
    padding: 12px 16px;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 12px;
}

#template-select:focus {
    outline: none;
    border-color: #B2DFDB;
    box-shadow: 0 0 0 2px rgba(178, 223, 219, 0.2);
}

.template-actions {
    display: flex;
    gap: 12px;
}

.ai-message-modal .load-template-btn, .ai-message-modal .manage-templates-btn {
    padding: 10px 16px;
    background: #333;
    border: 1px solid #555;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-message-modal .load-template-btn:hover, .ai-message-modal .manage-templates-btn:hover {
    background: #444;
    border-color: #666;
}

.load-template-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.load-template-btn svg, .manage-templates-btn svg {
    stroke: #fff;
}

/* Template Name Modal Styles */
.template-name-section {
    margin-bottom: 24px;
}

.template-name-section h4 {
    color: #fff;
    font-family: "Oswald", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 12px 0;
}

#template-name-input {
    width: 100%;
    padding: 12px 16px;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 8px;
}

#template-name-input:focus {
    outline: none;
    border-color: #B2DFDB;
    box-shadow: 0 0 0 2px rgba(178, 223, 219, 0.2);
}

.template-name-section .description {
    color: #888;
    font-size: 12px;
    margin: 0;
}

.template-preview {
    margin-bottom: 24px;
}

.template-preview h4 {
    color: #fff;
    font-family: "Oswald", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 12px 0;
}

.template-preview-content {
    background: #1a1a1a;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    max-height: 200px;
    overflow-y: auto;
}

.template-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.airtable-btn-cancel, .airtable-btn-confirm {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.airtable-btn-cancel {
    background: #333;
    color: #fff;
    border: 1px solid #555;
}

.airtable-btn-cancel:hover {
    background: #444;
    border-color: #666;
}

.airtable-btn-confirm {
    background: linear-gradient(135deg, #B2DFDB 0%, #80CBC4 100%);
    color: #1a1a1a;
    font-weight: 600;
}

.airtable-btn-confirm:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(178, 223, 219, 0.3);
}

/* Template Display Section Styles */
.template-display-section {
    margin-bottom: 24px;
}

.template-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #333;
}

.ai-message-modal .back-to-form-btn {
    padding: 0;
    background: none;
    border: none;
    color: #B2DFDB;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.back-to-form-btn:hover {
    color: #fff;
}

.back-to-form-btn svg {
    stroke: currentColor;
}

.template-header h4 {
    color: #fff;
    font-family: "Oswald", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.template-content-display {
    background: #1a1a1a;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.template-content-display p {
    margin: 0 0 1em 0;
    padding: 0;
}

.template-content-display p:last-child {
    margin-bottom: 0;
}

.template-content-display br {
    display: block;
    margin: 0.5em 0;
    content: "";
}

.template-actions-display {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.ai-message-modal .copy-template-btn {
    padding: 12px 24px;
    background: linear-gradient(135deg, #B2DFDB 0%, #80CBC4 100%);
    border: none;
    border-radius: 6px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-message-modal .copy-template-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(178, 223, 219, 0.3);
}

.copy-template-btn svg {
    stroke: #1a1a1a;
}

.ai-message-modal .delete-template-btn {
    padding: 12px 24px;
    background: #dc3545;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-message-modal .delete-template-btn:hover {
    background: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.delete-template-btn svg {
    stroke: #fff;
}

.ai-message-modal .generate-btn{
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #B2DFDB 0%, #80CBC4 100%);
    border: none;
    border-radius: 8px;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    font-family: "Oswald", Sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.generate-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(178, 223, 219, 0.3);
}

.generate-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.btn-loader {
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 20px;
    height: 20px;
}

.spinner circle {
    stroke: #1a1a1a;
}

.generated-message {
    margin-top: 24px;
    padding: 20px;
    background: #2a2a2a;
    border-radius: 8px;
    border: 1px solid #333;
}

.message-content {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    padding: 16px;
    background: #1a1a1a;
    border-radius: 6px;
    border: 1px solid #444;
    min-height: 100px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.message-content p {
    margin: 0 0 1em 0;
    padding: 0;
}

.message-content p:last-child {
    margin-bottom: 0;
}

.message-content br {
    display: block;
    margin: 0.5em 0;
    content: "";
}

/* Fix emoji sizing in AI generated messages */
.message-content .emoji {
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

/* Typing Animation Styles */
.typing-indicator {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 20px 0;
}

.typing-dot {
    width: 8px;
    height: 8px;
    background: #B2DFDB;
    border-radius: 50%;
    animation: typingDot 1.4s infinite ease-in-out;
}

.typing-dot:nth-child(1) {
    animation-delay: -0.32s;
}

.typing-dot:nth-child(2) {
    animation-delay: -0.16s;
}

.typing-dot:nth-child(3) {
    animation-delay: 0s;
}

@keyframes typingDot {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.typing-cursor {
    color: #B2DFDB;
    font-weight: bold;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0;
    }
}

.message-actions {
    display: flex;
    gap: 12px;
}

.ai-message-modal .copy-btn, .ai-message-modal .save-template-btn {
    padding: 10px 16px;
    background: #333;
    border: 1px solid #555;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-message-modal  .copy-btn:hover,.ai-message-modal  .save-template-btn:hover {
    background: #444;
    border-color: #666;
}

.copy-btn svg, .save-template-btn svg {
    stroke: #fff;
}

/* Generate Message Button in Table */
.generate-message-btn {
    padding: 6px 12px !important;
    background: #000 !important;
    border: 1px solid #333 !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex !important;
    align-items: center;
    gap: 6px;
    margin-right: 8px;
}

.generate-message-btn:hover {
    background: #333;
    border-color: #555;
}

.generate-message-btn svg {
    stroke: #fff;
    width: 14px;
    height: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ai-message-modal {
        padding: 10px;
    }
    
    .ai-message-modal-content {
        max-height: 95vh;
    }
    
    .ai-message-modal-header {
        padding: 20px 20px 0;
    }
    
    .ai-message-modal-body {
        padding: 20px;
    }
    
    .contact-info-grid {
        grid-template-columns: 1fr;
    }
    
    .prompt-options {
        flex-direction: column;
        gap: 12px;
    }
    
    .message-actions {
        flex-direction: column;
    }
    
    .copy-btn, .save-template-btn {
        justify-content: center;
    }
}


h1.mepr_page_header {
    margin-top: 0;
}

.mepr-account-container .mepr-form .mp-address-group{
    box-shadow: none !important;
}

#mepr-template-login .mepro-form button:hover, #mepr-template-login .mepro-form input[type="button"]:hover, #mepr-template-login .mepro-form input[type="reset"]:hover, #mepr-template-login .mepro-form input[type="submit"]:hover, #mepr-template-login .mepr-form button:hover, #mepr-template-login .mepr-form input[type="button"]:hover, #mepr-template-login .mepr-form input[type="reset"]:hover, #mepr-template-login .mepr-form input[type="submit"]:hover {
    background: #000 ;
    color: #fff ;
}


.mepr-account-container .mp-form-row-group{
    flex-direction: column;
    gap: 5px;
}
.mepr-account-container .mp-form-row-group .mepr-form-input ,.mepr-account-container .mepr-form .mp-address-group .mepr-form-input, .mepr-account-container .mepr-form .mp-address-group input[type="text"]{
    border-radius: 4px !important;
}

/* Membership Status Bar Styles */
.membership-status-bar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Administrator Status Bar */
.membership-status-bar.admin-status {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    border: 2px solid #ffd700;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.membership-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.membership-level {
    font-size: 16px;
    font-weight: 600;
}

.upgrade-prompt {
    font-size: 14px;
}

.upgrade-link {
    color: #ffd700;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 16px;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.upgrade-link:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
    transform: translateY(-1px);
}

.ai-access {
    color: #4ade80;
    font-weight: 600;
    font-size: 14px;
}

/* Access Denied Styles */
.airtable-access-denied {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    margin: 20px 0;
}

.airtable-access-denied h3 {
    color: #dc3545;
    margin-bottom: 15px;
}

.airtable-access-denied p {
    color: #6c757d;
    margin-bottom: 20px;
}

.airtable-access-denied .upgrade-link {
    display: inline-block;
    background: #007bff;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.airtable-access-denied .upgrade-link:hover {
    background: #0056b3;
    color: white;
}

/* AI Restricted Button Styles */
.ai-restricted {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    color: #6c757d;
    cursor: not-allowed;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.ai-restricted svg {
    opacity: 0.5;
}

.restricted-text {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ai-restricted:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

/* Send Email Button Styles */
a.send-email-btn ,.airtable-table-container .copy-email-btn {
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #b2dfdb;
    color: #000000;
    text-decoration: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s 
ease;
    margin-bottom: 10px;
    border: none;
    display: inline-flex;
    white-space: nowrap;
    text-transform: uppercase;
    min-width: 145px;
    justify-content: center;
    border: none !important;

}

.send-email-btn:hover {
    background: #000000;
    color: white;
    text-decoration: none;
}

.send-email-btn svg,.airtable-table-container .copy-email-btn svg {
    stroke: currentColor;
    width: 14px;
    height: 14px;
}

/* Copy Email Button Styles */
.airtable-table-container .copy-email-btn {
    background: #000000;
    color: #ffffff;
    
}

.airtable-table-container .copy-email-btn:hover {
    background: #333333;
    color: white;
    text-decoration: none;
}

.no-email {
    color: #999;
    font-size: 12px;
    font-style: italic;
    margin-right: 8px;
}

/* Contact Checkbox Styles */
.contact-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #B2DFDB;
}

#select-all-contacts {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #B2DFDB;
}

/* Error Display Styles */
.airtable-error {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.airtable-error .error-icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.airtable-error .error-message {
    color: #856404;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

.airtable-error .error-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.airtable-error .retry-btn,
.airtable-error .test-connection-btn {
    background: #B2DFDB;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.airtable-error .retry-btn:hover,
.airtable-error .test-connection-btn:hover {
    background: #9FD5D0;
    transform: translateY(-1px);
}

.airtable-error .retry-btn:disabled,
.airtable-error .test-connection-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}
    
    /* Contacted Row Styles */
    .saved-contacts-container .airtable-table tbody tr.contacted {
        border-left: 4px solid #000000;
    }
    
    .saved-contacts-container .airtable-table tbody tr.contacted td {
        font-weight: 500;
    }
    
    .saved-contacts-container .airtable-table tbody tr.contacted:hover {
        background-color: #b2dfdb54 !important;
    }
    
    /* Checkbox Column Styling */
    .saved-contacts-container .airtable-table th:first-child,
    .saved-contacts-container .airtable-table td:first-child {
        text-align: center;
        width: 50px;
        padding: 8px 12px;
    }
    
/* Responsive membership status */
@media (max-width: 768px) {
    .membership-info {
        flex-direction: column;
        text-align: center;
    }
    
    .membership-level {
        font-size: 14px;
    }
    
    .upgrade-link {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .ai-restricted {
        padding: 6px 8px;
        font-size: 11px;
    }
    
    .restricted-text {
        font-size: 10px;
    }
}

.mp_wrapper .mp-form-row.mp-address-group label.placeholder-text.active, .mp_wrapper .mp-form-row .mp-form-row-group label.placeholder-text.active, #mepr_loginform .mp-form-label label.placeholder-text.active, .mepr-pro-template .mp_wrapper .mepr_mepr-address-country .mp-form-label label.placeholder-text, .mepr-pro-template .mp_wrapper .mepr_mepr-address-state .mp-form-label label.placeholder-text {
    transform: none !important;
    position: inherit;
    color: #000;
    font-size: 16px !important;
}

.form-wrapper .mp-form-row-group {
    gap: 15px;
}
.form-wrapper .mp-form-row input[type="text"], .form-wrapper .mp-form-row input[type="email"], .form-wrapper .mp-form-row input[type="url"], .form-wrapper .mp-form-row input[type="tel"] {
    border-radius: 5px !important;
}