body .select2-container {
	height: 50px;
}

body .flex-select .select2-container .select2-selection--single {
	height: 100%;
	border-radius: 0 !important;
	background: #2f2c2c !important;
	color: #fff !important;
	display: flex;
	align-items: center;
	border: 0 none !important;
	max-width: 320px !important;
}

body .flex-select .select2-container--default .select2-selection--single .select2-selection__rendered,
body .flex-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #fff;
}
body .flex-select .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px;
}
body .flex-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}
.scoli-bucuresti .flex-select .act-like-label {
	width: 100%;
}
[data-class="wpcf7cf_group"].shown {
	display: block;
}
.recap-input-div {
	color: #fff;
	padding-bottom: 20px;
}
.recap-input-div label.dot {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	align-items: center;
}
.dark-section .choices__inner {
	background-color: #483828;
	padding: 10px 13px;
	border: 1px solid #483828;
	border-radius: 0;
	font-size: 18px;
	min-height: 51px;
	color: #fff;
}
.dark-section-webinar .choices__inner {
	background-color: #2e2c2c;
	padding: 10px 13px;
	border: 1px solid #2e2c2c;
	border-radius: 0;
	font-size: 18px;
	min-height: 51px;
	color: #fff;
}
.dark-section .choices__placeholder,
.dark-section-webinar .choices__placeholder {
	opacity: 1;
}
.dark-section .choices[data-type*=select-one] .choices__input,
.dark-section-webinar .choices[data-type*=select-one] .choices__input {
	color: #000;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
	font-size: 16px;
}
.row.mb-18 {
	margin-bottom: 18px;
}
@media(max-width: 767px){
	.dark-section .flex-select {
		flex-direction: column;
	}
}
