/* K-Suporte 2.5.35 - utility alinhada ao grupo nativo Search / Quick Add do Dolibarr */
#ksuporte-topbar-shortcut {
    position: relative;
    padding: 0 5px;
    line-height: 46px;
    height: 46px;
    box-sizing: border-box;
    vertical-align: middle;
    overflow: visible;
}
#ksuporte-topbar-shortcut > a {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: inherit;
    text-decoration: none !important;
}
#ksuporte-topbar-shortcut > a > i.fa {
    font-size: inherit;
    line-height: inherit;
    vertical-align: baseline;
}
#ksuporte-topbar-badge {
    position: absolute;
    top: 5px;
    right: -6px;
    display: none;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 14px;
    height: 14px;
    padding: 0 3px;
    border: 2px solid var(--colorbackhmenu1, #fff);
    border-radius: 9px;
    background: #d71920;
    color: #fff;
    font: 700 8px/10px Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    z-index: 20;
}
#ksuporte-topbar-badge.ksuporte-has-unread { display: inline-flex; }

/* KSuporte 2.6.11: o cadastro de tickets deve ocorrer somente pelo KSuporte. */
a[href*="/ticket/card.php"][href*="action=create"] {
    display: none !important;
}
