

.wcl-header{background:#25D366;color:#fff;padding:10px;border-radius:10px 10px 0 0}
#wcl-box textarea{width:100%;border:none;padding:10px;resize:none}
#wcl-box button{width:80%;background:#25D366;color:#fff;border:none;padding:10px;cursor:pointer}

#wcl-box {
    display: none;
    position: fixed;
    bottom: 120px !important;
    right: 20px;
    width: 260px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    font-family: sans-serif;
    z-index: 99999;
}

#wcl-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99999;
}
#wcl-box,
#wcl-toggle {
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    z-index: 2147483647 !important;
    transform: none !important;
}

#wcl-toggle {
bottom: 90px !important;
}

#wcl-box {
 bottom: 140px !important;
}