a {
    text-decoration: none !important;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.form-control {
    background-color: #fff !important;
}

table {
    font-size: 12px !important;
}
.tbl1 thead th{
    background: #28a745 !important;
    color: #fff !important;
}
.tbl1 tbody td{
    /* background: #1f2d3d !important;
    color: #fff !important; */
    border: 1px solid #ccc;
}