.skeleton{background:#ddd;overflow:hidden;margin:10px 0;border-radius:4px}.skeleton.icon{width:36px;height:36px;border-radius:50%}.skeleton.slider{width:100%;height:480px}.skeleton.text{width:100%;height:12px}.skeleton.text-50{width:50%;height:12px}.skeleton.text-75{width:75%;height:12px}.skeleton.text-30{width:30%;height:12px}.skeleton.title{width:50%;height:20px;margin-bottom:15px}.skeleton.title-big{width:50%;height:35px;margin-bottom:15px}.skeleton.title-25{width:25%;height:20px;margin-bottom:15px}.skeleton.title-75{width:75%;height:20px}.skeleton.title-100{width:100%;height:20px}.skeleton.mini-title{width:18%;height:8px;margin:unset}.skeleton.badge{width:12%;height:32px;margin-bottom:15px}.skeleton.badge-30{width:30%;height:32px;margin-bottom:15px}.skeleton.box{width:15%;height:36px}.skeleton.button{width:100%;height:48px;border-radius:36px}.skeleton.square{width:100%;height:324px}.skeleton.card{width:100%;height:48px}.skeleton.dynamic{width:100%;height:100%}@media screen and (min-width:320px)and (max-width:767px){.skeleton.title-big{width:100%;height:30px;margin-bottom:15px}}.skeleton-wrapper{margin:20px auto;padding:10px 15px;border-radius:4px;position:relative;overflow:hidden}.skeleton-card,.skeleton-wrapper.border{border:1px solid #ddd}.skeleton-card{padding:10px 15px}.shimmer-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;animation:loading 2s infinite}.skeleton-complain{width:100%;display:flex;align-items:center;justify-content:space-between}.shimmer{width:50%;height:100%;background:hsla(0,0%,100%,.2);transform:skewX(-20deg);box-shadow:0 0 30px 30px hsla(0,0%,100%,.2)}.dark .shimmer{background:hsla(0,0%,100%,.05);box-shadow:0 0 30px 30px hsla(0,0%,100%,.05)}@keyframes loading{0%{transform:translateX(-150%)}50%{transform:translateX(-60%)}to{transform:translateX(150%)}}