.custom-image{display:grid;width:100%;position:relative;min-width:42px;min-height:42px}.custom-image .placeholder-img,.custom-image svg{width:70%!important;max-width:232px;max-height:232px;height:auto!important;stroke:#aaa}.custom-image.invalid img,.custom-image.progress img{max-width:52px!important;height:auto!important;opacity:.4!important;border-radius:0!important}.custom-image.progress img{opacity:0}.custom-image .image-shimmer{position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media print{.custom-image.progress img{opacity:1!important;max-width:100%!important;height:100%!important}.custom-image .image-shimmer{display:none!important}}.custom-image .invalid-img{opacity:.4}