/*
Begin Datatables Column
*/
td {
   min-width: 5vw;
}
td .data-medium {
    width: 1000px !important;
}
td .data-long {
    width: 40vw;
}
/*
End Datatables Column
*/

/*
Begin Column Visibility Button
*/
.custom-colvis-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 5px;
}

.custom-colvis-btn:hover {
    background-color: #0056b3;
}

.dt-button-collection .dt-button.dt-button-active {
    background-color: #ffffff;
    color: #000000;
}

.dt-button-collection .dt-button {
    background-color: #a0a0a0;
    color: black;
    border: none;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 3px;
    cursor: pointer;
}

.dt-button-collection .dt-button:hover {
    background-color: #e2e6ea;
}

.buttons-colvisRestore {
    background-color: #e2e6ea !important;
}
/*
End Column Visibility Button
*/
