﻿.text-umniah {
  color: #E0E61D !important;
}
.text-umniah2 {
  color: #333E48 !important;
}

.btn-umniah {
    color: #333E48;
    background-color: #E0E61D !important;
    border-color: #E0E61D !important;
}

    .btn-umniah:hover {
        color: #E0E61D;
        background-color: #333E48 !important;
        border-color: #333E48 !important;
    }

    .btn-umniah:focus, .btn-umniah.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-umniah.disabled, .btn-umniah:disabled {
        color: #333E48;
        background-color: #E0E61D;
        border-color: #E0E61D;
    }

    .btn-umniah:not(:disabled):not(.disabled):active, .btn-umniah:not(:disabled):not(.disabled).active,
    .show > .btn-umniah.dropdown-toggle {
        color: #333E48;
        background-color: #E0E61D;
        border-color: #E0E61D;
    }

        .btn-umniah:not(:disabled):not(.disabled):active:focus, .btn-umniah:not(:disabled):not(.disabled).active:focus,
        .show > .btn-umniah.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }
