body {
  overscroll-behavior-x: none;
}
/** Fitler nav elements for admin links */
#nav * {
  visibility: hidden;
}

.apstudio #nav * {
  visibility: visible;
}

.apstudio [id*='title-field'] .t9n-indicator {
  display: none;
}

.apstudio table thead th:last-child,
.apstudio table tbody td:last-child {
  text-align: right;
}

.apstudio-not-admin #nav-utilities,
.apstudio-not-admin #nav-settings,
.apstudio-not-admin #nav-plugin-store {
  display: none;
}

/** Hide widget btns on the dashboard*/
#widgetManagerBtn,
#newwidgetmenubtn {
  display: none;
}

/** Hide "all entries" link in the sidebar*/
#sidebar li > a[data-key='*'] {
  display: none;
}

/** Hide Craft version */
#app-info {
  display: none;
}
