﻿/*.dark-mode .table th, .dark-mode .table td {
    background-color: rgba(30,34,47,0.6);
}

.dark-mode .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(30,34,47,0.8);
}

.dark-mode .table thead th {
    background-color: transparent;
}

.dark-mode .table {
    color: #DBDEE4;
}

.table thead th {
    font-size: 0.875rem;
}

.table .badge {
    text-transform: uppercase;
    padding: 0.3rem 0.6rem;
}

.dark-mode .table-hover tbody tr:hover {
    color: #FFFFFF;
    background-color: rgba(49, 105, 173, 0.8);
}*/

/*div.dataTables_wrapper div.dataTables_processing {
    width: 80px;
}

.col-md-2.col-first {
    max-width: 160px;
}*/

.table-picture {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
}

.td-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fit-content {
    width: fit-content;
}

.date-empty {
    color: transparent !important;
}

.td-disabled {
    color: gray;
}

table td div {
    /*overflow: hidden;*/
    max-height: 1400px;
}
