/**
 * This CSS file was auto-generated via PostCSS
 *
 * Contributors should avoid editing this file, but instead edit the associated
 * src/resources/postcss/ file. For more information, check out our engineering
 * docs on how we handle CSS in our engineering docs.
 *
 * @see: http://moderntribe.github.io/products-engineering/css/
 */

.tribe-events-recurring-update-msg.updating {
	border-color: #ffba00;
}

.tribe-events-recurring-update-msg > div {
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}

.tribe-events-recurring-update-msg .progress {
	border: 1px solid #ccc;
	float: left;
	margin-right: 16px;
	margin-right: 1rem;
	padding: 1px;
	width: 288px;
	width: 18rem;
}

.tribe-events-recurring-update-msg .progress .bar {
	background: #ffba00;
	height: 16px;
	height: 1rem;
	width: 1%;
}

.tribe-events-recurring-update-msg.completed .progress .bar {
	background: #7ad03a;
}

#tribe-recurrence-staging {
	display: none;
}

.recurrence-row .eventduration input[type="number"] {
	margin-left: 10.56px;
	margin-left: 0.66rem;
	width: 48px;
	width: 3rem;
}

/* Prevent the featured venue widget's dropdown from breaking out of widget settings meta box */

.tribe.widget-settings select.venue-dropdown {
    max-width: 100%;
}

.tribe-customizer-select2 {
	z-index: 100000000;
}

.recurrence_end_count {
	width: 64px;
	width: 4rem;
}