.table-hover:not(.table-dark) tbody tr:hover {
    color:#FFFFFF;
    background-color: #060818 !important;
    cursor: pointer;
}

.modal-header{
    background-color: #191e3a ;
    color: #FFFFFF;
    
}


