.dede-tabs .nav-link {
	font-weight: 600;
	color: var(--dede-green);
	padding: 0.6rem 1rem;
}

table.dede-service td {
	padding-top: 16px;
	padding-bottom: 16px;
	/* color: #6c757d !important; */
	color: rgba(60, 60, 60, 0.7) !important;
}

table.dede-service tr {
	vertical-align: middle;
}

.dede-service-name {
	font-weight: 600;
	/* padding-left: 16px !important; */
}

.dede-service-price {
	color: var(--dede-green);
	font-size: 1.0rem;
	font-weight: 600;
}

table.dede-taocan tr {
	vertical-align: middle;
}

table.dede-taocan td {
	padding-top: 16px;
	padding-bottom: 16px;
	color: rgba(60, 60, 60, 0.7) !important;
}

table.dede-taocan .text-success {
	color: var(--dede-green) !important;
}
