@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");

body {
  background-color: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
}

hr {
  opacity: 0.15;
  color: #fff;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}

.icon {
  --bs-bg-opacity: 1;
  background-color: rgba(158, 165, 160, 0.6) !important;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}

.icon-wrapper {
  display: flex;
  padding: 0.25rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(158, 165, 160, 1);
}

.navbar {
  background-color: #000;
  border-bottom: 1px solid #141817;
  padding: 0.719rem;
}

.navbar-brand {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  letter-spacing: 0.02rem;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #fff;
}

.navbar-brand i {
  color: var(--whitelabel);
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.nav-link {
  color: #ccc !important;
  font-size: 0.875rem;
  font-weight: 500;
}

.btn-dashboard {
  background-color: var(--whitelabel);
  color: #000;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.275rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  line-height: 100%;
}

.theme-toggle {
  background: none;
  border: none;
  color: #aaa;
  font-size: 1.1rem;
  padding: 0;
}

.search-wrapper {
  position: relative;
  flex-grow: 1;
  max-width: 450px;
}

.search-wrapper input {
  background-color: #000;
  border: 1px solid rgb(34, 38, 37);
  border-radius: 0.75rem;
  padding-left: 2.2rem;
  padding-right: 0.75rem;
  color: rgba(158, 165, 160, 1);
}

.search-wrapper svg {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: rgba(158, 165, 160, 1);
  font-size: 0.9rem;
}

.search-shortcut {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: translateY(-50%);
  color: rgba(158, 165, 160, 1);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
}

.search-wrapper .form-control {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.search-wrapper input.form-control::placeholder {
  color: rgba(158, 165, 160, 1);
}

.search-wrapper .form-control:focus {
  background-color: unset;
  border-color: #fff;
  box-shadow: unset;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 9999;
  padding-top: 50px;
}

.search-overlay.hidden {
  display: none;
}

.search-box {
  width: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #000;
  border: 1px solid rgb(255 255 255);
  border-radius: 0.75rem;
  color: rgb(255 255 255);
  padding-left: 0.8rem;
}

.search-box svg {
  width: 18px;
  height: 18px;
}

.search-box input {
  flex: 1;
  padding: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  outline: none;
}

.search-box button {
  background: none;
  border: none;
  color: #bbb;
  font-size: 14px;
  cursor: pointer;
}

.search-results {
  width: 600px;
  background: #000;
  max-height: 400px;
  overflow-y: auto;
}

.search-result-preview {
  color: rgb(158, 165, 160);
  font-size: 0.75rem;
}

.search-result-h2 {
  font-size: 0.875rem;
  font-weight: 600;
}

.search-result-item {
  padding: 0.5rem 0.625rem;
  cursor: pointer;
  border-radius: 0.75rem;
  margin-right: 0.375rem;
}

.search-result-item:hover {
  background: #2a2a2a;
}

.search-result-item strong {
  color: #fff;
}

.search-overlay-content {
  background: #000;
  border-radius: 1.25rem;
  border: 1px solid rgb(255 255 255 / 10%);
  padding: 0.375rem;
}

.search-result-path {
  font-size: 0.75rem;
  color: rgb(158, 165, 160);
}

.search-result-item strong.highlight {
  color: #00ff6a;
  font-weight: bold;
}

.subtopics {
  overflow-y: auto;
  height: 90vh;
}

.subtopics .dropdown-menu.show {
  position: relative !important;
  transform: unset !important;
  padding: unset !important;
  background: unset !important;
  border: unset !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: rgba(158, 165, 160, 1);
  background: unset;
}

.title-list {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}

.group-list {
  margin-top: 2rem;
}

.group-list a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: rgba(158, 165, 160, 1);
  padding: 0.375rem 0 0.375rem 0.75rem;
  border-left: 1px solid rgb(34, 38, 37);
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.group-list a:hover {
  background: rgb(255 255 255 / 10%);
}

.group-list a.active {
  background-color: color-mix(in srgb, var(--whitelabel) 15%, transparent);
  color: var(--whitelabel);
  border-color: var(--whitelabel);
}

.group-list a.active .icon {
  background-color: var(--whitelabel) !important;
}

.group-list a:not([href]):not([class]),
.group-list a:not([href]):not([class]):hover {
  color: rgba(158, 165, 160, 1);
}

.options-list {
  margin-top: 2rem;
}

.options-list a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: rgba(158, 165, 160, 1);
  padding: 0.375rem 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.options-list .active {
  color: var(--whitelabel);
}

.options-list .active .icon-wrapper {
  border-color: var(--whitelabel);
  background-color: var(--whitelabel);
}

.options-list .active .icon {
  background-color: rgb(255 255 255) !important;
}

.content {
  padding: 2rem 0;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 90vh;
}

.content::-webkit-scrollbar {
  display: none;
}

.content h2 {
  font-size: 1.975rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: rgb(222, 229, 224);
}

.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.content h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 2rem;
}

.content h4 {
  font-size: 1.25rem;
}

.content h5 {
  font-size: 1.25rem;
  font-weight: 500;
}

.content h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--whitelabel);
  margin-top: 0;
}

.content p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: rgb(158, 165, 160);
  margin-bottom: 1rem;
}

.content small {
  color: rgb(158, 165, 160);
}

.content p strong,
.content li strong,
.content a h3,
.content a strong {
  color: #fff;
}

.content li {
  color: rgb(158, 165, 160);
  margin: 0.5rem 0;
}

.content a h3,
.content a strong {
  text-decoration: underline;
  text-decoration-color: var(--whitelabel);
}

.content table {
  margin-bottom: 2rem;
}

.content table tr {
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-color: rgb(33, 37, 41);
  font-size: 0.875rem;
}

.content table td,
.content table th {
  padding: 0.5rem;
}

.content table td {
  color: rgb(158, 165, 160);
}

.content table td strong {
  color: #fff;
}

.content .date,
.content .tip {
  padding-left: 1rem;
  border-left: 4px solid #252c27;
  height: auto;
  display: inline-block;
}

.note {
  background-color: rgb(14 165 233 / 20%);
  border: 1px solid rgb(14 165 233);
  padding: 1rem 1.25rem;
  margin: 1rem 0;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #bae6fd;
}

.note svg {
  fill: rgb(14 165 233);
  min-width: 1rem;
  min-height: 1rem;
}

.note.green {
  background-color: rgb(16 185 129 / 20%);
  border-color: rgb(16 185 129);
  color: #a7f3d0;
}

.note.green svg {
  fill: rgb(16 185 129);
}

.note.yellow {
  background-color: rgb(255 193 7 / 15%);
  color: #fde68a;
  border-color: rgb(255 193 7 / 25%);
}

.note.yellow svg {
  color: #fde68a;
  fill: transparent;
}

.note.gray {
  background-color: rgb(228 228 231 / 15%);
  border-color: #e4e4e7;
  color: #e4e4e7;
  font-weight: 400;
  font-size: 0.875rem;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
}

.note.gray svg {
  fill: #e4e4e7;
}

.method {
  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 0.375rem;
  padding: 0.125rem 0.25rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
}

.method.post {
  background-color: rgb(48, 100, 227);
}

.method.get {
  background-color: rgb(42, 182, 115);
}

.method.delete {
  background-color: rgb(203, 58, 50);
}

.method.put {
  background-color: rgb(194, 140, 48);
}

.code-block {
  position: relative;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 16px;
}

.image-block {
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 1rem;
  padding: 8px;
  margin-bottom: 2rem;
}

.image-block img {
  border-radius: 1rem;
}

.image-step {
  margin-bottom: 1rem;
}

.code-block .icon {
  background-color: var(--whitelabel) !important;
  width: 1.5rem;
  height: 1.5rem;
}

.code-block ul {
  margin-bottom: 0;
}

.code-block pre {
  margin-bottom: 0;
}

li pre code {
  color: #fff;
}

.content .pre {
  margin: 0;
  overflow-x: auto;
}

pre::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

pre::-webkit-scrollbar-track {
  background: transparent;
}

pre::-webkit-scrollbar-thumb {
  background-color: rgba(158, 165, 160, 0.3);
  border-radius: 4px;
}

pre::-webkit-scrollbar-corner {
  background: transparent;
}

code {
  font-family: "JetBrains Mono", monospace;
  color: var(--whitelabel);
}

.copy-wrapper {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.copy-button {
  background: linear-gradient(
    to bottom,
    rgba(200, 200, 200, 0.2),
    rgba(100, 100, 100, 0.2)
  );
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 0.2rem;
  color: #fff6;
  border: none;
  cursor: pointer;
}

.copy-message {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--whitelabel);
  color: #fff;
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  z-index: 10;
}

.step-item {
  position: relative;
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
}

.step-number {
  background-color: rgb(33, 37, 41);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.step-item::before {
  content: "";
  position: absolute;
  left: 14px;
  width: 1px;
  height: 100%;
  background: rgb(255 255 255 / 15%);
  z-index: 1;
}

#faq button {
  color: #fff;
  border: unset;
  background: unset;
  width: 100%;
  text-align: left;
  padding: 1rem;
}

#faq p {
  margin-bottom: 0;
}

#faq {
  border: 1px solid rgb(34, 38, 37);
  border-radius: 1rem;
}

#faq .response {
  padding: 0 1rem 1rem 1rem;
  color: rgb(158, 165, 160);
}

.card-link p {
  margin-bottom: 0.5rem;
}

.card-link {
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 1rem;
  padding: 1rem;
  height: 230px;
}

.card-link:hover {
  border-color: var(--whitelabel);
}

.card-link svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 1rem;
}

.card-link svg.icon.book {
  background-color: var(--whitelabel) !important;
}

.card-link svg.icon.code {
  background-color: rgb(0, 0, 255) !important;
}

.card-link svg.icon.scroll {
  background-color: rgb(255, 187, 0) !important;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar a {
  text-decoration: none;
  color: rgb(158, 165, 160);
  font-size: 0.9rem;
}

.sidebar li {
  margin-bottom: 0.5rem;
}

.sidebar .title {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.sidebar {
  padding: 2rem 0;
}

.sidebar a.item.active {
  color: var(--whitelabel);
}

.search-results::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

.search-results::-webkit-scrollbar-track {
  background: transparent;
}

.search-results::-webkit-scrollbar-thumb {
  background-color: rgba(158, 165, 160, 0.3);
  border-radius: 4px;
}

.card-endpoint .method {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 0.5rem;
  padding: 0.125rem 0.375rem;
  color: #fff;
  display: inline;
  width: auto;
}

.card-endpoint {
  padding: 0.375rem;
  border: 1px solid rgb(255 255 255/0.15);
  border-radius: 1rem;
  display: flex;
  align-items: center;
}

.card-content {
  padding: 0.375rem;
  border: 1px solid rgb(255 255 255 / 0.15);
  border-radius: 1rem;
  flex-grow: 1;
  margin-right: 0.375rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.card-endpoint button {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 0.75rem;
}

.card-endpoint button svg {
  background-color: #fff !important;
  width: 0.75rem;
  height: 0.75rem;
}

.card-endpoint .endpoint {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  display: flex;
  gap: 0.2rem;
}

.card-endpoint .btn-success {
  background-color: rgb(42, 182, 115);
  border-color: rgb(42, 182, 115);
  color: #fff;
}

.card-endpoint .btn-success:hover {
  background-color: rgb(24 131 82);
  border-color: rgb(24 131 82);
  color: #fff;
}

.card-endpoint .btn-primary {
  background-color: rgb(48, 100, 227);
  border-color: rgb(48, 100, 227);
  color: #fff;
}

.card-endpoint .btn-primary:hover {
  background-color: rgb(37, 78, 208);
  border-color: rgb(37, 78, 208);
  color: #fff;
}

.card-endpoint .btn-warning {
  background-color: rgb(194, 140, 48);
  border-color: rgb(194, 140, 48);
  color: #fff;
}

.card-endpoint .btn-warning:hover {
  background-color: rgb(167, 110, 39);
  border-color: rgb(167, 110, 39);
  color: #fff;
}

.card-endpoint .btn-danger {
  background-color: rgb(203, 58, 50);
  border-color: rgb(203, 58, 50);
  color: #fff;
}

.card-endpoint .btn-danger:hover {
  background-color: rgb(172, 48, 41);
  border-color: rgb(172, 48, 41);
  color: #fff;
}

.content hr {
  opacity: 0.15;
}

span.green {
  color: var(--whitelabel);
  font-weight: 500;
}

span.white {
  color: #fff;
  font-weight: 500;
}

span.gray {
  background: rgb(255 255 255 / 10%);
  color: #fff;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.375rem;
  font-weight: 500;
}

span.red {
  background: rgb(220 38 38 / 15%);
  color: #fca5a5;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.375rem;
  font-weight: 500;
}

.accordion-dropdown .accordion-button::after {
  margin: unset;
}

.accordion-dropdown button.accordion-button {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.625rem;
  padding: 0.625rem;
  background-color: unset;
  color: #fff;
}

.accordion-dropdown .accordion-item {
  border: 1px solid rgb(255 255 255 / 15%);
  background: unset;
  border-radius: 0.75rem !important;
}

.accordion-dropdown .accordion-body {
  padding: 0.625rem;
}

.accordion-dropdown .accordion-button::after {
  filter: contrast(0.5) brightness(20.5);
  width: 15px;
  height: 15px;
  background-size: auto;
}

.accordion-dropdown button.accordion-button {
  box-shadow: unset;
}

.card-request,
.card-response {
  padding: 0.125rem;
  margin: 2rem 0;
  background-color: #161918;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 1rem;
}

.card-request .header,
.card-response .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.225rem 0.625rem;
}

.card-request .header .title,
.card-response .header .title {
  font-size: 0.75rem;
  font-weight: 500;
}

.card-request .header .options,
.card-response .header .options {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.card-request .header .options span,
.card-response .header .options span {
  font-size: 0.75rem;
  font-weight: 500;
  color: #9ea5a0;
}

.icon-select {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-color: #9ea5a0;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  transition: background-color 0.2s;
}

.select2-results__option--highlighted .icon-select {
  background-color: var(--whitelabel);
}

.select2-selection__rendered .icon-select {
  background-color: #9ea5a0;
}

.select2-dropdown {
  background: #000 !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: transparent;
  color: var(--whitelabel) !important;
}

.select2-container--default .select2-selection--single,
.select2-results__option,
.select2-selection__rendered {
  background: transparent !important;
  color: #9ea5a0;
}

.select2-results__option span {
  font-size: 0.75rem;
  font-weight: 500;
}

.select2-container--default .select2-selection--single {
  border: unset !important;
}

.select2-dropdown {
  border: 1px solid rgb(255 255 255 / 15%) !important;
  border-radius: 0.75rem !important;
}

.select2-container {
  display: inline-block !important;
  min-width: unset !important;
}

.select2-selection {
  min-width: unset !important;
}

.select2-container--open .select2-dropdown--below {
  width: auto !important;
}

.select2-results__option {
  padding: 6px 26px 6px 6px !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 100% !important;
}

.card-request .body,
.card-response .body {
  background-color: #000;
  border-radius: 14px;
}

.card-request pre,
.card-response pre {
  padding: 0.875rem 1rem;
  margin: 0;
  max-height: 260px;
}

.card-request pre code,
.card-response pre code {
  font-size: 0.75rem;
}

.card-request .copy button,
.card-response .copy button {
  background: transparent;
  color: rgb(255 255 255 / 50%);
  border: none;
  cursor: pointer;
}

.card-request .copy button:hover,
.card-response .copy button:hover {
  color: rgb(255 255 255);
}

pre code.hljs {
  padding: unset !important;
  background: transparent;
  display: unset !important;
}

.card-response .header .titles {
  display: -webkit-inline-box;
  overflow-y: hidden;
}

.card-response .header .titles .title {
  color: rgb(158, 165, 160);
  cursor: pointer;
  padding: 0.25rem 0;
}

.card-response .header .titles .title.active {
  color: var(--whitelabel);
  border-bottom: 2px solid var(--whitelabel);
  padding-bottom: 0.25rem;
}

.card-response .header .titles .title:not(:last-child) {
  margin-right: 1rem;
}

.card-response .header .titles::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

.card-response .header .titles::-webkit-scrollbar-track {
  background: transparent;
}

.card-response .header .titles::-webkit-scrollbar-thumb {
  background-color: rgba(158, 165, 160, 0.3);
  border-radius: 4px;
}

.card-response .header .titles::-webkit-scrollbar-corner {
  background: transparent;
}

.tryit-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9999;
  place-items: center;
}

.tryit-overlay.open {
  display: grid;
}

.tryit-modal {
  width: min(1300px, 95vw);
  height: min(90vh, 90vh);
  background: #000;
  color: #fff;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.btn-subtopics-mobile {
  background-color: unset;
  color: var(--whitelabel);
  border: 0;
  font-size: 1.25rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
}

.offcanvas {
  background-color: #000;
  color: #fff;
}

.subtopics::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

.subtopics::-webkit-scrollbar-track {
  background: transparent;
}

.subtopics::-webkit-scrollbar-thumb {
  background-color: rgba(158, 165, 160, 0.3);
  border-radius: 4px;
}

.subtopics::-webkit-scrollbar-corner {
  background: transparent;
}

#subtopics-mobile {
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#subtopics-mobile .subtopics--mobile {
  padding: 12px 16px;
}

.tryit-form-container::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

.tryit-form-container::-webkit-scrollbar-track {
  background: transparent;
}

.tryit-form-container::-webkit-scrollbar-thumb {
  background-color: rgba(158, 165, 160, 0.3);
  border-radius: 4px;
}

.tryit-form-container::-webkit-scrollbar-corner {
  background: transparent;
}

#tryitFormContainer .form-control {
  background-color: #000;
  border: 1px solid rgb(255 255 255 / 15%);
  color: #fff;
}

#tryitFormContainer .form-select {
  background-color: #000;
  border: 1px solid rgb(255 255 255 / 15%);
  color: #9ea5a0;
}

#tryitFormContainer .form-control::placeholder {
  color: #9ea5a0;
}

#tryitFormContainer .text-secondary {
  color: #9ea5a0 !important;
}

.tryit-form {
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 12px;
  padding: 12px;
  margin-right: 12px;
}

.style-code {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875em;
  line-height: 1.8;
}

#tryitFormContainer .form-control:focus {
  box-shadow: unset;
  border: 1px solid rgb(255 255 255 / 50%);
}

#tryitFormContainer .form-select:focus {
  box-shadow: unset;
  border: 1px solid rgb(255 255 255 / 50%);
}

#tryitFormContainer .btn-outline-primary {
  color: #9ea5a0;
  border-color: rgb(255 255 255 / 15%);
}

#tryitFormContainer .btn-outline-primary:hover {
  background: #9ea5a0;
  color: #fff;
}

.tryit-form button.btn-outline-danger {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tryit-modal .card-request,
.tryit-modal .card-response {
  margin-top: 0;
}

.tryit-overlay .select2-container {
  z-index: 9999;
}

.tryit-form .secondary-item {
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 12px;
  padding: 12px;
}
