.viviSendTherapyItem {
	margin: 10px 0px;
	font-size: 16px;
}
.viviSendTherapyItem_details {
	display: flex;
	align-items: center;
}
.viviSendTherapyItem_name {
	margin-right: 15px;
	font-weight: bold;
}
.viviSendTherapyItem_pattern {
	margin-right: 15px;
}
.viviSendTherapyItem_pattern input {
	border: 0px;
	border-bottom: 1px solid #cacaca;
	width: 55px;
}
.viviSendTherapyItem_days {
	margin-right: 20px;
}
.viviSendTherapyItem_delete {
	font-size: 16px;
	font-weight: bold;
	color: red;
	cursor: pointer;
	margin-left: auto;
	display: flex;
}
.viviSendTherapyItem_slider {
	border: 0px;
	height: 4px;
	margin: 5px auto;
	width: calc(100% - 14px);
	border-radius: 5px;
	background: #8a8a8a;
}
.viviSendTherapyItem_slider .ui-widget-header {
	background: #f6a828;
}
.viviSendTherapyItem_slider .ui-slider-handle {
	width: 14px;
	height: 14px;
	top: -6px;
	cursor: pointer;
	border-radius: 50%;
}
