.manufacturer-tree button small,
.tree-parent small {
    margin-left: auto;
    color: #9a9da3;
    font-size: 9px;
    font-weight: 600;
}

.selection-path {
    margin: -2px 0 13px;
    color: #6f747c;
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.selection-path i {
    color: #b0b3b8;
    font-style: normal;
}

.tree-empty {
    min-height: 180px;
    padding: 34px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #868a91;
}

.tree-empty b {
    font-size: 12px;
    color: #62666d;
    margin-bottom: 8px;
}

.tree-empty span {
    font-size: 10px;
    line-height: 1.5;
}

.detail-empty {
    grid-column: 1 / -1;
    padding: 24px;
    color: #878b92;
    font-size: 11px;
    text-align: center;
}

.empty-product-row td {
    text-align: center !important;
    color: #858990;
    padding: 30px !important;
}

.login-error {
    min-height: 18px;
    margin: -10px 0 12px;
    color: #991915;
    font-size: 11px;
    line-height: 1.4;
}

.login-card form.is-busy {
    opacity: .72;
    pointer-events: none;
}
