.bg-warning {
    background-color: #FED700 !important;

}

.bg-violet {
    background-color: #004AAD !important;
}

.bg-yellow {
    background-color: rgba(254, 215, 0, 0.1) !important;
}

.text-primary1 {
    color: #00296B !important;
}


.btn-warning1{
    background-color: #FED700 !important;
    border-radius: 0px !important;
    padding:16px, 24px, 16px, 24px !important;
    font-weight: 500 !important;

}
.btn-warning{
    background-color: #FED700 !important;
    border-radius: 0px !important;
    padding:16px, 24px, 16px, 24px !important;
    font-weight: 500 !important;
    color: #004AAD !important;

}
.btn-warning1:hover{
    background-color: #004AAD !important;
    border-radius: 0px !important;
    padding:16px, 24px, 16px, 24px !important;
    font-weight: 500 !important;
    color: white !important;
    border: 1px solid #004AAD !important;

}
/* fade effer */