.neoweb-race-registration-wrap,
.neoweb-race-registration-wrap *,
.neoweb-race-registration-wrap *::before,
.neoweb-race-registration-wrap *::after {
	box-sizing: border-box;
}

.neoweb-race-registration-wrap {
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #ffffff;
}

.neoweb-race-registration-wrap .neoweb-race-registration-form {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #ffffff;
}

.neoweb-race-registration-wrap .neoweb-race-registration-form h3,
.neoweb-race-registration-wrap .neoweb-race-success-message h3 {
	margin: 0 0 16px;
	padding: 0;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
}

.neoweb-race-registration-wrap .neoweb-race-success-message p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.7;
	color: #ffffff;
}

.neoweb-race-registration-wrap .neoweb-form-section,
.neoweb-race-registration-wrap .neoweb-participant-box,
.neoweb-race-registration-wrap .neoweb-total-box,
.neoweb-race-registration-wrap .neoweb-form-actions {
	margin: 0 0 24px;
}

.neoweb-shared-fields {
	padding-bottom: 24px;
}

.neoweb-race-registration-wrap .neoweb-participant-box {
	padding: 24px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0px;
	box-shadow: none;
}

.neoweb-race-registration-wrap .neoweb-form-grid {
	display: grid;
	gap: 18px;
}

.neoweb-race-registration-wrap .neoweb-form-grid-single {
	grid-template-columns: 1fr;
}

.neoweb-race-registration-wrap .neoweb-form-grid-half {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.neoweb-race-registration-wrap .neoweb-form-field {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
}

.neoweb-race-registration-wrap .neoweb-form-field > label {
	display: block;
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: #ffffff;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.neoweb-race-registration-wrap .neoweb-form-field .neoweb-field-control {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.neoweb-race-registration-wrap .neoweb-form-field .neoweb-field-control input,
.neoweb-race-registration-wrap .neoweb-form-field .neoweb-field-control select,
.neoweb-race-registration-wrap .neoweb-form-field .neoweb-field-control textarea {
	font-family: inherit;
}

.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control input[type="text"],
.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control input[type="email"],
.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control input[type="tel"],
.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control input[type="number"],
.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control input[type="file"],
.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control input[type="password"],
.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control input[type="search"],
.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control input[type="url"],
.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control select,
.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 48px;
	margin: 0;
	padding: 12px 14px;
	background: transparent;
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: left;
	text-transform: none;
	text-indent: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control textarea {
	min-height: 140px;
	resize: vertical;
}

.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control input[type="file"] {
	padding: 10px 14px;
	cursor: pointer;
}

.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control input::placeholder,
.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control textarea::placeholder {
	color: rgba(255, 255, 255, 0.6);
	opacity: 1;
}

.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control input:focus,
.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control select:focus,
.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control textarea:focus {
	border-color: rgba(255, 255, 255, 0.55);
	background: transparent;
	background-color: transparent;
	box-shadow: none;
	outline: none;
	color: #ffffff;
}

.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control input[readonly] {
	background: rgba(255, 255, 255, 0.04);
	color: #ffffff;
	cursor: default;
}

.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control select {
	padding-right: 42px;
	cursor: pointer;
}

.neoweb-race-registration-wrap .neoweb-race-registration-form .neoweb-form-field .neoweb-field-control select option {
	color: #000000;
	background: #ffffff;
}

.neoweb-race-registration-wrap .neoweb-field-note {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.5;
	font-style: italic;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.75);
}

.neoweb-race-registration-wrap .neoweb-full-width {
	grid-column: 1 / -1;
}

.neoweb-race-registration-wrap .neoweb-class-options {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.neoweb-race-registration-wrap .neoweb-class-options .neoweb-class-option {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-width: 150px;
	margin: 0;
	padding: 12px 16px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	box-shadow: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
}

.neoweb-race-registration-wrap .neoweb-class-option-main {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.neoweb-race-registration-wrap .neoweb-class-options .neoweb-class-option input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	min-width: 18px;
	max-width: 18px;
	height: 18px;
	min-height: 18px;
	max-height: 18px;
	margin: 0;
	padding: 0;
	accent-color: #ffffff;
}

.neoweb-race-registration-wrap .neoweb-checkbox-line {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	cursor: pointer;
}

.neoweb-race-registration-wrap .neoweb-checkbox-line input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	min-width: 18px;
	max-width: 18px;
	height: 18px;
	min-height: 18px;
	max-height: 18px;
	margin: 0;
	padding: 0;
	accent-color: #ffffff;
}

.neoweb-race-registration-wrap .neoweb-total-box {
	padding: 18px 20px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0px;
	box-shadow: none;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.4;
}

.neoweb-race-registration-wrap .neoweb-total-box strong,
.neoweb-race-registration-wrap .neoweb-total-box span {
	color: #ffffff;
}

.neoweb-race-registration-wrap .neoweb-form-actions {
	display: block;
}

.neoweb-race-registration-wrap .neoweb-form-actions button,
.neoweb-race-registration-wrap .neoweb-form-actions input[type="submit"],
.neoweb-race-registration-wrap .neoweb-form-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 220px;
	max-width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 12px 24px;
	background: transparent;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ffffff;
	border-radius: 0px;
	box-shadow: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: all 0.2s ease;
}

.neoweb-race-registration-wrap .neoweb-form-actions button:hover,
.neoweb-race-registration-wrap .neoweb-form-actions input[type="submit"]:hover,
.neoweb-race-registration-wrap .neoweb-form-actions .button:hover {
	background: #ffffff;
	color: #000000;
	border-color: #ffffff;
	transform: translateY(-1px);
}

.neoweb-race-registration-wrap .neoweb-info-box,
.neoweb-race-registration-wrap .neoweb-race-success-message {
	padding: 16px 18px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0px;
	box-shadow: none;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.5;
}

.neoweb-race-registration-wrap .neoweb-race-success-message {
	margin-bottom: 20px;
}

.neoweb-race-registration-wrap .neoweb-form-field > label {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.neoweb-race-registration-wrap .neoweb-form-field > label {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.neoweb-race-registration-wrap .neoweb-info-tooltip {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.neoweb-race-registration-wrap .neoweb-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	cursor: help;
	box-shadow: none;
}

.neoweb-race-registration-wrap .neoweb-info-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	stroke: currentColor;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.neoweb-race-registration-wrap .neoweb-info-icon:focus {
	outline: none;
}

.neoweb-race-registration-wrap .neoweb-info-icon:hover {
	opacity: 0.85;
}

.neoweb-race-registration-wrap .neoweb-info-tooltip-text {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 10px);
	transform: translateX(-50%);
	width: 280px;
	padding: 12px 14px;
	background: #111111;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	z-index: 30;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.neoweb-race-registration-wrap .neoweb-info-tooltip:hover .neoweb-info-tooltip-text {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.neoweb-race-registration-wrap .neoweb-info-tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: #111111 transparent transparent transparent;
}

@media (max-width: 767px) {
	.neoweb-race-registration-wrap .neoweb-info-tooltip-text {
		left: auto;
		right: 0;
		bottom: calc(100% + 10px);
		transform: none;
		width: min(280px, calc(100vw - 40px));
	}

	.neoweb-race-registration-wrap .neoweb-info-tooltip-text::after {
		left: 14px;
		transform: none;
	}
}

@media (max-width: 767px) {
	.neoweb-race-registration-wrap .neoweb-form-grid-half {
		grid-template-columns: 1fr;
	}

	.neoweb-race-registration-wrap .neoweb-participant-box {
		padding: 18px;
	}

	.neoweb-race-registration-wrap .neoweb-class-options {
		flex-direction: column;
	}
}

.neoweb-race-registration-wrap .neoweb-tourist-codriver-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}

.neoweb-race-registration-wrap .neoweb-tourist-codriver-head h3 {
	margin: 0;
}

.neoweb-race-registration-wrap .neoweb-tourist-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 24px;
}

.neoweb-race-registration-wrap .neoweb-add-tourist-codriver,
.neoweb-race-registration-wrap .neoweb-remove-tourist-codriver {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	background: transparent;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.neoweb-race-registration-wrap .neoweb-tourist-limit-note {
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 767px) {
	.neoweb-race-registration-wrap label[for="driver_overnight"] .neoweb-info-tooltip-text,
	.neoweb-race-registration-wrap label[for="codriver_overnight"] .neoweb-info-tooltip-text,
	.neoweb-race-registration-wrap label[for="tourist_driver_overnight"] .neoweb-info-tooltip-text {
		left: 0;
		right: auto;
		transform: none;
		width: 260px;
		max-width: calc(100vw - 24px);
	}

	.neoweb-race-registration-wrap label[for="driver_overnight"] .neoweb-info-tooltip-text::after,
	.neoweb-race-registration-wrap label[for="codriver_overnight"] .neoweb-info-tooltip-text::after,
	.neoweb-race-registration-wrap label[for="tourist_driver_overnight"] .neoweb-info-tooltip-text::after {
		left: 14px;
		transform: none;
	}
}