
*{
    box-sizing:border-box;
    font-family: 'Roboto', sans-serif;
}
body{
    background: #eee;
}

.ayoan_whatsapp_row {
    margin-right: -15px;
    margin-left: -15px;
}
.ayoan_whatsapp_full:before,
.ayoan_whatsapp_full:after,
.ayoan_whatsapp_clearfix:before,
.ayoan_whatsapp_clearfix:after,
.ayoan_whatsapp_container:before,
.ayoan_whatsapp_container:after,
.ayoan_whatsapp_row:before,
.ayoan_whatsapp_row:after{
    display: table;
    content: " ";
}
.ayoan_whatsapp_full:after,
.ayoan_whatsapp_clearfix:after,
.ayoan_whatsapp_container:after,
.ayoan_whatsapp_row:after{
    clear: both;
}

.ayoan_whatsapp_container{
    width: 1170px;
    margin: 0 auto;
}
.ayoan_whatsapp_scroll1::-webkit-scrollbar {
    width: 7px;
}

.ayoan_whatsapp_scroll1::-webkit-scrollbar-track {
    background: #ccc;
}

.ayoan_whatsapp_scroll1::-webkit-scrollbar-thumb {
    background: #9c9c9c;
}

.ayoan_whatsapp_full{
    position:relative;
    width: 100%;
    display: block;
}


.ayoan_whatsapp_chatbox_container{
    /*border: 1px solid #000;*/
    position: fixed;
    bottom: 0px;
    /* height: 550px; */ 
   right: 3%;
    width: 400px;
    font-size: 14px;
} 
.ayoan_whatsapp_chatbox_container .ayoan_whatsapp_chatbox{
    /*border: 1px solid #000;*/
    position: relative;
    top: 0;
    /*height: 450px;*/
}

.ayoan_whatsapp_chatbox .widget-wrapper{
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 19px rgba(0,0,0,.05);
}

.ayoan_whatsapp_chatbox .widget-header{
    display: flex;
    flex-direction: row;
    background: #067e33;
    padding: 20px 25px;
    /*height: 105px;*/
    border-radius: 10px 10px 0 0;
}
.ayoan_whatsapp_chatbox .widget-header .col-1{
    /*border: 1px solid;*/
}
.ayoan_whatsapp_chatbox .widget-header .col-1 .header-icon{
    width: 40px;
    opacity: .8;
}
.ayoan_whatsapp_chatbox .widget-header .col-2{
    flex-grow: 1;
    color: #fff;
    padding-left: 18px;
}
.ayoan_whatsapp_chatbox .widget-header .col-2 .header-title{
    font-size: 116%;
    margin-bottom: 8px;
    opacity: .8;
}
.ayoan_whatsapp_chatbox .widget-header .col-2 .header-content{
    font-size: 90%;
    font-weight: 300;
    letter-spacing: .3px;
    opacity: .8;
    line-height: 1.5;
}

.ayoan_whatsapp_chatbox .widget-body{
    /*height: 345px;*/
    padding: 10px 10px 25px 10px;
    border-radius: 0 0 10px 10px;
}
.ayoan_whatsapp_chatbox .widget-body .body-title{
    /*border: 1px solid #000;*/
    padding: 7px 15px 13px 15px;
    color: #aaa;
    font-weight: 300;
    font-size: 90%;
    /*height: 40px;*/
}
.ayoan_whatsapp_chatbox .widget-body .body-content{
    /*border: 1px solid #000;*/
    height: 198px;
    overflow-x:hidden;
    overflow-y:auto;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list{
    /*border: 1px solid #000;*/
    height: 100%;
    margin: 0;
    padding: 0 15px 0 15px;

}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item{
    margin-bottom: 15px;
    background: #f1f4f7;
    border-radius: 5px;
    border-left: 3px solid #aaa;
    display: flex;
    padding: 5px 0;

}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item:last-child{
    margin-bottom: 0px;

}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item.active{
    border-left: 3px solid #067e33;

}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-1{
    padding: 15px;
    width: 80px;
    min-width: 80px;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .user-pro-pic-wrapper{
    border-radius: 100%;
    overflow: hidden;
    /* object-fit: cover; */
    width: 50px;
    height: 50px;

}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .user-pro-pic-wrapper .user-pro-pic{
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;

}

.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-2{
    flex-grow: 1;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-word;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-2 .list-title{
    font-size: 110%;
    color: #222;
    font-weight: 400;
    margin-bottom: 2px;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-2 .list-content{
    font-size: 90%;
    color: #aaa;
    margin-bottom: 5px;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-2 .list-latest-text{
    color: #e6ac0a;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-2 .list-latest-text:empty{
    display: none;
}

.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-3{
    width: 50px;
    min-width: 50px;
    text-align: center;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-3 .list-icon-wrapper .list-icon{
    width: 25px;
    height: 25px;
    margin-top: 28px;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-3 .list-icon-wrapper .list-icon path{
    fill: #aaa;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item.active .col-3 .list-icon-wrapper .list-icon path{
    fill: #067e33;
}

.ayoan_whatsapp_chatbox_container .widget-close-btn-row{
    /*border: 1px solid #000;*/
    position: relative;
    height:100px;
    text-align: left; 
}
.ayoan_whatsapp_chatbox_container .widget-close-btn{
    background: #067e33;
    border: none;
    padding: 20px 20px; 
    border-radius: 100%;
    margin-top: 20px;
    box-shadow: 0px 20px 15px rgba(0,0,0,.1);
    outline: none !important;
}
.ayoan_whatsapp_chatbox_container .widget-close-btn .icon{
    width: 20px;
    display: block;
}


/* Botão WhatsApp luminoso */
.rs-openChatBtn .widget-close-btn {
    position: fixed;
  /*  bottom: 20px;
    right: 80px; 
    width: 60px;
    height: 60px;*/
    border-radius: 50%;
    background: #25d366 !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;

    /* Efeito neon */
    box-shadow: 0 0 10px rgba(37, 211, 102, 0.8),
                0 0 20px rgba(37, 211, 102, 0.6),
                0 0 40px rgba(37, 211, 102, 0.4);

    /* Animação */
    animation: whatsappPulse 2s infinite;
    transition: transform 0.3s ease;
}

/* Ícone dentro do botão */
.rs-openChatBtn .widget-close-btn .icon {
    width: 30px;
    height: 30px;
}

/* Animação de pulsação */
@keyframes whatsappPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(37, 211, 102, 0.6),
                    0 0 20px rgba(37, 211, 102, 0.4);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 20px rgba(37, 211, 102, 1),
                    0 0 40px rgba(37, 211, 102, 0.8),
                    0 0 60px rgba(37, 211, 102, 0.6);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(37, 211, 102, 0.6),
                    0 0 20px rgba(37, 211, 102, 0.4);
    }
}

/* Hover: efeito ainda mais forte */
.rs-openChatBtn .widget-close-btn:hover {
    transform: scale(1.15);
    box-shadow: 0 0 25px rgba(37, 211, 102, 1),
                0 0 50px rgba(37, 211, 102, 0.9),
                0 0 80px rgba(37, 211, 102, 0.7);
}
