@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/

.background-profile {
  background: linear-gradient(#01BEB1, #519EB7)
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

.max-w-8xl {
  max-width: 88rem;
}

.max-w-9xl {
  max-width: 96rem;
}

.max-w-10xl {
  max-width: 104rem;
}

.hero {
  background-image: url(/assets/hero-d7b7bc25a49f9152857fb961dde78eebf24b4ddc7fea6239f790716882e9201e.png);
}

.rest-spacer {
  @media (min-width: 1200px) {
    background: #505050;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc((100% - 255px) * 0.4);
  }
}

/* Redocly overrides */
#redoc .menu-content {
  border-right: 1px solid #e5e7eb;
  top: 65px !important;
  height: calc(100lvh - 65px) !important;
}

#redoc .api-content {
  top: 65px;
}

#redoc .scrollbar-container > div {
  display: none;
}

#redoc .scrollbar-container > ul > li > label {
  font-size: 1rem !important;
  font-weight: 500 !important;
}

#redoc .menu-content div[role="search-icon"] {
  margin: 0 auto;
  display: block;
}

#redoc .menu-content div[role="search"] {
  display: flex;
  align-items: center;
}

#redoc .menu-content div[role="search"] > input {
  font-weight: 500;
}

#redoc h1 {
  font-size: 1.85714rem !important;
}

#redoc .api-content {
  @media (min-width: 768px) {
    margin-top: -6rem;
  }
}
