.loader-container{align-items:center;background:#fff;bottom:0;display:flex;justify-content:center;left:0;opacity:1;position:fixed;right:0;top:0;transition:opacity 1s;width:100%;z-index:2000}.loader-container.fadeOut{opacity:0}.spinner{animation:spin-anim 1.2s linear infinite;border-color:#015294 transparent;border-radius:50%;border-style:solid;border-width:5px;height:64px;width:64px}@keyframes spin-anim{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}