.page {
  min-height: calc(100vh - 104px);
}
.iot-redoc-spec .iot-intro {
  width: 750px!important;
}
.iot-redoc-spec .api-content h1{
  color: var(--airtel_iot_color)!important;
  font-weight: bold;
}
.iot-redoc-spec redoc .menu-content .search-icon {
  left: 30px!important;
  margin-top: 6px!important;
}
.iot-redoc-spec redoc .menu-content input {
  padding-left: 25px!important;
}

.iot-redoc-spec  .menu-content {
  box-shadow: 0px 4px 12px -6px rgb(12 15 18 / 8%), 0px 6px 24px -4px rgb(12 15 18 / 8%);
  border-radius: 0px;
  position: sticky;
  padding-top: 50px;
  font-size: 16px;
  background: #fff;
  height: calc(100vh - 90px)!important;
  min-height: 400px;
  transition: all .5s ease;
}

.iot-redoc-spec .redoc-markdown .kong-doc h2 {
  font-size: 16px!important;
  margin-top: 0px!important;
  color: var(--black_sub_heading);
  font-weight: 600!important;
}

.iot-redoc-spec div[data-role="redoc-description"] {
  margin-top:40px!important;
}

.iot-redoc-spec .redoc-markdown .kong-doc h1 {
  margin-top: 20px!important;
  font-size: 18px!important;
  color: var(--airtel_iot_color);
  font-weight: 600!important;
}


.iot-redoc-spec .redoc-markdown .kong-doc section {
  margin-top: 30px !important;
}

.iot-redoc-spec {
  font-family: Nunito, sans-serif!important;
}

body {
  font-family: Nunito, sans-serif!important;
}

.iot-redoc-spec  .menu-content input {
  font-weight: 200!important;
}

.iot-redoc-spec  .menu-content .scrollbar-container ul li label {
  font-weight: 600!important;
  padding: 10px 15px!important;
}
.iot-redoc-spec .menu-content .scrollbar-container [role="menuitem"] {
  font-size: 16px!important;
}

.iot-redoc-spec .menu-content .scrollbar-container .-depth0 {
  padding-bottom: 5px!important;
}
.iot-redoc-spec  .menu-content .scrollbar-container ul li ul li label span:nth-child(2) {
  font-weight: 400!important;
  font-size: 15px!important;
}
.iot-redoc-spec .api-content >h1:first-child {
  color:black!important;
}
.iot-redoc-spec .api-content {
  padding-left: 20px;
}
.iot-redoc-spec .api-info h1, p, p a{
  color: black!important;
  border-color: black!important;
}

.iot-redoc-spec .api-info h1:first-of-type {
  font-weight: 600!important;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: var(--airtel_iot_color)!important;
  font-weight: bolder;
}
.iot-redoc-spec .redoc-wrap {
  background-color: white !important;
}
.iot-redoc-spec .redoc-wrap >:last-child {
  background: transparent;
}

.iot-redoc-spec .redoc-wrap .api-content>div[data-section-id] h1 {
  /* color: var(--airtel_iot_color); */
  font-family: Nunito!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 16px;
  color: var(--grey_header)!important;
}

.iot-redoc-spec li[data-item-id*="operation/"] > label > span:first-child {
  height: 16px!important;
  line-height: 16px!important;
  font-size: 9px;
  font-family: Nunito, sans-serif!important;
}

.iot-redoc-spec div[data-section-id*="operation/"]  div:first-of-type  div:last-of-type h3 {
  color: rgb(255,255,255)!important;
  font-size: 14px!important;
  font-weight: 400!important;
}

.iot-redoc-spec div[data-section-id*="operation/"] > div > div:first-child h3 {
  color: var(--airtel_iot_h3)!important;
  font-size: 16.38px!important;
  font-weight: 700!important;
}

.iot-redoc-spec div[role="search"] {
  display: none;
}
  
.menu-content .scrollbar-container a[href$='https://redocly.com/redoc/']{
  display: none;
}
