
.chocho-profile-fields {
	margin-top: 16px;
}
.chocho-profile-fields .chocho-field {
	margin-bottom: 12px;
}
.chocho-profile-fields .chocho-field:last-child {
	margin-bottom: 0;
}
.chocho-profile-fields select,
.chocho-profile-fields input[type="text"] {
	width: 100%;
}
.chocho-jalali {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 8px;
}
.chocho-jalali select {
	width: 100%;
}
.chocho-field-note {
	display: block;
	margin-top: 6px;
	opacity: .7;
	font-size: 12px;
}
.chocho-profile-fields .required {
	color: #e00000;
}
@media (max-width: 600px) {
	.chocho-jalali {
		grid-template-columns: 1fr;
	}
}
