.custom-preloader{align-items:center;background:rgba(0,0,0,.6);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.custom-spinner{animation:spin 1s linear infinite;border:4px solid #fff;border-radius:50%;border-top-color:#ed5725;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}