.loader_container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.loader__spinner{border:2px solid #ffe147;border-color:#ffe147 #ffe147 #ffe14759 #ffe14759;border-radius:100%;width:22px;height:22px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}
