.ctf-input-info
{
	font-size: 14px;
	/* clear: both;
	position: relative; */
	border: 1px solid #dedede;
	padding: 15px 25px 13px 25px!important;
	line-height: 18px;
	margin-top: 16px;
	/* float: left; */
	color: #505050;
	min-width: 25px;
	max-width: 800px;
	background: #f1f0f1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ctf-ticket-btns
{
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
}

.ctf-btn
{
	text-decoration: none;
	/* padding: ; */
}

.ctf-form-wrap
{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.ctf-form-rows
{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ctf-form-row-full
{
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ctf-form-row-full input[type=text]
{
	padding: 12px;
}

.ctf-fields-anchor
{
	display: none;
}

.ctf-form-row-full.hidden
{
	display: none;
}

.ctf-row-checkbox
{
	margin-top: 32px;
}

.ctf-row-checkbox .sf-ch-wrapper label 
{
	display: flex;
	font-size: 10px;
	color: #828282;
	line-height: 14px;
	text-align: justify;
	align-items: center;
}

.ctf-row-checkbox .sf-ch-wrapper label > p
{
	font-size: 10px;
	color: #828282;
	line-height: 14px;
	text-align: justify;

}

.ctf-row-checkbox label .sf-ch-default
{
	flex-shrink: 0;
}

.ctf-form-row-full .sf-ch-default
{
	/* margin-top: 10px; */
	margin-right: 20px;
}

.ctf-form-row-submit
{
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 20px;
	justify-content: space-between;
	margin-top: 36px;
}

.ctf-submit-button
{
	justify-self: flex-start;
}

.ctf-download-wrapper {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.ctf-announcement
{
	font-weight: 900;
	padding: 18px 40px;
	background-color: var(--Footer-Orange);
	border-radius: 50px;
}

.ctf-verify-ticket-wrapper
{
	max-width: 500px;
}

.cua-content-wrapper .ctf-verify-ticket-wrapper
{
	margin-top: 100px;
	margin-left: 200px;
}

.ctf-buttons-wrapper
{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media all and (max-width: 1200px){
	.cua-content-wrapper .ctf-verify-ticket-wrapper{
		margin-left: 100px;
	}
}

@media all and (max-width: 580px) {
	.ctf-submit-button{
		width: 100%;
	}
	.ctf-submit-button input[type=submit]{
		width: 100%;
		font-size: 16px;
		padding: 14px 14px;
	}
	.ctf-ticket-btns{
		flex-direction: column;
		gap: 20px;
	}
	.ctf-ticket-btns .button{
		padding: 14px;
	}
}

