.loadingDots{background-color:#e6e7ed;border-radius:30px;flex-direction:row;justify-content:center;width:72px;height:36px;margin:3px;display:flex;position:relative}.loadingDots:after,.loadingDots:before{content:"";background-color:#e6e7ed;border-radius:50%;width:14px;height:14px;position:absolute;bottom:-4px;left:-2px}.loadingDots:before{width:8px;height:8px;bottom:-11px;left:-5px}.dot1,.dot2,.dot3{opacity:.4;background-color:#9e9ea1;border-radius:50%;width:10px;height:10px;margin:auto 2px}.dot1{animation:1s ease-in-out .5s infinite forwards dot1L}.dot2{animation:1s ease-in-out .7s infinite forwards dot1L}.dot3{animation:1s ease-in-out 1s infinite forwards dot1L}@keyframes dot1L{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}
