.app-logo img{
  max-height:50px;
}

.gc-tree-item > a > div[ent]::before {
  content: "Upd";
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 10px;
  background: rgb(247, 167, 17);
  font-size: 10px;
  color: white;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: -0.1em;
}

.gc-tree-item > a > div[beta]::before {
  content: "Beta";
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 10px;
  background: rgb(0, 194, 214);
  font-size: 10px;
  color: white;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: -0.1em;
}

.gc-tree-item > a > div[new]::before {
  content: "New";
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 10px;
  background: #809B59;
  font-size: 10px;
  color: white;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: -0.1em;
}

.gc-tree-item > a > div[prev]::before {
  content: "Prev";
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 10px;
  background: #6A4C9C;
  font-size: 10px;
  color: white;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: -0.1em;
}

.gc-tree-item:hover {
  background-color: #F4F8EB;
}


.table-th-new {
  color: red;
}

.app-sample-btn {
  display: none;
}

.app-menu-text_item[data-isselected=true]>a {
  border-bottom: 2px solid #809B59;
}

.gc-tree-item[data-selected=true] {
  border-right: 4px solid #809B59;
  color: #809B59;
  background: #F4F8EB;
}

.description-title h1 {
  border-left: 4px solid #809B59;
}

.footer {
      background: #470a68;
}

.tab_item_selected_style1[data-selected=true] {
  color: #0d78d5;
}

.btn-code_icon {
      background-color: #698a1d;
}

.algolia-autocomplete .algolia-docsearch-suggestion--category-header{
  background-color:#809B59
}


.gc-playground_description {
  font-size: 14px;
  line-height: 1.75em;
}

.gc-playground_description P{
  font-size: 14px;
  line-height: 1.75em;
}

.content-text li{
  font-size: 14px;
  line-height: 1.75em;
}

.gc-playground_open-in-new-tab_link{
  margin: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.gc-tab-scroll-container {
  display: flex;
  align-items: center;
}


.btn-code_edit-in-code-mine{
  border: 2px solid #698a1d;
  padding: 7px;
  border-radius: 5px;
  background-color: rgb(243, 242, 242);
  color: #698a1d;
  border-color: #698a1d;
}

b,
strong {
  font-weight: bold;
}

.react-root-element{
  --product-color: #809B59;
}
