/* Header */
.navbar {
  border-bottom: 1px solid #F1F1F1;
  padding: 18px 0;
}
.navbar .navbar-inner {
  background-color: #ffffff;
  min-height: max-content;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .brand {
  padding: initial;
  padding-left: 48px;
  position: relative;
  /* After */
  /* Before */
  /* Text */
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #878787;
}
.navbar .brand::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  aspect-ratio: 1/1;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 0V11.968V23.9359H12.0307L22.3786 1.62119L0.0614356 11.968V0H24ZM0.0400667 16.3641L0 24L7.63673 23.9599L20.8481 3.15691L0.0400667 16.3641Z" fill="%231A1A1A"/></svg>');
}
.navbar .brand::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 36px;
  width: 1px;
  height: 16px;
  background-color: #E0E0E0;
}

/* Search */
#searchBar {
  position: relative;
  /* After */
}
#searchBar::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.75 15.75L12.4875 12.4875M14.25 8.25C14.25 11.5637 11.5637 14.25 8.25 14.25C4.93629 14.25 2.25 11.5637 2.25 8.25C2.25 4.93629 4.93629 2.25 8.25 2.25C11.5637 2.25 14.25 4.93629 14.25 8.25Z" stroke="%23878787" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

#docsSearch {
  background: #FFFFFF;
  /* Button search */
}
#docsSearch .search-query {
  border-color: #E0E0E0;
  border-radius: 100px;
  background-color: #FAFAFA;
  padding-left: 42px;
  height: 44px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#docsSearch .search-query::placeholder {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #C4C4C4;
}
#docsSearch button[type=submit] {
  display: none;
}

/*# sourceMappingURL=index.css.map */
