@CHARSET "ISO-8859-1";

.wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 10px;
	max-width: 50%;
	margin: 10% auto;
}

.text-wrap {
	padding: 20px;
	text-align: center;
	background: linear-gradient(to right, #0D47A1 0%, #011e49 100%);
	color: #fff;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-top-left-radius: 10px;

	border-bottom-left-radius: 10px;

}

.login-wrap {
	flex: 1;
	padding: 40px;
}


@media (max-width: 768px) {
	.wrap {
		flex-direction: column;
		max-width: 90%;
		margin: 20px auto;
	}

	.text-wrap {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 10px;
	}

	.login-wrap {
		padding: 20px;
	}

	.text-wrap,
	.login-wrap {
		flex: unset;
		width: 100%;
	}
}

.form-group {
	margin-bottom: 1rem;

}

.form-floating select {
	appearance: none;

	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1.41%200L6%204.58L10.59%200L12%201.41L6%207.41L0%201.41L1.41%200Z%22%20fill%3D%22%23495057%22/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: right 1rem center;
	padding-right: 2rem;

}

.form-floating select:focus {
	border-color: #80bdff;
	background-color: white;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-floating {
	position: relative;
	margin-bottom: 20px;
}

.form-floating label {
	position: absolute;
	top: 17px;
	left: 12px;
	transition: all 0.2s ease-in-out;
	background: transparent;
	z-index: 3;
	pointer-events: none;
	padding: 0 5px;
}

.form-floating input,
.form-floating textarea,
.form-floating select {
	width: 100%;
	padding: 16px;
	border: 1px solid #ced4da;
	border-radius: 50px;
	background-color: #f5f5f6;
	z-index: 2;
	transition: background-color 0.3s;
}

.form-floating input:hover,
.form-floating textarea:hover {
	background-color: white;
	/* Hover effect */
}

.form-floating input:focus,
.form-floating textarea:focus,
.form-floating select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 189, 255, 0.6);
}

.form-floating input:focus+label,
.form-floating select:focus+label,
.form-floating textarea:focus+label,
.form-floating input:not(:placeholder-shown)+label,
.form-floating select:not([value=""])+label,
.form-floating textarea:not(:placeholder-shown)+label {
	top: -10px;
	/* Move the label above the input */
	transform: scale(0.75);
	/* Scale down the label */
	font-size: 0.75rem;
	color: #495057;
	background: #f5f5f6;
	/* Match input background to avoid overlap */
	padding: 0 5px;
	/* Add some padding to prevent overlap */
	z-index: 1;
	/* Ensure label stays above the input */
}


.gender-select {
	margin-bottom: 20px;

}

.radio-btn-custom {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
	background: #f5f5f6;
	border-radius: 50px;
	cursor: pointer;
}



.center-btn {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.form-groupp-two {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;

}

.remember-me input[type="checkbox"] {
	margin-right: 0.5rem;

}

.remember-me label {
	cursor: pointer;

}

.forgot-password a {
	color: #007bff;

	text-decoration: none;

}

.forgot-password a:hover {
	text-decoration: underline;

}

.signin-form .error {
	color: red;
	letter-spacing: 1px;
	font-size: 12px;
	margin-bottom: 30px;
}

.white-box {

	border-radius: 20px;
	border: 1px dotted lightblue;
	padding: 20px;
	margin: 0 20px 30px;
}

.white-box .edv-n {
	color: #3623fb;

}

.white-box .text-right .h3 {
	color: #053b9b;

}

.white-box .handling-fees-figure .h3 {}

.white-box .handling-fees-figure {
	text-align: right;
}

.white-box .ogt-val {
	text-align: right;
}

.white-box .order-box {}

.white-box .handling-fees {
	font-size: 24px;
	color: #3623fb;
}

.white-box .delivery-method b {
	font-size: 24px;
	color: �#3623fb;
}

.row.cat-qlinks {
	display: block;
	font-size: 12px;

}


ul.cat-quick-links li {
	width: 25%;
	float: left;
	list-style-type: square;
	color: navy;
	margin-right: 5%;
}

ul.cat-quick-links li a {
	color: navy;
}


.height-equal {
	display: flex;
	flex-direction: column;
}

.height-equal a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.pt-20.pb-0.rounded-10.flex.flex-col.items-center.border-1 {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ld-fancy-heading.text-center {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ld-fancy-heading.relative.text-center {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lqd-imggrp-single.block.relative {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.form-bk-btn-p {
	display: flex;
	justify-content: center;
	align-items: center;
}

.book-btn {
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
	text-align: center;
	border: none;
	border-radius: 5px;
	background-color: #007bff;
	color: white;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.book-btn:hover {
	background-color: #0056b3;
}

.e-info {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 16px;
}

.search-results-buttons i {
	margin-right: 5px;
	display: block;
	margin: 0 0 5px 0 !important;
}

.search-data {
	letter-spacing: 0 !important;

}

.page-description {

	padding: 20px;
	border-radius: 20px;
	transition: auto;
	width: 100%;
	/* background-color: #fff9fe; */
	background-color: #e1f2fd5c;


	letter-spacing: 0px;
	line-height: 30px;
}

.booking-fees {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.event-tix-info {
	padding: 0px 0 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}


.booking-fees .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.delivery-fees {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.booking-total {
	padding-top: 24px;
}

.ototals {
	text-align: right;
}


.white-box h3 {
	font-size: 2rem;
}

.white-box h4 {
	font-size: 2.2rem;
}

.edv-st {
	font-size: 1.5rem !important;
	color: #929090;
}

.o-email-icon .fa {
	font-size: 24px;
	margin-right: 10px;
	;
}

.contact-info .fa {
	margin-right: 10px;
}

.contact-info {
	margin-bottom: 12px;
}

.search-results-buttons .fa {
	display: none !important;
}

.search-results-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.e-info .d-info {
	color: #292929;
}

.e-info .v-info {
	color: royalblue;
}

.e-info .search-ev-name {
	color: #3623fb;
}

@media screen and (max-width: 879px) {
	body {
		overflow: visible;
	}
}



/* Mobile-specific styles */
@media (max-width: 767px) {
	.white-box .panel .row {
		display: flex;
		/* Use flexbox for better layout control */
		flex-direction: column;
		/* Stack items vertically on mobile */
	}

	.order-box .row {
		display: flex;
		/* Use flexbox for better layout control */
		flex-direction: column;
		/* Stack items vertically on mobile */
	}


	.order-contents {
		display: flex;
		flex-direction: column;
		align-items: center !important;
		/* Horizontally centers items */
		justify-content: center !important;
		/* Vertically centers items if the parent has a set height */
		text-align: center !important;
		/* Centers text inside the elements */
		height: 100%;
		/* Ensure the div takes full height if needed */
		width: 100%;
		/* Ensure the div takes full width if needed */
	}

	/* Ensure any child elements using flexbox are centered as well */
	.order-contents>.flex-item {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.col-md-3.col-sm-6.col-xs-12.text-right.ototals {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		/* Centers items horizontally */
		justify-content: center !important;
		/* Centers items vertically */
		text-align: center !important;
		/* Centers text within the elements */
	}

	.col-md-3.col-sm-6.col-xs-12.text-right.ototals a {
		display: flex !important;
		justify-content: center !important;
	}

	.white-box.contact-box {
		text-align: center;
	}

	.white-box.contact-box .gray-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.white-box.contact-box .order-box.contact-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.white-box.contact-box .order-box.contact-box .contact-info {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: 10px 0;
	}

	.white-box.contact-box .order-box.contact-box .contact-info .tel,
	.white-box.contact-box .order-box.contact-box .contact-info .o-phone,
	.white-box.contact-box .order-box.contact-box .contact-info .o-email-icon,
	.white-box.contact-box .order-box.contact-box .contact-info .o-email {
		display: flex;

	}

	.white-box.contact-box .img-icons.tp-et-rc.ord-pg-icons {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}

	.white-box.contact-box .img-icons.tp-et-rc.ord-pg-icons .icon {
		
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.white-box.contact-box .img-icons.tp-et-rc.ord-pg-icons .icon img {
		max-width: 100%;
		height: auto;
	}

	.white-box .ogt-val {
		text-align: center;
	}

	.white-box .panel-heading {
		text-align: center;
	}
	.titlebar-inner h1 {
		font-size: 30px;
		letter-spacing: 0px;
	
	}

	span#timer {
		
		letter-spacing: 0px;
	
		margin-top: 0;
	}
	.white-box h4 {
		font-size: 1.5rem;
	}
	.edv-st {
		font-size: 1.2rem !important;
		color: #929090;
	}
	h4.red.contact {
		
		margin-bottom: 0;
		
	}
}



@media screen and (min-width: 992px) and (max-width: 1399px) {
   
.module-header .flex {
    display: inline !important;text-align: center;
}

.logo-default {width: 380px !important;}


.top-icons-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
}


ul.top-icons {
    display: table;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}


ul.top-icons li {
    font-size: 25px;
    padding: 7px;
}


.flex.w-30percent.justify-end .trust-pilot,
.flex.w-30percent.justify-end .lqd-fancy-menu {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.row > .row.w-100percent.flex.flex-col.items-center.justify-center.py-10.mr-10,
.row > .w-100percent.flex.flex-col.flex-grow-1.items-center.justify-center.py-10 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 10px;
}

.row > .row.w-100percent.flex.flex-col.items-center.justify-center.py-10.mr-10 .form-select,
.row > .w-100percent.flex.flex-col.flex-grow-1.items-center.justify-center.py-10 .button {
    width: 100%;
    max-width: 300px; /* Optional: Limit the maximum width */
    text-align: center;
}


}

@media screen and (min-width: 1200px) and (max-width:1605px) {

	.row > .row.w-100percent.flex.flex-col.items-center.justify-center.py-10.mr-10,
	.row > .w-100percent.flex.flex-col.flex-grow-1.items-center.justify-center.py-10 {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 10px;
		margin-right: 10px;
	}
	
	.row > .row.w-100percent.flex.flex-col.items-center.justify-center.py-10.mr-10 .form-select,
	.row > .w-100percent.flex.flex-col.flex-grow-1.items-center.justify-center.py-10 .button {
		width: 100%;
		max-width: 300px; /* Optional: Limit the maximum width */
		text-align: center;
	}
}

@media (max-width: 768px) {
    .ticket-header-info, .ticket-sell-tmp-info {
        width: 100%;
        text-align: center;
    }

    .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .event-cat-banner img {
        margin: 0 auto;
    }

#lqd-site-content .justify-between {
    justify-content: center !important;
}

}

.cat-description iframe {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cat-description {
    letter-spacing: 0px;
}
