.vbtn-contact-floating-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #027bff;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

.vbtn-contact-floating-button .vbtn-contact-open-icon,
.vbtn-contact-floating-button .vbtn-contact-close-icon {
    font-size: 42px;
    font-weight: 100;
    color: #ffffff;
}

.vbtn-contact-floating-button .vbtn-contact-open-icon {
    width: 42px; 
    height: 42px;
}

.vbtn-contact-popup {
    position: fixed;
    bottom: 90px;
    left: 20px;
    max-width: 400px; 
    min-width: 280px; 
    width: calc(100% - 40px);
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9;
    height: 52%;
    overflow-y: scroll; /* اسکرول فعال می‌ماند */
    overflow-x: hidden;
    scrollbar-width: none; /* مخفی کردن اسکرول‌بار در فایرفاکس */
}

.vbtn-contact-popup::-webkit-scrollbar {
    display: none; /* مخفی کردن اسکرول‌بار در مرورگرهای مبتنی بر وب‌کیت (مثل کروم و سافاری) */
}


.vbtn-contact-popup-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 10px;
}

.vbtn-support-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.vbtn-support-text {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.vbtn-support-title {
    font-size: 18px;
    margin: 0;
    color: #333;
}

.vbtn-support-subtitle {
    font-size: 14px;
    margin: 0;
    color: #999999;
    font-weight: normal;
}

.vbtn-contact-popup-header-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    border-radius: 15px 15px 0 0;
    position: sticky;
    top: 0;
    z-index: 10;
}

.vbtn-contact-close-header {
    border: none;
    font-size: 24px;
    font-weight: 100;
    cursor: pointer;
    color: #8d96a1;
    background: #e7eaee;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
}

.vbtn-contact-close-header:hover {
    color: #6e767f;
    background: #e4e7ec;
}

.vbtn-contact-header-title {
    flex-grow: 1;
    text-align: right;
}

.vbtn-contact-header-title h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
}

.vbtn-contact-header-title p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

.vbtn-support-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6bb5ff, #004dff);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex: 0 0 48px;
}

.vbtn-telegram-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6bb5ff, #004dff);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex: 0 0 48px;
    margin: 0 10px;
}

.vbtn-content-chat {
    color: #000000;
    padding: 15px;
    border-radius: 25px 25px 25px 0;
    margin: 0 10px 0 0;
    background-color: #eff3f5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
}

.vbtn-telegram-link {
    text-decoration: none;
    color: #004dff;
    padding: 15px;
    border-radius: 25px 25px 25px 0;
    margin: 0 10px 0 0;
    background-color: #eff3f5;
    border: 1px solid #eff3f5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    transition: background-color 0.3s ease;
}

.vbtn-telegram-link:hover {
    background-color: #e8edf0;
}

.floating-phone-number {
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 10px auto 0 auto;
    color: #2a64f6;
}

.vbtn-click-here {
    font-size: 13px;
    color: #004dff;
}

.vbtn-telegram-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vbtn-telegram-text {
    font-size: 13px;
    color: #000;
    margin: 10px 0 -10px 0;
    text-align: left;
    padding: 0 10px;
}

.vbtn-tel-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.vbtn-wp-content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.vbtn-user-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50px;
}

.vbtn-content-user-chat {
    text-decoration: none;
    color: #ffffff;
    padding: 15px;
    margin: 0 0 10px 20px;
    border-radius: 25px 25px 0px 25px;
    background-color: #027bff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 70%;
}


@media (max-width: 1024px) {
    .vbtn-contact-floating-button {
        width: 54px;
        height: 54px;
        bottom: 85px;
        left: 10px;
    }

    .vbtn-contact-popup {
        bottom: 150px;
    }
}