@font-face {
	font-family: 'Roobert TW';
	src: url('/resources/fonts/twitchcon/RoobertTW-Regular.woff2') format('woff2'), url('/resources/fonts/twitchcon/RoobertTW-Regular.woff') format('woff');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'Roobert TW';
	src: url('/resources/fonts/twitchcon/RoobertTW-SemiBold.woff2') format('woff2'), url('/resources/fonts/twitchcon/RoobertTW-SemiBold.woff') format('woff');
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'Roobert TW';
	src: url('/resources/fonts/twitchcon/RoobertTW-Bold.woff2') format('woff2'), url('/resources/fonts/twitchcon/RoobertTW-Bold.woff') format('woff');
	font-weight: 700;
	font-display: swap;
}

html, body, div#main {
	background: #ffffff;
	background-color: #ffffff;
}

.twitchcon-white-outer {
	padding: 0 15px;
}

.twitchcon-white-inner {
	background: #fff;
    max-width: 1300px;
	margin: 30px auto;
	border-radius: 20px;
	overflow: hidden;
}

.twitchcon-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0px 15px
}

.page-action-bar {
	margin-bottom: 0px;
}

.twitchcon-wrap {
	font-family: 'Roobert TW',ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
	color: #333333;
}

.event .product-detailed-item .table {
	-webkit-box-shadow: none !important;
	box-shadow: none !important	;
}

.faq-section-header {
	text-align: center;
}

.faq-section-header .header-text {
	margin: 0px;
}

.create-event-menu-link {
	display: none;
}

.twitch-connect {
	background: #F0F0FF;
	border-radius: 1.5rem;
	font-size: 16px;
	margin: 20px 0px;
	padding: 30px 15px;
	text-align: center;
}

.btn-twitch {
	background: #9146FF;
	color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.btn-twitch svg {
	fill: #fff;
	color: #fff;
}

.get-tickets-wrapper {
	margin: 30px auto 0px;
}

.select-tickets-header {
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
}

.tickets-header-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;

	@media screen and (max-width: 449px) {
		flex-direction: column;
	}
}

.get-tickets-wrapper #ticket_types {
	background: none;
}

.sticky-container {
	position: relative;
}

.get-tickets-container {
	float: none;
	width: 100%;
	background: none;
	margin: 0px;
	padding: 0px;
	border-radius: 0px
}

.got-promo-code {
	cursor: pointer;
	font-size: 18px;
}

#promo-code-container form {
	margin-bottom: 0px;
}

#promo-code-container {
	padding: 30px;
	background: #F2F3F7;
	border-radius: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.promo-code-applied-message {
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	color: #0E0E10;
	margin-bottom: 10px;
	margin-top: 20px;
}

.table th, .table td {
	border-top: none;
}

.modern-ticket-type {
	padding: 0px !important;
}

.modern-ticket-type-details {
	display: flex;
	gap: 20px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.modern-ticket-type-info {
	border: none;
	padding: 15px;
	padding-right: 30px;
	gap: 30px;
	background: #57BEE6;
	border-radius: 15px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: background 0.1s ease-in-out;

	@media screen and (max-width: 599px) {
		gap: 20px;
	}
}

.modern-ticket-type.sold-out .modern-ticket-type-info {
	cursor: not-allowed;
	background: #57BEE6;
}

.modern-ticket-type-info:hover, .modern-ticket-type-info:active, .modern-ticket-type-info.selected {
	background: #BEFAE1;
}

.modern-ticket-type.sold-out .modern-ticket-type-name {
	text-decoration: line-through;
}

.modern-ticket-type-name-wrapper {
	display: flex;
	gap: 7px;
	flex-direction: column;
}

.modern-ticket-type-name {
	font-size: 30px !important;
	display: flex;
	gap: 20px;
	font-weight: 600;
	justify-content: space-around;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	color: #0E0E10;
	text-shadow: none;
	padding-right: 0px;

	@media screen and (max-width: 767px) {
		justify-content: space-between;
		gap: 10px;
	}

	@media screen and (max-width: 599px) {
		font-size: 20px !important;
	}
}

.modern-ticket-type-subtitle {
	font-size: 15px;
	line-height: 120%;
	color: #0E0E10;
	text-align: center;

	@media screen and (max-width: 767px) {
		text-align: left;
	}

	@media screen and (max-width: 599px) {
		font-size: 12px;
	}
}

.modern-ticket-type-name-wrapper {
	flex-basis: 50%;
}

.modern-ticket-type-name .modern-ticket-type-name {
	line-height: 120% !important;
}

.modern-ticket-type-price {
	font-size: 25px !important;
	font-weight: 700;
	flex-basis: 25%;
	text-align: center;

	@media screen and (max-width: 767px) {
		font-size: 18px  !important;
		display: flex;
		flex-direction: column;
		text-align: right;
	}
}

.plus-taxes {
	font-size: 12px;
    line-height: 16px;
    min-width: 120px;
}

.modern-ticket-type-action {
	display: none;
}

.modern-booking-fee {
	display: block;
	font-size: 12px;
	line-height: 120%;

	@media screen and (max-width: 767px) {
		font-size: 10px;
	}

	@media screen and (max-width: 599px) {
		display: inline;
	}
}

.ticket-quantity {
	margin-bottom: 0px;
}

.sticky-container {
	background: none;
	margin-top: 0px;
}

#add_to_cart {
	background: #9146FF;
	color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 10px;
	padding: 15px;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
}

#add_to_cart:active, #add_to_cart:hover {
	background: #773cd0;
}

#add_to_cart:after {
	content: "→";
	margin-left: 7px;
}

.modern-ticket-type-image {
	min-width: 100px;
	min-height: 100px;
	overflow: hidden;
	border-radius: 100%;
	background-position: center;
	background-size: cover;

	@media screen and (max-width: 599px) {
		min-width: 50px;
		min-height: 50px;
	}
}
.modern-ticket-type-image img {
	min-height: 100%;
	min-width: 100%;
}

.event-page-faq-section {
	background: none;
	padding: 0;
}

.description {
	text-align: center;
	margin-bottom: 20px;
}

.whats-included {
	margin: 0px auto 50px;
	background: #F2F3F7;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	border-radius: 1.5rem;
	padding: 40px;
	text-shadow: none;
	align-items: center;

	@media screen and (max-width: 599px) {
		flex-direction: column;
	}
}

.whats-included h3 {
	font-weight: 600;
	font-size: 25px;
	line-height: 120%;
	text-align: left;
	color: #0E0E10;
}

.whats-included-right {
	max-width: 60%;

	@media screen and (max-width: 599px) {
		max-width: 100%;
	}
}

.whats-included ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;

	@media screen and (max-width: 599px) {
		text-align: center;
	}
}

.whats-included ul li {
	margin-bottom: 5px;
}

.whats-included ul li:last-child {
	margin-bottom: 0px;
}

.event-page-faq-section .faq-sections {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 30px;

	@media screen and (max-width: 767px) {
		flex-direction: column;
	}
}

.event-page-faq-section .faq-sections .faq-section {
	background: #F2F3F7;
	border-radius: 1.5rem;
	padding: 20px 40px 30px;
	width: 100%;
	box-sizing: border-box;
}

.faq-section .section-name {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
}

.faq-section .question {
	display: flex;
	gap: 10px;
	align-items: baseline;
	cursor: pointer;
	font-size: 16px;
	line-height: 140%;
	font-weight: 600;
	margin-bottom: 10px;

	@media screen and (max-width: 767px) {
		justify-content: center;
	}
}

.faq-section .answer {
	margin: 0px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 140%;
	padding-left: 24px;

	@media screen and (max-width: 767px) {
		text-align: center;
	}
}

.twitchcon-footer {
	background: #F2F3F7;
	padding: 20px 0px;
	text-align: center;
}

.twitchcon-footer a {
	color: #333;
	font-size: 15px;
	line-height: 100%;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none
}

#waiting_list {
	background: #F2F3F7;
    border-radius: 1.5rem;
    padding: 30px;
}

#clock-box {
	margin-top: 15px;
    background: #F2F3F7;
    border-radius: 1.5rem;
    padding: 20px;
    font-size: 1.3em !important;
    text-align: center;
}

.payment-option-reminders {
	margin-top: 15px;

	@media screen and (max-width: 449px) {
		text-align: center;
	}
}

.payment-plan-reminder {
    font-size: 15px !important;
    line-height: 150% !important;
}

/* Top Influencers Section Styling */
#top_influencers .get-tickets-container{
    background: #F0F0FF;
    border-radius: 1.5rem;
    padding: 30px 10px;
    margin: 20px 0;
    position: relative;
}

#top_influencers .tickets-header {
	font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #0E0E10;
    margin-bottom: 20px;
    background: none;
    text-transform: capitalize;
}

#top_influencers .tickets-header span {
	text-transform: capitalize;
	margin-left: 5px;
	font-weight: 600;
}

.influencer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 20px;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.influencer-list li {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    gap: 5px;
    min-width: 100px;
    flex-direction: column;
}

.influencer-list li a {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    gap: 5px;
    min-width: 100px;
    flex-direction: column;
	color: #333;
}

.influencer-list li::before {
	display: none;
}

.influencer-list .influencer-image {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	object-fit: cover;
}

.referral-upsell {
	margin-top: 15px;
	padding: 15px !important;
	padding-bottom: 5px !important;
	text-shadow: none;
	border-radius: 15px !important;
	background-color: #000 !important;
}

.referral-upsell .referral-upsell-tiers {
	padding-top: 10px;
	display: flex;
	gap: 10px;
    flex-direction: row;
    width: 100%;
}

@media screen and (max-width: 849px) {
	.referral-upsell .referral-upsell-tiers {
		flex-direction: column;
	}
}

.referral-upsell .referral-upsell-tiers .tile-saving {
	width: 100%;
}

.referral-upsell .tile-saving .r {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.referral-upsell .tile-saving:nth-child(1) {
	background-color: #FACDCD !important;
	border-color: #FACDCD !important;
	color: #000000;
}

.referral-upsell .tile-saving:nth-child(2) {
	background-color: #F093F9 !important;
	border-color: #F093F9 !important;
	color: #000000;
}

.referral-upsell .tile-saving:nth-child(3) {
	background-color: #BE0078 !important;
	border-color: #BE0078 !important;
	color: #ffffff;
}

.ticket-group-title {
	background: #C1ADFE;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 30px;
    border-radius: 15px;
    width: 100%;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    text-align: left;
	line-height: 120%;
}

.ticket-group-title::after {
	content: "↓";
	margin-left: 7px;
	transition: transform 0.3s ease;
	float: right;
	transform: rotate(270deg);
}

.ticket-group-title:hover {
	background: #9246FF;
}

.ticket-group-title.selected {
	background: #9246FF;
	color: #fff;
}

.ticket-group-title.selected::after {
	transform: rotate(360deg);
}

@media screen and (max-width: 767px) {
	.ticket-group-title {
		font-size: 20px;
		padding: 20px;
	}
}