.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;
}
