#simple-preloader-pro{position:fixed;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:99999;background:#f5f5f5;color:#1a6600;transition:opacity .4s}#simple-preloader-pro .sp-loader{margin-bottom:18px}#simple-preloader-pro .sp-spinner{display:block;width:50px;height:50px;border:6px solid #eee;border-top:6px solid #1a6600;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 10px;background:#fff0}@keyframes spin{100%{transform:rotate(360deg)}}#simple-preloader-pro .sp-dots{display:flex;justify-content:center;align-items:center;gap:10px;margin:0 auto 10px}#simple-preloader-pro .sp-dots span{display:block;width:12px;height:12px;background:#1a6600;border-radius:50%;opacity:.6;animation:dotBlink 1s infinite}#simple-preloader-pro .sp-dots span:nth-child(2){animation-delay:.15s}#simple-preloader-pro .sp-dots span:nth-child(3){animation-delay:.3s}#simple-preloader-pro .sp-dots span:nth-child(4){animation-delay:.45s}@keyframes dotBlink{0%,80%,100%{opacity:.6}40%{opacity:1}}#simple-preloader-pro .sp-text{font-size:1.4rem;font-weight:700;margin-bottom:10px}#simple-preloader-pro .sp-percent{font-size:1.6rem;font-weight:700;letter-spacing:2px}body.loaded #simple-preloader-pro{opacity:0;pointer-events:none}