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

Project:  ChatPro - All in One Chat on Any Social Plateform jQuery Plugin
Author:  Black Theme
Released On:  25, Nov 2019
@version:  1.0
 
==========================================================*/

/* Click To ChatPro Main Panel */
.cp-style9{
    display: block;
    position: fixed;
    top: 10%;
    right: 0;
    bottom: 0;
    width: 260px;
    height: 520px;
    letter-spacing: 0.1px;
    border-radius: 7px 0 0 10px;
    box-shadow: -2px 0px 5px rgba(68, 68, 68, 0.59);
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 9999;
}

/* Click To ChatPro Floating Button */
.cp-style9 .cp-button{
    position: absolute;
    top: 45%;
    bottom: -24px;
    right: 260px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    text-align: center;
    border-radius: 6px 0 0 6px;
    box-shadow: -2px 0px 3px rgba(68, 68, 68, 0.59);
    cursor: pointer;
}
.cp-style9 .cp-button img{
    width: 33px;
    margin-bottom: 5px;
    cursor: pointer;
}

/* Floating Panel Container */
.cp-style9 .cp-panel{
    padding: 10px;
    width: 260px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
}
.cp-style9 .cp-panel .cp-list{
    display: inline-flex;
    padding: 7px 5px;
    width: 100%;
    cursor: pointer;
}
.cp-style9 .cp-panel .cp-list:hover{
    border-radius: 10px;
    box-shadow: 0px 2px 7px 0px #0000002e;
}
.cp-style9 .cp-list .cp-image{    
    display: flex;
    width: 50px;
    text-align: center;
    justify-content: center;
}
.cp-style9 .cp-image img{
    position: absolute;
    margin-top: 4px;
    width: 10%;
}
.cp-style9 .cp-panel .cp-list,
.cp-style9 .cp-panel .cp-list:hover,
.cp-style9 .cp-image img,
.cp-style9 .cp-panel .cp-list:hover img{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cp-style9 .cp-panel .cp-content{
    padding-left: 0;
}
.cp-style9 .cp-panel h2{
    padding-top: 0; 
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}
.cp-style9 .cp-panel p{
    margin-bottom: 0;
    font-size: 12px;
}