@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

input[type="checkbox"] {
  display: none;
}

.permalink {
  display: none;
}

h1 {
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
}

h2 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600 !important;
}

h3 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
}

p {
  margin-bottom: 2rem;
  font-weight: 300;
}

blockquote {
  margin-bottom: 5rem;
}

b {
  font-weight: 600;
}

.resource-group {
  padding: 0px;
  margin: 0px;
  border: none;
}

.lbl-toggle {
  display: block;

  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  height: 20px;

  padding: 1rem;
  margin-bottom: 0.4rem;

  color: #000000;
  background: #f5f6f8;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

  cursor: pointer;

  border-radius: 5px;
  transition: all 0.25s ease-out;
}

.lbl-toggle::before {
  content: " ";
  display: inline-block;

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;

  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);

  transition: transform 0.2s ease-out;
}

.errors-collapsible-content .errors-collapsible-content-inner {
  padding: 0.5rem 1rem;
}

.errors-collapsible-content {
  max-height: 0px;
  overflow: hidden;

  transition: max-height 0.25s ease-in-out;
  margin-bottom: 5px;
}

.toggle:checked + .lbl-toggle + .errors-collapsible-content {
  max-height: 100vh;
}

.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* Table */

table {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

td {
  border: none;
}

th {
  font-weight: 600;
}

.errors-table-header {
  color: #000000;
}

.errors-table-content-code {
  font-size: bolder;
  text-align: center;
}

.align-content-left {
  text-align: left;
}

.type-code {
  font-style: italic;
}

.description-api {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 14px;
}

.errors-table {
  min-width: 100%;
}

.container-scroll {
  display: block;
}

.table-scroll {
  overflow-y: scroll;
  height: 500px;
}

#nav-background {
  background-color: #f5f6f8;
}

.collapse-content {
  background-color: #f5f6f8;
}

.resource-group {
  border: none;
  border-radius: 5px;
}

/* POST & GET */

.action {
  border: none;
}

.action .name {
  color: #0c0c0c;
}

/* POST */

.post .action-heading {
  background: #ffd596 !important;
  border-radius: 5px;
}

.action h4.action-heading .method.post {
  background-color: white;
  color: #ff9900;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

span.badge.post,
.fa .fa-plus {
  background-color: #ffeaca !important;
  color: #ff9900 !important;
}

.definition .method.post {
  color: #ff9900 !important;
}

/* GET */

.get .action-heading {
  background: #c4edcf !important;
  border-radius: 5px;
}

.definition .method.get {
  color: #00c82c !important;
}

.action h4.action-heading .method.get {
  background-color: white;
  color: #00c82c;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

span.badge.get,
.fa .fa-plus {
  background-color: #daf8e2 !important;
  color: #00c82c !important;
}

.triple .content .resource-group h2.group-heading {
  background-color: white;
  border: none;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700 !important;
  margin: 0px 0px 40px 0px;
  padding: 0px;
}

/* Delete */

.action h4.action-heading .method.delete {
  background-color: white;
  color: #d9534f;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

.action.delete h4.action-heading {
  color: #d9534f;
  background: #ecb2bc;
  border-radius: 5px;
}

/* NAV */

nav .heading {
  border-radius: 5px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
}

nav .resource-group .heading .chevron {
  opacity: 0.7;
}

nav a,
nav li,
nav ul {
  border: none !important;
}

nav {
  padding-bottom: 110px;
}

nav ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: none;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

nav p {
  display: none;
}

nav li {
  white-space: nowrap;
}

nav::after {
  content: "";
  display: block;
  height: 60px;
  width: 16.5%;
  background-size: 105px 30px;
  background-image: url(logo-onscore.png);
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0px;
  background-color: #f5f6f8;
  background-position: center;
}

nav::after img {
  margin-left: 20px;
}

/* BARRA LATERAL DERECHA */

.example-names {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.example-names span {
  margin: 5px;
}
