#sch-wrap{position:fixed;bottom:calc(20px + var(--sfw-safe-bottom, 0px));right:20px;z-index:99998;width:150px;height:200px;font-family:inherit;pointer-events:none}
body:not(.rtl) #sch-wrap{right:auto;left:20px}

#sch-wrap .sch-bubble{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.25);text-decoration:none;pointer-events:auto;
  transform:scale(0);opacity:0;transition:transform .25s cubic-bezier(.34,1.56,.64,1),opacity .2s ease;}
#sch-wrap.sch-open .sch-bubble{transform:scale(1);opacity:1}

#sch-wrap .sch-bubble svg{fill:#fff}

#sch-wrap .sch-phone{width:48px;height:48px;background:#F5A623;right:84px;bottom:130px;transition-delay:.05s}
#sch-wrap .sch-whatsapp{width:48px;height:48px;background:#25D366;right:24px;bottom:130px;transition-delay:.1s}
#sch-wrap .sch-facebook{width:48px;height:48px;background:#3B5998;right:84px;bottom:76px;transition-delay:.15s}
#sch-wrap .sch-email{width:48px;height:48px;background:#1a1a1a;right:24px;bottom:76px;transition-delay:.2s}
body:not(.rtl) #sch-wrap .sch-phone,
body:not(.rtl) #sch-wrap .sch-whatsapp,
body:not(.rtl) #sch-wrap .sch-facebook,
body:not(.rtl) #sch-wrap .sch-email{right:auto}
body:not(.rtl) #sch-wrap .sch-phone{left:84px;bottom:130px}
body:not(.rtl) #sch-wrap .sch-whatsapp{left:24px;bottom:130px}
body:not(.rtl) #sch-wrap .sch-facebook{left:84px;bottom:76px}
body:not(.rtl) #sch-wrap .sch-email{left:24px;bottom:76px}
#sch-wrap .sch-phone svg{width:22px;height:22px}
#sch-wrap .sch-whatsapp svg{width:24px;height:24px}
#sch-wrap .sch-facebook svg{width:22px;height:22px}
#sch-wrap .sch-email svg{width:20px;height:20px}

#sch-wrap .sch-toggle{width:64px;height:64px;background:#12B6E0;right:0;bottom:0;cursor:pointer;border:none;pointer-events:auto;z-index:2;
  transform:scale(1);opacity:1;box-shadow:0 6px 18px rgba(0,0,0,.3)}
body:not(.rtl) #sch-wrap .sch-toggle{right:auto;left:0}
#sch-wrap .sch-toggle svg{width:28px;height:28px}

@media (max-width:480px){
  #sch-wrap{bottom:calc(14px + var(--sfw-safe-bottom, 0px));right:14px;width:130px;height:180px}
  body:not(.rtl) #sch-wrap{right:auto;left:14px}
  #sch-wrap .sch-bubble{width:42px;height:42px}
  #sch-wrap .sch-phone{right:72px;bottom:116px}
  #sch-wrap .sch-whatsapp{right:20px;bottom:116px}
  #sch-wrap .sch-facebook{right:72px;bottom:66px}
  #sch-wrap .sch-email{right:20px;bottom:66px}
  body:not(.rtl) #sch-wrap .sch-phone{right:auto;left:72px;bottom:116px}
  body:not(.rtl) #sch-wrap .sch-whatsapp{right:auto;left:20px;bottom:116px}
  body:not(.rtl) #sch-wrap .sch-facebook{right:auto;left:72px;bottom:66px}
  body:not(.rtl) #sch-wrap .sch-email{right:auto;left:20px;bottom:66px}
  #sch-wrap .sch-toggle{width:56px;height:56px;bottom:0}
}