/*!
 * Copyright (c) 2024. Adler Marmol & Camila Molina.
 * Unauthorized copying or redistribution of this file in source and binary forms via any medium is strictly prohibited.
 * Contact:
 * - adler.marmol@gmail.com
 * - mariacmolinav@gmail.com
 */
body {
  background-color: #161C24 !important; }

h1, h2, h3, h4, h5, h6 {
  color: #DFE3E8 !important; }

h2 a {
  color: #00A76F; }

div.sl-elements-api > .sl-flex .sl-cursor-pointer.sl-bg-primary-tint {
  background-color: #454F5B; }
div.sl-elements-api > .sl-flex > .sl-flex:first-child {
  border: 0;
  padding: 0.5rem !important;
  margin-top: 0.5rem;
  color: #DFE3E8;
  top: 1rem;
  background-color: #212B36 !important;
  box-shadow: rgba(0, 0, 0, 0.22) 0 0 30px 30px;
  border-radius: 8px;
  height: fit-content !important; }
  div.sl-elements-api > .sl-flex > .sl-flex:first-child > .sl-flex:first-child {
    margin-top: 1rem !important;
    margin-left: 1rem !important;
    margin-bottom: 0 !important; }
div.sl-elements-api > .sl-flex .sl-leading-snug {
  color: #F9FAFB !important; }
div.sl-elements-api > .sl-flex a {
  color: #F9FAFB; }
  div.sl-elements-api > .sl-flex a svg {
    color: #00A76F !important; }
div.sl-elements-api > .sl-flex .sl-bg-canvas-100 {
  background-color: transparent !important; }
div.sl-elements-api > .sl-flex div[data-test="mobile-top-nav"] {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  margin: 0.5rem !important;
  width: calc(100% - 1rem) !important; }
div.sl-elements-api .sl-cursor-pointer {
  border-radius: 8px; }
div.sl-elements-api .fa-chevron-down {
  color: #00A76F !important; }
div.sl-elements-api .fa-chevron-right {
  color: #00A76F !important; }
div.sl-elements-api .sl-bg-canvas {
  background-color: transparent; }
div.sl-elements-api .sl-px-24 {
  padding-left: 26px;
  padding-right: 26px; }
div.sl-elements-api .sl-prose p {
  color: #DFE3E8 !important; }

/* Media query for small screens (adjust the breakpoint as needed) */
@media screen and (max-width: 1400px) {
  div:has(> h2[aria-label="Responses"]) {
    display: block;
    /* Apply the style for small screens */ }

  .mui-appbar {
    margin-top: 50px !important; } }
button {
  border-radius: 8px !important; }

.sl-panel .sl-panel__titlebar:first-child {
  border-radius: 8px 8px 0 0; }
.sl-panel .sl-panel__content-wrapper {
  border-radius: 0 0 8px 8px; }
.sl-panel .sl-code-viewer {
  margin-bottom: 0 !important; }
.sl-panel .sl-inverted:has(.TryItPanel) {
  top: 100px !important; }

.sl-code-highlight .operator {
  color: #F9FAFB !important; }
.sl-code-highlight .keyword {
  color: #C684FF !important; }
.sl-code-highlight .string {
  color: #77ED8B !important; }
.sl-code-highlight .punctuation {
  color: #F9FAFB !important; }
.sl-code-highlight .plain {
  color: #F9FAFB !important; }
.sl-code-highlight .property {
  color: #5BE49B !important; }
.sl-code-highlight .number {
  color: #FFD666 !important; }
.sl-code-highlight .boolean {
  color: #C684FF !important; }
.sl-code-highlight .function {
  color: #00B8D9 !important; }
.sl-code-highlight .class-name {
  color: #00B8D9 !important; }
.sl-code-highlight .constant {
  color: #F9FAFB !important; }

/* LOGO */
.mui-appbar {
  color: white !important;
  background-color: transparent !important; }
  .mui-appbar .text-logo {
    max-width: 200px; }
    .mui-appbar .text-logo > img {
      width: 160px; }
    .mui-appbar .text-logo > span.subtitle {
      color: #919EAB;
      font-weight: normal;
      padding-left: 5px !important;
      text-transform: uppercase; }
  .mui-appbar .nav-link {
    color: #F4F6F8 !important;
    font-weight: bold;
    text-transform: uppercase; }
  .mui-appbar .nav-link.external-link {
    color: white !important;
    font-weight: bold;
    background-color: #007867;
    border-radius: 8px;
    padding: 0.5rem;
    text-decoration: none;
    border: none !important; }
  .mui-appbar .nav-link.active {
    color: #F4F6F8 !important;
    font-weight: bold;
    text-decoration: underline #007867 3px;
    text-underline-offset: 10px; }

.sl-py-16 {
  padding-top: 0 !important; }

div[data-testid="two-column-right"] {
  position: relative; }

.TryItPanel {
  margin-bottom: 15px !important; }
  .TryItPanel .sl-panel {
    box-shadow: none !important; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

::-webkit-scrollbar-track {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: #007867; }

.sl-bg-primary {
  background-color: #007867 !important; }

.sl-bg-canvas-50 {
  color: #DFE3E8;
  background-color: #212B36 !important; }
  .sl-bg-canvas-50 .sl-text-muted {
    color: #DFE3E8 !important; }

.sl-bg-code {
  background-color: #212B36 !important; }

/*# sourceMappingURL=custom.css.map */
