:root{--ivue-skeleton-circle-size:40px;--ivue-skeleton-square-size:40px;--ivue-skeleton-image-size:96px;--ivue-skeleton-h1-size:20px;--ivue-skeleton-h3-size:18px;--ivue-skeleton-caption-size:12px;--ivue-skeleton-button-width:88px;--ivue-skeleton-button-height:36px;--ivue-skeleton-color:#f2f2f2;--ivue-skeleton-to-color:#d7d7d7;--ivue-skeleton-image-color:#cccccc}.ivue-skeleton{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ivue-skeleton--paragraph{margin-bottom:16px}.ivue-skeleton .is-last{margin-bottom:0}.ivue-skeleton-item{background:var(--ivue-skeleton-color);display:inline-block;height:16px;border-radius:var(--ivue-border-radius);width:100%;font-size:24px}.ivue-skeleton-item--p{width:100%}.ivue-skeleton-item--p.is-first{width:38%}.ivue-skeleton-item--p.is-last{width:62%}.ivue-skeleton-item--circle{border-radius:50%;width:var(--ivue-skeleton-circle-size);height:var(--ivue-skeleton-circle-size);line-height:var(--ivue-skeleton-circle-size)}.ivue-skeleton-item--square{border-radius:var(--ivue-border-radius);width:var(--ivue-skeleton-square-size);height:var(--ivue-skeleton-square-size);line-height:var(--ivue-skeleton-square-size)}.ivue-skeleton-item--square{width:var(--ivue-skeleton-square-size);height:var(--ivue-skeleton-square-size);line-height:var(--ivue-skeleton-square-size)}.ivue-skeleton-item--image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:var(--ivue-skeleton-image-size);height:var(--ivue-skeleton-image-size)}.ivue-skeleton-item--image .ivue-icon{font-size:inherit;color:var(--ivue-skeleton-image-color)}.ivue-skeleton-item--h1{height:var(--ivue-skeleton-h1-size)}.ivue-skeleton-item--h3{height:var(--ivue-skeleton-h3-size)}.ivue-skeleton-item--caption{height:var(--ivue-skeleton-caption-size)}.ivue-skeleton-item--button{width:var(--ivue-skeleton-button-width);height:var(--ivue-skeleton-button-height)}.ivue-skeleton.is-animated .ivue-skeleton-item{background:-webkit-gradient(linear,left top,right top,color-stop(25%,var(--ivue-skeleton-color)),color-stop(37%,var(--ivue-skeleton-to-color)),color-stop(63%,var(--ivue-skeleton-color)));background:linear-gradient(90deg,var(--ivue-skeleton-color) 25%,var(--ivue-skeleton-to-color) 37%,var(--ivue-skeleton-color) 63%);background-size:400% 100%;-webkit-animation:ivue-skeleton-animated 1.4s ease infinite;animation:ivue-skeleton-animated 1.4s ease infinite}@-webkit-keyframes ivue-skeleton-animated{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes ivue-skeleton-animated{0%{background-position:100% 50%}to{background-position:0 50%}}