
.accordion-header {
	background: none;
	border: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 20px;
	position: relative;
	text-align: left;
	width: 100%;
}

.accordion-header:before {
	background-color: #000;
	border-radius: 100%;
	box-sizing: border-box;
	color: #fff;
	content: "";
	font-family: dashicons, sans-serif;
	font-size: 10px;
	font-weight: 400;
	height: 14px;
	left: 0;
	line-height: 17px;
	padding: 0 1px 0 0;
	position: absolute;
	text-align: center;
	top: 12px;
	width: 15px;
}

.accordion-header:after {
	border-bottom: 1px solid #ddd;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
}

.accordion-header.is-active:before {
	content: "";
	line-height: 15px;
}

.accordion-header:focus {
	outline: 1px solid #5b9dd9;
}

.accordion-header:hover {
	background: none;
}

.tribe-tickets-editor-history:after {
	width: calc(100% - 80px);
}

.tribe_attendee_meta:after {
	width: calc(100% - 170px);
}

.tribe_advanced_meta:after {
	width: calc(100% - 105px);
}

.accordion-label:focus {
	outline: none;
}

.accordion-content {
	display: none;
}

.ticket_panel .accordion-content {
	margin: 1em 0 2em;
}

.accordion-content.is-active {
	display: block;
}

.tribe-common-c-loader.tribe-tickets-loader__modal, .tribe-common-c-loader.tribe-tickets-loader__tickets-block {
	align-items: center;
	background: var(--tec-color-background-transparent);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: var(--tec-z-index-spinner-container);
}

@media (min-width:768px) {
	.tribe-common-c-loader.tribe-tickets-loader__modal, .tribe-common-c-loader.tribe-tickets-loader__tickets-block {
		padding: 0;
	}
}

.tribe-common-c-loader.tribe-tickets-loader__modal {
	height: 100vh;
	position: fixed;
	width: 100vw;
}

.event-tickets .tribe-common-c-loader {
	align-items: center;
	background: var(--tec-color-background-transparent);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: var(--tec-z-index-spinner-container);
}

@media (min-width:768px) {
	.event-tickets .tribe-common-c-loader {
		padding: 0;
	}
}

.event-tickets .tribe-tickets__notice, .tribe-common .tribe-tickets__notice {
	background-color: var(--tec-color-background-secondary);
	border-radius: var(--tec-border-radius-default);
	margin: var(--tec-spacer-4) 0;
	padding: var(--tec-spacer-3);
}

.event-tickets .tribe-tickets__notice>:last-child, .tribe-common .tribe-tickets__notice>:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.event-tickets .tribe-tickets-notice__title, .tribe-common .tribe-tickets-notice__title {
	margin: 0;
	position: relative;
}

.event-tickets .tribe-tickets-notice__title:empty, .tribe-common .tribe-tickets-notice__title:empty {
	display: none;
}

.event-tickets .tribe-tickets__notice--error, .tribe-common .tribe-tickets__notice--error {
	background-color: var(--tec-color-background-error);
	display: none;
	padding-left: 50px;
	position: relative;
}

.event-tickets .tribe-tickets__notice--error:before, .tribe-common .tribe-tickets__notice--error:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27 transform=%27translate%281 1%29%27%3E%3Ccircle cx=%278%27 cy=%278%27 r=%277.467%27 stroke=%27%23141827%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27/%3E%3Ccircle cx=%278%27 cy=%2711.733%27 r=%271.067%27 fill=%27%23141827%27 fill-rule=%27nonzero%27/%3E%3Cpath fill=%27%23141827%27 stroke=%27%23141827%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M8 3.733v4.8%27/%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	content: "";
	height: var(--tec-spacer-3);
	left: var(--tec-spacer-4);
	position: absolute;
	top: var(--tec-spacer-4);
	width: var(--tec-spacer-3);
}

.event-tickets .tribe-tickets__notice--barred, .tribe-common .tribe-tickets__notice--barred {
	background-color: var(--tec-color-background);
	border: var(--tec-spacer-0) solid var(--tec-color-border-secondary);
	border-bottom: 0;
	border-radius: 0;
	border-top: 0;
	padding: 0 var(--tec-spacer-2);
}

.event-tickets .tribe-tickets__notice--barred-left, .tribe-common .tribe-tickets__notice--barred-left {
	border-right: 0;
	padding: 0 0 0 var(--tec-spacer-2);
}

.event-tickets .tribe-tickets__notice--barred-right, .tribe-common .tribe-tickets__notice--barred-right {
	border-left: 0;
	padding: 0 var(--tec-spacer-2) 0 0;
}

.event-tickets .tribe-tickets-svgicon {
	background-repeat: no-repeat;
	background-size: contain;
}

.tooltipster-base.tribe-tickets-tooltip-theme {
	background-color: var(--tec-color-background);
	border: 1px solid var(--tec-color-border-default);
	border-radius: var(--tec-border-radius-default);
	box-shadow: var(--tec-box-shadow-tooltip);
	height: auto !important;
	max-width: 254px;
	padding: var(--tec-spacer-5);
}

.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-box {
	background-color: initial;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}

.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-box .tooltipster-content {
	color: var(--tec-color-text-primary);
	overflow: inherit;
	padding: 0;
	word-break: break-word;
}

.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-arrow {
	display: none;
}

.tribe-common a.tribe-common-c-btn--small, .tribe-common button.tribe-common-c-btn--small, .tribe-common input[type=button].tribe-common-c-btn--small, .tribe-common input[type=submit].tribe-common-c-btn--small {
	background-color: var(--tec-color-accent-primary);
	padding: 11px 14px;
	width: auto;
}

.tribe-common a.tribe-common-c-btn--small:active, .tribe-common a.tribe-common-c-btn--small:disabled, .tribe-common a.tribe-common-c-btn--small:focus, .tribe-common a.tribe-common-c-btn--small:hover, .tribe-common button.tribe-common-c-btn--small:active, .tribe-common button.tribe-common-c-btn--small:disabled, .tribe-common button.tribe-common-c-btn--small:focus, .tribe-common button.tribe-common-c-btn--small:hover, .tribe-common input[type=button].tribe-common-c-btn--small:active, .tribe-common input[type=button].tribe-common-c-btn--small:disabled, .tribe-common input[type=button].tribe-common-c-btn--small:focus, .tribe-common input[type=button].tribe-common-c-btn--small:hover, .tribe-common input[type=submit].tribe-common-c-btn--small:active, .tribe-common input[type=submit].tribe-common-c-btn--small:disabled, .tribe-common input[type=submit].tribe-common-c-btn--small:focus, .tribe-common input[type=submit].tribe-common-c-btn--small:hover {
	padding: 11px 14px;
}

.tribe-common a.tribe-common-c-btn-link, .tribe-common button.tribe-common-c-btn-link, .tribe-common input[type=button].tribe-common-c-btn-link, .tribe-common input[type=submit].tribe-common-c-btn-link {
	background: rgba(0, 0, 0, 0);
	border: 0;
	border-radius: 0;
	color: var(--tec-color-text-primary);
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-2);
	font-weight: var(--tec-font-weight-regular);
	height: auto;
	line-height: var(--tec-line-height-3);
	outline: none;
	padding: 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	width: auto;
}

.tribe-common a.tribe-common-c-btn-link:active, .tribe-common a.tribe-common-c-btn-link:focus, .tribe-common a.tribe-common-c-btn-link:hover, .tribe-common button.tribe-common-c-btn-link:active, .tribe-common button.tribe-common-c-btn-link:focus, .tribe-common button.tribe-common-c-btn-link:hover, .tribe-common input[type=button].tribe-common-c-btn-link:active, .tribe-common input[type=button].tribe-common-c-btn-link:focus, .tribe-common input[type=button].tribe-common-c-btn-link:hover, .tribe-common input[type=submit].tribe-common-c-btn-link:active, .tribe-common input[type=submit].tribe-common-c-btn-link:focus, .tribe-common input[type=submit].tribe-common-c-btn-link:hover {
	background: rgba(0, 0, 0, 0);
	color: inherit;
}

.tribe-common a.tribe-common-c-btn-link, .tribe-common button.tribe-common-c-btn-link, .tribe-common input[type=button].tribe-common-c-btn-link, .tribe-common input[type=submit].tribe-common-c-btn-link {
	text-align: center;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	transition: var(--tec-transition-color);
}

.tribe-common a.tribe-common-c-btn-link:focus, .tribe-common a.tribe-common-c-btn-link:hover, .tribe-common button.tribe-common-c-btn-link:focus, .tribe-common button.tribe-common-c-btn-link:hover, .tribe-common input[type=button].tribe-common-c-btn-link:focus, .tribe-common input[type=button].tribe-common-c-btn-link:hover, .tribe-common input[type=submit].tribe-common-c-btn-link:focus, .tribe-common input[type=submit].tribe-common-c-btn-link:hover {
	background-color: initial;
}

.tribe-common a.tribe-common-c-btn-link, .tribe-common button.tribe-common-c-btn-link, .tribe-common input[type=button].tribe-common-c-btn-link, .tribe-common input[type=submit].tribe-common-c-btn-link {
	background-color: initial;
	color: var(--tec-color-accent-primary);
	padding: 11px 20px;
	width: 100%;
}

@media (min-width:768px) {
	.tribe-common a.tribe-common-c-btn-link, .tribe-common button.tribe-common-c-btn-link, .tribe-common input[type=button].tribe-common-c-btn-link, .tribe-common input[type=submit].tribe-common-c-btn-link {
		background-color: initial;
		width: auto;
	}
}

.tribe-common a.tribe-common-c-btn-link:focus, .tribe-common a.tribe-common-c-btn-link:hover, .tribe-common button.tribe-common-c-btn-link:focus, .tribe-common button.tribe-common-c-btn-link:hover, .tribe-common input[type=button].tribe-common-c-btn-link:focus, .tribe-common input[type=button].tribe-common-c-btn-link:hover, .tribe-common input[type=submit].tribe-common-c-btn-link:focus, .tribe-common input[type=submit].tribe-common-c-btn-link:hover {
	color: var(--tec-color-accent-primary-hover);
}

.tribe-common a.tribe-common-c-btn-link:active, .tribe-common button.tribe-common-c-btn-link:active, .tribe-common input[type=button].tribe-common-c-btn-link:active, .tribe-common input[type=submit].tribe-common-c-btn-link:active {
	color: var(--tec-color-accent-primary-active);
}

.tribe-common a.tribe-common-c-btn-link:disabled, .tribe-common button.tribe-common-c-btn-link:disabled, .tribe-common input[type=button].tribe-common-c-btn-link:disabled, .tribe-common input[type=submit].tribe-common-c-btn-link:disabled {
	color: var(--tec-color-accent-primary-background);
}

.event-tickets .tec-tickets__attendees-list-wrapper, .tribe-common .tec-tickets__attendees-list-wrapper {
	margin-top: var(--tec-spacer-8);
}

.event-tickets .tec-tickets__attendees-list, .tribe-common .tec-tickets__attendees-list {
	background-color: var(--tec-color-background);
	margin-top: var(--tec-spacer-3);
}

.event-tickets .tec-tickets__attendees-list-item, .tribe-common .tec-tickets__attendees-list-item {
	align-items: center;
	border-left: 1px solid var(--tec-color-border-secondary);
	border-right: 1px solid var(--tec-color-border-secondary);
	border-top: 1px solid var(--tec-color-border-secondary);
	container-type: inline-size;
	display: flex;
	flex-direction: column;
	gap: var(--tec-spacer-1);
	margin: 0;
	padding: var(--tec-spacer-4);
}

.event-tickets .tec-tickets__attendees-list-item:last-child, .tribe-common .tec-tickets__attendees-list-item:last-child {
	border-bottom: 1px solid var(--tec-color-border-secondary);
}

@media (min-width:768px) {
	.event-tickets .tec-tickets__attendees-list-item, .tribe-common .tec-tickets__attendees-list-item {
		flex-direction: row;
	}
}

.event-tickets .tec-tickets__attendees-list-item-attendee-details, .tribe-common .tec-tickets__attendees-list-item-attendee-details {
	align-self: center;
	flex-grow: 1;
}

@media (min-width:768px) {
	.event-tickets .tribe-common-form-control-text__input {
		border: 0;
		color: var(--tec-color-text-primary);
		font-family: var(--tec-font-family-sans-serif);
		font-size: var(--tec-font-size-2);
		font-weight: var(--tec-font-weight-regular);
		line-height: var(--tec-line-height-3);
	}
	
	.event-tickets .tribe-common-b1 {
		font-size: var(--tec-font-size-3);
		line-height: var(--tec-line-height-3);
	}
	
	.event-tickets .tribe-common-b2 {
		font-size: var(--tec-font-size-2);
		line-height: var(--tec-line-height-3);
	}
	
	.event-tickets .tribe-common-b3 {
		font-size: var(--tec-font-size-1);
		line-height: var(--tec-line-height-0);
	}
	
	.event-tickets .tribe-common-h1 {
		font-size: var(--tec-font-size-10);
		line-height: var(--tec-line-height-0);
	}
	
	.event-tickets .tribe-common-h2 {
		font-size: var(--tec-font-size-9);
		line-height: var(--tec-line-height-0);
	}
	
	.event-tickets .tribe-common-h3 {
		font-size: var(--tec-font-size-8);
		line-height: var(--tec-line-height-1);
	}
	
	.event-tickets .tribe-common-h4 {
		font-size: var(--tec-font-size-7);
		line-height: var(--tec-line-height-1);
	}
	
	.event-tickets .tribe-common-b1--min-medium, .event-tickets .tribe-common-h6 {
		font-size: var(--tec-font-size-3);
		line-height: var(--tec-line-height-3);
	}
	
	.event-tickets .tribe-common-b2--min-medium {
		font-size: var(--tec-font-size-2);
		line-height: var(--tec-line-height-3);
	}
	
	.event-tickets .tribe-common-b3--min-medium {
		font-size: var(--tec-font-size-1);
		line-height: var(--tec-line-height-0);
	}
	
	.event-tickets .tribe-common-h3--min-medium {
		font-size: var(--tec-font-size-8);
		line-height: var(--tec-line-height-1);
	}
	
	.event-tickets .tribe-common-h4--min-medium {
		font-size: var(--tec-font-size-7);
		line-height: var(--tec-line-height-1);
	}
	
	.event-tickets .tribe-common-h5--min-medium {
		font-size: var(--tec-font-size-4);
		line-height: var(--tec-line-height-2);
	}
	
	.event-tickets .tribe-common-h6--min-medium {
		font-size: var(--tec-font-size-3);
		line-height: var(--tec-line-height-3);
	}
	
	.event-tickets .tribe-common-h7--min-medium {
		font-size: var(--tec-font-size-2);
		line-height: var(--tec-line-height-3);
	}
}

@media (min-width:768px) {
	.event-tickets .tribe-common-form-control-text__input {
		padding: var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-8);
	}
	
	.event-tickets .tribe-common-g-row--gutters {
		margin-left: var(--tec-grid-gutter-half-negative);
		margin-right: var(--tec-grid-gutter-half-negative);
	}
	
	.event-tickets .tribe-common-g-row--gutters>.tribe-common-g-col {
		padding-left: var(--tec-grid-gutter-half);
		padding-right: var(--tec-grid-gutter-half);
	}
}

.tribe-theme-twentytwenty .event-tickets {
	background-color: initial;
}
