/* Flotting chat css start*/
 


/*chat box style */




.faychat-ayoan_whatsapp_chatbox .faychat-widget-body .faychat-ayoan_whatsapp_scroll1 {
    margin-bottom: 15px;
    overflow-x: hidden;
    overflow-y: auto;
   
}

.faychat-widget-close-btn-row {
   
    text-align: center;
    background: #3cb743;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 20px 15px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 9999;
}


 
.faychat-widget-close-btn-row .faychat-widget-close-btn {
    background: #3cb743;
    border: none;
    border-radius: 100%; 
    box-shadow: 0px 20px 15px rgba(0, 0, 0, .1);
    position: fixed;
    right: 20px;
    bottom: 30px;
    padding: 14px 16px;

}
/* .faychat-ayoan_whatsapp_chatbox_container .faychat-widget-close-btn{
    background: #3cb743;
    border: none;
    padding: 16px 16px;
    border-radius: 50%;
    margin-top: 20px;
    box-shadow: 0px 20px 15px rgba(0,0,0,.1);
    outline: none !important;
} */
.faychat-rs-close i.fa-solid.fa-xmark{
    position: relative;
    top: 2px;
    font-size: 34px;
    color: #fff;
}
ul.faychat-user-list li.faychat-item{
    list-style: none;
}
.faychat-user-pro-pic-wrapper{
    background: #f1f4f7;
    border-radius: 8px;
}




.faychat-widget-header i.fa-brands.fa-whatsapp{
    font-size: 34px;
    color: #fff;
    margin-top: 15px;
}
.faychat-rs-openChatBtn button i.fa-brands.fa-whatsapp{
    font-size: 34px;
    color: #fff;
}


.faychat-ayoan_whatsapp_scroll1 ul li a{
    display: flex;
    width: 100%;
}

li > a.fay-chat-chat-link {
    text-decoration: none !important;
}

/* Flotting chat css end */






.faychat-whatsapp-link>.faychat-card,   .faychat-whatsapp-link-green>.faychat-card{
    margin-top: 8px;
}


/*rectangle whatsapp with details white color css start*/

 .faychat-whatsapp-link{
    padding-left:4px;
    border-radius:5px;
}
.faychat-card {
    display: flex;
    align-items: center;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color:#f1f5f8;
}
.faychat-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:3px solid #fff;
    margin:10px 20px;
}
.faychat-whatsapp-icon i{
    margin-right:15px;
    font-size:38px;
    color:#29d766;

}
.faychat-card-details {
    flex: 1;
    padding: 10px;
}
.faychat-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
    color:#29d766;
}
a.faychat-whatsapp-link{
    font-style: italic;
    color:#29d766;
    text-decoration:none;
}
 /*rectangle whatsapp with details white color css end*/




 /*rectangle whatsapp with details green color css start*/

 .faychat-card-green {
     display: flex;
     align-items: center;
     width: 400px;
     border: 1px solid #ccc;
     border-radius: 8px;
     padding: 10px 20px 10px 10px;
 }

 .faychat-whatsapp-icon-green i{
     font-size:25px;
     color:#ffffff;
     right: -216px;
     top: -49px;

 }
 .faychat-card-green-details {
     flex: 1;
 }
 .faychat-name-green {
     font-size: 1.2rem;
     font-weight: bold;
     top: 16px;
     color:#ffffff;
 }
 a.faychat-whatsapp-link-green{
     font-style: italic;
     color:#ffffff;
     text-decoration:none;
     margin-bottom: 8px;
     left: 0;
 }
 .faychat-whatsapp-chat-green{
     top: 15px;
     color: #ffffff;
     font-size: 12px;
 }

.faychat-whatsapp-chat-green:hover{
    color: #ffffff;
}
 /*rectangle whatsapp with details green color css end*/


.faychat-title-icon-item{
    display: flex;
    justify-content: space-between;
}

.faychat-whatsapp-margin-bottom{
    margin-bottom: 8px;
}

 /* Circle design without text */
 .faychat-whatsapp-icon-toggle i{
     font-size:38px;
     background-color:#29d766;
     color:#ffffff;
     padding:17px 20px;
     border-radius:50%;
 }
 /* rectangle design without text */
 .faychat-whatsapp-icon-rectangle i{
     font-size:38px;
     background-color:#29d766;
     color:#ffffff;
     padding:17px 20px;
     border-radius:10px;
 }


.faychat-user-img img {
    height: 75px !important;
    width: 75px;
    object-fit: cover;
    border-radius: 50%;
    border:3px solid #ffffff;
}
.faychat-card-green img {
    margin-left:10px;
    margin-right:15px;
}

.faychat-whatsapp-icon-green i{
    font-size:25px;
    color:#ffffff;
    right: -230px;
    top: -50px;

}

.faychat-container-fay-chat-single {
    display: flex;
    column-gap: 10px;
    margin-bottom: 8px;
}


.faychat-whatsapp-icon {
    font-size: 14px;
}

.faychat-card.main-card img {
    height: 75px;
    width: 75px;
    object-fit: cover;
}


.fay-chat-txt-de-none{
    text-decoration: none;
}

.faychat-rs-openChatBtn,.faychat-widget-header i.fa-brands.fa-square-whatsapp {
    font-size: 33px;
    color: #ffffff;
}


.faychat-widget-header i.fa-brands.fa-square-whatsapp {
    margin-top: 15px;
}