.ysdWhatsappApp__sticky-btn {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    margin-right: 40px;
    margin-bottom: 40px;
}

.ysdWhatsappApp__sticky-btn > a {
    margin-bottom: 20px;
}

.ysdWhatsappApp__btn-sticky-top {
    z-index: 1000;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    color: #d99e5e;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 60px;
}

.ysdWhatsappApp__btn-sticky-top:hover {
    opacity: 0.5;
}

.ysdWhatsappApp__position-left {
    right: initial;
    margin-right: initial;

    left: 0%;
    margin-left: 40px;
}

@media screen and (max-width: 991px) {
    .ysdWhatsappApp__sticky-btn {
        margin-right: 3%;
        margin-bottom: 3%;
    }

    .ysdWhatsappApp__position-left {
        margin-right: initial;

        margin-left: 3%;
    }    
}

@media only screen and (max-width: 767px) {
    .ysdWhatsappApp__sticky-btn > a {
        margin-bottom: 15px;
    }

    .ysdWhatsappApp__btn-sticky-top {
        width: 45px;
    }
}