
*{
    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: 25px;
	right: 5px;
	width: 325px;
	font-size: 14px;
	z-index: 5000000;
}
.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: #3cb743;
	padding: 17px 25px;
	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: 150%;
    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: 0px 0px 0px 0px;
    border-radius: 0 0 10px 10px;
	width: 100%;
    height: 300px; /* IMPORTANT */
    background-image: url("/site_assets/images/wpapp-back.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
}
.ayoan_whatsapp_chatbox .widget-body .body-title{
    /*border: 1px solid #000;*/
    padding: 0px 0px 1px 10px;
	color: #aaa;
	font-weight: 300;
	font-size: 90%;
    /*height: 40px;*/
}
.ayoan_whatsapp_chatbox .widget-body .body-content{
    /*border: 1px solid #000;*/
    height: 300px;
    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 0px 0 0px;

}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item{
    margin-bottom: 15px;
    background: #25d366;
    border-radius: 16px;
    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 #3cb743;

}
.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: #3cb743;
}

.ayoan_whatsapp_chatbox_container .widget-close-btn-row{
    /*border: 1px solid #000;*/
    position: relative;
    height:100px;
    text-align: right;
}
.ayoan_whatsapp_chatbox_container .widget-close-btn{
    background: #3cb743;
    border: none;
    padding: 20px 20px;
    border-radius: 100%;
    margin-top: -28px;
    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;
}

.header-title{
	color:#fff;
	font-weight:600 ;
}







@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);

.ayoan_whatsapp_chatbox .container {
    width: 400px;
    padding: 10px;
}

.ayoan_whatsapp_chatbox .message-blue {
    position: relative;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 25px;
    background-color: #E8E7E7;
    width: 286px;
    height: 80px;
    text-align: left;
    font: 700 .9em 'Open Sans', sans-serif;
    border: 1px solid #FFF;
    border-radius: 10px;
}

.ayoan_whatsapp_chatbox .message-orange {
    position: relative;
    margin-bottom: 10px;
    margin-left: calc(100% - 240px);
    padding: 10px;
    background-color: #f8e896;
    width: 200px;
    height: 50px;
    text-align: left;
    font: 400 .9em 'Open Sans', sans-serif;
    border: 1px solid #dfd087;
    border-radius: 10px;
}

.ayoan_whatsapp_chatbox .message-content {
    padding: 0;
    margin: 0;
}

.ayoan_whatsapp_chatbox .message-timestamp-right {
    position: absolute;
    font-size: .85em;
    font-weight: 300;
    bottom: 5px;
    right: 5px;
}

.ayoan_whatsapp_chatbox .message-timestamp-left {
    position: absolute;
    font-size: .85em;
    font-weight: 300;
    bottom: 5px;
    left: 5px;
}

.ayoan_whatsapp_chatbox .message-blue:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #E8E7E7;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 0;
    left: -15px;
}

.ayoan_whatsapp_chatbox .message-blue:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 17px solid #E8E7E7;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: -1px;
    left: -17px;
}

.ayoan_whatsapp_chatbox .message-orange:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 15px solid #f8e896;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: 0;
    right: -15px;
}

.ayoan_whatsapp_chatbox .message-orange:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 17px solid #dfd087;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    bottom: -1px;
    right: -17px;
}


.ayoan_whatsapp_chatbox .wa-btn {
    width: 55%;
	padding: 5px 10px;
	border-radius: 999px;
	border: none;
	background-color: #25D366;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	transition: background 0.3s;
	margin-top: 140px;
	margin-left: 10%;
}

.ayoan_whatsapp_chatbox .wa-btn i {
    font-size: 20px;              /* Icon size */
}

.ayoan_whatsapp_chatbox .wa-btn:hover {
    background-color: #1ebe5d;    /* Darker on hover */
}