/*
Generated time: March 25, 2026 07:20
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.mb-whatsapp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 888;
    background-color: #0fbf51;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 99px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0
}

.mb-whatsapp:hover {
    filter: brightness(1.08)
}

.mb-whatsapp-logo {
    height: 18px;
    width: 18px
}

.mb-whatsapp-text {
    color: #fff;
    font-size: 14px;
    font-weight: 550
}

@media (max-width:989px) {
    .mb-whatsapp {
        padding: 15px
    }

    .mb-whatsapp-logo {
        height: 22px;
        width: 22px
    }

    .mb-whatsapp-text {
        display: none
    }
}

@supports (bottom:env(safe-area-inset-bottom)) {
    @media screen and (max-width:768px) {
        .mb-whatsapp {
            bottom: max(0)
        }
    }
}