.dataTables_wrapper {
    font-weight: 500;
}

div.dt-buttons button.export-btn, div.dt-buttons button.upload-btn  {
    background: #0D8838;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

div.dt-buttons button.upload-btn  {
    background: #FFF;
    color: #0D8838;
}

div.dt-buttons>.dt-button.export-btn:hover:not(.disabled), div.dt-buttons>.dt-button.upload-btn:hover:not(.disabled) {
    background: #000000;
    color: #fff;
    border: none;
}


.top {
    margin-bottom: 1em;
    display: flex;
}

.second-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}