/*======================================================

Project: WhatsChat - WhatsApp Chat Widget jQuery Plugin
Author: Black Theme
Released On: 4, Sep 2019
@version: 1.0

========================================================*/

/*=================================================
[Table of Contents For WhatsChat Button Style 10 ]
* WhatsChat Common CSS
* WhatsChat Button Style 1 CSS
* WhatsChat Button Style 2 CSS
* WhatsChat Button Style 3 CSS
* WhatsChat Button Style 4 CSS
* WhatsChat Button Style 5 CSS
* WhatsChat Button Style 6 CSS
* WhatsChat Button Style 7 CSS
===================================================*/ 

/*==============================
  WhatsChat Common CSS
================================*/

/* WhatsChat Main Style CSS */
.wc-style10{
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;	  
}

/*==============================
  Start WhatsChat Button Style 1
================================*/
.wc-style10 .wc-button1{
    display: flex;
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 245px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    overflow: hidden; 
}
.wc-style10 .wc-button1:before, .wc-style10 .wc-button1:after{
    display: flex;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    align-items: center;
    transition: 0.25s linear;
    z-index: 1;
}
.wc-style10 .wc-button1:before{
    content: "";
    left: 0;
    justify-content: flex-end;
}
.wc-style10 .wc-button1:after{
    content: "";
    right: 0;
    justify-content: flex-start;
}
.wc-style10 .wc-button1:hover{
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25), 0 5px 10px rgba(0, 0, 0, 0.22);
}
.wc-style10 .wc-button1:hover:before{
    opacity: 0.5;
    transform: translateY(-100%);
}
.wc-style10 .wc-button1:hover:after{
    opacity: 0.5;
    transform: translateY(100%);
}
.wc-style10 .wc-button1 span{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 2;
}
.wc-style10 .wc-button1:hover span{
    opacity: 0;
    z-index: -3;
}
.wc-style10 .wc-button1 span i{
    margin-right: 5px;
    font-size: 25px;
    font-weight: 700;
}
.wc-style10 .wc-button1 .social-link{
    display: flex;
    position: relative;
    padding: 3px;
    margin: 4px;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 50px;
    cursor: pointer;
}
.wc-style10 .wc-button1 .social-link img{
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

/* Comoon CSS */
.wc-style10 .wc-button1 .social-link,
.wc-style10 .wc-button1 .social-link:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* Media CSS for Smaller Device */
@media(max-width: 576px){
    .wc-style10 .wc-button1:before{
        opacity: 0.5;
        transform: translateY(-100%);
    }
    .wc-style10 .wc-button1:after{
        opacity: 0.5;
        transform: translateY(100%);
    }
    .wc-style10 .wc-button1 span{
        opacity: 0;
        z-index: -3;
    }
}

/*==============================
  End WhatsChat Button Style 1
================================*/

/*==============================
  Start WhatsChat Button Style 2
================================*/
.wc-style10 .wc-button2{
    display: flex;
    position: fixed;
    bottom: 1em;
    right: 1em;
    outline: 0;
    cursor: pointer;
	z-index: 99999;  
}
@media (max-width: 767px) {
    .wc-style10 .wc-button2 {
        bottom: 6em;
    }
}
.wc-style10 .wc-button2 .wc-chat-icon i{
position: relative;
    padding: 13px;
    width: 60px;
    height: 60px;
    line-height: 0.8;
    margin-top: -20px;
    font-size: 35px;
    text-align: center;
    border-radius: 50%;
}
.wc-style10 .wc-button2:hover .wc-chat-icon i{
    box-shadow: 0 0px 10px #222;
}
.wc-style10 .wc-button2 p{
padding: 10px 13px 12px 1px;
    margin-top: 7px;
    margin-bottom: 0;
    margin-left: -15px;
    height: 45px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
}

/* Common CSS */
.wc-style10 .wc-button2:hover .wc-chat-icon i,
.wc-style10 .wc-button2:hover p{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wc-style10 .wc-button2 .wc-chat-icon i,
.wc-style10 .wc-button2:hover p{
    box-shadow: 0 0px 2px #222;
}
/*==============================
  End WhatsChat Button Style 2
================================*/

/*==============================
  Start WhatsChat Button Style 3
================================*/
.wc-style10 .wc-button3{
    display: flex;
    position: fixed;
    padding: 5px 15px;
    bottom: 1em;
    right: 1em;
    outline: 0;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;    
    box-shadow: 0 0px 2px #6c6b6b;   
}
.wc-style10 .wc-button3:hover{
    box-shadow: 0 0px 10px #6c6b6b;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wc-style10 .wc-button3 i{
    padding: 3px;
    font-size: 20px;   
}
.wc-style10 .wc-button3 span{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
}
/*==============================
  End WhatsChat Button Style 3
================================*/

/*==============================
  Start WhatsChat Button Style 4
================================*/
.wc-style10 .wc-button4{
    display: block;
    position: fixed;
    padding: 5px 20px;
    bottom: 1em;
    right: 1em;
    outline: none;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #999;
    cursor: pointer;
    overflow: hidden;  
}
.wc-style10 .wc-button4 span{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
.wc-style10 .wc-button4 .fa-whatsapp{
    position: absolute;
    padding: 10px 20px;
    top: 0;
    left: -60px;
    font-size: 20px;
    font-weight: 600;
}
.wc-style10 .wc-button4:hover{
    border-radius: 50px;
}
.wc-style10 .wc-button4:hover .fa-whatsapp{
    left: 0px;
}
.wc-style10 .wc-button4:hover span{
    margin-left: 50px;
}

/* Common CSS */
.wc-style10 .wc-button4,
.wc-style10 .wc-button4 span,
.wc-style10 .wc-button4 .fa-whatsapp{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Media CSS for Smaller Device */
@media(max-width: 576px){
    .wc-style10 .wc-button4{
        border-radius: 50px;
    }
    .wc-style10 .wc-button4 .fa-whatsapp{
        left: 0px;
    }
    .wc-style10 .wc-button4 span{
        margin-left: 50px;
    }
}
/*==============================
  End WhatsChat Button Style 4
================================*/

/*==============================
  Start WhatsChat Button Style 5
================================*/
.wc-style10 .wc-button5{
    position: fixed;
    bottom: 1em;
    right: 1em;
    outline: 0;
    cursor: pointer; 
}
.wc-style10 .wc-button5 i{
    position: relative;
    padding: 13px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: center;
    line-height: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 2px #222;
}
.wc-style10 .wc-button5:hover i{
    box-shadow: 0 0 10px #222;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*==============================
  End WhatsChat Button Style 5
================================*/

/*==============================
  Start WhatsChat Button Style 6
================================*/
.wc-style10 .wc-button6{
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: 2.5em;
    right: 2.5em;
    justify-content: center;  
}
.wc-style10 .wc-button6 .fa-whatsapp{
    position: relative;
    padding: 13px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: center;
    line-height: 0.8;
    border-radius: 50%;
    z-index: 1;
}
.wc-style10 .wc-button6 .fa-whatsapp:hover{
    -webkit-transform: rotate(270deg);
    -moz-transition: rotate(270deg);
    -ms-transition: rotate(270deg);
    -o-transition: rotate(270deg);
    transform: rotate(270deg);
    box-shadow: 0 0 1px 15px rgba(64, 62, 62, 0.14), 0 0 1px 30px rgba(138, 59, 88, 0.1), 0 0 1px 45px rgba(138, 59, 88, 0.1);
}
.wc-style10 .wc-button6 .fa-whatsapp,
.wc-style10 .wc-button6 .fa-whatsapp:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*==============================
  End WhatsChat Button Style 6
================================*/

/*==============================
  Start WhatsChat Button Style 7
================================*/
.wc-style10 .wc-button7{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: fixed;
    bottom: 2.5em;
    right: 2.5em;
    width: 84px;
    height: 84px;

    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.wc-style10 .wc-button7 a{
    display: block;
    position: relative;
    padding-bottom: 50%;
    width: 50%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    transition: border-radius .3s ease, -webkit-transform .2s ease;
    transition: border-radius .3s ease, transform .2s ease;
    transition: border-radius .3s ease, transform .2s ease, -webkit-transform .2s ease;
}
.wc-style10 .wc-button7 a img{
    display: block;
    position: absolute;
    padding: 2px;
    margin: 0;
    width: 100%;
    border-radius: 50px;
    opacity: 0;
    fill: #fff;
    -webkit-transform: scale(0.6) rotate(-45deg);
            transform: scale(0.6) rotate(-45deg);
    transition: all .15s ease;
    -webkit-backface-visibility: hidden;
}
.wc-style10 .wc-button7 a:nth-child(1){
    border-radius: 8px 0 0 0;
}
.wc-style10 .wc-button7 a:nth-child(2){
    border-radius: 0 0 0 8px;
}
.wc-style10 .wc-button7 a:nth-child(3){
    border-radius: 0 8px 0 0;
}
.wc-style10 .wc-button7 a:nth-child(4){
    border-radius: 0 0 8px 0;
}
.wc-style10 .wc-button7:before, 
.wc-style10 .wc-button7:after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 6px;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}
.wc-style10 .wc-button7:before{
    -webkit-transform: translate(-50%, -50%) scaleY(0.76);
            transform: translate(-50%, -50%) scaleY(0.76);
}
.wc-style10 .wc-button7:after{
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(0.76);
          transform: translate(-50%, -50%) rotate(90deg) scaleY(0.76);
}
.wc-style10 .wc-button7:hover{
    -webkit-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
    transition: -webkit-transform .4s ease .1s;
    transition: transform .4s ease .1s;
    transition: transform .4s ease .1s, -webkit-transform .4s ease .1s;
}
.wc-style10 .wc-button7:hover:before{
    -webkit-transform: translate(-50%, -50%) scaleY(0.76) scaleX(3);
            transform: translate(-50%, -50%) scaleY(0.76) scaleX(3);
}
.wc-style10 .wc-button7:hover:after{
    -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(0.76) scaleX(3);
            transform: translate(-50%, -50%) rotate(90deg) scaleY(0.76) scaleX(3);
}
.wc-style10 .wc-button7:hover a{
    pointer-events: none;
    border-radius: 50%;
    -webkit-animation: pointerEvent 0s linear forwards .4s;
            animation: pointerEvent 0s linear forwards .4s;
    transition: border-radius .15s ease .1s, -webkit-transform .25s ease .15s;
    transition: border-radius .15s ease .1s, transform .25s ease .15s;
    transition: border-radius .15s ease .1s, transform .25s ease .15s, -webkit-transform .25s ease .15s;
}
.wc-style10 .wc-button7:hover a:nth-child(1){
    -webkit-transform: translate(-6px, -6px);
          transform: translate(-6px, -6px);
}
.wc-style10 .wc-button7:hover a:nth-child(2){
    -webkit-transform: translate(-6px, 6px);
          transform: translate(-6px, 6px);
}
.wc-style10 .wc-button7:hover a:nth-child(3){
    -webkit-transform: translate(6px, -6px);
          transform: translate(6px, -6px);
}
.wc-style10 .wc-button7:hover a:nth-child(4){
    -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}
.wc-style10 .wc-button7:hover a img{
    opacity: 1;
    transition: all .3s ease .2s;
    -webkit-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}
.wc-style10 .wc-button7:hover a:hover img{
    opacity: 1;
    transition: all .3s ease 0s;
}

@-webkit-keyframes pointerEvent{
  100%{
      pointer-events: auto;
  }
}

@keyframes pointerEvent{
  100%{
      pointer-events: auto;
  }
}
/*==============================
  End WhatsChat Button Style 7
================================*/
/*======================================================

Project: WhatsChat - WhatsApp Chat Widget jQuery Plugin
Author: Black Theme
Released On: 4, Sep 2019
@version: 1.0
 
========================================================*/

/*======================================================
[Table of Contents For Green Gradiant Color]
* WhatsChat Main Layout CSS
* WhatsChat Sidebar Togle CSS
* DropDown List for WhatsChat Style10 Button CSS
* WhatsChat Style1 CSS
* WhatsChat Style2 CSS
* WhatsChat Style3 CSS
* WhatsChat Style4 CSS
* WhatsChat Style5 CSS
* WhatsChat Style6 CSS
* WhatsChat Style7 CSS
* WhatsChat Style8 CSS
* WhatsChat Style9 CSS
* WhatsChat Style10 CSS
========================================================*/ 

/*==================================================
    WhatsChat Main Layout CSS
====================================================*/
.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;
}

/*==================================================
    DropDown List for WhatsChat Style10 Button CSS
====================================================*/
.wc-dropdown .new-select{
    color: #444;
}
.wc-dropdown .new-select .selection{
    border: 1px solid #09e072;
}
.wc-dropdown .new-select .selection:hover p, 
.wc-dropdown .new-select .selection.open p{
    color: #383838;
}
.wc-dropdown .new-select .selection > span{
    border-color: #09e072 transparent transparent transparent;
}
.wc-dropdown .new-select .selection.open > span{
    border-color: transparent transparent #bbb transparent;
}
.wc-dropdown .new-option.reveal:hover{
    color: #f5f5f5;
    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-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
====================================================*/

/*==================================================
    Start WhatsChat Style2 CSS
====================================================*/
.wc-style2 .wc-panel .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-style2 .wc-panel .wc-list{
    border: 2px solid #09e072;
}
.wc-style2 .wc-panel .wc-list img{
    background: #fff;
}

/* Common CSS */
.wc-style2 .wc-panel .wc-button,
.wc-style2 .wc-panel .wc-button:hover{
    color: #fff;
}
/*==================================================
    End WhatsChat Style2 CSS
====================================================*/

/*==================================================
    Start WhatsChat Style3 CSS
====================================================*/
.wc-style3 .wc-button i{
    color: #09e072;
}
.wc-style3 .wc-list .d-flex{
    background-color: #f5f5f5;
}
.wc-style3 .wc-list:hover .d-flex{
    background-color: #eee;
    border-left: 2px solid #09e072; 
}
.wc-style3 .wc-list .wc-offline{
    background-color: #b1b1b1;
}
.wc-style3 .wc-list .wc-user-info span{
    color: #383838;
}
.wc-style3 .wc-list .wc-user-info p{
    color: #8c8c8c;
}

/* Common CSS */
.wc-style3 .wc-header,
.wc-style3 .wc-body .wc-list .wc-online{
    color: #fff;
    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-style3,
.wc-style3 .wc-button{
    background-color: #fff; 
}
/*==================================================
    End WhatsChat Style3 CSS
====================================================*/

/*==================================================
    Start WhatsChat Style4 CSS
====================================================*/
.wc-style4 .wc-overlay{
    background-color: #0000007a;
}
.wc-style4 .wc-modal .wc-content{
    background-color: #fff;
}
.wc-style4 ul .wc-list{
    color: #383838;
}
.wc-style4 .wc-list{
    background-color: #f5f7f9;
}
.wc-style4 .wc-list .wc-user-img{
    border: 2px solid transparent;
}
.wc-style4 .wc-list:hover .wc-user-img{
    border: 2px solid #09e072;
}
.wc-style4 .wc-user-info strong{
    color: #383838;
}
.wc-style4 .wc-user-info .wc-status{
    border: 1px solid #fff;
}
.wc-style4 .wc-user-info p{
    color: #8c8c8c;
}
.wc-style4 .wc-list .wc-chat-icon i{
    color: #09e072;
}

/* Common CSS */
.wc-style4 .wc-button,
.wc-style4 .wc-button:hover,
.wc-style4 .wc-user-info .wc-status,
.wc-style4 .wc-footer .wc-close{
    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-style4 .wc-button:hover,
.wc-style4 .wc-header,
.wc-style4 .wc-button i,
.wc-style4 .wc-user-info .wc-status,
.wc-style4 .wc-footer .wc-close{
    color: #fff;
}
/*==================================================
    End WhatsChat Style4 CSS
====================================================*/

/*==================================================
    Start WhatsChat Style5 CSS
====================================================*/
.wc-style5 .wc-list .wc-online{
    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-style5 .wc-list .wc-offline{
    background-color: #b1b1b1;
}
.wc-style5 .wc-list .wc-user-img{
    border: 2px solid #09e072;
}
.wc-style5 .wc-list:hover strong{
    color: #383838;
}
.wc-style5 .wc-list:hover .wc-user-info p{
    color: #8c8c8c;
}

/* Common CSS */
.wc-style5 .wc-list .wc-user-img,
.wc-style5 .wc-list:hover .wc-user-info{
    background: #fff;
}
/*==================================================
    End WhatsChat Style5 CSS
====================================================*/

/*==================================================
    Start WhatsChat Style6 CSS
====================================================*/
.wc-style6 .wc-panel{
    background-color: #fff;
}
.wc-style6 .wc-user-info span{
    color: #383838;
}
.wc-style6 .wc-user-info p{
    color: #8c8c8c;
}
.wc-style6 .wc-list .wc-online{
    box-shadow: 0 0 14px #69f9b0;
    border: 2px solid #09e072;
}
.wc-style6 .wc-list .wc-offline{
    box-shadow: 0 0 10px #b1b1b1;
    border: 2px solid #b1b1b1;
}

/* Common CSS */
.wc-style6 .wc-header,
.wc-style6 .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-style6 .wc-panel .wc-header,
.wc-style6 .wc-button i{
    color: #fff;
}
/*==================================================
    End WhatsChat Style6 CSS
====================================================*/

/*==================================================
    Start WhatsChat Style7 CSS
====================================================*/
.wc-style7 .wc-content .wc-bubble span{
    color: rgba(0,0,0,0.4);
}

/* Common CSS */
.wc-style7 .wc-header,
.wc-style7 .wc-button,
.wc-style7 .wc-footer .wc-list{
    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-style7 .wc-panel,
.wc-style7 .wc-content .wc-bubble,
.wc-style7 .wc-footer{
    background-color: #fff;
}
.wc-style7 .wc-panel .wc-header,
.wc-style7 .wc-button i,
.wc-style7 .wc-user-info,
.wc-style7 .wc-list p,
.wc-style7 .wc-list i{
    color: #fff;
}
/*==================================================
    End WhatsChat Style7 CSS
====================================================*/

/*==================================================
    Start WhatsChat Style8 CSS
====================================================*/
.wc-style8 .wc-list .wc-user-img{
    border: 2px solid #09e072;
}

/* Common CSS */
.wc-style8 .wc-panel .wc-button i,
.wc-style8 .wc-panel ul .wc-list{
    color: #fff;
}
.wc-style8 .wc-panel .wc-button,
.wc-style8 .wc-list .wc-user-img,
.wc-style8 .wc-list .wc-user-info{
    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);
}
/*==================================================
    End WhatsChat Style8 CSS
====================================================*/

/*==================================================
    Start WhatsChat Style9 CSS
====================================================*/
.wc-style9 .wc-button i{
    color: #fff;
}

/* Common CSS */
.wc-style9:after,
.wc-style9 .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);
}
/*==================================================
    End WhatsChat Style9 CSS
====================================================*/

/*==================================================
    Start WhatsChat Style10 CSS
====================================================*/
/* Start WhatsChat Button Style 1 */
.wc-style10 .wc-button1 span{
    color: #fff;
}
.wc-style10 .wc-button1 .social-link:hover{
    border: 2px solid #fff;
}
.wc-style10 .wc-button1,
.wc-style10 .wc-button1:before,
.wc-style10 .wc-button1:after,
.wc-style10 .wc-button1:hover{
    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);
}
/* End WhatsChat Button Style 1 */

/* Start WhatsChat Button Style 2 */
.wc-style10 .wc-button2 .wc-chat-icon i{
    border: 2px solid #fff;
	margin-left:-10px;
}
.wc-style10 .wc-button2 .wc-chat-icon i,
.wc-style10 .wc-button2 p{
    color: #fff;    
    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);
}
/* End WhatsChat Button Style 2 */

/* Start WhatsChat Button Style 3 */
.wc-style10 .wc-button3{
    border: 2px solid #fff;    
    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-style10 .wc-button3 i,
.wc-style10 .wc-button3 span{
    color: #fff;
}
/* End WhatsChat Button Style 3 */

/* Start WhatsChat Button Style 4 */
.wc-style10 .wc-button4:hover{
    background: #fff;
}
.wc-style10 .wc-button4:hover span{
    color: #09e072;
}
.wc-style10 .wc-button4 span,
.wc-style10 .wc-button4 .fa-whatsapp{
    color: #fff;
}
.wc-style10 .wc-button4,
.wc-style10 .wc-button4 .fa-whatsapp{
    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);
}
/* End WhatsChat Button Style 4 */

/* Start WhatsChat Button Style 5 */
.wc-style10 .wc-button5 i{
    border: 2px solid #fff;
}
.wc-style10 .wc-button5 i,
.wc-style10 .wc-button5 .fa-whatsapp{
    color: #fff;    
    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);
}
/* End WhatsChat Button Style 5 */

/* Start WhatsChat Button Style 6 */
.wc-style10 .wc-button6 i{
    color: #fff;    
    border: 2px solid #fff;
    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);
}
/* End WhatsChat Button Style 6 */

/* Start WhatsChat Button Style 7 */
.wc-style10 .wc-button7 a{
    background: #09e072;
}
.wc-style10 .wc-button7:hover a{
    background: transparent;
}
.wc-style10 .wc-button7 a img{
    border: 2px solid #09e072;
}
.wc-style10 .wc-button7:before, 
.wc-style10 .wc-button7:after {
    background: #fff;
}
.wc-style10 .wc-button7:hover:before, 
.wc-style10 .wc-button7:hover:after {
    background: transparent;
}
/* End WhatsChat Button Style 7 */
/*==================================================
    Start WhatsChat Style10 CSS
====================================================*/
/*======================================================

Project: WhatsChat - WhatsApp Chat Widget jQuery Plugin
Author: Black Theme
Released On: 4, Sep 2019
@version: 1.0

========================================================*/

/* WhatsChat Main Panel */
.wc-style7{
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* WhatsChat Floating Button */
.wc-style7 .wc-button{
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 20px;
	border: 1px solid #fff;
	border-radius: 50px;
	text-align: center;
	box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);	
	cursor: pointer;
}
.wc-style7 .wc-button:hover{
	box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.5);
}
.wc-style7 .wc-button i{
	margin-top: 13px;
	font-size: 25px;
}

/* The popup chat - hidden by default */
.wc-style7 .wc-panel{
  	display: none;
  	position: fixed;
  	width: 300px;
  	bottom: 85px;
	right: 30px;
	border-radius: 10px;
  	box-shadow: 0 3px 6px #b4b4b4;
  	z-index: 9;
}

/* WhatsChat Header */
.wc-style7 .wc-panel .wc-header{
	display: flex;
	padding: 15px 20px;
	text-align: center;
	border-radius: 7px 7px 0 0;
}
.wc-style7 .wc-header .wc-img-cont{
    position: relative;
    padding: 3px;
    margin-bottom: 4px;
    height: 52px;
    width: 52px;
    border: 2px solid #fff;
    border-radius: 50%;
	overflow: hidden;
    transition: transform 200ms ease-in-out;
}
.wc-style7 .wc-img-cont .wc-user-img{
    display: block;
    margin: 0 auto;
	max-width: 100%;
    height: 100%;
    border-radius: 50%;
}
.wc-style7 .wc-header .wc-user-info{
	margin-left: 15px;
    text-align: left;
}
.wc-style7 .wc-user-info strong{
	font-size: 15px;
	line-height: 20px;
}
.wc-style7 .wc-user-info p{
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
}

/* WhatsChat Body */
.wc-style7 .wc-body{
  	display: flex;
  	flex-direction: column;
    position: relative;
  	padding: 16px 20px 16px 10px;
  	width: 300px;
  	background-color: rgb(230, 221, 212);
}
.wc-style7 .wc-body::before{
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.08;
    z-index: 0;
    background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png); 
}

/* CSS Chat Bubble */
.wc-style7 .wc-content .wc-bubble{
	display: inline-block;
  	position: relative;
	padding: 7px 14px 8px;
    margin-top: 0;
    margin-left: 15px;
	width: 200px;
	height: auto;
	border-radius: 0 8px 8px 8px;
    transition: 0.3s ease all;
}
.wc-style7 .wc-content .tri-right.border.left-top:before{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: -40px;
	right: auto;
  	top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #666 transparent transparent transparent;
}
.wc-style7 .wc-content .tri-right.left-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: -20px;
	right: auto;
  	top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: #fff transparent transparent transparent;
}
.wc-style7 .wc-content .wc-bubble span{
	font-size: 13px;
    font-weight: 700;
    line-height: 18px;
}
.wc-style7 .wc-content .wc-bubble p{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
}

/* WhatsChat Footer */
.wc-style7 .wc-footer{
    margin: 20px;
    border-radius: 18px;
}
.wc-style7 .wc-footer .wc-list{
    display: flex;
    position: relative;
    padding: 8px 0;
    margin: 20px 20px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    line-height: 20px;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    overflow: hidden;    
}
.wc-style7 .wc-list p{
	margin-bottom: 0;
	margin-left: 8px;
    margin-right: 8px;
	font-size: 15px;
}
.wc-style7 .wc-list i{
	font-size: 20px;
}