.tbm-hidden {
    display: none !important;
}

.tbm-small-pending .notifications {
    opacity: 0;
    pointer-events: none;
    animation: tbm-small-pending-fallback 0s linear 1.3s forwards;
}

@keyframes tbm-small-pending-fallback {
    to {
        opacity: 1;
        pointer-events: auto;
    }
}

.topbar-manager-settings .tbm-sort-input {
    min-width: 130px;
    font-weight: 600;
}
