body {
    padding-top: 10px;
    padding-bottom: 20px;
    /* background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)); 
    color:  rgb(229 231 235 / var(--tw-text-opacity, 1));*/
}

/* .form-control{
    background-color:rgb(245, 245, 246) !important;
    color: #000 !important;
} */

/* .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: rgb(6, 8, 13) !important; 
    color: #FFF !important; 
    
    a {
        color: #fff !important;
    }
} */

.btn-success {
    background-color: #449145 !important;
    color: #FFF !important;
}

.btn-warning2 {
    background-color: #FBE7A1 !important;
    color: #000 !important;
}

.btn-default {
    color: #000 !important;
}

a {
    text-decoration: none !important;
    /* color: #fff !important; */

}

li {
    a:hover {
        text-decoration: none !important;
        color: #fff !important;
    }
}

@media print {
    .no-print {
        display: none;
    }
}