
#whatsappchat-right {
    position: fixed;
    bottom: 10px; 
    right: 0px;
    z-index: 900;
    height: 150px;
    width: 40px;

    background-color: #46d56c !important;

    border-left: 1px #ffffff solid;
    border-top: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
    border-right: 0px #ffffff hidden;

    border-top-left-radius : 8px;
    border-top-right-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-left-radius : 8px;

    text-align: center;
    padding: 0;
    margin: 0;

    cursor: pointer;
    transition: 0.3s;
}
#whatsappchat-right:hover {
    box-shadow: -3px 0px 10px 1px #cccccc;
    transition: 0.3s;
}
#whatsappchat-right-text {
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: 18px;
    transform: rotate(-90deg);
    height: 40px;
    width: 120px;
    padding-bottom: 65px;
    line-height: 22px;
}
#whatsappchat-right-icon {
    border: 0px hidden;
}
