.card-header {
    background: white !important;
}

.card-body {
    background: white !important;
}

th {
    background: white !important;
}

td {
    background: white !important;
}

input {
    background: white !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.btn-orange {
    background-color: #fc2f00;
}

.btn-orange:hover {
    background-color: #ec7d10;
}

.btn-grey {
    background-color: #000f08;
}

.btn-grey:hover {
    background-color: #000000;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    border-color: none;
    background-color: rgb(39, 39, 39);
}

.btn-red {
    background-color: rgb(228, 0, 0);
}

.btn-red:hover {
    background-color: rgb(188, 0, 0);
}

.btn-green {
    background-color: rgb(0, 153, 3);
}

.btn-green:hover {
    background-color: rgb(0, 102, 2);
}