.navbar-nav .nav-link.active {
    background-color: rgba(255, 255, 255, 0.084);
    border-radius: 0.375rem;
}

.table-primary {
    position: sticky;
    top: 0;
}

.col-resizer {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    cursor: col-resize;
    user-select: none;
    z-index: 1;
}

.col-resizer:hover {
    background-color: rgba(0, 0, 0, 0.15);
}