.semi-spin{display:inline-block;height:20px;position:relative;width:20px}@keyframes semi-animation-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.semi-spin-wrapper{color:var(--semi-color-primary);position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.semi-spin-wrapper>svg{animation:semi-animation-rotate .6s linear infinite;animation-fill-mode:forwards;height:20px;vertical-align:top;width:20px}.semi-spin-animate{animation:semi-animation-rotate 1.6s linear infinite;animation-fill-mode:forwards;display:inline-flex}.semi-spin-children{opacity:.5;-webkit-user-select:none;-moz-user-select:none;user-select:none}.semi-spin-block{display:block}.semi-spin-block:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.semi-spin-block .semi-spin-wrapper{display:block}.semi-spin-block.semi-spin{height:auto;width:auto}.semi-spin-hidden:after{content:none}.semi-spin-hidden>.semi-spin-children{opacity:1;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.semi-spin-small{height:14px;width:14px}.semi-spin-small>.semi-spin-wrapper svg{height:14px;width:14px}.semi-spin-middle{height:20px;width:20px}.semi-spin-middle>.semi-spin-wrapper svg{height:20px;width:20px}.semi-spin-large{height:32px;width:32px}.semi-spin-large>.semi-spin-wrapper svg{height:32px;width:32px}.semi-spin-container{overflow:hidden}.semi-portal-rtl .semi-spin,.semi-portal-rtl .semi-spin-container,.semi-rtl .semi-spin,.semi-rtl .semi-spin-container{direction:rtl}.semi-skeleton-avatar,.semi-skeleton-button,.semi-skeleton-image,.semi-skeleton-title{background:var(--semi-color-fill-0);border-radius:var(--semi-border-radius-small)}.semi-skeleton-avatar-circle{border-radius:50%}.semi-skeleton-avatar-extra-extra-small{height:20px;width:20px}.semi-skeleton-avatar-extra-small{height:24px;width:24px}.semi-skeleton-avatar-medium{height:48px;width:48px}.semi-skeleton-avatar-small{height:32px;width:32px}.semi-skeleton-avatar-large{height:72px;width:72px}.semi-skeleton-avatar-extra-large{height:128px;width:128px}.semi-skeleton-paragraph{list-style-type:none;margin:0;padding:0}.semi-skeleton-paragraph li{background:var(--semi-color-fill-0);border-radius:var(--semi-border-radius-small);height:16px;margin-bottom:10px;width:100%}.semi-skeleton-paragraph li:last-child{margin-bottom:0;width:60%}.semi-skeleton-paragraph li:first-child{width:100%}.semi-skeleton-title{height:24px;width:100%}.semi-skeleton-button{height:32px;width:115px}.semi-skeleton-image{height:100%;width:100%}.semi-skeleton-active .semi-skeleton-avatar,.semi-skeleton-active .semi-skeleton-button,.semi-skeleton-active .semi-skeleton-image,.semi-skeleton-active .semi-skeleton-paragraph li,.semi-skeleton-active .semi-skeleton-title{animation:skeleton-loading 1.4s ease infinite;animation-fill-mode:forwards;background:linear-gradient(90deg,var(--semi-color-fill-0) 25%,var(--semi-color-fill-1) 44%,var(--semi-color-fill-0) 88%);background-size:400% 100%}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.semi-portal-rtl .semi-skeleton,.semi-rtl .semi-skeleton{direction:rtl}