/* Custom css for Rapidoc */

header {
  padding: 2em;
  background-color: #ffd966;
  color: #fff;
  background-color: var(--nav-bg-color);
}
.table-data{
  width: 80px;
  min-width: 100px;
}
.logo{
  padding: 16px 50px 10px
}
#hamburger-btn {
  display: none;
}
.m-btn.primary{
  background-color: #00AB4E !important;
  border: none !important;
  color: #fff;
}
.nav-bar-path.left-bar.active{
  border-left: 4px solid #00AB4E !important;
}
.nav-bar-info.left-bar.active{
  border-left: 4px solid #00AB4E !important;
}
.m-btn{
  border: 2px solid #00AB4E !important;
  background-color: #00AB4E !important;
  color: #fff;
}
.m-btn:hover{
  background-color: #00AB4E !important;
  color: #fff !important;
}
.tab-btn{
  color: #00AB4E !important;
}
.tab-btn.active {
  color: #00AB4E !important;
  border-bottom: 3px solid #00AB4E !important;
}
.tab-btn:hover {
  color: #00AB4E !important;
}
input:active{
  border: 1px solid #00AB4E;
  border-color: #00AB4E !important;
}
.tooltip:hover{
  color: #00AB4E !important;
  border-color: #00AB4E !important;
}
.tooltip a:hover{
  color: #00AB4E !important;
}
.tag-icon {
  stroke: #00AB4E !important;
}
.textarea:focus{
  border-color: #00AB4E !important;
}
@media only screen and (max-width: 768px) {
  .main-content{
    padding: 50px 1em 1em 1em !important;
  }

  #hamburger-btn {
    display: inline;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    color: #00AB4E;
    z-index: 9999;
    position: fixed;
    padding: 14px 18px;
    top: 0;
    left: 0;
  }
	
	.nav-bar {
    width: 60% !important;
    display: flex !important;
    position: absolute !important;
    z-index: 999;
  }

  .logo{
    max-width: 60%;
  }
}
.otp-mpin{
  margin-top: 1em;
  border: 1px solid var(--light-border-color);
  padding: 1em;
}
.otp-heading{
  margin: 0;
  font-weight: bold;
  font-size: var(--font-size-regular);
  padding-bottom: 0.5em;
}
#custom input{
  color: var(--fg);
  outline: none;
  background-color: var(--input-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: var(--font-size-small);
  transition: border .2s;
  padding: 6px 5px;
  margin-bottom: 10px;
}
#custom button{
  color: #333;
  margin:0 10px;
  border-radius: var(--border-radius);
  font-weight: lighter;
  display: inline-block;
  padding: 6px 16px;
  font-size: var(--font-size-small);
  outline: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #00AB4E;
  background-color: transparent;
  transition: background-color 0.2s;
  user-select: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#custom #copy{
  padding-left: 2em;
  cursor: pointer;
}
.main-content .m-markdown p {
  overflow: hidden;
  word-wrap: break-word;
  width: 100%;
}

.overview{
  width: 100%;
  max-width: 100%;
  margin:1em auto;
  padding:1em;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-size:1em;
}
.overview h3{
  margin:0 auto 1em;
  font-size: 1em;
  font-family: Supreme;
  font-weight: 400;
}
.overview p{
  margin: 0;
  font-size: 0.9em !important;
}
.overview li{
  margin-bottom: 1em;
  background: #eee;
  border-left: 5px solid #00AB4E;
  padding: 1em;
  border-radius: 5px;
  font-size:1em;
}
.overview li strong {
  color: #000;
  padding: 3px 4px;
  border-radius: 4px;
}
.websocket-content p{
  margin: 10px 0 !important;
}
#nav-bar-search{
  background-color: #fff !important;
  border-radius: 6px;
  color: #000 !important;
  border-color: #00AB4E !important;
}
.nav-bar{
  background-color: #eee !important;
}
#link-servers{
  color: #4F4F4F !important;
}
.nav-bar-info:hover{
  background-color:#999 !important;
  color: #fff !important;
}
.nav-bar-info{
  color: #4F4F4F !important;
}
.nav-bar-tag{
  color: #4F4F4F !important;
}
.nav-bar-path{
  color: #4F4F4F !important;
}
.nav-bar-section{
  color: #4F4F4F !important;
}
.nav-bar-section.operations:hover{
  background-color:#999 !important;
  color: #fff !important;
}
.nav-bar-tag:hover{
  background-color:#999 !important;
  color: #fff !important;
}
.nav-bar-path:hover{
  background-color:#999 !important;
  color: #fff !important;
}
.nav-bar-tag-icon{
  color: #333 !important;
}
.nav-bar-tag-icon:hover{
  color: #fff !important;
}
#api-title{
  font-size: 1.8em;
  font-weight: 700;
  font-family: Supreme;
}
#link-servers:hover{
  color: #fff !important;
}
.nav-scroll{
  scrollbar-color: auto !important;
}
.demat-button{
  padding: 2em 2em 0 0;
  display: flex;
  justify-content: end;
}
.demat-button button{
  background-color: #FEA508;
  color: #fff;
  padding: 0.5em 1.5em;
  border-radius: 6px;
  outline: none;
}
.sdk-container{
  display: flex;
  flex-direction:row;
  gap: 1em;
  flex-grow:1;
  align-items:center;
  padding-bottom: 12px;
  flex-wrap: wrap;
}
.sdk-text{
  font-size: 1em !important;
  font-weight: 700;
}
.sdk-tiles{
  display:flex;
  gap: 1em;
  flex-grow:1;
  align-items:center;
  list-style:none;
  margin: 0;
  padding: 0 !important;
  flex-direction: row;
  flex-wrap: wrap;
}
.sdk-tiles .python-tile{
  padding: 10px 8px 10px 4px;
  margin-right:1em;
  background:none;
  border: 1px solid #eee;
  align-items: center;
  margin: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  width: 100px;
}
.sdk-tiles .python-tile a {
  display: flex;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
}
.sdk-tiles .java-tile{
  padding: 10px 8px 10px 4px;
  background: none;
  margin-right: 1em;
  border: 1px solid #eee;
  align-items: center;
  margin: 0;
  background: #eee;
  filter: grayscale(1);
  width: 100px;
}
.sdk-tiles .java-tile a{
  display: flex;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
}
.sdk-tiles .nodejs-tile{
  padding: 10px 8px 10px 4px;
  margin-right: 1em;
  background: none;
  border: 1px solid #eee;
  align-items: center;
  margin: 0;
  background: #eee;
  filter: grayscale(1);
  width: 100px;
}
.sdk-tiles .nodejs-tile a{
  display: flex;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
}
.tile-img{
  width: 24px;
  height: 24px;
}
.performance-title{
  font-size:1em;
  font-weight:700;
  margin: 0;
}

.flex{
  display:flex;
  justify-content: space-around;
  flex-grow:1;
  width:100%;
  flex-direction:row;
  align-items:center;
  flex-wrap: wrap;
  padding: 1em 0 1em 0;
  background-color: #eee;
  margin: 1em 0;
  gap: 1em;
}
.flex .flex-item{
  min-width: 200px;
}

.overview .flex-item h3{
  margin:0;
}
.metrice-name{
  font-size: 0.7em;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.metrice-desc{
  font-size: 1em;
  font-weight: 800;
  margin: 0;
  padding: 0.4em 0;
}
.websocket-content p{
  margin: 10px 0 !important;
}