.label {
	color: #717171;
	font-size: 16px;
}

.value {
	color: #333f4d;
	font-size: 18px;
}

.border {
	border-radius: 4px;
	border-color: #e9eaee !important;
	margin-bottom: 20px;
	padding: 22px 46px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.border:last-of-type {
	margin-bottom: 0;
}

.condition-image {
	width: 139px;
	height: 117px;
}
.col-form-label {
	color: #333f4d;
}
.btn-download {
	width: 76px;
	height: 32px;
	line-height: 30px;
	border-radius: 6px;
	background-color: #056ce2;
	text-align: center;
	border: 1px solid #056ce2;
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 20px;
	right: 46px;
	z-index: 1;
}
.btn-download:hover{
  color: #fff;
  cursor: pointer;
}
.no-data {
	text-align: center;
	color: #b7bdc4;
	font-size: 16px;
  padding-top: 60px;
}
.no-data-img {
	width: 182px !important;
	height: 180px !important;
  margin-bottom: 10px;
}
<!--0.00031208992004395-->