svg:not(:root) {
    overflow: hidden;
}
.wa-messenger-svg-whatsapp {
    fill: white;
    width: 45px;
    height: 50px;
    stroke: none;
}
.whatsappBlock {
margin: 0 0 20px 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 340px !important;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    }
