@import url('./list.scss');
@import url('./post-actions.scss');

.sl-hidden {
	display: none !important;
}
.progress {
    background-color: #e2e2e2;
    border-radius: 0.5rem;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
}
.progress .progress-bar {
    transition: width 1s ease !important;
}
.green-bg {
    background-color: #22baa0 !important;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease;
}
.js-clean-link-button .dashicons-admin-page {
	font-size: 16px;
	margin-right: 2px;
	vertical-align: middle;
	width: 16px;
}
.clean-click-count {
    text-align:left;
}
.cleanlinks-rating-link {
    text-decoration:none;
}
span.clean-horizontal-line {
    display: flex;
    border-top: 1px solid #3c434a;
}
