html .bg-blue {
	background-color: #70bae8 !important;
	}
	html .btn-blue {
	background-color: #70bae8;
	border-color: #70bae8 #70bae8 #70bae8;
	color: #fff;
	--color: #70bae8;
	--hover: #70bae8;
	--disabled: #70bae8;
	--active: #70bae8;
}

html .btn-blue:hover,
html .btn-blue.hover {
	border-color: #383f45 #383f45 #212529;
	color: #FFF;
}

.text-color-gold {
	color: #FFD700 !important;
}