.spinner-container{position:relative}.spinner-container__overlay{z-index:100;background:#ffffffa6;width:100%;height:100%;position:absolute;top:0;left:0}.spinner-container--overlay .spinner{z-index:500;width:100%;height:100%;max-height:80vh;position:absolute;top:0;left:0}.spinner{justify-content:center;align-items:center;display:flex}.spinner__svg{width:30px;height:30px;animation:2s linear infinite spinner-rotate}.spinner__svg .path{stroke-linecap:round;animation:1.5s ease-in-out infinite dash}@keyframes spinner-rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0;stroke-width:1px}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px;stroke-width:1.5px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px;stroke-width:2px}}
