﻿.btn-bg-warning {
    background-color: #ffbf3f !important;
    color: #000 !important;
}

.btn-bg-error {
    background-color: #9e2a2b !important;
    color: white !important;
}
.btn-bg-info {
    background-color: #0077c8 !important;
    color: white !important;
}

