.form-inline {
	justify-content: space-between;
}

body {
	font-family: 'PT Sans';
	font-family: "Helvetica Neue", 'Helvetica','Arial','sans-serif';
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	color: #333;
}

h1 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	font-size: 24px;
	line-height: 0.5rem;
	padding: 2.25rem 0rem;
	text-transform: uppercase;
	color: white;
	text-align: center;
	background-color: rgb(6, 25, 61);
	margin-bottom: 0;
	font-weight: bold;
}

center {
	display: block;
	text-align: -webkit-center;
}
p {
	text-align: center;
	font-size: 16px;
	margin: 0 0 30px;
}

.subPage p {
	text-align: left;
}

span{
	font-size: 13px;
	float: center;
}

.form-group.radio_buttons .radio.inline {
	display: inline-block;
	margin-left: 15px;
	margin-right: 25px;
}

.form-group select {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;  
	/*padding: 0px 25px;*/
}

.form-control {
	border: 1px solid #0f5eb9;
}

.form-group.date select {
	width: 31.333%;
	text-align: center;
}

.modal-body .container {
	max-width: none;
}

/* Mobile styles */
@media (min-width: 1500px) {
	.modal-dialog {
		max-width: 1200px;
		margin: 1.75rem auto;
	}
}

@media (max-width: 540px) {
	.footer-links {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.form-group.date select {
		width: 100%; /* Full width on mobile */
		text-align: left; 
	}
	
	.form-group.date select:first-child,
	select#participant_birth_day_1i {
		margin-left: 0px;
		margin-right: 0px; /* No horizontal margin on mobile */
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

.form-group.boolean {
	margin: 10px 0;
}

.btn-continue {
	background: #f9ba27;
	color: white;
	padding: 15px;
	width: 337px;
	border-radius: 10px;
	border-color: white;
	text-transform: uppercase; 
}

input.boolean {
	margin-right: 10px;
}

/* Style the footer links */
.footer-links {
	display: flex;
	background-color: #e1e1e1;
	width: 100%;
	/* float: left;
	text-align: center; */		
}

.footer-links a {
	text-decoration: none;
	color: #000; /* Adjust link color */
	margin: 0 15px; /* Add spacing between links */
}

.sponsorListe p,
.mfw_sponsorAssignment_ p {
	text-align: left !IMPORTANT;
	font-size: 14px;
}

.nav-link {
	display: contents;
}

.offwhite {
	display: block;
}

a ,a:hover {
	color: black;
	text-decoration: underline;
}

.container {
	max-width: 780px;
}

.help-block  {
	color:red;
}

.form-check p {
	margin: 0px 23px 0px;
	text-align: left;
	font-size: 14px;
}

.form-group.boolean.optional.participant_tos.has-error,
.form-group.boolean.optional.participant_tos.has-error a {
	color: red;
}

.form-group.boolean.optional.participant_salutation.has-error,
.form-group.boolean.optional.participant_salutation.has-error a {
	color: red;
}

input.has-error {
	border-color: red;
}

select.has-error {
	border-color: red;
}