.form-check-input {
	width: 20px;
	height: 20px;
}

.form-check-input[type="radio"] {
	border: none;
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_3522_43931)"><path d="M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z" stroke="%23BABFBF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_3522_43931"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
}

.form-check-input:focus {
	box-shadow: none;
}

.form-check-input:checked[type="radio"],
.form-check-input:hover[type="radio"] {
	background: none;
	--bs-form-check-bg-image: none;
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_3522_43930)"><path d="M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z" stroke="%23A9D093" stroke-linecap="round" stroke-linejoin="round"/><circle cx="10" cy="10" r="3" fill="%23A9D093"/></g><defs><clipPath id="clip0_3522_43930"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
}

@media (min-width: 905px) {
	.rfp-title {
		max-width: 473px !important;
		right: 281px;
	}
}
