/* redoc[spec-url] h1 {
    color: black;
  }

  redoc[spec-url] .tag-info h1 {
    color: black !important;
  } */
  
  html {
    scroll-behavior: auto;
  }

  .eLJzRr {

    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    cursor: default;
    color: rgb(204, 0, 0) !important;
    font-weight: bold;
}


   div ul li label span{
     font-size: 15px;
   }
   div sc-bsatvv {
     background-color: rgb(250,250,250);
   }

   #important{
     background-color: #FF9C8F;
   }

   #note{
     background-color: #FDFD96;
   }

   #noti {
     margin-bottom: 250px;
   }

   #img01
  {
    text-align: center;
  }

  #head_l
  {
      float: left;
      width:50%;
      margin-bottom: 5px;
      font-family: Montserrat;
      font-size: 12px;
  }

  #head_p
  {
      float: right;
      width:50%;
      text-align: right;
      font-family: Montserrat;
      font-size: 12px;
      margin-bottom: 5px;
  }

  #body_redoc
  {
    clear:both;
  }

  #footer
  {
    width: 100%;
    margin-top: -5px;
    background-color: rgb(250,250,250);
    text-align: right;
  }

  #tekst1
  {
    vertical-align: middle;
    color: white;
    padding-top: 5px;
    margin-right: 34.5%;

  }
.sc-dFRpbK
{
  padding-left: 60px !important;
}

  redoc[spec-url] .security-details{
    margin-bottom: 250px;
  }

  redoc[spec-url] #tag\/Additional-API-functionalityp\/paths\/\~1api\~1v1\~1transactions\~1by\~1batch\~1\{batch\}\/get{
    margin-bottom: 250px;
  }

  redoc[spec-url] .kzhJjR {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  redoc[spec-url] .sc-ikXwFM.fmzkAx{
    display: none;
  }

  redoc[spec-url] .sc-eCApnc {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  redoc[spec-url] h2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  redoc[spec-url] h1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  redoc[spec-url] .tag-info h1 {
	color:	rgb(204, 0, 0) !important;
  }

  redoc[spec-url] h1 {
	color:	rgb(204, 0, 0) !important;
    font-weight: 550 !important;
  }

  redoc[spec-url] .tag-info h2 {
	color: rgb(204, 0, 0) !important;
  }

  redoc[spec-url] h2 {
	color:	rgb(204, 0, 0) !important;
    font-weight: 500 !important;
  }

/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
  color: #fff;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation:
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

hr{
    border-width: 1px;
    color: red;
}

.dQHsCA
{
  max-width: 180px !important;
  max-height: 80px !important;
}

table#VisaTable
{
  width: 100%;
}

table#VisaTable th
{
  text-align:center;
}

table#VisaJSON th
{
  text-align:center;
}