thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: lightgray !important;
}

.table td, th {
    white-space: nowrap;
}

.table tbody tr:last-child {
    border: 1px solid white;
}

.table {
    font-size: 0.8rem !important;
    display: block;
    overflow: auto;
    max-height: 80vh;
}

.gray-border {
    border: 1px solid lightgray;
}

/***** Table Sorting *****/
.hide-hover-arrow {
    opacity: 0;
    position: absolute;
    margin-left: -1rem;
    margin-top: 0.3rem;
    transition-timing-function: linear;
    transition-duration: 0.3s;
}

.show-hover-arrow {
    opacity: 0.6;
    position: absolute;
    margin-left: -1rem;
    margin-top: 0.3rem;
    transition-timing-function: linear;
    transition-duration: 0.3s;
}

/***** Table Tab Buttons *****/
.btn-tab {
    border-radius: 0 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

.btn-tab:hover {
    background-color: #f1f4f7 !important;
}

.btn-tab-selected {
    color: #1b75bb !important;
    border-bottom: 2px solid #1b75bb !important;
}

/***** Data Table *****/
.datatable-pagination {
    justify-content: space-between !important;
    flex-direction: row !important;
    padding: 0.25rem 0.5rem !important;
}

.datatable-pagination-nav {
    font-size: 1rem !important;
}

.datatable-select-wrapper {
    display: none !important;
}

.datatable-inner {
    border: 1px solid lightgray !important;
    border-bottom: none !important;
}