.loader{align-items:center;background-color:#fffffff2;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.loader.loading-view{position:relative;top:100px}.spinner{animation:spin 1s ease-in-out infinite;border:5px solid #ccc;border-radius:50%;border-top-color:#b42424;height:100px;width:100px}.spinner.table-spinner{height:50px;width:50px}@media screen and (max-width:767px){.spinner{height:50px;width:50px}}@keyframes spin{to{transform:rotate(1turn)}}
