body {
  font-family: 'Inter', sans-serif;
}

a {
  text-decoration: none;
}

.page-with-header {
  padding-top: 57px;
  min-height: calc(100vh - 64px);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
  background-color: #000;
  border-bottom: 1px solid #1f1f1f;
}

.header a {
  align-items: center;
}

.header-title {
  margin-left: 5px;
  font-size: 16px;
  line-height: 20px;
}

.header-root-link {
  font-size: 1.2em;
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none!important;
}

.header-root-link img {
  height: 32px;
  margin-right: .3125rem;
}

.header .top-menu {
  margin-left: 70px;
  text-align: left;
  width: 100%;
}

.header .top-menu-link {
  padding: 8px 16px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.header .top-menu-link img {
  padding-left: 6px;
}

.header .top-menu-link.selected, .header .top-menu-link:hover {
  background-color: #383838;
}

.menu {
  position: relative;
  display: inline-block;
  margin-left: 50px;
}

.menu-items {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 26px;
  padding: 16px;
  background-color: #1a1a1a;
  border-radius: 3px;
  min-width: 224px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 1);
}

.getting-started .menu-items {
  left: 50%;
  transform: translateX(-50%);
}

.top-menu .version {
  position: absolute;
  right: 32px;
}

.sdkmenu .menu-items {
  left: 50%;
  transform: translateX(-50%);
}

.menu-polygon {
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 20px solid #1a1a1a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}

.menu-items span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #999;
  padding: 8px 0 4px 0;
}

.menu.open .menu-items {
  display: block;
}

.menu-item {
  display: block;
  padding: 4px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #2196F3;
}

.menu-item:hover {
  text-decoration: underline;
}
