
.card-block.card-height {
	height: calc(100% - 30px);
}
.card-block.card-stretch {
	align-items: stretch;
}

.card-block {
	display: flex;
	flex-grow: 1;
	flex-direction: column;	
}
.card.card-bottom-border-info,
.card.card-bottom-border-purple,
.card.card-bottom-border-warning,
.card.card-bottom-border-danger,
.card.card-bottom-border-primary,
.card.card-bottom-border-success {
	position: relative;
	transition: all 0.3s ease-in-out;
}
.card.card-bottom-border-info:after,
.card.card-bottom-border-purple:after,
.card.card-bottom-border-warning:after,
.card.card-bottom-border-danger:after,
.card.card-bottom-border-primary:after,
.card.card-bottom-border-success:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0px;
  border: 2px solid;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.card.card-bottom-border-info:after {
	border-color: #87baf5;
	background-color: #87baf5;
}
.card.card-bottom-border-purple:after {
	border-color: #aa87f5;
	background-color: #aa87f5;
}
.card.card-bottom-border-warning:after {
	border-color: #f0864a;
	background-color: #f0864a;
}
.card.card-bottom-border-danger:after {
	border-color: #f674ad;
	background-color: #f674ad;	
}
.card.card-bottom-border-primary:after {
	border-color: #1f1c2f;
	background-color: #1f1c2f;
}
.card.card-bottom-border-success:after {
	border-color: #8ac3a3;
	background-color: #8ac3a3;	
}
.card.card-bottom-border-info .card-header {
	border-bottom: 0;
}
.card .card-header {
	background: transparent;
	border-radius: 0;
	padding: 20px;
	margin-bottom: 0;
	align-items: center !important;
}
.card.card-bottom-border-info .icon.icon-border-info {
	border: 1px solid;
	border-color: #87baf5;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.card.card-bottom-border-info .icon {
	color: #87baf5;
}
.card.card-bottom-border-purple .icon.icon-border-purple {
	border: 1px solid;
	border-color: #aa87f5;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.card.card-bottom-border-purple .icon {
	color: #aa87f5;
}
.card.card-bottom-border-warning .icon.icon-border-warning {
	border: 1px solid;
	border-color: #f0864a;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.card.card-bottom-border-warning .icon {
	color: #f0864a;
}
.card.card-bottom-border-danger .icon.icon-border-danger {
	border: 1px solid;
	border-color: #f674ad;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.card.card-bottom-border-primary .icon.icon-border-primary {
	border: 1px solid;
	border-color: #1f1c2f;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.card.card-bottom-border-success .icon.icon-border-success {
	border: 1px solid;
	border-color: #8ac3a3;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.iq-icon-box-2 {
	height: 45px;
	width: 45px;
	min-width: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 22px;
	text-decoration: none;
}

h2.card-count {
	font-family: "Barlow",sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #1f1c2f;
}
.card.card-bottom-border-info .card-title {
	width: 100%;
}
.card .card-title {
	color: #1f1c2f;
	margin-bottom: 0.75rem;
	text-transform: none;
	font-family: "Barlow",sans-serif;
	font-size: 22px;
}
.card-title {
	margin-bottom: 0.75rem;
}
.card-text:last-child {
	margin-bottom: 0;
}
.las {
	font-family: "Line Awesome Free";
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.card .card-header .icon .icon-cont {
	position: absolute;
	top: 4px;
	left: 5px;
	height: 32px;
	width: 32px;
}
.card .card-header .icon .icon-cont svg {
	vertical-align: top;
	top: 0;
	left: 5px;
	height: 32px;
	width: 32px;
}



