#preloader{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;z-index:9999}.loader{width:50px;height:50px;border:5px solid rgba(0,0,0,.1);border-top:5px solid #00897B;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.preloader-text{margin-top:16px;font-size:18px;font-weight:700;color:#333}
