/* Ticket detail sticky tabbar */
.ticket-detail-tabs,
.ticket-tabs,
.ticket-tabbar,
.ticket-detail-nav,
.detail-tabs,
.detail-nav,
.ticket-actions-tabs {
  position: sticky !important;
  top: 0 !important;
  z-index: 80 !important;
  background: #f7fbff !important;
  border-bottom: 1px solid #d8e5f3 !important;
  box-shadow: 0 8px 18px rgba(15,47,77,.06) !important;
}

.ticket-detail-tabs a,
.ticket-detail-tabs button,
.ticket-tabs a,
.ticket-tabs button,
.ticket-tabbar a,
.ticket-tabbar button,
.detail-tabs a,
.detail-tabs button,
.detail-nav a,
.detail-nav button {
  cursor: pointer !important;
}

.ticket-scroll-active {
  background: #1f5f9f !important;
  color: #fff !important;
  border-color: #1f5f9f !important;
}
