.whatsapp-float {
    position: fixed !important;
    width: 60px !important;
    height: 60px !important;
    bottom: 20px !important;
    right: 20px !important;
    background-color: #25d366 !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important
;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 2px 2px 3px #999 !important;
    z-index: 1000 !important;
}