.text-yellow {
    color: #CC8809 !important;
}
.bg-yellow {
    background: #CC8809 !important;
}

.form-select option, table th, table td, .form-check-label, .form-label, input::placeholder, #sidebar-menu li, .page-title-box h4, .page-title-right ol li, footer{
    text-transform: capitalize;
}

.bg-gray{
    background: #fafafa;
}

.two-step{
    background: #e7e7e7 !important;
    color: #000;
    font-weight: 600;
}
