﻿.chat-icon-btn {
    width: 42px;
    height: 42px;
    display: inline-flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid #ccc; /* مثل strock_btn */
    border-radius: 6px; /* اگر دوست داری گوشه گرد باشه */
    background-color: #fff; /* رنگ پس‌زمینه */
    color: #333; /* رنگ آیکن */
    text-decoration: none;
    transition: all 0.3s ease;
}

@media (max-width : 991px )
{
    .chat-icon-btn {
        margin-top : 10px;
        display : inline-flex !important ;
    }
}



    .chat-icon-btn:hover {
        background-color: #f5f5f5;
        border-color: #999;
        color: #000;
    }

@media (min-width:768px)
{
    .top-margin {
        margin-top : 20px;
    }
}

.margin-50 {
    margin-top: 50px;
}