.ud-widgets {
    position: fixed;
    z-index: 1000;
    width: 350px;
}

.ud-whatsapp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0bd561;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
    position: absolute;
    bottom: 0px;
    z-index: 2;
}

.ud-whatsapp img {
    max-width: 100%;
}

.ud-tooltip {
    background: white;
    height: 50px;
    overflow: hidden;
    padding: 0.7rem;
    border-radius: 8px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    width: 250px;
    z-index: 1;
}

.ud-tooltip p {
    color: #000000;
    margin: 0px;
    font-size: 0.9em;
    line-height: normal;
    font-family: Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

.ud-popup {
    left: 60px;
    opacity: 1;
}