.datalitics-form,
.wp-datalitics {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.datalitics-form {
    border: 0;
    width: 100%;
    border-radius: 20px;
    overflow: hidden !important
}

.wp-datalitics {
    display: none;
    z-index: 9999999999;
    position: fixed;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #25d366;
    background-image: var(--wpr-bg-c85ee41d-26fe-4460-87a7-c2d8665fec7c);
    background-size: contain;
    bottom: 5%;
    right: 5%
}

@media screen and (max-width:800px) {
    .wp-datalitics {
        max-width: 95px;
        max-height: 95px
    }
}