.flower-spinner,.flower-spinner *{box-sizing:border-box}.flower-spinner{height:70px;width:70px;display:flex;flex-direction:row;align-items:center;justify-content:center}.flower-spinner .dots-container{height:10px;width:10px}.flower-spinner .small-dot{animation:flower-spinner-small-dot-animation 2.5s 0s infinite both}.flower-spinner .big-dot,.flower-spinner .small-dot{background:#ff1d5e;height:100%;width:100%;border-radius:50%}.flower-spinner .big-dot{padding:10%;animation:flower-spinner-big-dot-animation 2.5s 0s infinite both}@keyframes flower-spinner-big-dot-animation{0%{box-shadow:0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e}50%{transform:rotate(180deg)}25%,75%{box-shadow:26px 0 #ff1d5e,-26px 0 #ff1d5e,0 26px #ff1d5e,0 -26px #ff1d5e,19px -19px #ff1d5e,19px 19px #ff1d5e,-19px -19px #ff1d5e,-19px 19px #ff1d5e}to{transform:rotate(1turn);box-shadow:0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e}}@keyframes flower-spinner-small-dot-animation{0%,to{box-shadow:0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e,0 0 #ff1d5e}25%,75%{box-shadow:14px 0 #ff1d5e,-14px 0 #ff1d5e,0 14px #ff1d5e,0 -14px #ff1d5e,10px -10px #ff1d5e,10px 10px #ff1d5e,-10px -10px #ff1d5e,-10px 10px #ff1d5e}}
