.m-spin{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-spin-icon{display:block;width:16px;height:16px;stroke-width:3.84px;stroke-linecap:round;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.m-spin-icon .path{stroke-dasharray:2,200;stroke-dashoffset:0}.m-spin-icon .path.path1{stroke:#e3e5e8;-webkit-animation:m-spin-c 1.2s linear infinite;animation:m-spin-c 1.2s linear infinite}.m-spin-icon .path.path2{stroke:#242629;-webkit-animation:m-spin-d 1.2s linear infinite;animation:m-spin-d 1.2s linear infinite}.m-spin-icon .path.path3{stroke:#ffdb26;-webkit-animation:m-spin-e 1.2s linear infinite;animation:m-spin-e 1.2s linear infinite}.m-spin-tip{margin-left:10px;font-size:12px;line-height:1}.m-spin-small .m-spin-icon{width:12px;height:12px}.m-spin-small .m-spin-tip{margin-left:6px;font-size:10px}.m-spin-large .m-spin-icon{width:28px;height:28px}.m-spin-large .m-spin-tip{margin-left:10px;font-size:14px}.m-spin-light .m-spin-icon .path1{stroke:hsla(0,0%,100%,.3)}.m-spin-light .m-spin-icon .path2{stroke:hsla(0,0%,100%,.9)}.m-spin-light .m-spin-icon .path3{stroke:hsla(0,0%,100%,.6)}.m-spin-light .m-spin-tip{color:#fff}.m-spin-dark .m-spin-icon .path1{stroke:rgba(0,0,0,.3)}.m-spin-dark .m-spin-icon .path2{stroke:#000}.m-spin-dark .m-spin-icon .path3{stroke:rgba(0,0,0,.6)}.m-spin-block{display:-webkit-box;display:-ms-flexbox;display:flex}@-webkit-keyframes m-spin-c{0%{stroke-dasharray:2,200;stroke-dashoffset:0}to{stroke-dasharray:90,500;stroke-dashoffset:-220}}@keyframes m-spin-c{0%{stroke-dasharray:2,200;stroke-dashoffset:0}to{stroke-dasharray:90,500;stroke-dashoffset:-220}}@-webkit-keyframes m-spin-d{0%{stroke-dasharray:2,200;stroke-dashoffset:0}to{stroke-dasharray:50,300;stroke-dashoffset:-180}}@keyframes m-spin-d{0%{stroke-dasharray:2,200;stroke-dashoffset:0}to{stroke-dasharray:50,300;stroke-dashoffset:-180}}@-webkit-keyframes m-spin-e{0%{stroke-dasharray:2,200;stroke-dashoffset:0}to{stroke-dasharray:40,200;stroke-dashoffset:-140}}@keyframes m-spin-e{0%{stroke-dasharray:2,200;stroke-dashoffset:0}to{stroke-dasharray:40,200;stroke-dashoffset:-140}}