.iot-redoc-spec .hNzKJC {
    padding: 15px 0px!important;
  }
  
  .iot-redoc-spec .menu-content .scrollbar-container li[data-item-id*="tag/"] {
    margin-bottom: 0px;
  }
  .iot-redoc-spec div[data-section-id*="operation/"] {
    padding-top: 20px;
  }
 
  .iot-redoc-spec div[data-section-id*="operation/"] > div > div:nth-child(2) > div  button:first-child{
    padding: 10px!important;
  }
  .iot-redoc-spec div[data-section-id*="operation/"] > div > div:nth-child(2) > div  button:first-child:hover,:visited {
    color: white!important;
  }
  
  .iot-redoc-spec .menu-content .scrollbar-container li[data-item-id*="group/"] {
    /* border-bottom: 1px solid #e7e7e7; */
    margin: 10px 15px;
  }
  .iot-redoc-spec .menu-content .scrollbar-container li[data-item-id*="group/"]:last-child {
    border-bottom: 0px;
  }
  
  .iot-redoc-spec div[data-section-id*="operation/"] > div > div:nth-child(2) button:first-child > svg{
    margin-right: 0px!important;
  }
  
  .iot-redoc-spec .menu-content .scrollbar-container .-depth2:hover {
    color: var(--airtel_iot_color)!important;
    background: transparent;
  }
  
  .iot-redoc-spec .menu-content .scrollbar-container .-depth2 {
    background: transparent;
  }
  .iot-redoc-spec label[type="group"] {
    text-transform: capitalize;
  }
  
  .iot-redoc-spec label[type="group"] span {
    color: var(--side-nav-header-grey);
    text-transform: capitalize;
    font-size: 14px!important;
    font-weight: 400;
  }

  ul[role="menu"] > li[role="menuitem"][data-item-id*="group"] > label > span{
    text-transform: capitalize;
    font-size: 14px!important;
    font-weight: 400;
  }
  
  .iot-redoc-spec div[role="tabpanel"] button {
    font-size: 10px;
  }
  .iot-redoc-spec div[data-section-id*="operation/"] h2 {
    color: var(--airtel_iot_color)!important;
    font-weight: 800!important;
    font-size: 18px;
  }
  
  .iot-redoc-spec li[data-item-id*="operation/"] > label:hover {
    background: transparent;
    color: var(--airtel_iot_color)!important;
  }
  .iot-redoc-spec li[data-item-id*="operation/"] .active {
    background: transparent;
    color: var(--airtel_iot_color)!important;
  }
  
  .iot-redoc-spec li[data-item-id*="section/Overview/"] {
    margin: 0px;
  }
  .iot-redoc-spec li[data-item-id*="section/Overview/"] > label:hover {
    background: transparent;
    color: var(--airtel_iot_color)!important;
  }
  .iot-redoc-spec li[data-item-id*="section/Overview/"] .active {
    background: transparent;
    color: var(--airtel_iot_color)!important;
    margin: 0px;
  }
  
  .iot-redoc-spec li[data-item-id*="section/Overview/"] label span {
    font-weight: 400!important;
    font-size: 15px!important;
    margin-left: 15px;
  } 
  
  .iot-redoc-spec div[data-section-id="section/Overview"] {
    height: 60px;
    margin-top: -60px;
  }
  
  
  .iot-redoc-spec .scrollbar-container li[data-item-id="section/Overview"]{
    /* border-bottom: 1px solid #e7e7e7; */
    margin: 0px 15px;
  }
  
  
  .iot-redoc-spec div[data-section-id*="section/Overview/"] h2 {
    color: var(--airtel_iot_color)!important;
    font-weight: 600!important;
    font-size: 18px!important;
    line-height: 24px!important;
    margin-bottom: 10px;
  }

  .iot-redoc-spec .redoc-markdown section h2 {
    margin-top:0px!important;
    font-weight: 600!important;
    font-size: 16px!important;
    line-height: 20px!important;
    color: var(--black_sub_heading)!important;
  }
  
  .iot-redoc-spec div[data-section-id*="section"]
  
  .iot-redoc-spec li[data-item-id*="operation/"] {
    margin-bottom: 0px;
  }
  
  .iot-redoc-spec a[href="https://github.com/Redocly/redoc"] {
    display: none;
  }