.bg-blue-600 {
    background-color: #162340!important;
}
.bg-blue-600:hover {
    background-color: #F18700!important;
}
.text-blue-600 {
	color: #162340!important;
}
.text-gray-800{
	color: #162340!important;
}

.text-orange-600 {
	color: #F18700!important;
}

#progressBar{
    background-color: #F18700!important;
}
#progressBar:hover{
    background-color: #2a3651!important;	
}
.p-8 {
    padding: 1rem!important;
}