.ui-loading{background-color:var(--grey_light);border-radius:8px;width:100%;max-width:100%;height:100%;max-height:100%;display:block;position:relative;overflow:hidden}.ui-loading:before{content:"";z-index:5;filter:blur(10px);background-color:#fff;width:60px;height:200%;animation:.8s linear infinite placeHolderShimmer;position:absolute;top:-50%;left:-100%;transform:rotate(30deg)}@keyframes placeHolderShimmer{0%{left:-200%}to{left:200%}}
