.MdLoader{position:relative;margin:0 auto}.MdLoader:before{content:"";display:block;padding-top:100%}.MdLoader_circular{animation:mdLoaderRotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}@keyframes mdLoaderRotate{to{transform:rotate(1turn)}}.MdLoader_path{stroke:#1e88e5;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke-miterlimit:10;fill:none;animation:mdLoaderDash 1.5s ease-in-out infinite}@keyframes mdLoaderDash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}