.custom-loader-spinner{border:8px solid #393e46;border-left-color:#5ebf5e;border-radius:50%;width:64px;height:64px;margin:0 auto;animation:1.1s linear infinite custom-spin;display:inline-block}@keyframes custom-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
