.grecaptcha-badge {
	visibility: hidden;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #ff3333;
}

.select2-container--default .select2-selection--multiple {
	background-color: rgba(38, 38, 38, 0.83);
	border: rgb(122, 122, 122);
}

.select2-container--default .select2-selection--single {
	background-color: rgba(38, 38, 38, 0.83);
	border: rgb(122, 122, 122);
}

.select2-container--default .select2-search--inline .select2-search__field {
	color: white;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: white;
}

.select2-results__option {
	background-color: rgba(38, 38, 38, 0.83);
}

.select2-dropdown {
	border: rgb(122, 122, 122);
}

.select2-search--dropdown {
	background-color: rgba(38, 38, 38, 0.83);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	background-color: rgba(65, 65, 65, 0.83);
	border: rgb(122, 122, 122);
}

.select2-container--default .select2-results__option--selected {
	background-color: rgba(255, 51, 51, 0.58);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	color: black;
}

.text-overlay-mask-car {
	opacity: 0.85;
	top: auto;
	height: auto;
}