.simple-loader-container{align-items:center;background:#fff;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .4s ease-out}.simple-loader-container--visible{opacity:1}.simple-loader{animation:spin 1.7s linear infinite;border:8px solid #dadadd;border-radius:50%;border-top-color:#0073f7;box-sizing:border-box;height:56px;width:56px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}