.fixtures-toggle {
    width: 0px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    border: none;
    position: relative;
}

.fixtures-toggle::after {
    content: '';
    position: absolute;
    top: -35px;
    left: 356px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #5ae4a7;
    border-bottom: 0;
    rotate: 90deg;
}

.fixtures-toggle.active::after {
    border-top: 0;
    border-bottom: 8px solid #5ae4a7;
}

.fixtures-content {
    display: none;
}


.hightlight-data{
    background:#5ae4a7;
    color: #000 !important;
}

.b-10{
    border-bottom: 10px solid #292c31;
}

#DataTables_Table_0_wrapper .table>tbody>tr>td{
    color:#fff;
}

#DataTables_Table_0_wrapper .hightlight-data td{
    color:#000000 !important;
}