.el-select-dropdown__item{padding:0 10px}.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:400px}.block,.wrapper{background-color:#fff}.block{width:100%;height:auto}.loader{--color:#078868;--size:70px;width:var(--size);height:var(--size);display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.loader span{width:100%;height:100%;background-color:var(--color);-webkit-animation:keyframes-blink .6s linear infinite alternate;animation:keyframes-blink .6s linear infinite alternate}.loader span:first-child{-webkit-animation-delay:0ms;animation-delay:0ms}.loader span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.loader span:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}.loader span:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}.loader span:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.loader span:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes keyframes-blink{0%{opacity:.3;-webkit-transform:scale(.5) rotate(5deg);transform:scale(.5) rotate(5deg)}50%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes keyframes-blink{0%{opacity:.3;-webkit-transform:scale(.5) rotate(5deg);transform:scale(.5) rotate(5deg)}50%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}