#printstyle_hotline { position: fixed; bottom: 70px; left: 20px; display: flex; align-items: center; width: 52px; border-radius: 50%; z-index: 99999; box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px; top: auto !important; }
#printstyle_hotline > a { display: inline-block; text-align: center; background: rgb(2, 143, 227); width: 52px; font-size: 24px; line-height: 52px; border-radius: 50%; box-shadow: rgba(2, 142, 227, 0.3) 0px 0px 0px 0px; animation: 1.5s ease 0s infinite normal none running prinstyle_animation; transition: 0.3s; color: rgb(255, 255, 255) !important; }
@-webkit-keyframes prinstyle_animation { 
  0% { transform: scale(0.9); }
  70% { transform: scale(1); box-shadow: rgba(255, 185, 0, 0) 0px 0px 0px 50px; }
  100% { transform: scale(0.9); box-shadow: rgba(255, 185, 0, 0) 0px 0px 0px 0px; }
}
.prinstyle_zalopage { width: 49px; height: 49px; position: fixed; z-index: 99999; bottom: 10px; left: 23px; }