/*

  _____     _     _            _         _           
 |_   _|_ _| |__ | | ___   ___| |_ _   _| | ___  ___ 
   | |/ _` | '_ \| |/ _ \ / __| __| | | | |/ _ \/ __|
   | | (_| | |_) | |  __/ \__ \ |_| |_| | |  __/\__ \
   |_|\__,_|_.__/|_|\___| |___/\__|\__, |_|\___||___/
                                   |___/             


Author: Online Helden
Version: 0.1
Creation Date: 29-4-2024
Date Modified: 29-4-2024                                   
*/


.dt-layout-table{
    
    overflow-x:scroll;
}


.ui-table-element *{
    
    font-family: jost, sans-serif;
    color:white !important;
    font-size: 12px;
}


.ui-table-element select{
    
    width:60px;
    
}

.ui-table-element input{
    
    width:250px;
    
}

.ui-table-element td{
    
    border-color:#4d4d4d;
    
}

table.dataTable tbody tr:hover {
   background-color:#33313b !important;
}


.ui-table-element th{
    
    border-color:#4d4d4d;
    border-radius:10px;
}

.ui-table-element button{
    
    color:#fff !important;
}


.dataTable{
    border-radius:15px !important;
}

.dt-input {
    background-color: #292730 !important;
    color: white;
}

.dt-input option {
    background-color: #292730 !important; /* Optional: set the background for options */
    color: black; /* Optional: set the text color for options */
}


#exportButton{
    
    margin-right:10px;
    padding: 8px 10px;
    border-radius:5px;
    color:white;
    background-color:#292730;
    border-style: solid;
    border:solid;
    border-width:1px;
    border-color:#AAAAAA;
    cursor:pointer;
    font-size:14px;
    
}


    