@media(min-width:200px){.custom-hotline{position:fixed;bottom:20px;right:20px;z-index:1111;box-shadow:0 6px 8px 2px rgba(0,0,0,0.14);-webkit-box-shadow:0 6px 8px 2px rgba(0,0,0,0.14);-moz-box-shadow:0 6px 8px 2px rgba(0,0,0,0.14);border-radius:50%;background:var(--cl-whatsapp);}.custom-hotline img{border-radius:50%;width:40px;height:40px;}.custom-hotline-box{text-align:center;position:relative;width:40px;height:40px;text-align:center;line-height:40px;}.custom-hotline-box i{font-size:16px;color:var(--white);}.phone-fixed-button::before,.phone-fixed-button::after{content:"";width:90px;height:90px;position:absolute;top:-17px;left:-17px;transform-origin:50% 50%;transition:all .5s;border-radius:50px;z-index:-1;display:none;}.phone-fixed-button::before{background-color:#2db742;animation:kfPhoneFixed 1.5s infinite ease-in-out;}.phone-fixed-button::after{border:2px solid #2db742;animation:kfPhoneFixed2 1.5s infinite ease-in-out;background-color:transparent;}.hotline_wrapper_content{position:absolute;top:-100px;width:270px;right:0;background:var(--cl-gray);border-radius:5px;padding:7px 13px;}}@keyframes kfPhoneFixed{0%,100%{transform:rotate(0) scale(0.7) skew(1deg);opacity:.3;}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.3;}}@keyframes kfPhoneFixedClose{100%{transform:rotate(360deg);}}@keyframes kfPhoneFixed2{0%{transform:rotate(0) scale(0.5) skew(1deg);opacity:.1;}30%{transform:rotate(0) scale(0.7) skew(1deg);opacity:.5;}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1;}}@keyframes kfPhoneFixedMessageUpDown{0%,43%,100%{transform:translate(0,0);}25%,35%{transform:translate(0,-10px);}}@keyframes kfPhoneFixedpNumber{0%,100%{transform:translateX(0px);}50%{transform:translateX(10px);}}@keyframes kfPhoneFixedpNumberHover{0%,50%,100%{transform:rotate(0deg);}25%{transform:rotate(10deg);}75%{transform:rotate(-10deg);}}