.Loader{justify-content:center;align-items:center;width:100%;height:100%;margin-left:auto;margin-right:auto;display:flex;overflow:hidden}.Loader__spinner{width:100%;height:100%;color:var(--bg-control-brand-cis);justify-content:center;align-items:center;animation-name:spin;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
