.skeleton{align-items:center;background-color:var(--color-bg-disabled);color:var(--color-text-disabled);display:flex;justify-content:center;width:100%}.skeleton__tertiaryColor{background-color:var(--color-bg-tertiary-alpha)}.skeleton__text{border-radius:4px;height:16px}.skeleton__rounded{border-radius:8px;height:48px}.skeleton__circular{border-radius:100vh;height:32px;width:32px}.skeleton__ellipse{border-radius:100vh;height:3rem}.skeleton__pulse{animation:pulsar 2s ease-in-out .5s infinite}.skeleton__wave{overflow:hidden;position:relative}.skeleton__wave:before{animation:linearMove 2s linear 1s infinite;background:linear-gradient(90deg,#0000,var(--color-black-5),#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateX(-200%)}@keyframes pulsar{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes linearMove{0%{transform:translateX(-200%)}to{transform:translateX(200%)}}.widget-skeleton{background-color:var(--color-white);border-radius:8px;display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:620px;padding:20px;width:100%}@media screen and (max-width:766px){.widget-skeleton{max-width:400px;min-height:400px;padding:12px}}.widget-skeleton__header{display:flex;gap:8px;justify-content:space-between;width:100%}.widget-skeleton__header-text{display:flex;flex-direction:column;gap:8px;width:100%}.widget-skeleton__title{height:104px;width:90%}.widget-skeleton__description{height:24px;width:80%}.widget-skeleton__settingsButton{height:52px;width:36px}.widget-skeleton__content{display:flex;flex-direction:column;gap:16px;width:100%}.widget-skeleton__button,.widget-skeleton__dropdown{height:96px;width:100%}@media screen and (max-width:766px){.widget-skeleton__button{height:66px}}.widget-skeleton_dark{background-color:var(--color-black-100)}
