.layout .layout-features i{
    color: #09e072;
}
.layout .layout-funcation .layout-funcation-odd{
    background: #eee;
}

/* Common CSS */
.layout .title,
.layout .wrapper .div-dot:after{
    background: -webkit-linear-gradient(to right, #26C281, #09e072);
    background: -moz-linear-gradient(to right, #26C281, #09e072);
    background: -ms-linear-gradient(to right, #26C281, #09e072);
    background: -o-linear-gradient(to right, #26C281, #09e072);
    background: linear-gradient(to right, #26C281, #09e072);
}
.layout .layout-heading h2,
.layout .layout-heading p{
    color: #fff;
} 
.layout .layout-style-title h3,
.layout .layout-button-title h3,
.layout .layout-features-title h3,
.layout .layout-funcation-title h3,
.layout .layout-features h4,
.layout .layout-funcation h4{
    color: #555;
}
.layout .layout-style-title p,
.layout .layout-button-title p,
.layout .layout-features-title p,
.layout .layout-funcation-title p,
.layout .layout-features p,
.layout .layout-funcation p{
    color: #8c8c8c;
}

/*==================================================
    WhatsChat Sidebar Togle CSS (Left Slide Panel)
====================================================*/
.wc-header{
    background: -webkit-linear-gradient(to right, #26C281, #09e072);
    background: -moz-linear-gradient(to right, #26C281, #09e072);
    background: -ms-linear-gradient(to right, #26C281, #09e072);
    background: -o-linear-gradient(to right, #26C281, #09e072);
    background: linear-gradient(to right, #26C281, #09e072);
}

/* Common CSS */
.wc-setting .icon,
.wc-setting .link a{
    color: #555;
}
.wc-setting .icon i,
.wc-setting .link a:hover{
    color: #09e072;
}


/* Common CSS */
.wc-dropdown .new-select .selection,
.wc-dropdown .new-option{
    background-color: #fff;
}

/*==================================================
    Start WhatsChat Style1 CSS
====================================================*/
.wc-style1 .wc-panel{
	background-color: #fff;
}
.wc-style1 .wc-body .wc-list{
    background-color: #eee;
}
.wc-style1 .wc-body .wc-list:hover{
    background-color: #e6e6e6;
}
.wc-style1 .wc-list .wc-user-img{
	border: 1.5px solid #f5f6fa;
}
.wc-style1 .wc-list .wc-status-icon{
	border: 1.5px solid #fff;
}
.wc-style1 .wc-list .wc-offline{
	background-color: #b1b1b1;
}
.wc-style1 .wc-list .wc-user-info span{
	color: #383838;
}
.wc-style1 .wc-list .wc-user-info p{
	color: #8c8c8c;
}
.wc-style1 .wc-list .wc-chat-icon i{
	color: #09e072;
}

/* Common CSS */
.wc-style1 .wc-panel .wc-header,
.wc-style1 .wc-body .wc-list .wc-online,
.wc-style1 .wc-button{
	background: -webkit-linear-gradient(to right, #26C281, #09e072);
    background: -moz-linear-gradient(to right, #26C281, #09e072);
    background: -ms-linear-gradient(to right, #26C281, #09e072);
    background: -o-linear-gradient(to right, #26C281, #09e072);
    background: linear-gradient(to right, #26C281, #09e072);
}
.wc-style1 .wc-panel .wc-header,
.wc-style1 .wc-button i{
	color: #fff;
}
/*==================================================
    End WhatsChat Style1 CSS
====================================================*/
