.customLoader{width:48px;height:48px;border:5px solid;border-color:#fff #fff rgba(0,0,0,0);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner{display:flex;justify-content:center;align-items:center;height:100%}