.SendingSpinner{height:50px;width:40px;position:absolute;left:0;right:0;top:6rem;bottom:auto;margin:auto}.SendingSpinner:after{content:"Sending";color:var(--color-primary);font-weight:700;position:absolute;bottom:-50px;left:-10px}.box{position:relative;height:50px;width:40px;animation:box 5s linear infinite}.SendingSpinner__border{background:var(--color-primary);position:absolute}.SendingSpinner__border.one{height:4px;top:0;left:0;animation:SendingSpinner__border-one 5s linear infinite}.SendingSpinner__border.two{top:0;right:0;height:100%;width:4px;animation:SendingSpinner__border-two 5s linear infinite}.SendingSpinner__border.three{bottom:0;right:0;height:4px;width:100%;animation:SendingSpinner__border-three 5s linear infinite}.SendingSpinner__border.four{bottom:0;left:0;height:100%;width:4px;animation:SendingSpinner__border-four 5s linear infinite}.line{height:4px;background:var(--color-primary);position:absolute;width:0;left:25%}.line.one{top:25%;width:0;animation:line-one 5s linear infinite}.line.two{top:45%;animation:line-two 5s linear infinite}.line.three{top:65%;animation:line-three 5s linear infinite}@keyframes SendingSpinner__border-one{0%{width:0}10%{width:100%}to{width:100%}}@keyframes SendingSpinner__border-two{0%{height:0}10%{height:0}20%{height:100%}to{height:100%}}@keyframes SendingSpinner__border-three{0%{width:0}20%{width:0}30%{width:100%}to{width:100%}}@keyframes SendingSpinner__border-four{0%{height:0}30%{height:0}40%{height:100%}to{height:100%}}@keyframes line-one{0%{left:25%;width:0}40%{left:25%;width:0}43%{left:25%;width:50%}52%{left:25%;width:50%}54%{left:25%;width:0}55%{right:25%;left:auto}63%{width:10%;right:25%;left:auto}to{width:10%;right:25%;left:auto}}@keyframes line-two{0%{width:0}42%{width:0}45%{width:50%}53%{width:50%}54%{width:0}60%{width:50%}to{width:50%}}@keyframes line-three{0%{width:0}45%{width:0}48%{width:50%}51%{width:50%}52%{width:0}to{width:0}}@keyframes box{0%{opacity:1;margin-left:0;height:50px;width:40px}55%{margin-left:0;height:50px;width:40px}60%{margin-left:0;height:35px;width:50px}74%{margin-left:0}80%{margin-left:-50px;opacity:1}90%{height:35px;width:50px;margin-left:50px;opacity:0}to{opacity:0}}