/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2024 | 10:16:03 */
.nb-form {
    position: fixed;
    z-index: 9999;
    max-width: 300px;
    background: #fff;
    left: 15px;
    bottom: -175px;
    transition: all .8s cubic-bezier(.22,.67,.43,1.22) .2s;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.nb-form:hover {
    bottom: 0px;
    border-bottom: 1px solid #2eae1e;
}
.nb-form .title {
    background: #2eae1e;
    padding: 7px 12px!important;
    border-radius: 10px 10px 0 0;
    letter-spacing: .5px;
}
.nb-form .title p {
    font-size: 16px !important;
    color: #fff !important;
}
.nb-form p {
    font-size: 13px;
    margin: 0;
    color: #666;
}
.nb-form .user-icon {
    position: absolute;
    top: -49px;
    right: 12px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
}
.nb-form .cform {
    padding: 10px 15px 15px 15px;
}
.nb-form p.message {
    margin-left: 7px;
}
.cform .message {
    font-size: 15px!important;
    color: #080808!important;
    margin-top: 5px;
}
.wpwhatsapp-chat-decswrap {
    max-height: 300px;
    margin-bottom: 20px;
    overflow-y: auto;
}
.wpwhatsapp-chat-decs {
    margin-top: 15px;
}
.wpwhatsapp-chat-decs a {
    color: #000;
    display: inline-block;
    padding: 8px 11px;
    border: 0!important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lato',sans-serif;
    line-height: 1.5;
}
.wpwhatsapp-image {
    width: 50px;
    margin-top: 10px;
    display: inline-block;
    float: left;
    vertical-align: middle;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #089d4b;
    -webkit-box-shadow: 0 0 0 6px rgba(8,148,71,.3);
    box-shadow: 0 0 0 6px rgba(8,148,71,.3);
}
.wpwhatsapp-image img {
    width: 50px;
    height: 50px;
}
.wpwhatsapp-title {
    padding: 10px 15px;
    float: left;
    vertical-align: middle;
    position: absolute;
    left: 95px;
    width: calc(100% - 135px);
    -webkit-box-shadow: 0 0 15px rgba(140,140,140,.5);
    box-shadow: 0 0 15px rgba(140,140,140,.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.wpwhatsapp-title::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.wpwhatsapp-title p {
    font-size: 15px;
    color: #000;
}
.wpwhatsapp-title span {
    font-size: 13px;
    color: #666;
}
@media only screen and (max-width: 768px){
	.nb-form {
    left: 15px;
}
}