*:focus {
  box-shadow: 0 0 0 4px rgba(25, 118, 210, 0.2);
  outline: 2px solid rgba(25, 118, 210, 0.5);
  outline-offset: 2px;
}

*::selection {
  background-color: rgba(27, 94, 32, 0.85);
  color: #fff;
}

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

html,
body {
  min-height: 100vh;
  min-height: 100svh;
  outline: none;
}

body {
  position: relative;
  padding-bottom: 96px;
}

button:hover,
button:focus {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

button:disabled {
  cursor: not-allowed;
}

.sr-only {
  overflow: hidden;
  position: absolute;

  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;

  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.material-symbols-outlined[aria-hidden="true"] {
  pointer-events: none;
}

#my-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

#my-brand img {
  height: 40px;
  width: auto;
  aspect-ratio: 1/1;
}

#my-brand strong {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

#github-icon {
  height: 1.5rem;
  width: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

header .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

header .title img {
  height: 6rem;
  width: auto;
  aspect-ratio: 1/1;
  margin-top: 1rem;
}

header .title h1 {
  position: relative;
}

header .title h1 small {
  opacity: 0.7;
  position: absolute;
  top: 0.75rem;
  right: -2rem;

  display: flex;
  align-items: center;
  justify-content: center;

  height: 1.5rem;
  width: 1.5rem;
  aspect-ratio: 1/1;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;

  color: #fafafa;
  font-size: 0.8rem;
}

header h2 {
  padding: 0 1rem;
  font-size: 2.25rem;
}

@media (max-width: 600px) {
  header .title {
    flex-direction: column;
    gap: 0;
  }

  header .title img {
    margin-top: 2rem;
    height: 10rem;
  }

  header h2.header {
    margin-top: -1rem;
    font-size: 1.2rem;
  }
}

#page-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #737373;
}

#swagger-ui {
  min-height: 60vh;
}

.swagger-ui .topbar {
  display: none;
}

.swagger-ui .info {
  display: none;
}

.swagger-ui .servers select {
  display: block;
}

.swagger-ui .btn.authorize {
  color: #0D47A1;
  border-color: currentColor;
}

.swagger-ui .btn.authorize svg {
  fill: currentColor;
}

.swagger-ui .modal-ux code {
  color: #0D47A1;
}
