.g5element__dashboards {
	h2 {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 25px;
	}

}

.g5ere__dashboards-overview {
	.item {
		margin-bottom: 30px;
		color: inherit;

		.icon {
			width: 83px;
			height: 83px;
			border-radius: 100%;
			font-size: 36px;
			border: 1px solid transparent;
		}

		.number {
			font-size: 42px;
			line-height: 1.2;
		}
	}

	.publish {
		.icon {
			color: #4e84fa;
			background-color: rgba(78, 132, 250, .06);
			border-color: rgba(78, 132, 250, .2);
		}
	}

	.pending {
		.icon {
			background-color: rgba(108, 189, 126, .09);
			border-color: rgba(108, 189, 126, .2);
			color: #6cbd7e;
		}
	}

	.review {
		.icon {
			background-color: rgba(246, 181, 0, .06);
			border-color: rgba(246, 181, 0, .2);
			color: #f6b500;
		}
	}

	.favourites {
		.icon {
			border-color: rgba(231, 68, 91, .2);
			background-color: rgba(231, 68, 91, .06);
			color: #0ec6d5;
		}
	}
}

.g5ere__dashboards-review-section {
	margin-bottom: 30px;

	.comment-list {
		border: none;
	}
}

.g5ere__dashboards-package-section {

	.g5ere__package-details {
		.list-group-item {
			padding: 0;
			border: none;
			margin-bottom: 20px;
			line-height: 1;
		}
	}
}