.loading{justify-content:center;margin:5rem auto;display:flex;position:relative}.loading .widget p{color:var(--sc-secondary-text-color);font-size:.625rem;font-weight:500;line-height:.75rem}.loading .widget .animation-holder{width:100%;height:.125rem;margin-top:.375rem;position:relative}.loading .widget .animation-holder:before{content:"";background-color:var(--sc-primary-text-color);border-radius:2.5rem;height:.125rem;animation-name:loadingAnimation;animation-duration:1s;animation-iteration-count:infinite;position:absolute;left:0;right:100%}@keyframes loadingAnimation{0%{left:0;right:100%}50%{left:0;right:0}to{left:100%;right:0}}
