.fullscreen-loader{align-items:center;background:#0009;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.spinner{animation:spin .8s linear infinite;border-right:2px solid transparent;border-top:2px solid transparent;border-color:#226c72 #226c72 transparent transparent;border-radius:50%;border-style:solid;border-width:2px;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
