body {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
h2,
h3,
h4,
h5 {
  border-left: solid !important;
  border-left-width: thick !important;
  border-left: 4px solid #84b135 !important;
  padding-left: 1rem !important;
}

th {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}

div:has(> table) {
  border-radius: 0 !important;
}
.portal-header {
  background-color: #222;
  height: 82px;
}
.branding-container {
  height: 82px;
}
.branding-container .logo {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 40px;
  height: auto;
  margin: 0;
  padding: 12px 0;
}
.branding-container .logo img {
  max-width: 100%;
}

.breadcrumb-item {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.breadcrumb-item::after {
  content: "";
  width: 7px;
  height: 9px;
  background-image: url(/documentation/us/en/software/sd-cloud/api/static/images/arrow-right.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 4px 0 8px;
}

.logo h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin: 6px 0 0 0;
  border: 0 none !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 500px) {
  .branding-container .logo {
    grid-template-columns: 54px 1fr;
    overflow: auto;
    white-space: nowrap;
  }
}
.hosted-api-docs {
  height: calc(100vh - 82px);
}
#apimatic-widget > div:first-child {
  border-top: 0 none !important ;
}
