/*
 * =========================================================
 * SpeedaCure Global WhatsApp Badge V2
 * =========================================================
 */

a.sc-whatsapp-global-badge {
    position: fixed !important;

    right: 22px !important;
    bottom: 118px !important;

    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    max-width: 58px !important;
    max-height: 58px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    overflow: hidden !important;

    border: 0 !important;
    border-radius: 50% !important;

    background: #25D366 !important;
    color: #ffffff !important;

    box-shadow:
        0 4px 14px
        rgba(0, 0, 0, .22) !important;

    text-decoration: none !important;

    line-height: 1 !important;

    box-sizing: border-box !important;

    z-index: 20000 !important;

    cursor: pointer !important;
}


a.sc-whatsapp-global-badge:hover {
    transform: translateY(-2px) !important;

    box-shadow:
        0 6px 18px
        rgba(0, 0, 0, .28) !important;
}


/*
 * Force SVG to stay inside the circular badge.
 * This overrides any global storefront SVG rules.
 */

a.sc-whatsapp-global-badge > svg {
    display: block !important;

    width: 34px !important;
    height: 34px !important;

    min-width: 34px !important;
    min-height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;

    margin: 0 !important;
    padding: 0 !important;

    position: static !important;

    transform: none !important;

    flex: 0 0 34px !important;

    overflow: visible !important;

    color: #ffffff !important;

    box-sizing: border-box !important;
}


@media (max-width: 600px) {

    a.sc-whatsapp-global-badge {
        right: 14px !important;
        bottom: 112px !important;

        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
        min-height: 52px !important;
        max-width: 52px !important;
        max-height: 52px !important;
    }


    a.sc-whatsapp-global-badge > svg {
        width: 30px !important;
        height: 30px !important;

        min-width: 30px !important;
        min-height: 30px !important;
        max-width: 30px !important;
        max-height: 30px !important;

        flex-basis: 30px !important;
    }
}
