.loader{position:fixed;top:0;left:0;width:100vw;height:100vh;background:hsla(0,0%,89%,.7);z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}html.loading-active{overflow:hidden;padding-right:17px}.loader{pointer-events:auto}.loading-circle{border:4px solid #3671e5;border-top-color:transparent;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.loading{font-size:14px;margin-top:10px;font-weight:500}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-div{margin-top:10px;width:100%;height:200px;background:hsla(0,0%,89%,.7);display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}