.easycontent-post-status {

}


.ec-post-status-inner-wrapper {
	width: 100%;
	position: relative;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

.ec-post-status-header {
	font-weight: 600;
	font-size: 14px;
	color: #191e23;
	margin: 15px 0;

}
.ec-post-status-row {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}
.ec-post-status-row .ec-post-stage-color {
	margin-right: 5px;
}

.ec-post-status-row .status-item-name {
	margin-left: 6px;
	margin-right: 6px;
}

.ec-post-status-buttons {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	margin-bottom:15px;
}
.ec-post-status-buttons button {
	margin-right: 5px;
}

.ec-post-stage-color {
	width:  15px;
	height: 15px;
	border-radius: 50%;
	flex-shrink: 0;
}

.ec-push-post-modal {
}

.ec-push-post-modal button {
	margin-right: 6px;
}



/** Overlay styles */
.ec-widget-spinner-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .75);
	display: none;
	justify-content: center;
	align-items: center;
}

.ec-widget-spinner-wrapper.active {
	display: flex;
}

.ec-widget-spinner-wrapper > .components-spinner {
	margin: 0;
}