/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 03:46:24 */
:root {
	--primary-color: #F2133E;
	--primary-hover-color: #e94a4a;
	--secondary-color: #fafafa;
	--shade-white: #ddd;
	--white: #fff;
}

#brx-content section input:not(input[type="submit"], #consent_checked) {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: 1px solid #ddd;
    background: #fafafa;
    transition: all 0.2s ease-in-out;
	min-height: 40px; 
	font-size: 1.6rem;
	color: #000;
	&::placeholder {
		color: #000;
		font-weight: 500;
	}
	
	&:focus {
		border: 1px solid red;
	}
}

#brx-content section input[type="submit"], button {
	text-align: center;
	color: #fff;
	padding: 13px 20px;
	background-color: var(--primary-color);
	transition: all 0.3s ease-in;
	font-weight: 500;
	
	&:hover {
		background-color: var(--primary-hover-color);
	}
}


.tc-consent-check-label {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	
	input {
		height: 40px;
		width: 40px;
	}
}

table {
  border-collapse: collapse;
  width: 100%;
}



td, th {
  border: 1px solid #ddd;
}

tr:nth-child(even){background-color: #f2f2f2;}
tr:nth-child(2n) {
	background-color: transparent !important;
}
th {
  padding-block: 20px !important;
  padding-inline: 10px !important;
  text-align: start;
  background-color: var(--primary-color);
  color: white;
}

td {
  padding-block: 20px;
  padding-inline: 10px;
}

table tr br {
	display: none !important;
}

.tickera-checkout .discount-wrap {
	align-items: inherit !important;
}

.ticket-type {
	position: relative;
	overflow: hidden;
}
.ticket-type::before {
  content: '';
  width: 100%;
  height: 34px;
  position: absolute;
  filter: blur(1px);
  background: black;
}

.tc-cart-seat-wrap {
  position: absolute;
  top: 25px;
}

.tickera_owner_info .tc-form-ticket-fields-wrap h2 {
	display: none;
}

button.ui-button {
	text-align: center !important;
}

.tickera-payment-gateways .plugin-title label {
	font-size: 30px !important;
	color: white !important;
	
}

#ff-shortcode-button {
	text-align: center;
}

#ff-code-form {
	display: flex;
	gap: 10px;
	
	#ff-loader {
		right: 50% !important;
	}
}


#ff-seat-chart {
	display: flex;
	align-items: center;
	justify-content: center;
}

.brxe-container[data-role="judge"] > table {
	display: none !important;
}

.ticket-chart {
	display: flex;
    justify-content: center;
	flex-direction: column;
	align-items: center;
	
	table {
		max-width: 900px;
	}
}

.ticket-cart-form {
	display: flex;
    justify-content: center;
	flex-direction: column;
	align-items: center;
	
	form.tickera {
		max-width: 900px;
		
		.discount-wrap {
			display: none;
		}
	}
}

 /* --- Overall Wrapper Styling --- */
.tickera_additional_info {
    max-width: 900px;
    margin: 2rem auto;
    padding: 1.5rem;
    background: #000;
}



/* Section Headings */
.tickera_additional_info h3,
.tickera_additional_info h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
   background: var(--primary-color);
    padding: 10px;
}

/* --- Fields Grid Layout --- */

.tickera_buyer_info .fields-wrap label {
	display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

.fields-wrap:not(.tickera_buyer_info .fields-wrap) {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

@media (width < 480px) {
	.fields-wrap:not(.tickera_buyer_info .fields-wrap), .tickera_buyer_info .fields-wrap label {
		  grid-template-columns: 1fr;
	}
}

/* Ensure labels take full width */
.fields-wrap label {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Label text */
.fields-wrap label span {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
    color: #fff;
}

/* --- Input Styling --- */
.tickera-input-field {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem 0.8rem;
    border: 1px solid #ddd;
    background: #fafafa;
    font-size: 0.95rem;
    transition: all 0.2s ease-in-out;
}

.tickera-input-field:focus {
    border-color: #0073e6;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,115,230,0.1);
}

/* --- Owner Info Section --- */
.owner-info-wrap {
    background: #000;
    padding: 1.5rem;
    margin-top: 1.5rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* --- Styled Header (h5) for Attendee Info --- */
.owner-info-wrap h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin: -1.5rem -1.5rem 1rem -1.5rem; /* pull it to top edges */
    background: var(--primary-color);
    padding: 10px;
}

/* Remove extra margin from the first input after h5 */
.owner-info-wrap h5 + .fields-wrap {
    margin-top: 1rem;
}

/* Style the remove (X) icon inside h5 */
.owner-info-wrap .tc_cart_remove_icon {
    color: #888;
    cursor: pointer;
    font-size: 1rem;
    transition: color 0.2s ease-in-out;
}

.owner-info-wrap .tc_cart_remove_icon:hover {
    color: #d33;
}


/* --- Proceed Button --- */
.proceed-to-checkout-container {
    text-align: center;
    margin-top: 2rem;
}


/* --- Responsive Layout --- */
@media (max-width: 768px) {
    .fields-wrap {
        grid-template-columns: 1fr; /* Stack label & input vertically */
    }
}

.fc .fc-toolbar {
	flex-wrap: wrap;
    gap: 20px;
}

@media (width < 600px) {
	.fc-col-header th {
		padding-inline: 0px !important;
		font-size: 14px;
	}
}
  