.beaker-Skeleton{background-color:#e6e6e6;animation:loading-animation 1s linear infinite alternate}[data-theme=dark] .beaker-Skeleton{background-color:#d9e8ea;animation:dark-loading-animation 1s linear infinite alternate}.beaker-Skeleton__text{border-radius:3px}.beaker-Skeleton__circle{border-radius:100%}@keyframes loading-animation{0%{background-color:#e6e6e6}to{background-color:#c0bfc0}}@keyframes dark-loading-animation{0%{background-color:#d9e8ea}to{background-color:#b4c3d3}}