.mt-summary-loader-large{display:flex;justify-content:center;align-items:center;height:20px;gap:7px;z-index:20}.mt-summary-dot-large{width:8px;height:8px;background-color:#02A800;border-radius:50%;animation:large-animation .9s ease-in-out infinite}.mt-summary-dot-large:first-child{animation-delay:0s}.mt-summary-dot-large:nth-child(2){animation-delay:.3s}.mt-summary-dot-large:nth-child(3){animation-delay:.6s}@keyframes large-animation{0%,66.66%,to{width:8px;height:8px;background-color:#02A800}33.33%{width:15px;height:15px;background-color:#02A80099}}.mt-summary-loader-small{display:flex;justify-content:center;align-items:center;height:10px;gap:5px;z-index:20}.mt-summary-dot-small{width:5px;height:5px;background-color:#02A800;border-radius:50%;animation:small-animation .9s ease-in-out infinite}.mt-summary-dot-small:first-child{animation-delay:0s}.mt-summary-dot-small:nth-child(2){animation-delay:.3s}.mt-summary-dot-small:nth-child(3){animation-delay:.6s}@keyframes small-animation{0%,66.66%,to{width:5px;height:5px;background-color:#02A800}33.33%{width:10px;height:10px;background-color:#02A80099}}