/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS 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/SCSS
 * 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.
 *


 */
article.prose {
  overflow: hidden;
}
article.prose h1 {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
article.prose h2,
article.prose h3 {
  margin-bottom: 0.4em;
  margin-top: 0.8em;
}
article.prose p {
  margin-bottom: 0.8rem;
  margin-top: 0;
}
article.prose ul > li::before {
  top: 9px;
  background-color: #1687A7;
}
article.prose ul > li {
  padding-left: 1.35em;
}

@media all and (min-width: 768px) {
  article.prose {
    overflow: visible;
  }
}
.add-to-slack-button {
  display: block;
  height: 60px;
  max-width: 250px;
  padding: 10px 30px 10px 15px;
  margin-bottom: 10px;
  color: #000;
  background: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border-color: #c8c8c8;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.add-to-slack-button:hover {
  border-color: #999;
  color: #000;
  border-width: 2px solid;
  background-color: #f5f5f5;
}
.add-to-slack-button:active {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #999;
}
.add-to-slack-button span {
  font-weight: bold;
}
.add-to-slack-button.authorize {
  max-width: 285px;
}

.add-to-slack-button.big {
  padding: 12px 30px 12px 15px;
  font-size: 22px;
  height: 65px;
}
.add-to-slack-button.big:hover {
  border-color: #999;
  color: #fff;
  border-width: 2px solid;
  background-color: #1687A7;
}

.add-to-slack-button::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-top: -4px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(//dcq3fmhnv6rly.cloudfront.net/assets/slack-icon-0524912cfdeac7a684a5642a7f3c7aa35db33a940d28dd650a1a3a2610293983.svg) no-repeat;
  background-size: contain;
}

.add-to-slack-button.big::before {
  width: 36px;
  height: 36px;
}

@media (max-width: 600px) {
  .add-to-slack {
    margin-top: 1em !important;
    width: 100%;
  }
}
.color-teal {
  color: #1687A7;
  opacity: 50%;
}

.border-teal {
  border-color: #1687A7;
}

.border-teal-1 {
  border-top: 4px solid;
  border-color: #98def1;
}

.border-teal-2 {
  border-top: 4px solid;
  border-color: #3dc0e6;
}

.border-teal-3 {
  border-top: 4px solid;
  border-color: #1687A7;
}

.text-teal {
  color: #1687A7;
}

.bg-dark-teal {
  background-color: #0f6780;
}

.hover\:text-dark-teal:hover {
  color: #0f6780;
}

.hover\:bg-teal:hover {
  background-color: #1687A7;
}

.bg-teal {
  background-color: #1687A7;
}

.bg-sand {
  background-color: #F6F5F5;
}

.font-sans {
  font-family: "Roboto", sans-serif;
}

.prose code {
  padding: 2px;
  background-color: #f9f9f9;
  font-weight: 400;
  border-radius: 0.25rem;
  border: 1px solid #c1c1c169;
  font-size: 14px;
  color: #1687A7;
  margin: 0 2px;
}
.prose code::before {
  content: "";
  padding-left: 0.25rem;
}
.prose code::after {
  content: "";
  padding-right: 0.25rem;
}
.prose.docs h1 {
  margin-bottom: 1rem;
}

video.demo {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  min-height: 200px;
}

@media all and (min-width: 1024px) {
  video.demo {
    min-height: 500px;
  }
}
#sort-todos p a {
  text-decoration: underline;
}
#sort-todos p a:hover {
  text-decoration: none;
}

#sort-todos blockquote {
  margin: 4px auto;
  padding-left: 0.5em;
  border-left: 3px solid #ccc;
}

.icon {
  float: left;
  width: 13px;
  height: 14px;
  margin-right: 4px;
  margin-top: 2px;
  filter: invert(30%);
}
.icon.icon-calendar {
  background-image: url(//dcq3fmhnv6rly.cloudfront.net/assets/calendar-day-2c2c22cabaefce63d59847d462d87cc62b19a7a9b8b6617c1800d284af6fd095.svg);
}

div.grippy {
  background-size: cover;
  background: url(//dcq3fmhnv6rly.cloudfront.net/assets/grab_handle-c56cd1de5228ccc8c5711ba17e94e7afa991ff1f07fbf3aea4a6e3dab0f0a323.svg) no-repeat;
  width: 20px;
  height: 20px;
  margin: 2px 6px 0 -6px;
}

@media all and (min-width: 768px) {
  .teal-fade-bg {
    background: #fff;
    background: linear-gradient(120deg, #fff 80%, rgba(22, 135, 167, 0.8) 90%);
  }
  .teal-fade-bg .add-to-slack-button {
    border: 2px solid #eee;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
.trial-arrow {
  width: 168px;
  height: 50px;
  padding-left: 10px;
  display: inline;
}

@media all and (max-width: 950px) {
  .trial-arrow {
    display: none;
  }
}
.mark {
  margin: 0 -0.3em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(to right, rgba(255, 225, 0, 0.1), rgba(255, 225, 0, 0.7) 4%, rgba(255, 225, 0, 0.3));
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.custom-shape-divider-top-1644594201 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #fff;
}

.custom-shape-divider-top-1644594201 svg {
  position: relative;
  display: block;
  width: calc(297% + 1.3px);
  height: 101px;
}

.custom-shape-divider-top-1644594201 .shape-fill {
  fill: #F6F5F5;
}

.custom-shape-divider-top-1644594660 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #fff;
}

.custom-shape-divider-top-1644594660 svg {
  position: relative;
  display: block;
  width: calc(191% + 1.3px);
  height: 53px;
}

.custom-shape-divider-top-1644594660 .shape-fill {
  fill: #F6F5F5;
}

.todo-in-list blockquote {
  margin: 4px auto;
  padding-left: 0.5em;
  border-left: 3px solid #ccc;
}

.support-nav + h1,
.support-nav + h2 {
  margin-bottom: 1.25rem;
}

.support-nav {
  display: flex;
  gap: 0.375rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.support-nav::-webkit-scrollbar {
  display: none;
}
.support-nav .support-nav-link {
  display: inline-block;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  color: #555;
  background: #fff;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  transition: background-color 0.15s, color 0.15s;
}
.support-nav .support-nav-link:hover {
  background-color: #bce9f6;
  color: #0f6780;
  text-decoration: none;
}
.support-nav .support-nav-link.active {
  background-color: #1687A7;
  color: #fff;
  border-color: #1687A7;
}

@media all and (min-width: 768px) {
  .support-nav {
    justify-content: center;
    gap: 0.5rem;
  }
  .support-nav .support-nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
}
