.el-select-dropdown__loading{align-items:center;display:flex;font-size:20px;height:100px;justify-content:center}.circular{animation:loading-rotate 2s linear infinite;display:inline;height:30px;width:30px}.path{animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:var(--el-color-primary);stroke-linecap:round}.loading-path .dot1{transform:translate(3.75px,3.75px)}.loading-path .dot1,.loading-path .dot2{fill:var(--el-color-primary);animation:custom-spin-move 1s linear infinite alternate;opacity:.3}.loading-path .dot2{animation-delay:.4s;transform:translate(calc(100% - 3.75px),3.75px)}.loading-path .dot3{transform:translate(3.75px,calc(100% - 3.75px));fill:var(--el-color-primary);animation:custom-spin-move 1s linear infinite alternate;animation-delay:1.2s;opacity:.3}.loading-path .dot4{transform:translate(calc(100% - 3.75px),calc(100% - 3.75px));fill:var(--el-color-primary);animation:custom-spin-move 1s linear infinite alternate;animation-delay:.8s;opacity:.3}@keyframes loading-rotate{to{transform:rotate(1turn)}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes custom-spin-move{to{opacity:1}}
