@font-face {
  font-family: "Overpass";
  src: url("../font/Overpass-Regular.ttf");
}

html,
body {
  overflow-x: hidden
}

#main_content {
  margin-top: 70px;
  font-family: "Overpass", "sans-serif";
}

#left_content {
  background-color: #4b4c50;
  padding: 25px;
  padding-top: 95px;
  color: rgb(202, 202, 202);
  position: fixed;
  left: 0;
  top: 0;
  width: 315px;
  height: 100vh;
  overflow-y: scroll;
}

#right_content {
  padding: 40px;
  margin-left: 315px;
}

#left_content h1 {
  font-size: 25px;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-top: 40px;
  cursor: pointer;
  transform: translateX(0px);
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}

#left_content h1:hover,
#left_content h2:hover {
  color: rgb(255, 255, 255);
}

#left_content h1:nth-child(1) {
  font-size: 25px;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-top: 10px;
}

#left_content h2 {
  font-size: 20px;
  font-weight: 100;
  padding-left: 10px;
  cursor: pointer;
  transform: translateX(0px);
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}

#left_content h2.selected,
#left_content h1.selected {
  color: rgb(255, 255, 255);
  transform: translateX(-10px);
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}


#left_content h2.selected::after,
#left_content h1.selected::after {
  position: absolute;
  content: "  ⮞";
  top: -5px;
  right: -10px;
}

.separator {
  width: 100%;
  height: 3px;
  background-color: rgba(75, 76, 80, 0.376);
  margin-bottom: 25px;
}

#right_content h1 {
  font-size: 25px;
  font-weight: bolder;
  margin-bottom: 40px;
  margin-top: 10px;
}

#right_content p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 10px;
}

#right_content .under_h1 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 10px;
  color: #676778;
}

#right_content .desc {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 10px;
  color: #000000;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(153, 153, 153, 1);
  -moz-box-shadow: 1px 1px 8px 0px rgba(153, 153, 153, 1);
  box-shadow: 1px 1px 8px 0px rgba(153, 153, 153, 1);
}

tr,
td {
  padding: 10px;
  border: solid 1px rgba(128, 128, 128, 0.404);
}

th {
  background-color: #eaeef3;
  padding: 20px;
  border: solid 1px rgba(128, 128, 128, 0.404);
}

.table_options th {
  background-color: #f3ecea;
}

.table_public_prop th {
  background-color: #e8f8f3;
}

.table_options td {
  padding-top: 20px;
  padding-bottom: 20px;
}

td {
  color: #676778;
}

td.default {
  width: 140px;
  text-align: center;
}

td.type {
  text-align: center;
}

td.name {
  text-align: center;
}

pre {
  border: solid 1px rgba(0, 0, 0, 0.308);
}

.language-javascript {
  padding-bottom: 30px !important;
  padding-top: 0px !important;
}

table:not(.table_public_param) tr:nth-child(even):not(.highlight) {
  background-color: rgba(0, 0, 0, 0.035)
}

.note {
  font-size: 18px !important;
}

tr.highlight {
  /* outline: solid 1px rgb(26, 97, 32); */
  background-color: rgba(75, 76, 80, 0.102);
  -webkit-box-shadow: 1px 1px 8px 0px rgba(153, 153, 153, 1);
  -moz-box-shadow: 1px 1px 8px 0px rgba(153, 153, 153, 1);
  box-shadow: 1px 1px 8px 0px rgb(190, 189, 189);
}

tr.highlight td {
  color: black;
}

.footer {
  margin-left: 315px;
  width: calc(100vw - 315px)
}


@media screen and (max-width: 900px) {
  .note {
    font-size: 14px !important;
  }

  #left_content.off {
    display: none
  }

  #right_content {
    padding: 10px;
    margin-left: 0px;

  }

  #left_content h1 {
    font-size: 18px;
  }

  #left_content h1:nth-child(1) {
    font-size: 14px;

  }

  #left_content h2 {
    font-size: 12px;
  }



  #right_content h1 {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 40px;
    margin-top: 10px;
  }

  #right_content p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #right_content .under_h1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 10px;
    color: #676778;
  }

  #right_content .desc {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 10px;
    color: #000000;
  }

  #right_content .desc {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 10px;
    color: #000000;
  }

  table {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  tr,
  td {
    word-break: break-all;
    padding: 2px;
    border: solid 1px rgba(128, 128, 128, 0.404);

  }

  .table_options th {
    padding: 2px;
  }

  td.name {
    width: 110px
  }

  td.default {
    width: 55px;
  }

  td.type {
    width: 65px;
    text-align: center;
  }

  th {
    background-color: #eaeef3;
    padding: 5px;
    border: solid 1px rgba(128, 128, 128, 0.404);
  }

  tr td:nth-child(4) {
    word-break: keep-all;
    word-wrap: none;
  }

  tr td:nth-child(3) {
    word-break: keep-all;
    word-wrap: break-word;
  }

  .footer {
    margin-left: 0px;
    width: 100vw
  }
}