/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.tableFixHead {
    overflow: auto;
    min-height: 300px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: white;
    border: 0;
}

.dark-mode .tableFixHead thead th {
    background: var(--bs-dark);
    color: #fff;
}