@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");

* {
  font-family: "Noto Sans TC", sans-serif !important;
}

.menu-content {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  .bThGto {
    padding-left: 20px;
    padding-right: 20px;
    a {
      display: flex;
    }
    img {
      width: 119px;
    }
  }
  div[role="search"] {
    margin-top: 24px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 220px;
    height: 36px;

    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    svg {
      margin-left: 13px;
      margin-top: 7px;
      width: 13px;
      height: 13px;
      path {
        fill: #94a3b8;
      }
    }

    input {
      border: none;
      font-size: 14px;
      line-height: 20px;
      padding: 3px 10px !important;
      &::placeholder {
        color: #94a3b8;
      }
    }

    .scrollbar-container {
      z-index: 9999;
    }

    i {
      position: absolute;
      right: 35px;
      transform: translateX(50%);
      width: 14px;
      height: 14px;
      color: #94a3b8;
      cursor: pointer;
    }
  }
  .operation-type {
    &.get {
      background: #16a34a;
    }
    &.post {
      background: #1d4ed8;
    }
    &.put {
      background: #c51dd8;
    }
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 6px 1px;
    line-height: 18px;
    min-height: 18px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
}
.http-verb {
  &.get {
    background: #16a34a;
  }
  &.post {
    background: #1d4ed8;
  }
  &.put {
    background: #c51dd8;
  }

  margin-left: -8 !important;

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

  padding: 1px 10px;
  line-height: 18px;
  min-height: 16px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.react-tabs__tab-panel {
  button {
    margin-left: 6px !important;
    padding: 4px 12px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    background: #1e293b !important;
    border: none !important;
    &:hover {
      background: #334155 !important;
      border: none !important;
    }
  }
}
.plan {
  background: #fff8e7;
  border: 1px solid #ffcf49;
  border-radius: 4px;
  padding: 0px 5px;
  color: #ca8a04;
}
.api-info {
  h1 {
    font-weight: 700 !important;
    font-style: Bold !important;
    font-size: 32px !important;
    leading-trim: NONE !important;
    line-height: 48px !important;
    letter-spacing: 0% !important;
    color: #0f172a !important;
  }

  p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
  }

  ul {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
  }
}
h2 {
  font-weight: 700 !important;
  font-style: Bold !important;
  font-size: 24px !important;
  leading-trim: NONE !important;
  line-height: 40px !important;
  letter-spacing: 0% !important;
}
.api-description {
  font-size: 16px;
  line-height: 28px;
  strong {
    color: #0f172a;
  }
}
a {
  color: #2563eb !important;
  text-decoration: underline !important;
  &:hover {
    color: #1e40af !important;
  }
}
.card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff8e7;
  &.openapi-card {
    margin-top: 10px;
    background: #eff6ff;
    .btn {
      background: #2563eb;
      color: #ffffff !important;
      &:hover {
        background: #1e40af;
      }
    }
  }
  border-radius: 10px;
  padding: 20px;
  .card-left {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .card-title {
    font-weight: bold;
    font-size: 16px;
    color: #0f172a;
  }

  .card-subtitle {
    font-size: 14px;
    color: #64748b;
    margin-top: 4px;
  }

  .btn {
    background: #ffcf49;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
    color: #0f172a !important;
    text-decoration: none !important;
  }

  .btn:hover {
    background: #eab308;
  }
}

.api-info-grandparent {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.email-info {
  margin-top: 20px;
  color: #64748b !important;
  a {
    color: #64748b !important;
    &:hover {
      color: #475569 !important;
    }
  }
}
