.wab-button {
    color: #fff !important;
    border-radius: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 999999;
    background-color: #5DA201;
}