<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.floating_whatsapp_btn{
	z-index: 9999;
    position: fixed;
    right: 25px;
    bottom: 25px;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    box-shadow: 0 5px 8px rgba(0,0,0,0.15);
    border: 4px solid #ebebeb;
    overflow: hidden;
    box-sizing: border-box;
}

.floating_whatsapp_btn img{
	width: 100% !important;
}

.floating_messenger_btn{ 
    z-index: 9999; 
    position: fixed; 
    right: 25px; 
    bottom: 110px; 
    border-radius: 50px; 
    width: 70px; 
    height: 70px; 
    box-shadow: 0 5px 8px rgba(0,0,0,0.15); 
    border: 4px solid #ebebeb; 
    overflow: hidden; 
    box-sizing: border-box;
}

.floating_messenger_btn img{
	width: 100% !important;
}</pre></body></html>