.ui.inverted.table {
    background: rgba(10,10,10, 0.8);
    scrollbar-color: dark;
}


.ui.inverted.table > tbody > tr {
    background-color: rgba(0,0,0,.9);
}

.ui.inverted.table > tbody > tr > td {
    /* background-color: rgba(255,0,0,.9); */
    font-size: 1.3em;
    font-weight: 100;
    line-height: 1;
}

.ui.inverted.striped.table > tbody > tr.selected, 
    .ui.inverted.striped.table>tbody>tr.selected:nth-child(2n), 
    .ui.inverted.striped.table>tr.selected:nth-child(2n) {
    
    background: rgba(20,20,20,0.8);
    color: rgba(255, 255, 255, 0.8);
}

.ui.inverted.striped.table > tbody > tr.selected .select-checkbox:after {
    color: #4183c4;
    text-shadow: none;
    content: '\1F595';  /* The Best Finger */
    margin-top: 0px;
    margin-left: -9px;        
}

.buttons-copy, .buttons-csv {
    color: rgba(200,200,200,1) !important;
    background: red;
    background-color: rgba(35, 35,35, 0.8) !important;
}

.ui.inverted.striped.table>tbody>tr:nth-child(2n), .ui.inverted.striped.table>tr:nth-child(2n) {
    background-color: rgba(0,0,0,.8);
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #777;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 9px;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(192,192,192,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4); 
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #000000;
}
 
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFFFFF;
}