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