body {
    max-width: 1920px;
}

header {
    height: 3rem;
}

.sidebar {
    white-space: nowrap;
}
.sidebar .nav-link {
    font-weight: 500;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

th.min, td.min {
    white-space: nowrap;
    width: 1px !important;
}

.tooltip {
    --bs-tooltip-bg: var(--bs-black);
    --bs-tooltip-color: var(--bs-white);
    border: 2px solid var(--bs-white);
}

.ts-control .item {
    color: var(--bs-body-color);
}

.ts-dropdown,
.ts-control,
.ts-control input {
    color: var(--bs-body-color);
}
