.outer-stats-service {
	position: relative;
	text-align: center;
	margin-bottom: 28px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
}

.daily-service {
	position: relative;
	text-align: center;
	margin-bottom: 28px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 8px 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
	background-color: #f2f7ff
}

.weekly-service {
	position: relative;
	text-align: center;
	margin-bottom: 28px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 8px 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
	background-color: #f2f7ff

}

.stats-service {
	position: relative;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 8px 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
	background-color: #fff;
}
.stats-img-service {
	width: 58px;
	height: 58px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.daily-graph-service {
	width:100%;
	margin-top: 5px;
}

.weekly-graph-service {
	width:100%;
	margin-top: 5px;
}

.statButton{
 align-items: center;
  padding: 6px 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border-radius: 6px;
  font-size:10px;
  border: none;
  color: #fff;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
}
