.inventory-change-subtabs {
    border-bottom: 0;
    gap: 8px;
}

.inventory-change-subtabs .nav-link {
    color: #0d6efd;
    background: #f8fbff;
    border: 1px solid #cfe2ff;
    border-radius: 0.5rem;
}

.inventory-change-subtabs .nav-link:hover,
.inventory-change-subtabs .nav-link:focus {
    color: #0a58ca;
    background: #e7f1ff;
    border-color: #9ec5fe;
}

.inventory-change-subtabs .nav-link.active,
.inventory-change-subtabs .nav-link.active:hover,
.inventory-change-subtabs .nav-link.active:focus,
.inventory-change-subtabs .nav-link[aria-selected="true"],
.inventory-change-subtabs .nav-link[aria-selected="true"]:hover,
.inventory-change-subtabs .nav-link[aria-selected="true"]:focus {
    color: #fff !important;
    background: #0d6efd;
    border-color: #0d6efd;
}

.inventory-change-subtabs .nav-link.active i,
.inventory-change-subtabs .nav-link[aria-selected="true"] i {
    color: #fff !important;
}

.invdb-lazy-placeholder {
    text-align: center;
    padding: 3rem 1rem;
    color: #6c757d;
}

.js-invdb-favorite {
    white-space: nowrap;
}

.invdb-sortable {
    display: inline-block;
    color: #495057;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.invdb-sortable:hover,
.invdb-sortable:focus {
    color: #0a58ca;
    text-decoration: none;
}

.invdb-sortable.active {
    color: #0d6efd;
    font-weight: 600;
}

.invdb-sortable i {
    margin-left: 2px;
    font-size: 0.75rem;
}

.invdb-value {
    white-space: nowrap;
}
