.form__select,
.form__select2 .select2-container--bootstrap-5 .select2-selection,
.form__input,
.form__textarea,
.select-basic select {
	width: 100%;
	height: 39px;
	border-radius: 40px;
	border: 1px rgba(54, 60, 95, 0.2) solid;
	color: rgba(41, 41, 41, 0.5);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	padding: 0 16px;
	color: var(--primary, #3D3D3D);
}
