:root {
  --primary: #00bef0;
  --dark-blue: #00303d;
}

body {
  margin: 0;
  font-family: Roboto, sans-serif;
  padding-top: 62px;
  background-color: #f5f5f5;
}

html {
  overflow-y: scroll;
}

body * {
  box-sizing: border-box;
}

header {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.header-container {
  width: 100%;
  max-width: 1280px;
  padding: 21px 25px;
  align-items: center;
  justify-content: flex-start;
}

header img {
  height: 40px;
}

.menu-content {
  box-shadow: -10px 6px 17px 1px rgb(0 0 0 / 42%) !important;
  height: calc(100vh - 62px) !important;
  top: 85px !important;
}

.menu-content div[role='search'] {
  padding: 16px 0px 0px 0px;
}

.menu-content div[role='search'] i {
  display: none;
}

ul[role='navigation'] li label:hover,
ul[role='navigation'] li label.active {
  background-color: #f2f2f2 !important;
  color: var(--primary) !important;
}

.api-content [data-section-id='operation/create-document'] td .dropdown {
  width: 180px;
}

.api-content h1,
.api-content h2,
.api-content h3,
.api-content h4,
.api-content a {
  color: var(--primary);
}

.api-content h5,
.api-content h6 {
  color: var(--dark-blue);
}

.sc-hKFxyN,
.sc-jSFjdj {
  margin-top: 32px;
}

.kNjBFu,
.eVrqat {
  padding-top: 95px !important;
}

.api-content a {
  color: var(--primary) !important;
}

.api-content a:hover {
  text-decoration: underline;
}

.api-content .jIdpVJ {
  border-color: var(--primary);
  color: var(--primary);
  border-radius: 2px;
  transition: 0.2s;
}

.api-content .jIdpVJ:hover {
  background-color: var(--primary);
  color: #000 !important;
  text-decoration: none !important;
}

.api-content * .ellipsis::after {
  content: '...' !important;
}

.api-content .doaxMh::before {
  display: none;
}

.fXybtJ,
.fWqlcz {
  color: var(--primary) !important;
}

@media only screen and (max-width: 577px) {
  header img {
    height: 35px;
  }
}

@media only screen and (max-width: 799px) {
  body {
    padding-top: 38px;
  }

  #links_container {
    text-align: center;
  }
}

@media only screen and (min-width: 799px) {
  .api-content {
    padding: 0;
  }
}
