.loader{border:4px solid #f3f3f3;border-top-color:#3f1b5b;border-radius:50%;width:35px;height:35px;animation:spin 1s linear infinite;display:inline-block;vertical-align:middle}.pageloader{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);z-index:9999}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.divCenterLoader{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:relative}