/* Shared treatment for horizontally scrollable dashboard tab rows. */
nav[role="tablist"],
.section-tabs,
.employee-section-tabs,
.document-section-tabs,
.payment-section-tabs,
.asset-section-tabs,
.fleet-section-tabs,
.profile-tabs,
.record-tabs,
.asset-record-tabs,
.fleet-record-tabs {
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-width: none !important;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

nav[role="tablist"]::-webkit-scrollbar,
.section-tabs::-webkit-scrollbar,
.employee-section-tabs::-webkit-scrollbar,
.document-section-tabs::-webkit-scrollbar,
.payment-section-tabs::-webkit-scrollbar,
.asset-section-tabs::-webkit-scrollbar,
.fleet-section-tabs::-webkit-scrollbar,
.profile-tabs::-webkit-scrollbar,
.record-tabs::-webkit-scrollbar,
.asset-record-tabs::-webkit-scrollbar,
.fleet-record-tabs::-webkit-scrollbar {
  display: none !important;
  width: 0;
  height: 0;
}
