a{
    color: black !important;
}

.custom_row_field_form{

    padding:10px;

}

.card {
    padding: 20px !important;
}

.dataTables_filter {
    padding: 10px !important;
}



.table.dataTable thead th, table.dataTable tfoot th {
    color: #524b4b !important;
}


.table.dataTable thead th, table.dataTable th {
    color: white !important;
}

table.dataTable thead tr {
    background-color: green;
    color: white; !important;
}

.btn.btn-primary {
    background-color: green !important;
    color: white;
}

.btn.btn-primary:hover, .btn.btn-primary:hover:not(.btn-active){
    background-color: #076306 !important;
}

.alert-warning {
    color: #987c19 !important;
}


/*
@media (min-width: 1400px){

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100% !important;
    }

}


.dataTables_wrapper{
    padding: 10px !important;
}



@media only screen and (min-width: 992px){

    .custom_logo_index{
        margin-bottom: 400px;
    }

}



.text-gray-600 {
    color: #484953 !important;
}*/
