.bn-color-primary-gradient {
	background: linear-gradient(90deg, #34c5c9 0%, #11a3f2 179.73%) !important;
}
.bn-primary-gradient {
	color: linear-gradient(90deg, #34c5c9 0%, #11a3f2 179.73%) !important;
}
.bn-bg-color-note {
	background-color: rgba(52, 197, 201, 0.8);
}
.bn-color-note {
	color: rgba(52, 197, 201, 0.8) !important;
}
.bn-color-resolution {
	color: rgba(17, 163, 242, 1) !important;
}
.bn-bg-primary-faded {
	background-color: #34c5c9 !important;
}
.bn-bg-accent-faded {
	background-color: #f9af33 !important;
}
.bn-bg-blue-faded {
	background-color: #11a3f2 !important;
}
.bn-bg-gray-faded {
	background-color: #8b898e !important;
}
.bn-color-gray-faded {
	color: #8b898e !important;
}
.bn-bg-dark-gray-faded {
	background-color: #6d6c72 !important;
}
.bn-color-black {
	color: #000000;
}
.bn-color-gray {
	color: #6d6c72;
}
.bn-green-success {
	color: #28c76f !important;
}
.bn-bg-primary {
	background-color: var(--primary-color) !important;
}

.bn-color-333 {
	color: #333333 !important;
}
.bn-white {
	color: #ffffff !important;
}
.bn-whitelink {
	color: #ffffff;
}

.bn-whitelink:hover {
	color: #cccccc;
}
.bn-yellow-text {
	color: #f9af33 !important;
}
.bn-color-task {
	color: #f5af29 !important;
}
.bn-color-grey {
	color: #d1cfcf;
}
.bn-color-maroon {
	color : #34C5C9
}

