.sidebar {
    background-color: black;
    background-image: none;
}

.sidebar .nav-item .nav-link span {
    font-size: 14px;
}

table thead tr {
    background: #b81a20;
    color: white;
    text-align: center;
}

.sidebar-dark .sidebar-brand {
    background: white;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #0000003d;
    font-size: 13px;
    text-align: center;
    margin: auto;
}
form .col-md-2 .btn-primary {
    background-color: black;
    border-color: black;
}
.container-fluid h1 {
    font-size: 20px;
    background: #b81a20;
    padding: 10px;
    color: white;
    font-weight: bold;
    width: max-content;
    margin: auto;
}
.card-body h5{
    font-size: 18px;
    color: black;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

.card-body label {
    font-size: 15px;
}

input::placeholder {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.text-center .btn {
    font-size: 16px;
    background: #b81a20;
    padding: 10px;
    color: white;
    /* font-weight: bold; */
    /* width: max-content; */
    margin: auto;
    border-color: #b81a20;
}
.card .card-body p strong {
    font-size: 15px;
    color: black;
}

.badge {
    padding: 7px;
    font-size: 15px;
    color: white;
}

.history {
    margin: 10px;
}

td .badge.bg-secondary {
    background-color: #b81a20 !important;
}

.card .text-gray-900 {
    color: #fff !important;
}

.card form label {
    font-size: 15px;
    color: white;
}

.bg-gradient-primary {
    background-color: #000;
    background-image: none;
    background-size: cover;
}

form .login-form {
    background: black;
    border: black;
}

.sidebar-dark .sidebar-brand {
    color: #fff;
    background: #f8f9fc;
    /* border: solid 1px black; */
}
.topbar {
    background-color: black;
}

.btn-info {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}