.btn-primary{
    background-color: #07558A !important;
}

.text-warning{
    color: #c99938 !important;
}
.text-primary{
    color: #07558A !important;
}

.bc {
    width: 100%;
    height: 10px;
    display: flex;
    justify-content: space-between;
}

.bc>div:nth-child(1) {
    width: 50%;
    height: 10px;
    background-color: #07558A;
}

.bc>div:nth-child(2) {
    width: 50%;
    height: 10px;
    background-color: #C99938;
}



.dropdown-menu-primary{
    background: #07558A ;
}