.bg-primary {
    background-color: #EA0D80 !important;
}

.text-primary {
    color: #EA0D80 !important;
}

.btn-primary {
    background-color: #EA0D80 !important;
    border-color: #fff !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #fff !important;
    border-color: #000 !important;
    color: #000 !important;
}

.btn-warning {
    background-color: #ffe600 !important;
    border-color: #000 !important;
    color: #000 !important;
}

.btn-warning:hover {
    background-color: #000 !important;
    border-color: #ffe600 !important;
    color: #ffe600 !important;
}

.btn-success {
    background-color: #13B24A !important;
    border-color: #000 !important;
    color: #fff !important;
}

.btn-success:hover {
    background-color: #000 !important;
    border-color: #fff !important;
    color: #fff !important;
}

.text-success {
    color: #13B24A !important;
}

.btn-warning-1 {
    background-color: #F2AE41 !important;
    border-color: #fff !important;
    color: #fff !important;
}

.btn-warning-1:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #4178F2 !important;
}