.animation{width:24px;height:24px;overflow:hidden;position:relative;-o-object-fit:contain;object-fit:contain}.animation img{height:24px;width:24px;max-width:100%;max-height:100%;position:absolute}.animation #img1{animation:play-sprite 4s -4s infinite;top:16%;left:15%}.animation #img2{animation:play-sprite 4s -3s infinite;top:16%;left:9%}.animation #img3{animation:play-sprite 4s -2s infinite;top:16%;left:24%}.animation #img4{animation:play-last-sprite 4s -1s infinite;top:16%;left:12%}@keyframes play-sprite{0%{opacity:1}70%{opacity:0}to{opacity:0}}@keyframes play-last-sprite{0%{opacity:1}40%{opacity:0}to{opacity:0}}.Mui-focused{background-color:#deffdb;color:#000}