body {
direction: rtl;
} .cmw-chat-widget {
position: fixed;
bottom: 25px;
z-index: 999999;
direction: rtl;
}
.cmw-chat-widget.cmw-right {
right: 25px;
}
.cmw-chat-widget.cmw-left {
left: 25px;
} .cmw-chat-btn {
border-radius: 5px;
background: linear-gradient(135deg, #3ad65c, #1eaf47);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
transition: 0.3s ease;
border: none;
padding: 13px 20px;
font-size: 18px;
color: #fff !important;
font-family: inherit !important;
}
.cmw-chat-btn:hover {
transform: scale(1.08);
}
.cmw-chat-btn img {
width: 72px;
height: 72px;
} .cmw-chat-menu {
position: absolute;
bottom: 130px;
right: 0;
width: 280px;
background: #fff;
border-radius: 15px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
transform: scale(0);
transform-origin: bottom right;
transition: 0.35s cubic-bezier(.68, -0.55, .27, 1.55);
overflow: hidden;
} .cmw-chat-widget.cmw-left .cmw-chat-menu {
right: auto;
left: 0;
transform-origin: bottom left;
}
.cmw-chat-menu.cmw-show {
transform: scale(1);
}
.cmw-chat-item {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 12px 15px;
border-bottom: 1px solid #eee;
text-decoration: none;
color: #333;
transition: background 0.2s ease;
}
.cmw-chat-item:hover {
background: #f7f7f7;
}
.cmw-chat-head {
display: flex;
align-items: center;
gap: 12px;
} .cmw-icon {
width: 28px;
height: 28px;
flex-shrink: 0;
}
.cmw-title:before {
width: 1px;
height: 40px;
content: ' ';
background: #ccc;
position: absolute;
padding-left: 1px;
right: 55px;
}
.cmw-title {
display: flex;
padding-right: 10px;
flex-direction: column;
align-items: flex-start;
text-align: right;
}
.cmw-main-title {
font-weight: 600;
font-size: 17px;
}
.cmw-phone {
font-size: 15px;
color: #555;
} .circular-container {
position: fixed;
bottom: 0px;
right: 20px;
width: 140px; height: 140px;
display: flex;
justify-content: center;
align-items: center;
z-index: 9999; overflow: hidden; background: #eee !important;
border-radius: 80px 80px 0px 0px;
} .icon-wrapper {
position: absolute; width: 100px;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
opacity: 0; transition: opacity 0.5s ease-in-out; animation: blink-animation 1.5s infinite; cursor: pointer;
} .icon-wrapper.active {
opacity: 1;
} .platform-icon-img {
width: 100%;
height: 100%;
border-radius: 50%; display: block; } @keyframes blink-animation {
0% {
transform: scale(1);
}
50% {
transform: scale(0.9);
}
100% {
transform: scale(1);
}
} @keyframes ripple {
0% {
transform: scale(0.8);
opacity: 0.7;
}
100% {
transform: scale(1.2);
opacity: 0;
}
} .ripple-border {
position: absolute;
border: 2px solid #007bff; border-radius: 50%;
animation: ripple 1s ease-out infinite; width: 100%;
height: 100%;
opacity: 0; animation-play-state: paused; padding: 8px;
} .icon-wrapper.active .ripple-border {
opacity: 1;
animation-play-state: running;
} .chat-box {
display: none;
position: fixed;
bottom: 120px; right: 150px; width: 250px;
padding: 20px;
background: #fff;
border-radius: 15px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
text-align: center;
z-index: 10000;
}
.chatboxdes {
bottom: 0px anchor;
color: #333;
font-family: iransans;
margin-top: 101px !important;
font-size: 14px;
}
.title-chatbox {
font-size: 18px;
padding: 20px 10px;
background: #fcc51e;
}