.spinner-layout{text-align:center;z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.spinner{width:4px;height:4px;animation:.8s linear infinite spinner-rotation-animation}@media (width>=992px){.spinner{width:6px;height:6px}}.spinner.small{width:3px!important;height:3px!important}.spinner div{background:var(--colors-brand-scooter-6-accent);border-radius:50%;width:100%;height:100%;animation:2.5s infinite spinner-pump;position:absolute}.spinner div:first-child{--rotation:45}.spinner div:nth-child(2){--rotation:90}.spinner div:nth-child(3){--rotation:135}.spinner div:nth-child(4){--rotation:180}.spinner div:nth-child(5){--rotation:225}.spinner div:nth-child(6){--rotation:270}.spinner div:nth-child(7){--rotation:315}.spinner div:nth-child(8){--rotation:360}@keyframes spinner-pump{0%,to{transform:rotate(calc(var(--rotation) * 1deg)) translateY(0) scale(1.5)}50%{transform:rotate(calc(var(--rotation) * 1deg)) translateY(400%) scale(1)}}@keyframes spinner-rotation-animation{to{transform:rotate(360deg)}}
