a.disabled {
  pointer-events: none;
  cursor: default;
}

.badge-notification {
  margin-left: -1.0em;
  margin-top: -0.3em;
  font-size: 0.6em;
  position: absolute;
}

.table-responsive-horizontal{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
}

.compact-table{
    font-size:0.88rem;
    white-space:nowrap;
}
.compact-table td, .compact-table th{ padding:.45rem .6rem; }

.compact-table thead{
    display: table-header-group;
}

.content-header{ gap:0.5rem; }
.content-header .text-truncate{ max-width: calc(100% - 48px); overflow:hidden; }
.content-header .btn{ white-space:nowrap; }