/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

.whatsapp-fixed {
    display: flex;
    position: fixed;
    right: 1rem;
    bottom: 5rem;
    z-index: 999;
    background-color: #4ead00;
    border-radius: 1rem;
}

    .whatsapp-fixed:hover, .whatsapp-fixed:focus {
        background-color: #4ead00d5;
        color: #fff;
    }

    .whatsapp-fixed img {
        width: 48px;
        height: 48px;
    }

    .whatsapp-fixed span {
        display: inline-block;
        padding: 1rem;
        max-height: 48px;
        line-height: 1rem;
        font-weight: 600;
    }
