/* line 3, app/assets/stylesheets/api.scss */
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
}

/* line 8, app/assets/stylesheets/api.scss */
body {
  margin: 0;
  min-height: 100%;
  position: relative;
}

/* line 13, app/assets/stylesheets/api.scss */
body.no-scroll {
  overflow: hidden !important;
  width: 100%;
}

/* line 19, app/assets/stylesheets/api.scss */
.emoji {
  height: 13px;
  vertical-align: middle;
}

/* line 24, app/assets/stylesheets/api.scss */
body.white-background {
  background: #fff;
}

/* line 28, app/assets/stylesheets/api.scss */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/* line 34, app/assets/stylesheets/api.scss */
img {
  vertical-align: bottom;
  border: none;
}

/* line 39, app/assets/stylesheets/api.scss */
.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 960px;
  min-width: 320px;
  padding: 0 10px;
  position: relative;
}

/* line 49, app/assets/stylesheets/api.scss */
.page-main {
  margin: 0;
  padding: 0;
  min-width: 320px;
}

/* line 55, app/assets/stylesheets/api.scss */
a {
  color: #ff6154;
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/api.scss */
.api-docs-header {
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.03);
  height: 70px;
  position: relative;
  z-index: 1;
}

/* line 69, app/assets/stylesheets/api.scss */
.api-docs-header .container {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  height: inherit;
}

/* line 78, app/assets/stylesheets/api.scss */
.api-docs-header--logo {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0 10px 0 0;
}

/* line 86, app/assets/stylesheets/api.scss */
.api-docs-header--logo--title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0 10px;
}

/* line 92, app/assets/stylesheets/api.scss */
.api-docs-header--api {
  flex: 1 0 auto;
  color: #bbb;
  font-size: 14px;
  text-align: right;
}

/* line 99, app/assets/stylesheets/api.scss */
.api-docs-header--api:hover {
  color: #ff6154;
}

/* line 105, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--sidenav {
  float: right;
  width: 260px;
  list-style-type: none;
  padding-top: 70px;
}

@media (max-width: 600px) {
  /* line 105, app/assets/stylesheets/api.scss */
  .p-api-v1-docs .api--sidenav {
    float: none;
    padding: 0;
  }
}

/* line 116, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--sidenav--heading {
  font-weight: bold;
  padding-top: 5px;
}

/* line 120, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--sidenav--subnav {
  display: none;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 14px;
}

/* line 127, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--sidenav--subnav.m-active {
  display: block;
}

/* line 131, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--sidenav--subnav li {
  padding: 3px 0 3px 10px;
}

/* line 136, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--deprecation-notice {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/* line 142, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--content {
  margin: -20px 280px 30px 0;
  padding: 30px 20px 50px 0;
  border-right: 1px solid #f0efef;
}

@media (max-width: 600px) {
  /* line 142, app/assets/stylesheets/api.scss */
  .p-api-v1-docs .api--content {
    margin: 0 0 30px 0;
    padding: 0;
    border: none;
  }
}

/* line 153, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--content pre {
  display: block;
  background-color: #f0efef;
  padding: 1em;
  word-wrap: break-word;
  font-family: monospace;
  overflow: auto;
}

/* line 162, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--content h2,
.p-api-v1-docs .api--content h3 {
  margin: 20px 0 15px 0;
}

/* line 167, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--content h4 {
  margin: 15px 0 10px 0;
}

/* line 171, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--content ul {
  padding-left: 25px;
}

/* line 175, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--content .required {
  vertical-align: super;
  font-size: 12px;
  font-style: italic;
  color: #ff6154;
}

/* line 182, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--content .table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

/* line 187, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--content .table th,
.p-api-v1-docs .api--content .table td {
  border: 1px solid #f0efef;
  padding: 5px 10px;
}

/* line 192, app/assets/stylesheets/api.scss */
.p-api-v1-docs .api--content .table th {
  background-color: #f0efef;
}

/* line 200, app/assets/stylesheets/api.scss */
table.table {
  border-spacing: 0;
  text-align: right;
  vertical-align: top;
}

/* line 205, app/assets/stylesheets/api.scss */
table.table td {
  margin: 0;
  padding: 5px 10px;
}

/* line 210, app/assets/stylesheets/api.scss */
table.table thead {
  font-weight: bolder;
}

/* line 216, app/assets/stylesheets/api.scss */
table.table.with-lines tbody td {
  border-top: 1px solid #bbb;
}

/* line 224, app/assets/stylesheets/api.scss */
table.table.with-hover tbody tr:hover {
  background-color: #eee;
}

/**
 * NOTE(ayrton) Start hack for white background on unrouted pages.
 */
/* line 236, app/assets/stylesheets/api.scss */
body.api-v1-oauth-applications-index,
body.api-v1-docs-index {
  background: #fff;
}

/* line 241, app/assets/stylesheets/api.scss */
.login-fullscreen {
  background: url(//s3.producthunt.com/static/category-tech/kitty.png) top center/150px 150px no-repeat;
  padding: 160px 10px 50px;
  text-align: center;
}

/* line 248, app/assets/stylesheets/api.scss */
.login-fullscreen--title {
  font-size: 22px;
  font-weight: 600;
}

/* line 253, app/assets/stylesheets/api.scss */
.login-fullscreen--intro {
  color: #444;
  font-size: 18px;
  margin: 0 auto;
  max-width: 500px;
}

/* line 260, app/assets/stylesheets/api.scss */
.login-fullscreen--intro {
  padding-bottom: 20px;
}

/* line 264, app/assets/stylesheets/api.scss */
.login-fullscreen--group {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 270, app/assets/stylesheets/api.scss */
.login-fullscreen--button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 3px;
  border: 1px solid transparent;
  box-sizing: border-box;
  outline: 0;
  font-size: 14px;
  line-height: 12px;
  font-weight: 600;
  margin: 0 10px;
  color: #fff;
  height: 34px;
  padding: 0 13px;
  margin-bottom: 10px;
}

/* line 290, app/assets/stylesheets/api.scss */
.login-fullscreen--twitter {
  background: #00aced;
  border-color: #00aced;
}

/* line 295, app/assets/stylesheets/api.scss */
.login-fullscreen--facebook {
  background: #3b5998;
  border-color: #3b5998;
}

/* line 300, app/assets/stylesheets/api.scss */
.login-fullscreen--google {
  background: #fefefeff;
  border-color: #f3eeee;
  color: #0f0f10;
}

/* line 306, app/assets/stylesheets/api.scss */
.login-fullscreen--apple {
  background: #0c0404ff;
  border-color: #0f0f10;
}

/* line 311, app/assets/stylesheets/api.scss */
.login-fullscreen--logo {
  padding: 20px;
}

/* line 316, app/assets/stylesheets/api.scss */
.oauth-applications .oauth-applications--application {
  background-color: #e8e8e8;
  margin-bottom: 30px;
  padding: 20px;
}

/* line 321, app/assets/stylesheets/api.scss */
.oauth-applications .oauth-applications--application h2,
.oauth-applications .oauth-applications--application h4 {
  margin: 0;
}

/* line 326, app/assets/stylesheets/api.scss */
.oauth-applications .oauth-applications--application .oauth-applications--application--infos {
  margin-bottom: 30px;
}

/* line 332, app/assets/stylesheets/api.scss */
.oauth-applications form label {
  display: inline-block;
  width: 180px;
}

/* line 339, app/assets/stylesheets/api.scss */
.input,
.textarea,
.select {
  border: 0;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.11), inset 0 0 0 1px rgba(0, 0, 0, 0.13);
  color: #000;
  padding: 7px 12px;
  -webkit-appearance: none;
  box-sizing: border-box;
}

/* line 353, app/assets/stylesheets/api.scss */
.input:focus,
.textarea:focus,
.select:focus {
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  outline: 0;
}

/* line 360, app/assets/stylesheets/api.scss */
.input.m-error,
.textarea.m-error,
.select.m-error {
  border-color: #f03 !important;
  background-color: rgba(255, 0, 33, 0.1) !important;
}

/* line 364, app/assets/stylesheets/api.scss */
.input.m-error:focus,
.textarea.m-error:focus,
.select.m-error:focus {
  box-shadow: inset 0 1px 2px 0 rgba(255, 97, 84, 0.11), inset 0 0 0 1px rgba(255, 97, 84, 0.13);
}

/* line 372, app/assets/stylesheets/api.scss */
.input {
  height: 34px;
  width: 300px;
}

/* line 377, app/assets/stylesheets/api.scss */
.textarea {
  resize: vertical;
  transition: all 0.1s ease;
}

/* line 382, app/assets/stylesheets/api.scss */
.button {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 16px;
  padding: 7px 13px;
  border: 1px solid #ff6154;
  width: auto;
  background: #ff6154;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 18px;
  transition: all, 0.15s;
  box-shadow: none;
}

/* line 399, app/assets/stylesheets/api.scss */
.button:focus, .button:hover {
  border-color: #ed1200;
  cursor: pointer;
}

/* line 405, app/assets/stylesheets/api.scss */
.button:focus {
  outline: none;
}

/* line 409, app/assets/stylesheets/api.scss */
.button:disabled {
  opacity: 0.2;
}

/* line 412, app/assets/stylesheets/api.scss */
.button:disabled:hover {
  cursor: default;
  box-shadow: 0 0 0 #fff;
  border-color: transparent !important;
}

/* line 419, app/assets/stylesheets/api.scss */
.button.v-gray {
  background: #bbb;
  border-color: #bbb;
}

/* line 423, app/assets/stylesheets/api.scss */
.button.v-gray:focus, .button.v-gray:hover {
  border-color: #888888;
}

/* line 429, app/assets/stylesheets/api.scss */
.button.v-white {
  background: white;
  border-color: white;
  color: #ff6154;
}

/* line 434, app/assets/stylesheets/api.scss */
.button.v-white:focus, .button.v-white:hover {
  opacity: 0.8;
}

/* line 440, app/assets/stylesheets/api.scss */
.button.v-green {
  background: #00b27f;
  border-color: #00b27f;
}

/* line 444, app/assets/stylesheets/api.scss */
.button.v-green:focus, .button.v-green:hover {
  border-color: #007f5b;
  box-shadow: none;
}

/* line 451, app/assets/stylesheets/api.scss */
.button.v-yellow {
  background: #f2a43e;
  border-color: #f2a43e;
}

/* line 455, app/assets/stylesheets/api.scss */
.button.v-yellow:focus, .button.v-yellow:hover {
  border-color: #ed8d10;
}

/* line 461, app/assets/stylesheets/api.scss */
.button.v-facebook {
  background: #3b5998;
  border-color: #3b5998;
}

/* line 465, app/assets/stylesheets/api.scss */
.button.v-facebook:focus, .button.v-facebook:hover {
  border-color: #1e2e4f;
}

/* line 471, app/assets/stylesheets/api.scss */
.button.v-twitter {
  background: #00aced;
  border-color: #00aced;
}

/* line 475, app/assets/stylesheets/api.scss */
.button.v-twitter:focus, .button.v-twitter:hover {
  border-color: #0087ba;
}

/* line 480, app/assets/stylesheets/api.scss */
.button.v-twitter svg {
  position: relative;
  top: 1px;
  margin-right: 1px;
}

/* line 485, app/assets/stylesheets/api.scss */
.button.v-twitter svg path {
  fill: #fff;
}

/* line 491, app/assets/stylesheets/api.scss */
.button.v-rectangular {
  border-radius: 3px;
}

/* line 496, app/assets/stylesheets/api.scss */
.error-message {
  color: #ff6154;
}

/* line 500, app/assets/stylesheets/api.scss */
.divider {
  background: #e8e8e8;
  border: 0;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}
