:root{--custom-color-background:#111415;--custom-color-surface:#1d2227;--custom-color-primary:#eee;--custom-color-primary-dark:#3d3d3d;--custom-color-secondary:hsla(0,0%,93%,.6);--custom-color-selected:#ef341d;--custom-color-accented:#23a40e;--white:#fff;--white-05percent:hsla(0,0%,100%,.5);--white-02percent:hsla(0,0%,100%,.2);--white-73percent:hsla(0,0%,100%,.73);--secondary-text:hsla(0,0%,100%,.5);--disabled-text:hsla(0,0%,100%,.2)}.skeleton{position:relative}.skeleton__view{background-color:#121b1f;border-radius:.375rem;top:0;right:0;bottom:0;left:0;transition:background-color .3s ease}.skeleton__view,.skeleton__view:after{position:absolute}.skeleton__view:after{animation:skeleton-animation 1.2s infinite;background:linear-gradient(90deg,#fff0,#ffffff08,#fff0);content:"";height:100%;left:0;top:0;transform:translate(-100%);width:100%;z-index:10}.skeleton__content{opacity:0}.skeleton--ended{background-color:transparent;transition:background-color .3s ease}.skeleton--ended .skeleton__content{opacity:1;transition:opacity .3s ease}@keyframes skeleton-animation{0%{transform:translate(-100%)}to{transform:translate(100%)}}
