<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 993px){ 
    .codezilla_whatsapp_float {
        position: fixed;
        width: 55px;
        height: 55px;
        top: var(--whatsappIconTop) ;
        left: var(--whatsappIconLeft) ;
        right: var(--whatsappIconRight) ;
        bottom: var(--whatsappIconBottom);
        background-color: var(--whatsappBgc);
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 999999;
        line-height: 46px;
     }
    .codezilla_phone_float {
        position: fixed;
        width: 55px;
        height: 55px;
        top: var(--phoneIconTop) ;
        left: var(--phoneIconLeft) ;
        right: var(--phoneIconRight) ;
        bottom: var(--phoneIconBottom);
        background-color: var(--phoneBgc);
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 999999;
        line-height: 46px;
     }
     img.codezilla_whatsapp_img , img.codezilla_phone_img {
        margin: 0px auto;
        vertical-align: middle!important;
         padding-bottom: var(--desktopIconPaddingBottom);
         padding-top: var(--desktopIconPaddingTop);

     }
}
</pre></body></html>