.bar-text-disabled{color:#fff;display:flex;flex-direction:column}.bar-text-disabled .block-1,.bar-text-disabled .block-2{overflow:hidden;padding:10px;position:relative}.bar-text-disabled .bar-1,.bar-text-disabled .bar-2{height:100%;left:0;position:absolute;top:0;width:100%}.bar-text-disabled .bar-1{animation:bar-in 1s ease-in-out 1s,bar-out 1s ease-in-out 2s;background-image:linear-gradient(90deg,#00b4db,#0083b0);transform:translate(-100%)}.bar-text-disabled .bar-2{animation:bar-in 1s ease-in-out 3s,bar-out 1s ease-in 4s;background-image:linear-gradient(90deg,#73c8a9,#373b44);transform:translate(-100%)}.bar-text-disabled .text-1{animation:fade-in 1s ease-in-out 2.5s both;opacity:0}.bar-text-disabled .text-2{animation:fade-in 1s ease-in-out 4.5s both;opacity:0;text-shadow:1px 1px #000}@keyframes bar-in{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes bar-out{0%{opacity:1;transform:translate(0)}50%{opacity:1}to{opacity:0;transform:translate(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
