/**
 * 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: https://the-events-calendar.github.io/products-engineering/docs/code-standards/css/
 */

#tribe-field-events_filters_layout {
	clear: both;
	display: block;
}

.tribe-arrangeable-item .ui-state-default {
	position: relative;
}

.active-sort {
	display: inline-block;
	width: 10px;
}

.active-sort:before,
.active-sort:after {
	border: 4px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: 5px;
	position: absolute;
	top: 50%;
	width: 0;
}

.active-sort:before {
	border-bottom-color: #23282d;
	margin-top: -9px;
}

.active-sort:after {
	border-top-color: #23282d;
	margin-top: 1px;
}

.tribe-arrangeable-action {
	height: 25px;
	width: 30px;
}

.tribe-arrangeable-action .tribe-drop-indicator:before {
			content: '';
			display: inline-block;
			margin: 5px 0 0 10px;
			position: absolute;
			height: 0;
			width: 0;
			border-color: #23282d transparent transparent;
			border-style: solid;
			border-width: 4px;
			transform: rotate(0);
			transform-origin: 50% 25%;
			transition: .25s ease-in-out;
		}

.tribe-arrangeable-action.open:before {
	border-bottom: 6px solid;
	border-left: 4px inset transparent;
	border-right: 4px inset transparent;
	border-top: 0 inset transparent;
}