.SvgLoader_Spinner{animation:SvgLoader_init_loader .3s,SvgLoader_rotate 2s linear infinite;z-index:2}.SvgLoader_Path{animation:SvgLoader_dash 1.5s ease-in-out infinite}.SvgLoader_Inner,.SvgLoader_Path{stroke-linecap:round}@keyframes SvgLoader_init_loader{0%{opacity:0}}@keyframes SvgLoader_rotate{to{transform:rotate(1turn)}}@keyframes SvgLoader_dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.layout_layout{display:flex;flex-direction:column;max-width:640px;height:100%;-moz-box-shadow:0 0 6px 0 #5a6bd8;-webkit-box-shadow:0 0 6px 0 rgba(90,107,216,.7);box-shadow:0 0 6px 0 #5a6bd8;margin:0 auto}.App_Suspense{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}.App_Loader{width:3.5rem;height:3.5rem;animation:App_spin 1s linear infinite;opacity:.8}@keyframes App_spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}