.geotab-hosted .sidebar {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  height: auto;
  padding: 10px 18px;
  background: linear-gradient(90deg, var(--navy), var(--navy2));
  box-shadow: 0 4px 16px rgba(5, 43, 87, .18);
}

.geotab-hosted .brand {
  flex: 0 0 auto;
  padding: 0;
}

.geotab-hosted .brand > span {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  font-size: 17px;
}

.geotab-hosted .brand small,
.geotab-hosted .safe-note {
  display: none;
}

.geotab-hosted .environment {
  flex: 0 0 auto;
  margin: 0;
  padding: 7px 9px;
}

.geotab-hosted .sidebar nav {
  display: flex;
  flex: 1;
  gap: 4px;
  overflow-x: auto;
}

.geotab-hosted .nav {
  flex: 0 0 auto;
  padding: 9px 11px;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .geotab-hosted .sidebar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .geotab-hosted .sidebar nav {
    flex-basis: 100%;
  }
}
