

.fa-star {
    color: orange;
    /* color: linear-gradient(90deg, orange, black); */
}


#sortTable_previous {   
    display: none;
}

#sortTable_next {   
    display: none;
}

#sortTable_length {
    margin-top: 10px;
}

#sortTable_filter { 
    margin-top: 10px;
}

.page-item.active .page-link {    
   background-color: #fb6340 ;
   border-color: #fb6340;
   box-shadow: none;
}

.table .thead-dark th {    
    color: white;
}

.table .thead-white th {    
    color: black;
}

.pt-md-4, .py-md-4 {
    padding-top: 2.5rem !important;
}

.column-hidden {
    display: none;
}
