.skeleton-loader {
    background-color: #eeeeee;
}

.skeleton-loader {
    position: relative;
    height: 38px;
}

.skeleton-loader:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.skeleton-loader.animated:after {
    animation: aniHorizontal 3s linear infinite;
    background: linear-gradient(to right, #cccccc 2%, #666666 18%, #cccccc 33%);
    background-size: 50%;
    mix-blend-mode: overlay;
}

.wait-skeleton-loader,
.ibox-title .wait-skeleton-loader {
    display: none !important;
}