
.table {
  > thead {
    th {
      font-size: 14.5px;
    }
  }
  > tbody {
    td {
      font-size: 14px;
      vertical-align: middle;
    }
  }
}

.oauth-container {
  margin-top:  20px;
  max-width:  244px;
}

.ms-signin {
  width: 215px;
  height: 41px;
  border: 1px;
  background-image: url("/assets/ms-signin-a4b37d1b.svg");
}

.ace_editor {
  border: 1px solid #bbb;
  border-radius: 0.25rem;
}

body {
  background-color: rgb(241, 241, 243);
  display: flex;
  flex-direction: row;
  overflow: hidden;
  height: 100vh;

  .main-content {
    width: 100%;
    padding: 32px;
    overflow: auto;

    .site-contents {
      padding: 24px;
      border-radius: 8px;
      background-color: white;
      overflow: auto;

      a {
        font-size: 12px;
        font-weight: normal;
        color: rgb(117, 25, 124);
        text-decoration: none;

        &:hover {
          color: rgb(152, 100, 161);
        }
      }

      .btn, .btn:visited {
        background-color: rgb(117, 25, 124);
        border-color: rgb(229, 231, 235);
        color: white;
        white-space: nowrap;

        &:active {
          background-color: rgb(152, 100, 161);
          border-color: rgb(229, 231, 235);
          color: white;
        }

        &:hover {
          background-color: rgb(152, 100, 161);
          border-color: rgb(229, 231, 235);
          color: white;
        }
      }
    }
  }
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

h2 {
  font-size: 22px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}

dl {
  font-size: 14px;
  padding-left: 15px;
}

.adapter-doc-content {
  table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
    font-size: 14px;

    th, td {
      padding: 0.4rem 0.6rem;
      border: 1px solid #dee2e6;
      vertical-align: top;
    }

    thead th {
      background-color: #f8f9fa;
      font-weight: 600;
    }

    tbody tr:nth-child(even) {
      background-color: #f8f9fa;
    }
  }

  code {
    background-color: #f0f0f0;
    padding: 0.15rem 0.35rem;
    border-radius: 3px;
    font-size: 13px;
  }

  pre {
    background-color: #f6f8fa;
    padding: 1rem;
    border-radius: 6px;
    overflow-x: auto;

    code {
      background-color: transparent;
      padding: 0;
    }
  }
}
