/*@import url('bootstrap.css');*/

/*
	BASE
*/

html,
body {
    height: 100%;
	font-size: 100%;
}

body {
    background: #fbfbff;
    font-size: 14px;
    font-family: var(--font-family), 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
	font-display: swap;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.generic {
    background: #fbfbff;
}

body.home {
    background: #fbfbff;
}

input,
textarea,
button,
select {
    font-family: var(--font-family), 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
}

body {
    padding: 0;
}

#main {
    position: relative;
    width: 100%;
    min-height: 100%;
}

#wrap {
	padding-top: 65px;
    background-color: transparent;
}

#content {
    position: relative;
    z-index: 1;
}

.text-right {
    text-align: right;
}


/*
	NAV
*/

.navbar {
    z-index: 2;
    margin-bottom: 0;
    position: absolute;
    top: 25px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar .navbar-inner {
    background: transparent;
    filter: none;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
}

.navbar .brand {
    padding: 8px 10px 8px 0;
    margin: 0;
    width: 200px;
}

.navbar .brand .logo {
    width: 200px;
}

.navbar .nav-toggle {
    display: none;
    float: left;
}

.navbar .nav>li>a {
    padding: 11px 15px 9px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFF;
}

.navbar .login-form {
    padding: 10px;
}

.navbar .login-form form {
    margin: 0;
}

.navbar .login-form input {
    margin-bottom: 10px;
}

#nav {
    top: 25px;
    right: 50%;
    margin-right: -490px;
    position: absolute;
    z-index: 2;
    height: 41px;
}

#nav .container {
    width: auto;
}

#nav .nav-search {
    float: right;
    margin: 4px 10px 0 0;
}

#nav .nav {
    float: right;
    margin: 0 10px 0 0;
}

#nav .nav>li {
    float: left;
    position: relative;
}

#nav .nav>li ul {
    display: none;
    float: right;
    position: absolute;
    top: 36px;
    right: 0;
    background: #333;
}

#nav .nav>li:hover ul {
    display: block;
}

#nav .nav>li li a:hover {
    background: #444;
}

#nav .nav a {
    display: block;
    padding: 10px;
    font-weight: var(--fw-bold);;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    white-space: nowrap;
}

#nav .nav a:hover {
    background: #333;
    color: #FFF;
    text-decoration: none;
}

#nav .nav-region-select>a .nav-current-region {
    position: absolute;
    top: -1000em;
    left: -1000em;
}

#nav .nav-region-select>a .flag {
    height: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#nav .nav-region-select ul {
    list-style-type: none;
}

#nav .nav-region-select ul a {
    position: relative;
    padding-right: 42px;
    line-height: 13px;
    text-align: right;
}

#nav .nav-region-select ul a span {
    display: block;
    font-size: 10px;
    line-height: 10px;
    color: #AAA;
}

#nav .nav-region-select ul a .flag {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}

#nav .nav-region-select ul .nav-current-region {
    background: #444;
}

.fix-bar #nav,
.fix-bar .navbar {
    top: 0;
    position: fixed;
}

.fix-bar .navbar .navbar-inner {
    background: #242424;
    background: rgba(36, 36, 36, 0.95);
    border-bottom: 1px solid #303030;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}


/*
	FOOTER
*/

.footer {
    clear: both;
    padding: 19px 0 20px;
    background: #242424;
    border-top: 1px solid #303030;
    color: #FFF;
    font-size: 11px;
}

.footer .footer-bar {
    height: 20px;
    background: #242424;
}

.footer .footnote {
    margin-bottom: 0.5em;
    font-size: 10px;
    text-transform: uppercase;
    color: #F7F7F7;
}

.footer p {
    margin: 0;
}

.footer a {
    color: #F7F7F7;
}

.footer .span4 {
    margin-bottom: 10px;
}

.footer-nav a {
    display: block;
}

#breadcrumbs li:after {
	content: "/";
	margin: 0 5px;
	color: rgba(255, 255, 255, 0.4);
}

.accepted-payment-methods {
    display: block;
}

.accepted-payment-methods img {
    margin-top: -5px;
    width: 48px;
}

.banner {
    margin-bottom: 20px;
}

.banner img {
    width: 100%;
}

.cart h6 {
    margin-top: 0;
}

.cart .thumbnail {
    margin: 0 10px 0 0;
}


/*
	FEATURE AREA
*/

.feature-area {
    position: relative;
    padding: 0 20px;
    height: 200px;
    overflow: hidden;
    background: #000;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.stretch-image {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    margin-top: -10%;
    width: 100%;
    opacity: 0.75;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tagline {
    position: relative;
    z-index: 1;
}

.tagline p {
    display: block;
    position: absolute;
    top: 80px;
    right: 190px;
    font-weight: var(--fw-bold);
    font-size: 2.5em;
    line-height: 1.2em;
    letter-spacing: -0.05em;
    text-align: right;
    color: #FFF;
    opacity: 0.85;
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.25);
}

.tagline .line1 {
    display: block;
}

.tagline .btn {
    position: absolute;
    top: 75px;
    right: 0;
    font-size: 22px;
    font-weight: var(--fw-bold);;
    letter-spacing: -0.05em;
}

.generic #content .feature-area {
    height: 65px;
}


/*
	HEADER BAR
*/

.header-bar {
    min-height: 68px;
    background: #FFF;
}

.header-bar h2 {
    font-weight: var(--fw-regular);
    font-size: 2em;
    line-height: 48px;
}


/*
	EVENT LISTING
*/

.homepage {
    margin: 0 -20px;
    padding: 20px 0 0;
}

.homepage li {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 0 0 20px 20px;
    overflow: hidden;
    background: #FFF;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /*-webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.homepage li:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.homepage li a {
    display: block;
    width: 100%;
    color: #242424;
}

.homepage li a img {
    width: 100%;
}

.homepage li h4,
.homepage li p {
    padding: 0 15px;
}

.homepage .sticky-block {
    float: right;
    display: block;
}


/*
	EVENT
*/

.event {
    /*
	.btn-buy-tickets {
		clear: both;
		.border-box;
		display: block;
		width: 100%;
		margin: 0;
		padding: 12px 0 13px;
		font-size: 24px;
		font-weight: var(--fw-bold);
		.box-shadow(inset 0 1px 0 rgba(255,255,255,0.4));
		text-transform: uppercase;
		cursor: pointer;
	}
	*/
}

body.event #wrap {
    padding-top: 65px;
}

.event .event-title {
    width: 100%;
    font-weight: var(--fw-medium);
    font-size: 30px;
    line-height: 1;
    color: #FFF;
    /*text-transform: uppercase;*/
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.event .event-title.dark,
.event .event-time-location.dark {
    color: #333;
    text-shadow: none;
}

.event .event-title em {
    display: block;
    font-style: normal;
    font-size: 48px;
}

.event .event-time-location {
    margin: 0 0 20px;
    width: 100%;
    font-size: 20px;
    font-weight: var(--fw-regular);
    line-height: 1.4;
    color: #FFF;
    /*text-transform: uppercase;*/
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.event .event-date {
    font-size: 24px;
    color: #fff;
    margin: 5px 0 20px;
    display: inline-block;
}

.event .event-buttons {
    float: right;
    margin-top: -10px;
    margin-left: 3px;
}

@media (max-width: 420px) {
    .event .event-buttons {
        margin-top: 0;
    }
}

.event .event-online::after {
    content: '';
    clear: both;
    display: block;
}

.event .event-embed iframe {
    width: 100% !important;
    min-height: 400px;
}

.event .ticket_types_wrap {
    padding: 5px 15px 10px;
    background: #fff;
	border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.event .ticket_types_wrap form {
	margin: 0;
}

.event .ticket-waiting-list-container,
.event .ticket-get-tickets-container {
    margin-top: 0;
    padding: 5px 15px 5px;
    background: #fff;
	border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.event .ticket-get-tickets-container .sticky-container {
	position: static;
	bottom: auto;
	margin: 0 auto;
	padding: 0;
}

.event-tickets-modal-body .ticket_types_wrap {
	background: #fff !important; /* keep solid white so content fades up from white */
	box-shadow: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

#event-tickets-modal .event-tickets-modal-body {
	padding: 10px 15px 0px;
}

#event-tickets-modal .event-tickets-modal-body .sticky-container {
	border-radius: 15px;
	padding-bottom: 20px;
}

/* When hiding tickets behind the button, keep the inline list hidden only on mobile */
@media (max-width: 767px) {
	.ticket-types-hide-on-mobile {
		display: none;
	}

	.event .ticket-get-tickets-container {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		border-radius: 0;
		box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.5);
		/* Keep above page content/footer but below Bootstrap modal/backdrop */
		z-index: 1030;
	}

	.event .ticket-get-tickets-container .sticky-container {
		position: static;
		margin: 0 auto;
		padding: 0;
	}

	.event .ticket-get-tickets-container .sticky-container .btn-buy-tickets {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#event-tickets-modal {
		width: 100%;
		height: 100%;
		max-height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		border-radius: 0;
		padding: 0;
	}

	#event-tickets-modal .event-tickets-modal-body {
		height: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background: #fff;
		padding: 20px 15px 0px;
	}

	#event-tickets-modal .ticket_types_wrap {
		opacity: 1;
		transform: translateY(0);
		transition: opacity 250ms ease-out, transform 250ms ease-out;
		background: #fff;
		box-shadow: none;
		border-radius: 0;
		margin: 0;
		padding: 0;
	}
}

/* Hide the modal-trigger Get Tickets button on desktop; desktop uses inline tickets as usual */
@media (min-width: 768px) {
	.event .ticket-get-tickets-container {
		display: none;
	}
}

.sticky-container {
	position: sticky;
	bottom: 0px;
	background: #fff;
	padding: 0px 15px 15px;
	margin: 10px -15px 0px;
}

.ticket_types_wrap .sticky-container .btn-buy-tickets {
	margin: 0px;
}

.event .ticket_types_wrap .ticket_types {
    margin: 0;
}

.event .ticket_types_wrap .table_types tr td {
    vertical-align: top;
}

.event .ticket_types_wrap .table_types .more-info i {
    margin-top: 0;
}

.event .ticket_types_wrap .guests_span {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.event .ticket_types_wrap .guests_span {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.event .product-detailed-item .table {
    margin: 0;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.event .product-detailed-item .table td {
    border: 0;
    padding: 4px 6px;
    height: 30px;
    vertical-align: middle;
}

.event .product-detailed-item .table td strong {
    font-size: 14px;
}

.event .product-detailed-item .table tr td:first-child {
    width: 80px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    text-align: right;
    text-transform: uppercase;
}

.event .product-detailed-item .table tr td:first-child strong {
    font-size: 10px;
}

.event .product-detailed-item .table tr:nth-child(2n+1) td {
    background: #FFF;
    background: rgba(0, 0, 0, 0.05);
}

.event .product-detailed-item.d .event .table .price {
    padding-right: 0px;
    margin: 0;
    line-height: 1.3;
}

.event .booking-fee {
    white-space: nowrap;
    display: block;
    line-height: 16px;
    font-weight: var(--fw-bold);;
    font-size: 9px;
}

.event select.ticket-quantity {
    margin: 2px 0 0;
}

.event .get-tickets-container {
    float: none;
    width: auto;
    margin: 0 0 15px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: transparent;
}

.event .num-tickets {
    display: block;
    float: none;
    padding: 10px 0;
    margin: 0 auto 0;
    width: auto;
}

.event .num-tickets label {
    float: left;
    width: 110px;
    margin: 0 10px 0 0;
    font-weight: var(--fw-bold);
    line-height: 32px;
}

.event .num-tickets select {
    margin: 0;
    font-weight: var(--fw-bold);
}

.event .btn-buy-tickets {
    cursor: pointer;
    display: block;
    margin: 10px 0 19px;
    background: #444;
    line-height: 1.7;
    font-size: 22px;
    font-weight: var(--fw-bold);
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #000000;
    border-width: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px 1px #242424 inset, 0px 4px 0px 0px #1d1d1d, 0px 5px 0px 0px #242424;
    -moz-box-shadow: 0px 0px 0px 1px #242424 inset, 0px 4px 0px 0px #1d1d1d, 0px 5px 0px 0px #242424;
    box-shadow: 0px 0px 0px 1px #242424 inset, 0px 4px 0px 0px #1d1d1d, 0px 5px 0px 0px #242424;
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    -o-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
}

.event .btn-buy-tickets:hover {
    background: #555;
}

.event .btn-buy-tickets:active {
    background: #2a2a2a;
    -webkit-box-shadow: 0px 0px 0px 1px #242424 inset, 0px 1px 0px 0px #1d1d1d;
    -moz-box-shadow: 0px 0px 0px 1px #242424 inset, 0px 1px 0px 0px #1d1d1d;
    box-shadow: 0px 0px 0px 1px #242424 inset, 0px 1px 0px 0px #1d1d1d;
}

.event .gallery {
    clear: both;
    margin: 0 0 20px;
    background: #000000;
    border: 2px solid #FFF;
	border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.event .gallery img {
    width: 100%;
}

.event div.highlight-message {
    margin: 0;
    background: rgba(28,28,30,.9);
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    line-height: 1.5;
    color: #fff;
    -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 12px rgb(0 0 0 / 50%);
    text-shadow: 0px -1px 0 rgb(255 255 255 / 50%);
    font-weight: var(--fw-bold);;
    word-wrap: break-word;
}

.event div.description {
    margin: 0 0 20px;
    padding: 20px;
	line-height: 1.6;
	color: #333;
    background: #fff;
	border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.5);
    font-weight: var(--fw-medium);
    word-wrap: break-word;
}

.event div.description p {
	line-height: 1.6;
	margin-bottom: 1em;
}

.event div.description img {
	margin-bottom: 10px;
}

.event div.description h1, .event div.description h2, .event div.description h3, .event div.description h4, .event div.description h5, .event div.description h6 {
	font-weight: var(--fw-semiBold);
	line-height: 1.3;
	color: #000;
}

.event div.description ul li, .event div.description ol li {
	padding: 3px 0;
}
.event div.description ol li::marker {
	font-weight: var(--fw-bold);
}

.event div.video-block {
    margin: 0 0 0px;
}

.event .footer-transparent {
    background: transparent;
    border-top: 1px solid transparent;
    font-weight: var(--fw-bold);;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.bg {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('/resources/images/blurred/db_file_img_blurred_73.jpg') no-repeat center 15%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='./resources/images/blurred/db_file_img_blurred_73.jpg', sizingMethod='scale');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tickets-header {
    display: block;
    margin: 0;
    padding: 10px 0 10px 30px;
    background: url('/resources/images/theticketfairy_logo_only.svg') no-repeat 0 center;
    background-size: 26px 30px;
    background-position-y: 5px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #444444;
}

.tickets-header span.tickets {
    padding-left: 1px;
    font-weight: var(--fw-bold);
    text-transform: uppercase;
}

.ticket-group-title {
	background: #333;
    cursor: pointer;
    padding: 7px 10px;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: var(--fw-bold);
    box-sizing: border-box;
}

.ticket-group-title:hover {
	color: #fff;
	text-decoration: none;
}

.module-after {
    margin: 10px 0 20px;
    font-weight: var(--fw-bold);;
    font-size: 11px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    color: #FFF;
}

.content-pane {
    margin: 0 0 20px;
    text-shadow: 0 -1px 0 #ffffff;
}


/*
	Flags
*/

.flag {
    display: block;
    width: 22px;
    height: 16px;
    background: url('/resources/images/sprite-flag.png') no-repeat 0 0;
}

.flag-au {
    background-position: 0 0px;
}

.flag-uk {
    background-position: 0 -16px;
}

.flag-us {
    background-position: 0 -32px;
}


/*
	Options / Testing
*/

.ab-b .event .btn-buy-tickets {
    background: #F80;
    text-shadow: 0 -1px 0 #be5300, 0 0 30px #e46300;
    -webkit-box-shadow: 0px 0px 0px 1px #e46300 inset, 0px 4px 0px 0px #e46300, 0px 5px 0px 0px #e46300;
    -moz-box-shadow: 0px 0px 0px 1px #e46300 inset, 0px 4px 0px 0px #e46300, 0px 5px 0px 0px #e46300;
    box-shadow: 0px 0px 0px 1px #e46300 inset, 0px 4px 0px 0px #e46300, 0px 5px 0px 0px #e46300;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.ab-b .event .btn-buy-tickets:hover {
    background: #F90;
}

.ab-b .event .btn-buy-tickets:active {
    background: #F90;
    -webkit-box-shadow: 0px 0px 0px 1px #E45603 inset, 0px 1px 0px 0px #7E2D00;
    -moz-box-shadow: 0px 0px 0px 1px #E45603 inset, 0px 1px 0px 0px #7E2D00;
    box-shadow: 0px 0px 0px 1px #E45603 inset, 0px 1px 0px 0px #7E2D00;
}


/*
    Alerts
    These will probably be discarded once we mvoe to Bootstrap 3
*/

.alert {
    font-size: 1em;
}

.alert-success a {
    color: #468847;
    text-decoration: underline;
}


/*
    Order Confirmation
*/

.confirm-lead {
    font-size: 1.4em;
    letter-spacing: -0.05em;
    line-height: 1.2;
    margin-bottom: 35px;
}

.confirm-thumb {
    float: right;
    max-width: 100px;
}

.cheaper {
    font-size: 2.2em;
    color: #008800;
    margin-bottom: 10px;
}

.well-inverse {
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 0.7em 0;
    background-color: #556;
    color: #fff;
    font-size: 1.15em;
}

.sharing-btns {
    overflow: hidden;
    margin-bottom: 2em;
}

.sharing-btns .btn {
    padding-bottom: 10px;
    margin-bottom: 0.2em;
    font-size: 1em;
}

.sharing-btns .btn i {
    position: relative;
    top: 3px;
    font-size: 2.5em;
    margin-bottom: 0.2em;
}

.sharing-btns .btn-icon {
    display: block;
}

.sharing-btn {
    float: left;
    width: 32%;
    margin-left: 1.5%;
}

.sharing-btn:first-child {
    margin-left: 0;
}

.confirm-title {
    font-size: 1.75em;
    margin: 0 0 0.5em;
}

.confirm-share-or {
    font-size: 1.2em;
    text-align: center;
    margin: -0.7em 0 0.2em;
    font-size: 1em;
}

.confirm-how-much {
    margin-bottom: 2em;
}

.tile-saving {
    padding: 0.75em;
    margin-bottom: 0.5em;
    border-radius: 5px;
    color: #FFF;
    text-shadow: none;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.tile-saving-top {
    padding: 1.75em 0.75em;
    color: #777;
    border: 3px solid #444
}

.tile-saving-top .r {
    color: #333;
	text-align: right;
	padding-right: 20px;
}

.tile-saving p {
    display: inline-block;
    margin: 0;
}

.tile-saving strong {}

.tile-saving .l {
    vertical-align: middle;
}

.tile-saving .r {
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
    font-size: 2em;
	padding-right: 5px;
}

.confirm-related-events {
    border-top: 1px solid #DDD;
}

.share_container .sharing-buttons-box-mobile .sharing-btn-mobile>a {
	text-align: -webkit-center;
}

.share_container .sharing-buttons-box-mobile {
    display: none;
}

.sharing-btns-mobile {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 3px;
    box-sizing: border-box;
    background: #e8e8e8;
}

.sharing-buttons-box-mobile  .confirm-title {
	text-align: center;
	padding: 5px 0;
}

.sharing-btn-mobile {
    width: 50px;
    display: flex;
    justify-content: center;
}

.sharing-btn-mobile>a:hover {
    text-decoration: none;
}

.sharing-btns-mobile .icon-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background: #545454;
    color: #fff;
}

.sharing-btns-mobile .icon-logo.tweet {
    background: #00aced;
}

.sharing-btns-mobile .icon-logo.facebook {
    background: #3b5998;
}

.sharing-btns-mobile .icon-logo.linkedin {
    background: #2867B2;
}

.sharing-btns-mobile .icon-logo.whatsapp {
    background: #25D366;
}

.sharing-btns-mobile .icon-logo img {
    width: 65%;
}

.sharing-btns-mobile .text {
    color: #000;
    font-size: 11px;
}

.countdown-box {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px #373737;
    background-color: #373737;
    font-size: 18px;
    font-weight: var(--fw-bold);;
    color: #fff;
    width: 35%;
    margin: 0 auto;
}

.countdown-box>.countdown-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px;
}

.countdown-box>.countdown-item>.text {
    font-size: 12px;
}

.render_pre_event_content_placeholder {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.render_pre_event_content_placeholder img {
    max-width: 100%;
    margin: 0 auto;
}

.render_pre_event_content_placeholder iframe,
.render_pre_event_content_placeholder embed {
    width: 100% !important;
    min-height: 400px;
}


/*
	RESPONSIVE MODS
*/

@media (min-width: 980px) {
    .feature-area {
        height: 250px;
    }
    .feature-area .tagline p {
        top: 112px;
        right: 200px;
        font-size: 36px;
    }
    .feature-area .tagline .btn {
        top: 126px;
        font-size: 28px;
    }
}

@media (max-width: 979px) {
    #main>.container {
        padding-top: 0;
        padding-bottom: 150px;
    }
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 0;
    }
    .navbar .container {
        width: 743px;
    }
    .navbar .brand .logo {
        margin-left: 10px;
    }
    .navbar .login-form {
        padding: 10px 0;
    }
    #nav {
        margin-right: -380px;
    }
    #nav .container {
        width: auto;
    }
    .homepage {
        margin-left: -2%;
    }
    .homepage li {
        width: 46%;
        margin: 0 0 20px 2%;
    }
    .feature-area .tagline p {
        top: 85px;
        right: 140px;
        font-size: 2em;
    }
    .feature-area .tagline .btn {
        top: 96px;
        font-size: 16px;
    }
    .countdown-box {
        width: 80%;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .event .table .price span {
        line-height: 32px;
    }
    .event .table .price .booking-fee {
        float: left;
        line-height: 1;
    }
    .event .product-detailed-item .table tr td:first-child {
        padding: 0;
    }
    .event .product-detailed-item .table tr td:first-child span {
        line-height: 1;
    }
    .event select.ticket-quantity {
        margin: 0 0 5px;
    }
    .event .product-detailed-item .table tr td:first-child {
        word-break: break-word;
    }
}

@media (max-width: 767px) {
    #page {
        padding-top: 0;
    }
    .sharing-btn {
        width: 100%;
        margin-left: 0;
    }
    .sharing-btn>a {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
    }
    .sharing-btn>a>br {
        display: none;
    }
    .sharing-btn>a>i {
        margin-right: 15px;
    }
    .navbar-fixed-top {
        margin-left: 0;
        margin-right: 0;
    }
    .large-price-length {
        font-size: 17px!important;
    }
    .navbar {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        top: 0;
        position: fixed;
        width: 100%;
        /*
  	.navbar-inner {
  		background: #242424;
  		background: rgba(36,36,36,0.95);
  		border-bottom: 1px solid #303030;
  		.box-shadow( 0 5px 10px rgba(0,0,0,0.25) );
  	}
  	*/
    }
    .navbar .container {
        width: 100%;
    }
    .navbar .nav-toggle {
        display: block;
    }
    .navbar .brand {
        float: none;
        margin: 0 auto;
        width: 160px;
    }
    .header-bar {
        padding-left: 10px;
        padding-right: 10px;
    }
    .homepage {
        width: 100%;
        margin-left: 0;
    }
    .homepage li {
        width: 47%;
        margin: 0 0 20px 2%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .feature-area .tagline .line1 {
        display: inline;
        position: static;
    }
    .feature-area .tagline p {
        top: 70px;
    }
    .feature-area .tagline .btn {
        top: 82px;
        margin: 0 auto;
    }
    .footer {
        height: auto;
        padding: 20px 10px 0;
    }
    .footer .span4 {
        width: 49%;
        float: left;
    }
    .footer .span4:nth-child(2) {
        float: right;
        text-align: right;
    }
    .footer .pull-right {
        width: 100%;
        float: left;
        text-align: center;
    }
    #content.event-content {
        padding-right: 10px;
        padding-left: 10px;
    }
    .generic #content .row {
        margin: 0 10px;
    }
    /*
  	OFF CANVAS NAV
  */
    #nav {
        padding-top: 0px;
        position: fixed;
        overflow: hidden;
        top: 0;
    }
    #nav:not(:target) {
        z-index: 0;
        height: 0;
    }
    #nav .container {
        position: relative;
        padding: 0 10px;
    }
    #nav .nav-search {
        float: none;
        margin: 0 0 20px;
    }
    #nav .nav {
        float: none;
        padding: 0;
        margin: 0 -10px 20px;
    }
    #nav .nav li {
        float: none;
    }
    #nav .nav li:first-child a {
        border-top: 0;
    }
    #nav .nav a {
        padding: 10px 25px;
        color: #FFF;
        text-transform: uppercase;
        font-size: 14px;
        border-top: 1px solid #444;
        border-bottom: 1px solid #222;
        text-shadow: 0 -1px 0 #000000;
    }
    #nav .nav a:hover {
        background: #393939;
        border-top: 1px solid #393939;
        border-bottom: 1px solid #393939;
    }
    #nav li {
        position: relative;
    }
    #nav li.is-active:after {
        z-index: 50;
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: -0.03125em;
        margin-top: -0.625em;
        border-top: 0.625em transparent solid;
        border-bottom: 0.625em transparent solid;
        border-right: 0.625em white solid;
    }
    #nav li a {
        padding: 0.85714em 2.14286em;
    }
    #nav .nav-region-select>a .nav-current-region {
        position: static;
    }
    #nav .nav-region-select>a .flag {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px;
    }
    #nav .nav-region-select>a:focus+ul,
    #nav .nav-region-select>a:active+ul {
        display: block;
    }
    /* OFF CANVAS NAV */
    .js #nav {
        z-index: 3;
        position: fixed;
        height: 100%;
        width: 200px;
        left: 0;
        background: #333333;
        -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
        box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    }
    .js #nav .container {
        top: 0;
        background: transparent;
    }
    .js #main {
        position: relative;
        z-index: 0;
    }
    .js #wrap {
        z-index: 4;
        left: 0;
    }
    .js-nav body {
        overflow-x: hidden;
    }
    .js-nav #nav,
    .js-nav .navbar,
    .js-nav #wrap,
    .js-nav .feature-area,
    .js-nav .header-bar {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .js-nav #main {
        overflow: visible;
    }
    .js-nav #wrap {
        left: -200px;
    }
    /* OFF CANVAS NAV - 3D TRANSFORMS */
    .csstransforms3d.js #nav {
        -webkit-transform: translate3d(-200px, 0, 0);
        -moz-transform: translate3d(-200px, 0, 0);
        -o-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }
    .csstransforms3d.js #nav .container {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
        -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
        -webkit-transition-delay: ease, 0s;
        -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
        -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
        transition: opacity 300ms 100ms ease, transform 500ms ease;
        -webkit-transform: translate3d(190px, 5%, 0) scale3d(0.9, 0.9, 0.9);
        -moz-transform: translate3d(190px, 5%, 0) scale3d(0.9, 0.9, 0.9);
        -o-transform: translate3d(190px, 5%, 0) scale3d(0.9, 0.9, 0.9);
        transform: translate3d(190px, 5%, 0) scale3d(0.9, 0.9, 0.9);
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
    .csstransforms3d.js-nav #nav {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .csstransforms3d.js-nav #wrap,
    .csstransforms3d.js-nav .navbar,
    .csstransforms3d.js-nav footer.footer {
        -webkit-transform: translate3d(200px, 0, 0) scale3d(1, 1, 1);
        -moz-transform: translate3d(200px, 0, 0) scale3d(1, 1, 1);
        -o-transform: translate3d(200px, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(200px, 0, 0) scale3d(1, 1, 1);
    }
    .csstransforms3d.js-nav #nav .container {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    /* OFF CANVAS NAV - NO 3D TRANSFORMS */
    .no-csstransforms3d.js #nav {
        left: -200px;
    }
    .no-csstransforms3d.js #wrap,
    .no-csstransforms3d.js footer.footer {
        left: 0;
    }
    .no-csstransforms3d.js-nav #nav {
        left: 0;
    }
    .no-csstransforms3d.js-nav #wrap,
    .no-csstransforms3d.js-nav footer.footer {
        position: relative;
        left: 200px;
    }
    .no-csstransforms3d.js-nav .navbar {
        left: 200px;
    }
    .event .event-title {
        margin-bottom: 10px;
        width: 100%;
        font-weight: var(--fw-medium);
        font-size: 24px;
    }
    .event .event-title em {
        font-size: 36px;
    }
    .event .event-time-location {
        margin-bottom: 10px;
        font-size: 14px;
        margin-top: 10px;
    }
    .mobile-vertical-block {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    .mobile-vertical-block .block-order-hide {
        display: none;
    }
    .mobile-vertical-block .block-order-1 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }
    .mobile-vertical-block .block-order-2 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }
    .mobile-vertical-block .block-order-3 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    }
    .fb-like-container {
        display: none !important;
    }
    #main:not(.custom_event_type_ml) .tile-saving-top {
        padding: 5px 0;
        border: none !important;
        font-size: 11px;
        color: #000;
    }
    .share_container .sharing-buttons-box-desktop {
        display: none;
    }
    .share_container .sharing-buttons-box-mobile {
        overflow: hidden;
        display: block;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 13px;
        background: #e8e8e8;
        margin-top: -15px;
		margin-bottom: 1em;
    }
    .event .event-date {
        margin-bottom: 25px;
        font-size: 14px;
        width: 50%;
    }
    .event .event-buttons {
        width: 100%;
        float: none;
        padding-bottom: 15px;
        text-align: right;
    }
    .event .product-detailed-item .event-buttons {
        text-align: left;
        padding-bottom: 0;
    }
}

@media (max-width: 420px) {
    .event .event-date {
        margin-bottom: 0;
    }
    .event .event-online {
        margin-bottom: 10px;
    }
}

@media (max-width: 479px) {
    body {
        -webkit-text-size-adjust: none;
    }
    .event .bg {
        position: fixed;
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
        width: 100%;
        height: 100%;
    }
    .header-bar .fb-like-box {
        display: none;
    }
    .homepage {
        width: 100%;
        margin-left: 0;
    }
    .homepage li {
        display: block;
        width: 92%;
        margin: 0 auto 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .feature-area .tagline p {
        margin: 55px 0 10px;
        position: static;
        text-align: center;
        font-size: 1.8em;
    }
    .feature-area .tagline .btn {
        display: block;
        position: static;
        margin: 0 auto;
        width: 100px;
    }
    .footer {
        height: auto;
        padding: 20px 10px 0;
    }
    .footer .span4,
    .footer .span4:nth-child(2),
    .footer .pull-right {
        width: 100%;
        float: none;
        text-align: center;
    }
    .confirm-lead {
        font-size: 1.1em;
        margin-bottom: 1.5em;
    }
    .cheaper {
        font-size: 1.3em;
        margin-bottom: 0.5em;
    }
	.share_container .sharing-buttons-box-mobile {
		margin-top: -10px;
	}
    .share_container .sharing-buttons-box-mobile .confirm-title {
        font-size: 5vw;
    }
    .share_container .sharing-buttons-box-mobile {
        padding: 10px 3px;
        margin-bottom: 10px
    }
    .countdown-box {
        width: 100%;
    }

    .description iframe {
        max-width: 100% !important;
		width: 100% !important;
    }
}

@media (max-width: 500px) {
	.description iframe {
		height: 200px !important;
	}
}
@media (max-width: 780px) {
	.description iframe {
		height: 300px !important;
	}
}
@media (min-width: 781px) {
	.description iframe {
		height: 350px !important;
	}
}


/* Retina / HiDPI specific stuff here */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .tickets-header {
        background-image: url('/resources/images/theticketfairy_logo_only.svg');
        background-size: 26px 30px;
        background-position-y: 5px;
    }
}

.influencer-list {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}

.influencer-list li {
    counter-increment: step-counter;
}

.influencer-list li::before {
    content: counter(step-counter);
    margin-right: 5px;
    background-color: #444444;
    color: white;
    padding: 3px 9px;
    border-radius: 3px;
}

#pre-registration-prizes .tickets-header {
    margin-bottom: 25px;
}

.prereg-prize-item {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 15px;
    padding: 19px;
}

.prereg-prize-item img {
    width: 33%;
    float: left;
    margin: 0 7px 10px 0
}

.prereg-prize-item h4 {
    margin: 0 0 10px 0
}

.mobile-only {
    display: none;
}

@media (max-width: 767px) {
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
}

@media (max-width: 767px) {
    .generic #content .prereg-prize-item {
        margin-top: 10px;
    }
    .generic #content .prereg-prize-item img {
        width: 100%;
    }
}

.prereg-social-media-share .disabled-social-button {
    pointer-events: none;
    opacity: 0.4;
}

.prereg-social-media-share .sharing-btns .btn span {
    position: relative;
}

.prereg-social-media-share .sharing-btns .btn {
    text-align: left;
    padding-left: 15px;
}

.prereg-social-media-share .sharing-btns .btn-icon {
    display: inline-block;
}

.prereg-social-media-share .instagram-follow {
    background: linear-gradient(90deg, rgb(176, 60, 147) 0%, rgb(223, 51, 113) 49%, rgb(244, 110, 74) 100%);
}

.prereg-social-media-share .tiktok-follow {
	background: #000000;
}

.prereg-social-media-share .facebook-follow,
.prereg-social-media-share .facebook-going,
.prereg-social-media-share .facebook-share {
    background: rgb(64, 87, 149);
}

.prereg-social-media-share .spotify-connect {
    background: rgb(30, 215, 96);
}

.prereg-social-media-share .messenger-share {
    background: rgb(51, 129, 250);
}

.prereg-social-media-share .twitter-share {
    background: #00aced;
}

.prereg-social-media-share .sharing-btns-row {
    margin: 0 -15px;
}

.prereg-social-media-share .sharing-btns-row:after {
    content: '';
    display: table;
    clear: both;
}

.prereg-social-media-share .sharing-btn-prereg {
    height: 63px;
    width: 100%;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
}

.prereg-social-media-share .sharing-btn-prereg a:after {
    content: '';
    display: table;
    clear: both;
}

.prereg-social-media-share .sharing-btns .btn .social-butt-label {
    position: relative;
    left: 10px;
    width: 100px;
    display: block;
    float: left;
    padding-top: 6px;
}

.prereg-social-media-share .sharing-btns .btn .social-butt-icon {
    float: left;
}

.prereg-social-media-share .social-butt-point {
    float: right;
    text-align: center;
    right: 9px;
    height: 40px;
}

.prereg-social-media-share .point-count {
    margin-top: -7px;
    margin-bottom: -7px;
    font-weight: bold;
}

.prereg-social-media-share .social-butt-point b {
    text-transform: capitalize;
    display: block;
}

.prereg-social-media-share .social-butt-point h4 {
    font-weight: bold;
    margin: 0;
}

.prereg-social-media-share .share-link-input-wrapper {
    position: relative;
}

.prereg-social-media-share .share-link-input-wrapper input {
    width: 100%;
    box-sizing: border-box;
    padding-right: 38px;
}

.prereg-social-media-share .share-link-input-wrapper button {
    position: absolute;
    top: 0;
    right: 0;
}

.prereg-social-media-share .total-points {
    border: 2px solid #dce1e8;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.prereg-social-media-share .total-points h1 {
    line-height: 150px;
    margin: 0;
    font-weight: bold;
    color: #000000;
}

.prereg-social-media-share .copy-link {
    height: 89%;
    border: none;
    background-color: white;
    margin: 2px 2px;
}

.prereg-social-media-share #referral-link {
    border-radius: 4px;
    height: 35px;
    padding-left: 7px;
}

.btn {
    border: none;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    /*height: 40px;*/
    line-height: 2em;
    /*padding: 0 14px;*/
    background: #303030;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 12px;
    font-weight: var(--fw-bold);;
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    /*float: left;*/
    margin-top: 10px;
    text-shadow: none;
}

.btn:hover:not(.disabled):not([disabled]) {
    background: #505050;
    *background: #505050;
    color: #ffffff;
}

.btn-info {
    border: none;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #32325d;
    white-space: nowrap;
    display: inline-block;
    /*height: 40px;
  line-height: 40px;*/
    /*padding: 0 14px;*/
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 12px;
    font-weight: var(--fw-medium);
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    /*float: left;*/
    margin-top: 10px;
    text-shadow: none;
}

.btn-info:hover:not([disabled]) {
    background: #3f3f75;
}

.btn-primary:disabled {
	background: #505050;
	color: #ffffff;
}

#profile_content .btn-primary {
    font-size: 11pt;
}

#profile_content .btn-primary.attached {
    background: #7A7A7A;
}

body .custom_event_type_ml #content {
    padding-bottom: 70px;
}

body .custom_event_type_ml .login-or-create {
    justify-content: center !important;
    flex-wrap: wrap;
}

body .ml-event.custom_event_type_ml {
    background-color: white !important;
    background-image: url("/resources/images/event-ml/ml-glitter-background.jpg");
    background-attachment: fixed;
    position: relative;
}

body #content .tour_related_events {
    text-align: center;
	display: flex;
    color: #fff;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
    justify-content: center;
	flex-flow: wrap;
}

body #content .tour_related_events_title {
    color: white;
    margin: 10px;
    font-size: 17px;
}

body #content .tour_related_events .tour_related_event {
    display: inline-block;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    font-weight: var(--fw-bold);
    text-decoration: none;
	text-shadow: 0 0 2px rgba(0,0,0,0.5), 0 0 10px rgba(0, 0, 0, 0.3);
}

body #content .tour_related_events .tour_related_event.active {
	background: #fff;
    border: none;
    padding: 5px 10px;
	color: #333;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	text-shadow: none;
}

@media only screen and (max-width: 500px) {
	body #content .tour_related_events {
		gap: 5px;
		margin-top: 10px;
	}
}

.dropbtn {
	padding: 5px;
    font-size: 12px;
    font-weight: var(--fw-bold);
    text-decoration: none;
	cursor: pointer;
	color: #fff;
	background: none;
	border: none;
	text-shadow: 0 0 2px rgba(0,0,0,0.5), 0 0 10px rgba(0, 0, 0, 0.3);
}

.dropbtn i {
	margin-left: 5px;
}

.dropdown {
    position: relative;
    display: inline-block;
	min-width: 250px;
}

.dropdown-content {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
    display: none;
    position: absolute;
	background: #fff;
    width: 100%;
	border-radius: 5px;
	overflow: hidden;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    z-index: 100;
    text-align: center;
}

.dropdown-content a {
    color: #333;
    padding: 10px 5px;
    text-decoration: none;
    display: block;
	font-size: 12px;
    font-weight: var(--fw-bold);;
}

.dropdown-content a.active,
.dropdown-content a:hover {
	font-weight: var(--fw-bold);
}

.dropdown-content.show {
    display: block;
}

.protectgroup {
    border: 1px solid #eee;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    padding: 15px 30px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.protectgroup-radio-group {
    background-color: #3339f3ee;
    color: #fff;
    padding: 16px 20px;
    vertical-align: middle;
    border-radius: 10px;
    text-shadow: none;
    cursor: pointer;
}

.protectgroup-radio {
    position: absolute;
    left: -9999px;
}

.protectgroup-radio+.radio-view {
    background-color: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    margin-bottom: -4px;
    margin-right: 30px;
}

.protectgroup-radio:checked+.radio-view::before {
    content: '';
    background-color: #959595;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 4px;
    left: 4px;
    position: absolute;
}

.protectgroup-radio-group.outline {
    background-color: transparent;
    color: inherit;
    border: 1px solid #959595;
}

.protectgroup-radio-group.outline .protectgroup-radio+.radio-view {
    border-color: #959595;
}

.protectgroup-recommendation {
    background-color: #0dab2f;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 30px;
}

.protectgroup-radio-info {
    float: right;
}

.protectgroup-row {
    margin-top: 50px;
}

.protectgroup-row::after {
    content: '';
    clear: both;
    display: block;
}

.protectgroup-row>ul {
    width: 50%;
    float: left;
    margin-left: 0;
    list-style: none;
}

.protectgroup-row>ul>li::before {
    content: '';
    display: inline-block;
    border-left: 2px solid #0c8c06;
    border-bottom: 2px solid #0c8c06;
    height: 4px;
    width: 10px;
    transform: rotate(-45deg);
    margin-right: 9px;
    margin-bottom: 2px;
}

@media (max-width: 768px) {
    .protectgroup {
        padding: 15px 10px;
    }
    .protectgroup-radio-group {
        padding: 16px 10px;
        font-size: 12px;
    }
    .protectgroup-radio+.radio-view {
        margin-right: 10px;
    }
    .protectgroup-recommendation {
        margin-right: 10px;
    }
    .protectgroup-row>ul {
        min-width: 250px;
    }
}

@media (max-width: 460px) {
    .protectgroup-radio-info {
        float: none;
        text-align: center;
        display: block;
        margin-top: 10px;
    }
}

.sliding-scale-initial-price {
    font-weight: var(--fw-bold);;
}

.sliding-scale-current-price {
    color: #000;
    font-weight: var(--fw-bold);;
}

.main-loader {
    position: fixed;
    z-index: 1000;
    background: rgba(0, 0, 0, .4);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.seat-map-description {
    min-height: 500px;
    height: fit-content;
    padding-bottom: 20px;
	border-radius: 8px;
	background: #fff;
}

#seat-map-loader {
    position: relative;
    width: 100%;
}

#seat-map-loader .seat-map-loader {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

#seat-reservation-map {
    visibility: hidden;
}

@media (max-width: 768px) {
    #seat-map-loader {
        min-height: 300px;
    }
    #seat-map-loader .seat-map-loader {
        max-height: 300px;
    }
}


/* seat map preview styles */

.seat-map-preview {
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.seat-map-preview::after {
    display: block;
    content: '';
    clear: both;
}

.seat-map-preview #select-on-map-button {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 24px;
    line-height: 1em;
    font-weight: var(--fw-bold);
}

.seat-map-preview-img {
    width: 100%;
    cursor: pointer;
}


/* seat map preview styles end */
#ticket_types {
	background: #fff;
	border-radius: 8px;
}

#ticket_types .alert-error {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    font-size: 14px;
    font-weight: var(--fw-bold);;
    text-align: center;
}

.checkout_prizes {
    margin-bottom: 20px;
}

#promo_codes {
    margin-bottom: 1em;
}

.provide-payment-information {
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 1.2em;
}

.after-you-submit {
    margin-bottom: 0.6em;
}

.stripe-subscription-note {
    display: none;
    margin: 1em 0;
}

#card-errors {
    font-weight: bold;
    color: #AF0606;
    margin-top: 1em;
	margin-bottom: 1em;
}

#card-success {
    font-weight: bold;
    color: #28a745;
    margin-top: 1em;
}

a.link-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.online-event-description {
    margin: 10px 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5)
}


/* Only account profile page */

.oauth-buttons-parent-box {
    margin-bottom: 20px;
}

.clear {
    clear: both;
}

#custom-terms-container input[type="checkbox"] {
    margin: 0 auto;
}

.mb-30 {
    margin-bottom: 30px;
}

.powered-by {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 50px;
    margin: 50px auto 50px auto;
    color: #1c1c1c;
    background: hsla(0, 0%, 100%, .41);
    padding: 15px;
}

.special-layout-content {
    min-height: calc(100vh - 300px);
}

.special-layout-feature-area {
    height: 65px;
}

.special .footer-transparent {
    background-color: transparent !important;
    border-top: none;
}

.iti-ttf-style input {
    /* width: 220px; */
    height: 30px;
    margin-bottom: 9px !important;
}

.iti-ttf-style input.input-xlarge {
    width: 283px;
    height: 30px;
}

.iti-ttf-style input.span6 {
	width: 458px;
}

.payment-option-reminders {
	padding-bottom: 5px;
}

.payment-plan-reminder {
	margin-bottom: 5px;
	font-size: 10px;
}

.payment-plan-reminder-link {
	border-bottom: 1px solid transparent;
	display: inline-block;
	color: #323232;
}

.payment-plan-reminder-link:hover, .payment-plan-reminder-link:focus, .payment-plan-reminder-link:active {
	cursor: pointer;
	text-underline-offset: 4px;
	border-bottom: 1px solid #333;
}

.payment-plan-reminder .i-icon {
	height: 9px;
	display: inline-block;
	margin-bottom: -1px;
	margin-left: 1px;
}

#payment-plan-modal {
	padding: 20px !important;
	border-radius: 15px;
	border: none;
}

#event-tickets-modal {
	border-radius: 15px;
	border: none;
	display: none;
	@media (max-width: 767px) {
		border-radius: 0;
	}
}

#event-tickets-modal.in {
	display: block;
}

#payment-plan-modal h3 {
	font-size: 24px;
	letter-spacing: 0.3px;
	font-weight: var(--fw-semiBold);
	line-height: 28px;
	margin: 0;
	margin-bottom: 10px;
	color: #323232;
}

#payment-plan-modal .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
}

/* In the tickets modal, the close button should live inside the scrollable content and move with it */
#event-tickets-modal .close-modal {
    position: relative;
    float: right;
    margin: 5px;
    cursor: pointer;
    font-size: 20px;
	z-index: 1;
}

.payment-plan-description {
	margin-bottom: 20px;
	margin-top: 15px;
}

.payment-plan-initial-payment {
	margin-bottom: 20px;
}

.payment-plan-future-payments {
	margin-bottom: 10px;
}

.payment-plan-payment {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	border-radius: 5px;
	background: #f1f1f1;
	border: 1px solid #ddd;
	margin-bottom: 5px;
}

.payment-plan-payment-left {
	display: flex;
	justify-content: space-between;
}

.payment-plan-payment-increment {
	background: #484848;
	color: #fff;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: var(--fw-bold);
	display: inline-block;
	line-height: 100%;
	height: auto;
	border-radius: 10px;
	margin-right: 10px;
	letter-spacing: 1px;
}

.payment-plan-payment-date {
	color: #555;
	font-weight: var(--fw-bold);;
	font-size: 12px;
}

.payment-plan-payment.complete {
	background: #d3f5d3;
	border: 1px solid #9bd89b;
}

.payment-plan-payment.complete .payment-plan-payment-increment {
	background: green;
}

.payment-plan-payment.complete .payment-plan-payment-date {
	color: #003b00;
}

.payment-plan-payment-amount {
	font-weight: var(--fw-bold);
	font-size: 12px;
}

.based-on-ticket {
	font-size: 14px;
	margin-top: 10px;

}

.payment-plan-disclaimer {
	line-height: 160%;
	color: #777;
	font-size: 9px;
	margin-top: 10px;
}

#payment-method-messaging-element iframe {
	margin-bottom: 5px !important;
}

@media (min-width: 768px) {
	.desktop-vertical-block {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    .desktop-vertical-block .block-order-hide {
        display: none;
    }
	.desktop-vertical-block .block-order-1 {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		box-ordinal-group: 1;
	}
	.desktop-vertical-block .block-order-2 {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
	}
	.desktop-vertical-block .block-order-3 {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		box-ordinal-group: 3;
	}

	.desktop-vertical-block .block-order-3 .gallery {
		margin: 20px 0 0 0;
	}
}


.event .product-detailed-item .table .modern-ticket-type {
	padding: 7px 10px !important;
	height: auto;
}

.modern-ticket-type.sold-out {
	opacity: 0.5;
}

.modern-ticket-type-info {
	display: flex;
	align-items: center;
}

.modern-ticket-type-padding {
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 0px 10px rgb(0 0 0 / 5%);
}

.modern-more-info {
	font-size: 15px;
	margin-right: 5px;
	margin-top: -5px;
	cursor: pointer;
}

.modern-more-info i {
	margin-right: 2px;
}

.modern-ticket-type-name {
	font-size: 12px !important;
    font-weight: var(--fw-bold);;
	line-height: 1.5 !important;
    text-align: left;
    width: 100%;
    display: inline-block;
	padding-right: 10px;
}

.modern-ticket-type-price {
    text-align: left;
	margin-top: 2px;
	font-weight: var(--fw-semiBold);
    font-size: 12px !important;
    line-height: 150%;
}

.price-to-show-formatted {
	white-space: nowrap;
}

.modern-booking-fee {
	white-space: normal;
}

.freefund-booking-fee {
    display: block;
    line-height: 16px;
    font-weight: var(--fw-bold);;
    font-size: 9px;
	margin-top: 2px;
}

.deposit-fee {
    display: inline-block;
    line-height: 16px;
    font-weight: var(--fw-bold);;
    font-size: 9px;
	margin-top: 2px;
}

.modern-booking-fee {
	font-size: 0.7em;
	text-transform: lowercase;
	font-weight: var(--fw-semiBold);
	white-space: nowrap;
}

.modern-ticket-type-description {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	display: none;
	font-size: 10px;
	font-weight: var(--fw-semiBold);
}

.show-info .modern-ticket-type-description {
	display: block;
}

.show-info .fa-caret-down{
	transform: rotate(180deg);
}

.modern-ticket-type-description p:last-child{
	margin-bottom: 0px;
}

.trigger-toggle-info {
	cursor: pointer;
}

.modern-na {
	text-align: center;
    font-weight: var(--fw-bold);
    display: block;
    line-height: 130%;
	width: 5rem;
}

.event .ticket_types_wrap .guests_span {
	line-height: 1;
	margin-bottom: 5px;
	font-weight: var(--fw-bold);;
	font-size: 9px;
	min-height: auto;
}

.white-rounded-block {
	padding: 20px;
	padding-bottom: 10px;
	box-sizing: border-box;
	border-radius: 8px;
	background: #ffffff;
	-webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 50%);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 4px 12px rgb(0 0 0 / 50%);
	text-shadow: none;
}

.white-rounded-block h1{
	margin-top: 0px;
	font-weight: var(--fw-bold);;
}

.white-rounded-block h2{
	margin-top: 0px;
	font-weight: var(--fw-bold);;
	font-size: 25px;
	margin-bottom: 15px;
}

.white-rounded-block .sub-title {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 15px;
}

.dark-rounded-block {
	padding: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 8px;
	background: rgb(25 25 25 / 90%);
	backdrop-filter: blur(10px);
	color: #fff;
	border: 1px solid #333;
	-webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 50%);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 4px 12px rgb(0 0 0 / 50%);
	text-shadow: none;
}

.dark-rounded-block h1{
	margin-top: 0px;
	font-weight: var(--fw-bold);;
}

.dark-rounded-block h2{
	margin-top: 0px;
	font-weight: var(--fw-bold);;
	font-size: 25px;
	margin-bottom: 15px;
}

.dark-rounded-block .sub-title {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 15px;
}

.page-action-bar {
	margin-bottom: 20px;
	padding: 15px 20px;
	background: rgba(255, 255, 255, 0.97);
	color: #333;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	font-weight: var(--fw-semiBold);

}

.page-action-bar .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.page-action-bar .container::before,
.page-action-bar .container::after {
	display: none;
}

.page-action-bar-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}

.page-action-bar-wrap {
	padding: 3px 0;
}

.page-action-bar-title {
	margin: 0px;
	font-size: 16px;
	font-weight: var(--fw-bold);
	line-height: 130%;
}

.page-action-bar-subtitle {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	line-height: 130%;
	color: #777;
}

.page-action-bar-right-text {
	margin: 0px;
	font-size: 16px;
	font-weight: var(--fw-bold);
}

.page-action-bar-icon.fa {
	font-size: 30px;
	vertical-align: middle;
}

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

.page-action-bar .page-action-bar-buttons {
	display: flex;
	gap: 5px;
}

.page-action-bar-centered {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.page-action-bar-centered .container {
    width: auto;
    flex-direction: column;
    max-width: 500px;
    margin: 50px auto 20px;
    padding: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.97);
    color: #333;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-weight: 500;
}
.page-action-bar-centered .page-action-bar-wrap {
    flex-direction: column;
    text-align: center;
}

.page-action-bar-centered .page-action-bar-icon {
    font-size: 40px;
}

@media only screen and (max-width: 500px) {
	.page-action-bar {
		margin-bottom: 5px;
		padding: 10px 20px;
	}

	.page-action-bar-wrap {
		gap: 10px;
		flex-direction: column;
	}

	.page-action-bar .container {
		flex-direction: column;
		text-align: center;
		padding: 5px 0px;
		gap: 15px;
		justify-content: center;
	}

	.page-action-bar-icon.fa {
		font-size: 25px;
	}

    .page-action-bar.page-action-bar-centered .container {
        padding: 20px 0px;
    }
}

.tg-wrap {
	box-shadow: 0 0 12px rgb(0 0 0 / 10%);
	padding: 10px;
	margin: 20px 0;
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #f7f7f7;
}

input.modern-field,
select.modern-field,
textarea.modern-field {
	padding: 10px;
	height: auto;
	line-height: 130%;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 0px 10px rgb(0 0 0 / 5%);
	-webkit-appearance: none;
	width: 100%;
	box-sizing: border-box;
}

textarea.modern-field {
	min-width: 100%;
	max-width: 100%;
}

select.modern-field {
	padding-right: 2.5em;
	background-image: linear-gradient(45deg, transparent 50%, #bbbbbb 50%), linear-gradient(135deg, #bbbbbb 50%, transparent 50%), linear-gradient(to right, #eeeeee, #eeeeee);
    background-position: calc(100% - 15px) calc(1em + 2.5px), calc(100% - 10px) calc(1em + 2.5px), calc(100% - 2em) 0.6em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
select.modern-field:focus {
	background-image: linear-gradient(45deg, #bbbbbb 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #bbbbbb 50%), linear-gradient(to right, #eeeeee, #eeeeee);
  	background-position: calc(100% - 10px) 1.1em, calc(100% - 15px) 1.1em, calc(100% - 2em) 0.6em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	border-color: #bbbbbb;
	outline: 0;
}

.data_capture_radio_label {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
	border: 1px solid #ddd;
	background: #f7f7f7;
	margin-top: 10px;
	border-radius: 5px;
	padding: 10px;
	padding-left: 15px;
	cursor: pointer;
	font-size: 12px;
	line-height: 150%;
}

.data_capture_radio_label:has(input[type="radio"]:checked) {
	background: #d3f5d3;
	border: 1px solid #9bd89b;
}

.ticket_data_capture_radio_label {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
	border: 1px solid #ddd;
	background: #f7f7f7;
	margin-top: 10px;
	border-radius: 5px;
	padding: 10px;
	padding-left: 15px;
	cursor: pointer;
	font-size: 12px;
	line-height: 150%;
}

.modern_radio_label:has(input[type="radio"]:checked) {
	background: #d3f5d3;
	border: 1px solid #9bd89b;
}

.ticket-type-badge {
	animation: ticket-type-badge-shake 5s linear infinite;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	padding: 3px 4px;
	line-height: 100%;
	margin-right: 2px;
	text-transform: initial;
	font-weight: var(--fw-bold);;
	font-size: 7px;
	vertical-align: middle;
	margin-top: -1px;
	top: 0px;
	align-content: center;
	background-color: #bd4141;
}

@keyframes ticket-type-badge-shake {
	0% { transform: rotate(4deg); }
	2% { transform: rotate(-4deg); }
	4% { transform: rotate(4deg); }
	6% { transform: rotate(-4deg); }
	8% { transform: rotate(0deg); }
	100% { transform: rotate(0deg); }
}
/* Account Pages Styles */
.account-wrapper {
    padding: 40px 0;
    background: #f8f9fa;
    min-height: calc(100vh - 200px);
}

.account-nav.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.account-nav .list-group-item {
    border: none;
    padding: 15px 20px;
    color: #495057;
    transition: all 0.2s;
}

.account-nav .list-group-item:hover {
    background: #f8f9fa;
    color: #007bff;
}

.account-nav .list-group-item.active {
    background: #007bff;
    color: white;
}

.account-nav .list-group-item i {
    width: 20px;
    margin-right: 10px;
}

.account-content.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    padding: 30px;
}

/* User Profile Brief */
.user-profile-brief {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.user-avatar {
    width: 50px;
    height: 50px;
    background: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 1.5rem;
}

.user-info h5 {
    margin-bottom: 4px;
    font-size: 1rem;
}

.user-info p {
    font-size: 0.875rem;
}

/* Navigation Sections */
.nav-section {
    margin-bottom: 1rem;
    padding: 0 15px;
}

.nav-section:last-child {
    margin-bottom: 0;
}

.nav-section-title {
    display: block;
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: var(--fw-bold);;
    padding: 0 5px;
    margin-bottom: 0.5rem;
}

/* Account Forms */
.account-section .form-group {
    margin-bottom: 1.5rem;
}

.account-section .form-group label {
    font-weight: var(--fw-semiBold);
    margin-bottom: 0.5rem;
    color: #495057;
}

.account-section .form-control {
    border: 1px solid #dee2e6;
    padding: 0.75rem 1rem;
    height: auto;
    transition: border-color 0.2s;
}

.account-section .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.15);
}

.account-section .form-actions {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

/* Account Tables */
.account-section .table {
    margin-bottom: 0;
}

.account-section .table thead th {
    border-top: none;
    border-bottom: 2px solid #dee2e6;
    font-weight: var(--fw-bold);;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #495057;
}

.account-section .table td {
    vertical-align: middle;
    padding: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .account-nav {
        margin-bottom: 1.5rem;
    }

    .user-profile-brief {
        padding: 15px;
    }

    .account-section .table thead {
        display: none;
    }

    .account-section .table tr {
        display: block;
        border-bottom: 1px solid #dee2e6;
        padding: 1rem;
    }

    .account-section .table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        padding: 0.5rem 0;
    }

    .account-section .table td:before {
        content: attr(data-label);
        font-weight: var(--fw-semiBold);
        margin-right: 1rem;
    }
}

