.viviSendSymptomItem {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	margin: 10px auto;
}
.viviSendSymptomItem_name {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 2px 10px;
	margin-right: 15px;
	border: 1px solid #959595;
}
.viviSendSymptomItem_delete {
	font-size: 16px;
	font-weight: bold;
	color: red;
	cursor: pointer;
	display: flex;
}
