.page-loader-overlay{display:flex;justify-content:center;align-items:center;background-color:#fff;position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%}.page-loader-overlay .loader-wrapper{display:flex;flex-direction:column;align-items:center}.page-loader-overlay .loader-wrapper .spinner{position:relative;box-sizing:border-box;margin-top:1em;width:26px;height:26px;text-indent:-9999em;border:3px solid #ec008c;border-left-color:#fff;border-radius:50%;-webkit-animation:nk-spinner .5s linear infinite;animation:nk-spinner .5s linear infinite}@-webkit-keyframes nk-spinner{to{transform:rotate(1turn)}}@keyframes nk-spinner{to{transform:rotate(1turn)}}.three-dots{text-align:center}.three-dots>div{width:18px;height:18px;background-color:#ec008c;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s ease-in-out infinite both;animation:sk-bouncedelay 1.4s ease-in-out infinite both}.three-dots .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s;background-color:#ec008c}.three-dots .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s;background-color:#ec008c}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.float-whatsapp-btn{position:fixed;right:16px;bottom:16px;background:#ec008c;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;box-shadow:0 0 8px rgba(0,0,0,.2);z-index:99;transition:all .2s ease-in-out}.float-whatsapp-btn:hover{box-shadow:0 8px 16px rgba(0,0,0,.2)}.float-whatsapp-btn i{color:#fff;font-size:25px}.float-whatsapp-btn svg{width:25px;height:25px}