.default-loading-main-container{height:50vh;max-width:320px}.default-loading-animation-box{align-items:center;align-self:center;background:transparent;box-shadow:4px 4px 20px transparent;display:grid;height:auto;justify-content:center}.default-loading-animation-text-title{color:currentColor}.default-loading-animation-dots-container{display:flex;height:15px;position:relative;width:105px}.default-loading-animation-dots-container .default-Loading-animation-dot-cirlce{animation:move .6s linear 0ms infinite;background-color:currentColor;border-radius:50%;height:15px;margin-right:30px;width:15px}.default-loading-animation-dots-container .default-Loading-animation-dot-cirlce:first-child{animation:grow .6s linear 0ms infinite;left:0;position:absolute;top:0}.default-loading-animation-dots-container .default-Loading-animation-dot-cirlce:last-child{animation:grow .6s linear 0s infinite reverse;margin-right:0;position:absolute;right:0;top:0}@keyframes grow{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scaleX(1.2)}}@keyframes move{0%{transform:translateX(0)}to{transform:translateX(45px)}}@media screen and (max-width:430px){.default-loading-animation-dots-container .default-Loading-animation-dot-cirlce{animation:move .6s linear 0ms infinite;background-color:currentColor;border-radius:50%;height:13px;margin-right:30px;width:13px}}