.spinner-root{display:flex;align-items:center;justify-content:center;overflow:visible;width:100%;flex-direction:column;vertical-align:middle}.spinner-root .spinner-animation{line-height:0;animation:pt-spinner-animation .5s linear infinite;animation-name:pt-spinner-animation;animation-duration:.5s;animation-play-state:running;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none}.spinner-root .spinner-track{stroke:#5c708033;fill-opacity:0}.spinner-root .spinner-head{transform-origin:center;transition:stroke-dashoffset .2s cubic-bezier(.4,1,.75,.9);stroke:#5c7080cc;stroke-linecap:round;fill-opacity:0}.spinner-root .spinner-text{text-align:center;color:#5c7080cc;font-size:14px;width:100%}@keyframes pt-spinner-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
