﻿/* WhatsApp Preview */
.wa-preview {
    background-color: #e5ddd5;
    background-image: url('https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png');
    border-radius: 10px;
    padding: 12px;
    width: 100%;
    max-width: 320px;
    font-family: 'Segoe UI', sans-serif;
    margin: 0 auto;
}

.wa-bubble {
    background: white;
    border-radius: 7px;
    box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.wa-img-container {
    width: 100%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 5px;
    border: 1px solid #eee;
    min-height: 40px;
}

.wa-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.wa-text {
    font-size: 13px;
    color: #111;
    line-height: 1.4;
    padding: 5px;
}

.wa-btn-prev {
    background: white;
    border-top: 1px solid #f0f0f0;
    color: #00a5f4;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    margin-top: 2px;
    border-radius: 0 0 7px 7px;
    font-weight: 500;
    box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
}

.filled-field {
    background-color: #f1fcf4 !important;
    border-color: #10b981 !important;
}

.invalid-card {
    border: 2px solid #ef4444 !important;
    box-shadow: 0 0 15px rgba(239, 68, 68, 0.2) !important;
}

.lang-card {
    border-top: 5px solid #6c757d;
    transition: all 0.3s;
}

    .lang-card[data-lang-code="he"] {
        border-top-color: #198754;
    }

    .lang-card[data-lang-code="en"] {
        border-top-color: #0d6efd;
    }

    .lang-card[data-lang-code="ru"] {
        border-top-color: #ffc107;
    }

.img-dropdown-btn {
    border: 1px solid #ced4da;
    background: #fff;
    width: 100%;
    text-align: left;
    padding: 8px;
    border-radius: 0.375rem;
}

.dropdown-menu-img {
    width: 100%;
    min-width: 280px;
    padding: 8px;
    max-height: 400px;
    overflow-y: auto;
}

.img-list-item {
    cursor: pointer;
    padding: 4px;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: 0.2s;
    margin-bottom: 5px;
}

    .img-list-item:hover {
        border-color: #0d6efd;
        background: #f0f7ff;
    }

    .img-list-item img {
        width: 100%;
        height: auto;
        border-radius: 4px;
        display: block;
    }

.var-badge {
    font-size: 0.7rem;
    padding: 3px 7px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    border-radius: 4px;
    font-family: monospace;
}

.rtl-mode {
    direction: rtl;
}

.test-var-input {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}
.whatsapp-template-card {

}