body {
    background-color: #f8f9fa;
}

.nav-tabs .nav-link {
    color: #000;
    font-weight: bold;
    border: none;
}

.nav-tabs .nav-link.active {
    background-color: #d70003;
    color: #fff;
    border: none;
}

.form-label {
    font-weight: bold;
}

.form-control {
    height: 40px;
}

.btn-warning {
    background-color: #d70003;
    border: none;
    color: #fff;
    font-weight: bold;
}

.btn-warning:hover {
    background-color: #d70003;
}

h2 {
    font-weight: bold;
    color: #121212;
}

.card {
    border: none;
    background-color: #f8f9fa;
}

.card h5 {
    font-weight: bold;
}

.icon img {
    width: 40px;
    height: 40px;
}

.form-label {
    font-weight: bold;
    color: #121212;
}