.LoadingSpinner{display:inline-block}.LoadingSpinner.xcenter,.LoadingSpinner.ycenter{display:flex;flex-direction:row}.LoadingSpinner.xcenter{justify-content:center}.LoadingSpinner.ycenter{width:100%;height:100%;align-items:center}.LoadingSpinner>span{padding-bottom:8px;box-sizing:content-box}.LoadingSpinner>span>svg{animation:spinner_rotator 1.4s linear infinite}.LoadingSpinner>span>svg,.LoadingSpinner>span>svg>circle{transform-origin:center;-webkit-backface-visibility:hidden;backface-visibility:hidden}.LoadingSpinner>span>svg>circle{stroke-dasharray:187;stroke-dashoffset:0;animation:spinner_dash 1.4s ease-in-out infinite}@keyframes spinner_rotator{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}@keyframes spinner_dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}