.shadow-loading--custom{border-radius:8px;background-color:#f0f0f0;background-image:linear-gradient(90deg,#f0f0f0 0,#e4e4e4 20%,#f0f0f0 40%,#f0f0f0);background-repeat:no-repeat;background-size:cover;display:block;position:relative;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:placeholderShimmer;animation-name:placeholderShimmer;width:100%;height:100%}@-webkit-keyframes placeholderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}@keyframes placeholderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}