.leadToActionBox {
	max-width: 170px;
	padding: 5px;
	margin: 5px;
	font-family: Raleway;
}
.leadToActionBox-active {
	background-color: #489dff24;
	border-radius: 6px;
}
.leadToActionBox_header {
	display: flex;
	align-items: center;
}
.leadToActionBox_header_content {
}
.leadToActionBox_header_titleArea,
.leadToActionBox_header_numberArea {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 5px;
}
.leadToActionBox_header_titleArea-icon {
	font-size: 16px;
	margin-right: 5px;
}
.leadToActionBox_header_titleArea-title {
	font-weight: bold;
	color: #747474;
}
.leadToActionBox_header_numberArea-number {
	font-weight: bold;
	color: #3667ac;
	font-size: 24px;
	margin-right: 5px;
	font-family: Arial;
}
.leadToActionBox_header_numberArea-percent {
	font-size: 10px;
	font-weight: lighter;
	color: #3667ac;
	font-family: Arial;
}
.leadToActionBox_header_alert {
	color: orange;
	margin-left: auto;
	font-size: 35px;
	margin-right: 5px;
}
.leadToActionBox_text {
	color: #747474;
	font-size: 12px;
	margin-bottom: 10px;
}
.leadToActionBox_buttons {
	display: flex;
	align-items: center;
}
.leadToActionBox_buttons .careButton {
	margin-right: 5px;
	max-height: 20px;
	/* line-height: unset; */
}
.leadToActionBox_buttons .fa-spinner {
	min-width: 88px;
}
.leadToActionBoxes {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	justify-content: space-between;
}
