@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Caveat:wght@400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.1.0/css/all.min.css");
@font-face {
    font-family: 'MyConferencesuite_Alliance';
    src: url("../../../../css/webfonts/MyConferencesuite_Alliance.eot?z1yefj");
    src: url("../../../../css/webfonts/MyConferencesuite_Alliance.eot?z1yefj#iefix") format("embedded-opentype"), url("../../../../css/webfonts/MyConferencesuite_Alliance.ttf?z1yefj") format("truetype"), url("../../../../css/webfonts/MyConferencesuite_Alliance.woff?z1yefj") format("woff"), url("../../../../css/webfonts/MyConferencesuite_Alliance.svg?z1yefj#MyConferencesuite_Alliance") format("svg");
    font-weight: normal;
    font-style: normal;
}
:root{

	--font-size-base: 1.1rem;

	--primary-blue:rgba(02,82,107,1);
	--tw-ring-color: rgba(02,82,107, 0.5);
	--secondary-yellow:rgba(227,212,102,1);
	--body-bg:linear-gradient(135deg, var(--secondary-yellow), var(--primary-blue));

	/* Radii */
	--radius-xs: 4px;
	--radius-sm: 6px;
	--radius-md: 10px;
	--radius-lg: 18px;
	--radius-xl: 25px;

	--transition-base:all .7s cubic-bezier(.25,.8,.25,1);

	/* Shadows */
	--shadow-light: 0 1px 3px rgba(0, 0, 0, 0.1);
	--shadow-medium: 0 2px 6px rgba(0, 0, 0, 0.1);
	--shadow-strong: 0 0 20px rgba(0, 0, 0, 0.4);
	--landing-shadow:2px 3px 7px rgba(00, 00, 00, 0.1);

}
#content{
	    font-size: 1.1rem;
}
#header .banner-wrapper .row .col-md-4 img{
	filter: drop-shadow(4px -4px 8px rgba(0, 0, 0, 0.3));	
}

body{
	background:var(--body-bg);
	font-size:1.1rem;
	font-family: "Barlow Semi Condensed", sans-serif;
}
.body-wrapper{
	text-align:center;
	margin-bottom:0;
}
.landingbtn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3rem 0 0 0;	
}
form[name="regForm"] a {
    color: var(--primary-blue);
}
.h2, h2 {
	font-size: 30px;
	font-family: "Barlow Semi Condensed", sans-serif;
}

.fancybox-bg{
	background: rgba(255, 255, 255, 0.1) !important;
	opacity: 1 !important;
	backdrop-filter: blur(10px);
}
.modalPopUp{
	border-radius: 30px !important;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15) !important;
}


span.quantity{
	display:none;	
}
.button-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
	padding: 2rem 0;
	margin: 2rem 0;
}

.pageinfo{
	margin: 1rem 0px;
	padding: 15px;
	border: 1px solid #faebcc;
	border-radius: 4px;
	color: #8a6d3b;
	background-color: #fcf8e3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-size: 1rem;
}
.pageinfo:before{
	font-family: "Font Awesome 7 Free";
	display: inline-block;
	content:"";
	font-size: 1.1rem;
}
.review .pageinfo:before{
	content:"\f2c2";
}
#breakdown_body .pageinfo:before{
	content:"\f09d";
}
.editpagenote:before{
	content:"\f145";
	font-weight:900;
}

.form-layout{
	padding: 0;
}
#content{
	max-width: 80%;
}
#content-middle{
	border-radius: 18px !important;
	padding: 2rem !important;
	border: 1px solid rgba(00, 00, 00, 0.01) !important;
	box-shadow: 0px 4px 20px rgba(00, 00, 00, 0.2) !important;
	background: #ffffff;
	margin: 2rem auto !important;
	width: 100% !important;
}
#singleTab > .row{
	background:transparent;
	border-radius:unset;
	margin:unset;
}
.tab-content .row .col-sm-9,
#content .row .col-sm-9{
	width:100%;
	padding:0px;
}
.tab-content .row .col-sm-3,
#content .row .col-sm-3{
	display:none;	
}

.panel-default{
	    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 0 !important;
    margin: 0 !important;
}


input[type="text"],
input[type="email"],
select,
textarea {
	height: auto !important;
	padding: 6px 14px !important;
	font-size: var(--font-size-base) !important;
	line-height: 2rem !important;
	border-radius: var(--radius-md) !important;
	transition:var(--transition-base) !important;
	box-shadow: 0px 0px 0px rgba(00, 00, 00, 0.0) !important;
	transform: scale(1) translateY(0px) !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	transition:var(--transition-base) !important;
	box-shadow: 0px 0px 0px rgba(00, 00, 00, 0.0) !important;
	transform: scale(1.03) translateY(-2px) !important;
	border-color: rgba(00, 83, 109, 0.8) !important;
}
#noTax{
	opacity:0;	
}
.alert.alert-success{
	display:none;	
}
.tab-content-middle{
	min-height: 33vw;	
}
div.field label > span{
	line-height: 1.6rem;	
}

#footer .container{
	width:80%;
	margin:0 auto;
}

#footer .container img {
	height: 3.5rem;
	width: 3.5rem;
	-o-object-fit: contain;
	object-fit: contain;
}
#footer {
	/*background: #000000;*/
	color: #ffffff;
	background:url('https://mycs-cdn.myconferencesuite.com/other/Project/3872/55/68/5568ef3c5bc0ecb210849b9f60eebda3489057c0b4cba57cc79d6bc74ed6780e.jpg') no-repeat top center / cover;
	padding:8rem;
	height: 100%;
	overflow: hidden;
    color:rgba(255,255,255,0.5);
}
#footer a,
.text-muted{
    color:rgba(255,255,255,0.5) !important;
}

/******************************
    Footer
******************************/
#footer>.container>span{
    display:flex;
}
#footer>.container>span:before{
    font-family: 'MyConferencesuite_Alliance' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    color: #f7942d;
    font-size: 45px;
    text-shadow: none;
}

#footer .footer .MyCS_brand {
    display: inline-block;
    position: relative;
    top: 14px;
    margin-right: 9px;
}

.row {
	margin: 0px;
}
.panel-body {
	padding: 0px;
}
.tab-content .row{
	padding-top:0px;
	font-size:var(--font-size-base);
}
html,
body,
input,
select,
select option,
textarea,
fieldset legend,
label,
fieldset legend.left{
	font-family: "Roboto", sans-serif !important;
	font-size: 1.1rem !important;
	font-weight: 400 !important;
}
input[type="text"],
input[type="email"],
select,
textarea{
	line-height: normal;
	border-radius: 0;
	border: 1px solid rgba(00, 00, 00, 0.2);
}
p{
	margin:15px !important;	
}
input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus{
	outline: none;
	-webkit-box-shadow: 0 0 0 0.15rem rgba(00, 83, 109, 0.1);
	box-shadow: 0 0 0 0.15rem rgba(00, 83, 109, 0.1);
	border: 1px solid rgba(00, 83, 109, 0.2);
}

legend.left {
	float: left;
	width: 35%;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.lg\:px-8,
.sm\:px-6,
.pb-12,
.px-4{
	padding:0;
}
.banner .banner-wrapper{
	margin:0.3rem auto;
}
.shadow{
	box-shadow:none;
}
#button{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
#header:after{
	background:var(--primary-blue);
	content:"";
	display:none;
	padding:20px 15px;
	text-align:center;
	color:var(--primary-blue);
	font-size:1.3rem;
	font-weight:bold;
	text-decoration:underline;
}
#header{
	box-shadow: var(--shadow-strong);
	position: relative;
	top: 0;
	z-index: 9;
}
#header .banner{
	box-shadow:none;
}
#header .banner-wrapper .row .col-md-4{
	text-align: left;
	float: left;
	width: 30%;
}
#header .banner-wrapper .row .col-md-8{
	text-align: right;
	width: 66%;
	float: right;	
}
#header .os-title {
	text-shadow: 1px 2px 10px rgba(00, 00, 00, 0.6);
	font-family: "Caveat", cursive;
	font-weight: bolder;
	font-size: 2.7rem;
	line-height: normal;
}
.banner-wrapper .os-title small {
	display: block;
	text-align: right;
	font-size: 2rem;
	text-shadow: none;
	color: rgba(255, 255, 255, 1);
	margin-top: 0px;
}
.tab-content .panel{
	border:none;
	box-shadow:none;
}
#register{
	margin:15px;
}
#register,
#returning,
.btn-primary,
input[type="submit"]{
    color: #e6d568 !important;
    background-color: var(--primary-blue) !important;
    border: 1px solid var(--primary-blue) !important;
    padding: 23px 28px !important;
    font-size: 2rem !important;
    line-height: normal !important;
    font-weight: normal !important;
    transition: var(--transition-base) !important;
    box-shadow: 0px 0px 0px rgba(00, 00, 00, 0.0) !important;
    transform: scale(1) translateY(0px) !important;
    border-radius: 15px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
	text-decoration: none;
}
#register:hover,
#register:focus,
#returning:hover,
#returning:focus,
.btn-primary:hover,
.btn-primary:focus,
input[type="submit"]:hover,
input[type="submit"]:focus{
	text-decoration: none;
	background:#e6d568 !important;
	border-color:#e6d568 !important;
	color:var(--primary-blue) !important;
	transition:var(--transition-base) !important;
	box-shadow: 0px 5px 18px rgba(00, 00, 00, 0.1) !important;
	transform: scale(1.05) translateY(-2px) !important;
}

#register:before{
	font-family:"Font Awesome 7 Free";
	font-weight:900;
	content:"\f145";
	color:#e6d568;
	font-size: 2rem;
	transition: var(--transition-base) !important;
	text-shadow: 0px 0px 0px rgba(00, 00, 00, 0.0) !important;
	transform:rotate(0deg) scale(1) translateY(0px) !important;
}

#register:hover:before{
	color:var(--primary-blue);
	transition: var(--transition-base) !important;
	text-shadow: 0px 0px 0px rgba(00, 00, 00, 0.0) !important;
	transform:rotate(-10deg) scale(1.05) translateY(-2px) !important;
}

div[data-group="note"] .form-group .text-editable{
	width:100% !important;	
}
div[data-group="note"] .form-group .text-editable p{
	display:block !important;	
}
div[data-group="note"] p,
div[data-group="note"] p.information{
	display:none;	
}
.de_required{
	color:rgba(192, 57, 43,1.0) !important;	
}
.help-block.error-help-block{
	margin:0px;	
}
/***********************************
Radio/Checkbox Inputs
***********************************/
[type="radio"],
[type="checkbox"] {
	opacity: 0;
	position: absolute;
}

[type="radio"] + label,
[type="checkbox"] + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: inline-block;
	color: unset;
	line-height: unset;
	font-size: unset;
	font-weight: unset;
	margin:0;
}

[type="radio"] + label:before,
[type="checkbox"] + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 2px solid rgba(00,83,109, 0.4);
	background: #fff;
}

[type="radio"]:checked + label:before,
[type="checkbox"]:checked + label:before {
	border-color: rgba(00,83,109, 1.0);
}

[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: rgba(00,83,109,1.0);
	transform: scale(1);
	opacity: 1;
	transition: all .3s ease;
}

[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 7px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #fff;
	transform: scale(0);
	opacity: 0;
}

[type="checkbox"] + label:before {
	border-radius: 0px;
}

[type="checkbox"]:checked + label:after {
	border-radius: 0;
}

[type="checkbox"]:not(:checked) + label:after {
	border-radius: 0;
}
.body-wrapper p {
	padding: 0 !important;
	padding-bottom: 0 !important;
	margin: 1.5rem !important;
	font-size: 1.4rem;
	line-height: 2rem;
}

#breakdown_body input[type="radio"],
#breakdown_body input[type="checkbox"]{
	position: relative;
	opacity: 1;
	margin: 0px;
	width: 18px;
	height: 18px;
}
#billing_information label{
	margin-right: 15px;
	margin-left: 15px;	
}
#billing_information label input{
	margin-right: 10px !important;	
}

/* Base Table Styling */
.table.breakdown {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-family: "Inter", "Segoe UI", Arial, sans-serif;
	font-size: 0.95rem;
	color: #2a2a2a;
	background: var(--color-white);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(00, 00, 00, 0.1);
}

table.breakdown .desc,
table.breakdown td.totalQuantity,
table.breakdown .amount,
.table.breakdown tbody tr:nth-child(even) {
	border-color: rgba(00, 00, 00, 0.1) !important;
}


/* Header */
.table.breakdown thead th {
	font-weight: 600 !important;
	padding: 12px 14px;
	text-align: left;
	border-bottom: 2px solid rgba(00, 00, 00, 0.2) !important;
	color: #1e1e1e !important;
	white-space: nowrap;
	background: var(--primary-blue);
	color: #ffffff !important;
}

/* Body Rows */
.table.breakdown tbody tr {
	transition: background 0.15s ease;
}

.table.breakdown tbody tr:nth-child(even) {
	background: #f9fbfc;
}

.table.breakdown tbody tr:hover {
	background: #eef3f7;
}

/* Table Cells */
.table.breakdown td {
	padding: 12px 14px;
	vertical-align: middle;
	border-bottom: 1px solid #e5e7eb;
}

/* Subtotal, Tax, Final lines */
.table.breakdown tr td strong {
	font-weight: 600;
	color: #111;
}

/* Amount column: right aligned */
.table.breakdown td.amount,
.table.breakdown .sum_subtotal,
.table.breakdown .sum_tax,
.table.breakdown .sum_taxable,
.table.breakdown .sum_total {
	text-align: right !important;
	font-weight: 600;
}

/* Totals styling */
.table.breakdown .sum_total {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--color-primary);
}

#noTax {
	font-size: 0.875rem;
	color: #555;
	text-indent: -9999px;
}

#noTax .info {
	font-weight: bold;
	margin-right: 4px;
	color: #0b3d91;
}

.table.breakdown .desc {
	font-weight: 500;
	color: #333;
}

/***************************
Coupon
***************************/
#couponForm {
	display: flex;
	align-items: center;
	justify-content: start;
}

#couponForm #fieldContainer {
	width: 93%;
}

#couponForm #fieldContainer .field .form-group {
	display: flex !important;
	width: 100%;
	align-items: center;
}

#couponForm #fieldContainer .field .form-group label {
	float: none;
	margin: 0;
	text-align: right;
}

#couponForm #fieldContainer .field .form-group div {
	float: none;
}

#couponForm input[type="submit"] {
	margin-top: 0px;
	border-radius: 0px 8px 8px 0px;
	float: left;
	padding: 12px 20px;
}

#couponForm .de_p_hide {
	display: none;
}

#paymentForm label,
#paymentForm #ccInfo,
#paymentForm #bankInfo table,
#paymentForm #manualInfo {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#paymentForm input[type="checkbox"],
#paymentForm input[type="radio"] {
	opacity: 1 !important;
	position: relative !important;
	width: 20px;
	height: 20px;
	margin: 0;
}

#paying-with-square {
	width: 50%;
	display: grid;
	gap: 1rem;
}

.sq-card-iframe-container {
	border-radius: 10px;
	overflow: hidden;
}

.sq-card-message.sq-card-message-no-error {
	display: none;
}

.billinglabels {
	margin: 15px 0;
}

.billinglabels,
.billinglabels label {
	display: flex;
	gap: 1rem;
}

#paymentForm h4 {
	margin: 15px 0;
	border-bottom: none;
	padding: 18px 14px;
	display: flex;
	align-items: center;
	background: var(--h2-bg);
	justify-content: space-between;
	color: var(--color-white);
	border-radius: 12px;
	line-height: normal;
	box-shadow: 2px 3px 7px rgba(00, 00, 00, 0.1);
}

#paymentForm h4 #clear_billing {
	border-radius: 25px;
	transition: all 0.3s ease;
	transform: scale(1);
}

#paymentForm h4 #clear_billing:hover,
#paymentForm h4 #clear_billing:focus {
	box-shadow: 0px 3px 8px rgba(00, 00, 00, 0.2);
	transition: all 0.3s ease;
	transform: scale(1.05);
	text-decoration: none;
}

#billinfoTable {
	width: 90% !important;
	margin: 0 auto;
	border: none !important;
}

#billinfoTable th,
#billinfoTable td {
	border: none;
	display: inline-flex;
	align-items: center;

	height: 100%;
}

#billinfoTable tr {
	display: grid;
	align-items: center;
	justify-content: center;
	grid-template-columns: 30% 70%;
}

#codeMessage {
	margin-top: 8px;
	font-weight: 600;
}

#codeMessage.granted {
	color: #2e7d32;
}

#codeMessage.denied {
	color: #c62828;
}

.desc a {
	width: 28px;
	height: 28px;
	display: inline-block;
	align-items: center;
	transition: all 0.3s ease;
	transform: scale(1);
}

.desc a:hover,
.desc a:focus {
	transition: all 0.3s ease;
	transform: scale(1.05);

}

.desc a:hover:before,
.desc a:focus:before {
	box-shadow: 0px 3px 9px rgba(00, 00, 00, 0.2);

}

.desc a .fa-trash-o {
	width: 24px;
	height: 24px;
}

#bottomContent,
.col-sm-9 br{
	display:none;
}
.bottom-img{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2rem 1rem 0 1rem;
}
.bottom-img img{
	width: 65%;	
}
#mycs-loading-mask {
	background: rgba(255, 255, 255, 0.1) !important;
	opacity: 1 !important;
	backdrop-filter: blur(10px);
	display:none;
}
#mycs-loading-mask #mycs-spinner{
	background: url('https://mycs-cdn.myconferencesuite.com/other/Project/3872/38/be/38bea91d4542e338e3a07611741708bf537f2c9f480c5a560588a19184e5baae.gif') no-repeat center transparent;
	position: fixed;
	top: 44%;
	left: 46%;
	width: 150px;
	height: 150px;
	text-align: center;
	background-size: contain;
}

#app-layout .banner {
	background: url('https://mycs-cdn.myconferencesuite.com/other/Project/2219/4e/68/container-main-bg.jpg') no-repeat top center / cover;
	box-shadow: 0px 1px 5px 2px rgb(00,00,00,0.2);
}

#header .banner .banner-wrapper .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0rem;
}
.os-title{
	font-family: 'Oswald', sans-serif;
	display: block;
	color: #ffffff;
	font-weight: 600;
	font-size: 2.25rem;
}
.btn-primary{
	display: flex;
	gap: 0.4rem;
	color: #e6d568 !important;
	background-color: var(--primary-blue) !important;
	border: 1px solid var(--primary-blue) !important;
	padding: 20px 21px !important;
	font-size: 1.7rem !important;
	line-height: normal !important;
	font-weight: normal !important;
	border-radius: 15px !important;
	transition: all .7s cubic-bezier(.25, .8, .25, 1) !important;
	box-shadow: 0px 0px 0px rgba(00, 00, 00, 0.0) !important;
	transform: scale(1) translateY(0px) !important;
}
.btn-primary:hover{
	background:#e6d568 !important;
	border-color:#e6d568 !important;
	color:var(--primary-blue) !important;
	transition:all .7s cubic-bezier(.25,.8,.25,1) !important;
	box-shadow: 0px 5px 18px rgba(00, 00, 00, 0.1) !important;
	transform: scale(1.05) translateY(-2px) !important;
}
.btn-primary .fa-solid{
	transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	transform-origin:center;
	transform: rotate(0deg) translateY(0px) scale(1);
}
.btn-primary:hover .fa-solid{
	transform: rotate(18deg) translateY(0px) scale(1.1);
	text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

.text-editable h2,
.review>h4{
    font-size: 1.7rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    background: var(--primary-blue);
    color: var(--secondary-yellow);
    line-height: 1.7rem;
    padding: 13px 20px;
    margin: 1rem 0;
    border-radius: 15px;
    transform-origin: center;
    font-weight: 600;
    letter-spacing: 0.05rem;
    will-change: opacity, transform;
    animation: scaleFadeInSoft 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    box-shadow: 0px 4px 10px rgba(00, 00, 00, 0.1);
}

 h2.bordered-title,
span.information_title{
	display:block;
	font-size: 1.7rem;
	font-family: "Barlow Semi Condensed", sans-serif;
	background: var(--primary-blue);
	color: #ffffff;
	line-height: 1.7rem;
	padding: 10px 15px;
	margin: 1rem 0;
	border-radius: 15px;
	transform-origin: center;
	will-change: opacity, transform;
	animation: scaleFadeInSoft 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.field, .field_value{
	opacity: 0;
	transform: scale(1.05);
	transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

div[data-fieldset-elements] {
	display: grid;
	gap: 0.5rem;
	margin: 1rem 0 !important;
}
#seasonRegistrantForm{
	display: grid;
	gap: 0.5rem;
}
.form-layout .col-span-2{
	padding-left: 1rem;
}

.showfee .col-span-6{
	position: relative;
	display: flex;
	align-items: center;
	gap: .75rem;
	padding: 0 11px 0 0;
	border: 2px solid #e5e7eb;
	border-radius: .9rem;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	transition: .25s cubic-bezier(.4,0,.2,1);
}

.showfee .col-span-6:hover {
	border-color:var(--primary-blue);
	box-shadow:0 10px 20px rgba(0,0,0,.08);
}

.showfee .col-span-6 label {
	display:flex;
	align-items:center;
	gap:.7rem;
	font-weight:600;
	color:#374151;
	flex:1;
	position:relative;
	z-index:2;
	padding:.85rem 0 0.85rem 0rem;
}

.showfee [type="radio"],
.showfee [type="checkbox"]{
	opacity: 1;
	position: relative;
	color:#db4533;
}

.showfee .col-span-6 .icon {
	font-family:"Font Awesome 7 Free";
	font-weight:900;
	font-size:1.25rem;
	transition:.35s cubic-bezier(.4,0,.2,1);
}
.showfee .col-span-6:has(input:checked) {
	background:rgba(250,204,21,0.1);
	border-color:var(--primary-blue);
}
.showfee .col-span-6:has(input:checked) .icon {
	color:#db4533;
	transform:scale(1.3) rotate(12deg);
}
.showfee .col-span-6:has(input:focus-visible) {
	outline:3px solid rgba(02,82,107,.35);
	outline-offset:2px;
}

.error-help-block{
    color:#db4533;
}

#paymentForm{
	width: 75%;
	display: grid;
	gap: 1rem;
	margin: 1rem 0;
}

#CVVmodal div{
	display:flex;
	align-items:center;
	justify-content:center;
}
#CVVmodal div img{
	width:50%
}

/* Hidden initial state */
#paymentForm label.payment-method {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 20px;
	margin-bottom: 12px;
	border-radius: 14px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	cursor: pointer;
	font-weight: 500;
	position: relative;

	opacity: 0;
	transform: translateY(14px);
}

/* Entrance animation */
#paymentForm label.payment-method.pm-show {
	opacity: 1;
	transform: translateY(0);
	transition:
		opacity .5s ease,
		transform .5s cubic-bezier(.22,.61,.36,1);
}

/* Hide radios */
#paymentForm label.payment-method input {
	display: none;
}

/* Icons */
#paymentForm .payment-icon {
	font-size: 22px;
	color: rgba( 02,82,107,.7);
	transition: transform .25s ease, color .25s ease;
}

/* Sequential intro rotation */
#paymentForm .payment-icon.icon-intro {
	animation: iconSpin .45s cubic-bezier(.34,1.56,.64,1);
}

/* Hover */
#paymentForm label.payment-method:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba( 02,82,107,.15);
}

#paymentForm label.payment-method:hover .payment-icon {
	transform: rotate(6deg) scale(1.05);
	color: rgba( 02,82,107,1);
}

/* Checked state */
#paymentForm label.payment-method:has(input:checked) {
	background: linear-gradient(
		135deg,
		rgba( 02,82,107,1),
		rgba( 02,82,107,.85)
	);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 12px 32px rgba( 02,82,107,.45);
}

#paymentForm label.payment-method:has(input:checked) .payment-icon {
	color: #fff;
}

/* Checkmark */
#paymentForm label.payment-method:has(input:checked)::after {
	content: "✓";
	position: absolute;
	right: 18px;
	font-size: 18px;
	opacity: .8;
}

/* Keyframes */
@keyframes iconSpin {
	0% {
		transform: rotate(-12deg) scale(.6);
		opacity: 0;
	}
	70% {
		transform: rotate(8deg) scale(1.1);
	}
	100% {
		transform: rotate(0deg) scale(1);
		opacity: 1;
	}
}
#cvdInfo,
.cvdModalLink {
	display: flex;
	text-indent: -99999px;
}

#cvdInfo:before,
.cvdModalLink:before {
	display: inline-flex;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f129";
	text-indent: 0;
	width: 30px;
	height: 30px;
	background: rgb(0, 117, 183);
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 8px rgba(var(--black), 0.2);
	color: rgba(255, 255, 255, 1);
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	transform: scale(1);
}

#cvdInfo:hover:before,
.cvdModalLink:hover:before {
	transition: all 0.3s ease;
	transform: scale(1.1);
	text-shadow: 2px 2px 8px rgba(var(--black), 0.2);
	box-shadow: 1px 1px 12px rgba(var(--black), 0.2);
}


.swal2-popup{
	padding: 1rem !important;
	display:grid;
}

.swal2-popup img[alt="Card Verification Picture"]{
	float: none;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto;
}

#swal2-content>div{
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center;
    DISPLAY: GRID;
    GAP: 1REM;
}

#payable_breakdown a{
  --blue: rgba(219,69,51, 1);

  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 22px 12px 18px;
  border-radius: 12px;

  background: linear-gradient(
    135deg,
    var(--blue),
    rgba(219,69,51, .85)
  );

  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  box-shadow:
    0 8px 18px rgba(219,69,51,.25),
    inset 0 0 0 1px rgba(255,255,255,.12);
  position: relative;
  overflow: hidden;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    filter .25s ease;
}

#payable_breakdown a::before {
  content: "\f570";

  font-family: "Font Awesome 7 Free";
  font-weight: 900;

  display: inline-block;
  margin-right: 10px;
  font-size: 17px;

  transition: transform .35s cubic-bezier(.4,0,.2,1);
}

/* Hover */

#payable_breakdown a:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 12px 26px rgba(219,69,51,.35);
}

#payable_breakdown a:hover::before {
  transform: translateX(3px) rotate(-6deg);
}

/* Click micro bounce */

#payable_breakdown a:active {
  transform: scale(.96);
}

/* Ripple highlight */

#payable_breakdown a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,.35), transparent 60%);
  opacity: 0;
  transition: opacity .4s ease;
}

#payable_breakdown a:hover::after {
  opacity: .5;
}

/* Optional outline version */

#payable_breakdown a.outline {
  background: transparent;
  color: var(--blue);
  box-shadow: inset 0 0 0 2px var(--blue);
}

#payable_breakdown a.outline:hover {
  background: var(--blue);
  color: #fff;
}

#breakdown_page .button-wrapper{
	justify-content:center;
	gap:5rem;
}

/***************************************
	Ticket Field
***************************************/
.field[data-group="ticket"] {
    background: #fff;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    transition: .25s ease;
    width: 75% !important;
    position: relative;
    margin: 1rem auto;
}

.field[data-group="ticket"]:hover {
	transform:translateY(-2px);
	box-shadow:0 10px 30px rgba(0,0,0,.12);
}

/* ===== Layout ===== */
.field[data-group="ticket"] .form-group {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: auto !important;
    margin: 0;
    padding: 0;
}

@media (max-width:640px){
	.field[data-group="ticket"] .form-group{
		flex-direction:column;
		align-items:flex-start;
	}
}

/* ===== Label ===== */
.field[data-group="ticket"] label{
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600 !important;
    color: #0f172a;
    width: unset !important;
    margin: unset;
}

.field[data-group="ticket"] div{
	width: unset !important;
}

/* Ticket icon */
.field[data-group="ticket"] .ticket-icon{
	color:rgba(2,82,107,1);
	font-size:1.7rem;
	transition:transform .35s cubic-bezier(.22,1,.36,1);
}

.field[data-group="ticket"]:hover .ticket-icon{
	transform:rotate(12deg) translateY(-2px) scale(1.1);
	text-shadow:1px 3px 8px rgba(0,0,0,.1);
}

/* ===== Price Badge ===== */
.field[data-group="ticket"] .de_fee span{
	background:rgba(227,212,102,.3);
	color:rgba(2,82,107,1);
	padding:4px 10px;
	border-radius:999px;
	font-size:1rem;
	margin-left:6px;
	font-weight:bold;
	transition:.4s cubic-bezier(.25,.8,.25,1);
}

.field[data-group="ticket"]:hover .de_fee span{
	box-shadow:0 3px 10px rgba(0,0,0,.1);
	transform:translateY(-2px) scale(1.05);
}

/* ===== Controls ===== */
.field[data-group="ticket"] .control-wrap{
	display:flex;
	align-items:center;
	gap:8px;
}

/* Plus / Minus icons */
.field[data-group="ticket"] .qty-btn{
	width:34px;
	height:34px;
	border-radius:8px;
	border:1px solid #d1d5db;
	background:#fff;
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center;
	user-select:none;
	transition:.3s cubic-bezier(.25,.8,.25,1);
}

.field[data-group="ticket"] .qty-btn:hover{
	background:#eff6ff;
	border-color:rgba(2,82,107,1);
	box-shadow:0 3px 10px rgba(0,0,0,.1);
	transform:translateY(-2px) scale(1.05);
}

/* ===== Select ===== */
.field[data-group="ticket"] select{
	width:70px;
	padding:8px;
	border-radius:8px;
	border:1px solid #d1d5db;
	text-align:center;
	font-weight:600;
	background:#fff;
}

.field[data-group="ticket"] select:focus{
	outline:none;
	border-color:rgba(2,82,107,1);
	box-shadow:0 0 0 3px rgba(2,82,107,.2);
}

/* ===== Subtotal ===== */
.field[data-group="ticket"] .subtotal{
	margin-top:8px;
	font-size:14px;
	color:#334155;
}

.field[data-group="ticket"] .subtotal strong{
	color:rgba(2,82,107,1);
}

/* ===== Quantity Badge ===== */
.field[data-group="ticket"] .quantity-badge{
	position:absolute;
	top:-8px;
	right:-8px;
	background:rgba(2,82,107,1);
	color:#fff;
	width:22px !important;
	height:22px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:12px;
	font-weight:600;
	opacity:0;
	transform:scale(.5);
	transition:.25s ease;
}

.field[data-group="ticket"].is-selected .quantity-badge{
	opacity:1;
	transform:scale(1);
}
div[data-group="tickettype"]{
	display:none;
}

/* Terms and Conditions */
div[data-group="terms-and-conditions"]{
	margin:2rem 0;
}
div[data-group="terms-and-conditions"]:before{
    font-size: 1.7rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    background: var(--primary-blue);
    color: var(--secondary-yellow);
    line-height: 1.7rem;
    padding: 10px 15px;
    margin: 2rem 0 3rem 0;
    border-radius: 15px;
    transform-origin: center;
    will-change: opacity, transform;
    animation: scaleFadeInSoft 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "Terms and Conditions";
    width: 100% !important;
    display: grid;
    gap: 2rem;
	position: relative;
}
div[data-group="terms-and-conditions"]:after,
div[data-id="154129"]>h2:after,
.review>h4:after,
div[data-id="154083"] .text-editable h2:after{
    font-family: "Font Awesome 7 Free";
    display: inline-block;
    font-weight: 900;
    content: "";
    position: absolute;
    right: 1rem;
    top: 0;
    color: var(--secondary-yellow);
    font-size: 2rem;
	text-shadow: 1px 3px 10px rgba(00, 00, 00, 0.5);
}
div[data-group="terms-and-conditions"]:after{
	content: "\f56c";
	transform: rotate(-12deg);
}
div[data-id="154129"]>h2:after{
	content:"\f145";
	top:10px;
	transform:rotate(-12deg) scale(1) translateY(0px) !important;
}
.review>h4:after{
	content:"\f002";
	top:10px;
}
div[data-id="154083"] .text-editable h2:after{
	top:10px;
	content:"\f2c2";
	transform: rotate(-12deg);
}

form#paymentForm #manualInfo{
	display:grid;
}