#xero-preloader{background-color:#fff;height:100%;left:0;position:fixed;top:0;transition:opacity .5s ease;width:100%;z-index:99999}#xero-preloader,#xero-preloader .xero-preloader-content{align-items:center;display:flex;justify-content:center}#xero-preloader .xero-spinner{animation:xeroSpin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;width:50px}#xero-preloader .xero-dots{display:flex;gap:10px}#xero-preloader .xero-dots span{animation:xeroBounceDots 1.4s ease-in-out infinite both;background-color:#667eea;border-radius:50%;height:15px;width:15px}#xero-preloader .xero-dots span:first-child{animation-delay:-.32s}#xero-preloader .xero-dots span:nth-child(2){animation-delay:-.16s}#xero-preloader .xero-bar{background-color:#f3f3f3;border-radius:2px;height:4px;overflow:hidden;width:300px}#xero-preloader .xero-bar .xero-bar-progress{animation:xeroBarProgress 2s ease-in-out infinite;background-color:#667eea;height:100%}@keyframes xeroSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes xeroBounceDots{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes xeroBarProgress{0%{margin-left:0;width:0}50%{margin-left:15%;width:70%}to{margin-left:100%;width:0}}
