
body:not(.mobile) {
    width: 100%;
    /* min-width: 1500px; */
}



#icon-15tiqan .cls-1 {
    fill: url(#icon-15tiqan_linear-gradient);
}

#icon-15tiqan .cls-2 {
    fill: #333;
}

#icon-15tiqan .cls-2,
#icon-15tiqan .cls-3 {
    fill-rule: evenodd;
}

#icon-15tiqan .cls-3 {
    fill: #212121;
}



.send-button {
    position: absolute;
    right: 10px; /* Adjust as needed */
    top: 0;
    bottom: 0;
    border: none;
    background-color: transparent; /* Green background */
    color: #4CAF50; /* White text */
    cursor: pointer;
}


.navbar {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 10px 20px;
    flex-direction: column; /* تغییر جهت به عمودی در صفحه‌های کوچک */
    align-items: flex-end; /* چیدمان به سمت چپ */
}


.language-selector {
    font-size: 20px;
    cursor: pointer;
}



.activeLang {
    color: #19C46A !important;
}
