@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "proxima_vara";
  font-weight: 100 900;
  src: url("/assets/proxima_vara-webfont-basic-acd9c9aa.woff2") format("woff2-variations"), url("/assets/proxima_vara-webfont-basic-d6c03531.woff") format("woff-variations");
  unicode-range: U+0020-007F, U+00A0, U+00A9, U+2010-2027;
}
@font-face {
  font-display: swap;
  font-family: "proxima_vara";
  font-weight: 100 900;
  src: url("/assets/proxima_vara-webfont-extended-c6dea2e3.woff2") format("woff2-variations"), url("/assets/proxima_vara-webfont-extended-ca8f5a62.woff") format("woff-variations");
  unicode-range: U+00A1-00A8, U+00AA-00FF, U+20A0-20CF, U+FB00-FB06;
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

/* line 103, /Users/matt.slack/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

em, i, cite {
  font-style: italic;
}
@supports (font-variation-settings: "ital" 1) {
  em, i, cite {
    font-synthesis: none;
    font-variation-settings: "ital" 125;
  }
}

b, strong {
  font-weight: 700;
}

:root {
  --base-text-color: #505652;
  --muted-text-color: #999;
  --base-link-color: #265b6f;
  --spacing-small: 6px;
  --spacing-normal: 11px;
  --spacing-large: 22px;
  --spacing-x-large: 44px;
}

[data-tooltip]::after, .snitch-list .snitch img + .text {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #265b6f;
  font-size: 12px;
  left: 50%;
  opacity: 0;
  padding: 2px 3px;
  pointer-events: none;
  position: absolute;
  text-indent: 0;
  top: -0.9em;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
  z-index: 50;
}

.tag-inline, .selectize-input .email-item,
.selectize-input .tag-item {
  background: #337a95;
  border-radius: 1em;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.33333;
  list-style: none;
  margin-bottom: 2px;
  padding: 1px 0 2px 0.5em;
}

.unique-token, .modal-wrapper > .modal--api-key .token-background {
  background-color: #dff1fb;
  border: 1px solid #3c677f;
  border-radius: 2px;
  color: #3c677f;
}

@keyframes mlady {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.pipe {
  border-left: 1px solid #d2d2d2;
  display: inline-block;
  margin-left: 10px;
}

.account-content {
  font-size: 14px;
  margin: 0 auto;
  max-width: 594px;
}
.account-content form::after,
.account-content fieldset::after {
  clear: both;
  content: "";
  display: table;
}
.account-content label {
  margin-bottom: 0;
  position: relative;
}
.account-content p {
  line-height: 1.333;
}
.account-content p ~ p {
  margin-top: 0.666em;
}
.account-content .email-alerts .heading-2 {
  color: #111;
  -webkit-font-smoothing: initial;
  font-weight: 100;
  line-height: 24px;
  margin-bottom: 0.4em;
}
.account-content .email-alerts__list {
  width: 100%;
}
.account-content .email-alerts__list__header {
  color: #999;
  font-size: 12px;
}
.account-content .email-alerts__list__header.alerts-enabled {
  text-align: center;
}
.account-content .form-actions {
  margin: 44px 0;
}
.account-content .alert {
  margin-bottom: 20px;
  padding: 20px;
  width: auto;
}
.account-content .open-delete-modal {
  margin: 30px auto 0;
  text-align: center;
}
.account-content .open-delete-modal a {
  color: #b94a48;
  margin-top: 20px;
  text-decoration: none;
}
.account-content .alert_email {
  border-top: 1px solid #d2d2d2;
}
.account-content .alert_email:first-child {
  border-top: none;
}
.account-content .alert_email .icon {
  height: 20px;
  padding-right: 1ex;
  width: 30px;
}
.account-content .alert_email td {
  padding: 0.5em 0;
}
.account-content .alert_email td.project-name {
  width: 20%;
}
.account-content .alert_email td.alert-email {
  width: 30%;
}
.account-content .alert_email td.alerts-enabled {
  text-align: center;
  width: 2%;
}
.account-content .alert_email td.actions {
  text-align: right;
  width: 5%;
}
.account-content .alert_email .alert-email {
  color: #265b6f;
}
.account-content .alert_email .alert-email-settings {
  display: block;
}
.account-content .notes {
  font-weight: 600;
}
.account-content .notes-header {
  padding: 20px 0 10px;
}

.account-content-heading.heading-2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 20.0625rem) {
  .account-content-heading {
    border: none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.account--basic-info {
  margin: auto 0;
  padding-top: 16px;
}
.account--basic-info hr {
  border: none;
  border-bottom: 1px solid #d2d2d2;
}
.account--basic-info .avatar-upload-form {
  padding-top: 10px;
}
.account--basic-info .heading-1 {
  margin-bottom: 22px;
}

.account-basic-info-form .change-password {
  margin-top: 10px;
}
.account-basic-info-form .change-password a {
  background-image: url("/assets/field-password-668bffc6.svg");
}
.account-basic-info-form .account-preferences,
.account-basic-info-form .email-preferences {
  margin-bottom: 25px;
}
.account-basic-info-form .weekly-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.account-basic-info-form .weekly-summary > label {
  color: #111;
  font-weight: normal;
}
@media only screen and (min-width: 41.8125rem) {
  .account-basic-info-form .account-preferences,
  .account-basic-info-form .email-preferences {
    display: flex;
    flex-direction: row;
    overflow: visible;
    gap: var(--spacing-normal);
  }
  .account-basic-info-form .email-address,
  .account-basic-info-form .name-and-password,
  .account-basic-info-form .user-icon,
  .account-basic-info-form .weekly-summary {
    box-sizing: border-box;
    flex: 0 0 50%;
  }
  .account-basic-info-form .confirm-changes-noscript {
    clear: both;
    display: block;
    padding-top: 40px;
  }
  .account-basic-info-form .confirm-changes-noscript .confirm-changes {
    border-top: 1px solid #d2d2d2;
    padding-top: 20px;
  }
  .account-basic-info-form .user-icon .avatar {
    float: left;
  }
  .account-basic-info-form .user-icon .avatar-upload-form {
    margin-left: 83px;
    min-height: 66px;
  }
}

@media only screen and (min-width: 41.8125rem) {
  .new_account_configuration > .name-and-email {
    display: flex;
    flex-direction: row;
    grid-gap: 22px;
  }
  .new_account_configuration > .name-and-email > label {
    box-sizing: border-box;
    flex: 0 1 50%;
  }
}
.modal-wrapper h1 {
  padding-bottom: 10px;
}
.modal-wrapper p {
  margin: 8px 0;
}

.confirmation--check-email {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  padding-top: max(14vh, 30px);
}
@media only screen and (max-width: 41.75rem) {
  .confirmation--check-email {
    padding-top: 0;
  }
}
.confirmation--check-email h1 {
  font-weight: normal;
  margin-bottom: 20px;
}
.confirmation--check-email .heading-3 {
  margin-bottom: 0.3rem;
}
.confirmation--check-email p {
  line-height: 1.2;
  margin-bottom: 20px;
}
.confirmation--check-email p a {
  text-decoration: underline;
}
.confirmation--check-email form {
  display: inline;
  padding: 0;
}
.confirmation--check-email form input[type=submit] {
  background: none;
  border: none;
  color: #265b6f;
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

.confirmation__form {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  padding-top: 30px;
}
.confirmation__form form {
  padding-top: 0;
}
.confirmation__form label {
  margin-bottom: 8px;
}
.confirmation__form h1,
.confirmation__form p {
  margin-bottom: 20px;
}

.new_user .links {
  margin-top: 10px;
}

.icon-clipboard {
  background: transparent;
  border: none;
  color: #265b6f;
  display: inline-block;
  padding: 0;
}
.icon-clipboard:active, .icon-clipboard:focus {
  outline: none;
}
.modal-wrapper .icon-clipboard {
  vertical-align: middle;
}

.modal-wrapper > .modal--api-key {
  width: 360px;
}
.modal-wrapper > .modal--api-key .api-modal-text {
  color: #999;
}
.modal-wrapper > .modal--api-key .key-name-input {
  font-size: 18px;
  margin: 0;
}
.modal-wrapper > .modal--api-key .token {
  display: inline-block;
  font-family: "Operator Mono", "SF Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  width: 295px;
}
.modal-wrapper > .modal--api-key .token-background {
  box-sizing: border-box;
  margin: 0 0 8px;
  padding: 22px 10px;
}
.modal-wrapper > .modal--api-key .token-name {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.account--api-key {
  margin-left: auto;
  margin-right: auto;
}
.account--api-key .heading-2 {
  color: #505652;
  font-size: 24px;
}
.account--api-key .questions-email {
  padding-top: 125px;
  text-align: center;
}
.account--api-key .keys-blank-slate__copy {
  color: #999;
  padding: 20px 0;
}
.account--api-key .list {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  table-layout: fixed;
  top: 15px;
  width: 100%;
}
.account--api-key .list td {
  display: block;
}
.account--api-key .list tr {
  border-bottom: 1px solid #d2d2d2;
  height: 46px;
}
.account--api-key .list tr:last-child {
  border: none;
}
.account--api-key .list .list__actions {
  margin-top: -34px;
  text-align: right;
  white-space: nowrap;
}
.account--api-key .list .list__actions a,
.account--api-key .list .list__actions .icon-clipboard,
.account--api-key .list .list__actions .pipe {
  cursor: pointer;
  overflow: visible;
}
.account--api-key .list .list__actions .icon-clipboard {
  margin-left: 10px;
}
.account--api-key .list .list__actions a {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  text-decoration: none;
}
.account--api-key .list .list__actions a[data-tooltip]::after {
  margin-left: 5px;
}
.account--api-key .list .list__actions .pipe {
  height: 20px;
}
.account--api-key .list__key-name {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account--api-key .list__key-token {
  color: #999;
  font-family: "Operator Mono", "SF Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 16px;
  margin-bottom: 15px;
}

@media screen and (min-width: 35.5rem) {
  .account--api-key .list td {
    display: table-cell;
  }
  .account--api-key .list .list__actions {
    margin-top: 0;
  }
  .account--api-key .list__key-token {
    margin-bottom: 0;
    text-align: center;
  }
  .account--api-key__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .account--api-key__header .button {
    margin-top: 0;
  }
}
@media only screen and (min-width: 41.8125rem) {
  .account--api-key td {
    width: 40%;
  }
  .account--api-key .list__actions {
    width: 20%;
  }
}
@media only screen and (max-width: 41.75rem) {
  .account--api-key .list td:last-child {
    width: auto;
  }
  .account--api-key .list td {
    width: auto;
  }
}
.page-header {
  align-items: center;
  border-bottom: 1px solid #cacaca;
  display: flex;
  grid-gap: 0 1em;
  justify-content: space-between;
  margin-bottom: 25px;
  margin-top: 16px;
  overflow: hidden;
}
.page-header .page-header--title {
  font-size: 28px;
  line-height: 1.2;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 50rem) {
  .page-header .page-header--title {
    font-size: 20px;
    transition: font-size 100ms;
  }
}
@media only screen and (max-width: 41.75rem) {
  .page-header {
    flex-direction: column;
    grid-gap: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .page-header .page-header--title {
    text-align: center;
    white-space: wrap;
  }
  .page-header .tags-row {
    padding: 0;
  }
}

@media only screen and (min-width: 41.8125rem) {
  .page-header--snitch {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: 32px 1fr min-content;
    grid-template-rows: 1fr min-content;
  }
  .page-header--snitch.with-tags {
    align-items: flex-end;
  }
  .page-header--snitch .tags-row {
    grid-column: 2;
    grid-row: 2;
  }
  .page-header--snitch .tags-row ~ .page-header--nav {
    grid-column: 3;
    grid-row-end: span 2;
  }
}

.page-header--nav {
  flex-shrink: 0;
}
.page-header--nav ul {
  align-items: center;
  display: flex;
  list-style: none;
}
.page-header--nav li {
  flex-shrink: 0;
  padding: 15px 10px;
}
.page-header--nav li.disabled {
  pointer-events: none;
}
.page-header--nav a {
  align-items: center;
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
  text-decoration: none;
}
.page-header--nav a:hover {
  text-decoration: none;
}
.page-header--nav a.snitches > svg {
  width: 40px;
}
.page-header--nav .active {
  color: #999;
  position: relative;
}
.page-header--nav .active::after {
  bottom: -0.333em;
  color: #cacaca;
  content: "▲";
  display: block;
  font-family: "Helvetica", sans-serif;
  left: 50%;
  margin-left: -0.5em;
  position: absolute;
  transform: scaleY(0.6);
}
.page-header--nav .active a {
  color: inherit;
}
.page-header--nav .disabled {
  color: #3b87a1;
  opacity: 0.25;
}
.page-header--nav .svg-icon {
  height: 30px;
  max-width: none;
  transition: height 100ms, width 100ms;
  width: 30px;
}
@media only screen and (max-width: 49.9375rem) {
  .page-header--nav .svg-icon {
    height: 20px;
    width: 20px;
  }
}
.page-header--nav .text {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 41.75rem) {
  .page-header--nav .text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 349px) {
  .page-header--nav .text {
    display: none;
  }
}

.avatar {
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  vertical-align: middle;
  width: 50px;
}
a > .avatar {
  border: 2px solid #265b6f;
}

.avatar--small {
  height: 25px;
  width: 25px;
}

.avatar--large {
  height: 66px;
  width: 66px;
}

.account--plan-billing {
  /* Billing info summary state */
  /* Billing information update state */
}
.account--plan-billing .case--settings {
  margin: 0 0 var(--spacing-x-large);
}
@media screen and (width <= 550px) {
  .account--plan-billing .case--settings {
    width: 100%;
  }
  .account--plan-billing .case--settings .button-text {
    padding-left: 0;
  }
}
@media screen and (550px < width) {
  .account--plan-billing .case--settings input[type=text] {
    width: 50%;
  }
  .account--plan-billing .case--settings .button-text {
    padding-left: 10px;
  }
}
.account--plan-billing .case--settings form {
  padding: 0;
}
.account--plan-billing .case--settings label {
  color: #999;
  font-size: 13px;
}
.account--plan-billing .case--invoices {
  margin-bottom: 16px;
}
.account--plan-billing .case--invoices table {
  margin-bottom: 8px;
  width: 100%;
}
.account--plan-billing .case--invoices table th {
  color: #999;
}
.account--plan-billing .case--invoices table tbody tr {
  border-top: 1px solid #d2d2d2;
  line-height: 32px;
}
.account--plan-billing .case--invoices table tbody tr:first-child {
  border-top: none;
}
.account--plan-billing .case--invoices table tbody tr:nth-child(n+6) {
  display: none;
}
.account--plan-billing .case--invoices table tbody tr .invoice-download {
  text-align: right;
}
.account--plan-billing .case--invoices .actions {
  text-align: right;
}
.account--plan-billing .billing-summary {
  /* List of billing attributes */
  /* Summary for the card uses a mono space font */
}
.account--plan-billing .billing-summary .billing-email-list li {
  margin: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account--plan-billing .billing-summary dl dt {
  font-weight: 600;
  margin: 12px 0 3px;
}
.account--plan-billing .billing-summary dl dt:first-child {
  margin-top: 8px;
}
.account--plan-billing .billing-summary dl dd {
  margin: 3px 0;
}
.account--plan-billing .billing-summary dl p {
  line-height: 1;
}
.account--plan-billing .billing-summary .cc-numbers {
  font-family: "Operator Mono", "SF Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.account--plan-billing .update-billing {
  line-height: 12px;
  margin-right: 0;
}
.account--plan-billing .update-billing form {
  padding-top: 0;
}
.account--plan-billing .update-billing .billing-notes textarea {
  border: none;
  height: 6em;
  margin-bottom: 0;
  overflow: auto;
  padding: 9px 10px;
  white-space: normal;
}
.account--plan-billing .update-billing .billing-email {
  line-height: 12px;
  margin-bottom: 0;
}
.account--plan-billing .update-billing .billing-email .selectize-input {
  border: none;
  overflow: hidden;
  padding: 8px;
  white-space: normal;
}
.account--plan-billing .update-billing .billing-email input:only-child {
  background: url("/assets/field-name-7442e391.svg") 0 center no-repeat;
  background-size: 14px 14px;
  min-width: 100%;
  padding: 0 0 0 22px;
}
.account--plan-billing .update-billing .billing-email input:only-child:focus {
  outline: none;
}
.account--plan-billing .update-billing .heading-6 {
  font-size: 12px;
}

#card-element {
  border: 1px solid transparent;
}
#card-element.card-errored, #card-element.StripeElement--invalid {
  border: 1px solid #b94a48;
  box-shadow: none;
}

#card-errors {
  color: #b94a48;
  font-size: 14px;
}

.cmw {
  background-color: #111;
  border: 2px solid #111;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.docs-content .cmw {
  margin-bottom: 1em;
  margin-top: 1em;
}

.cmw__header,
.cmw__footer {
  color: #999;
  font-size: 0.875rem;
}
.cmw__header *,
.cmw__footer * {
  user-select: none;
}

.cmw__body {
  background-color: #f3f5f4;
  overflow-x: hidden;
  overflow-y: auto;
}
.docs-content .cmw__body a,
.docs-content .cmw__body a:visited {
  color: inherit;
  text-decoration: none;
}
.docs-content .cmw__body a:hover {
  color: inherit;
  text-decoration: underline;
}
.cmw__body img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.cmw__footer {
  min-height: 0.5rem;
}

.cmw-bar {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.cmw-bar > * {
  margin-left: 0.5rem;
}
.cmw-bar > :last-child {
  margin-right: 0.5rem;
}

.cmw-bar__app-controls {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  width: 2rem;
}

.cmw-bar__app-controls__control {
  background-color: #505652;
  border-radius: 50%;
  height: 0.5rem;
  width: 0.5rem;
}

.cmw-bar__app-title {
  color: #fff;
  flex: 1 1 auto;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmw-bar__app-controls + .cmw-bar__app-title:last-child {
  margin-right: 2rem;
}

.cmw-bar__browser-controls {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  width: 3rem;
}

.cmw-bar__browser-controls__control {
  fill: #999;
  height: 0.75rem;
  width: 0.75rem;
}

.cmw-bar__browser-controls__control--disabled {
  fill: #505652;
}

.cmw-bar__browser-url {
  border: 1px solid #505652;
  border-radius: 3px;
  flex: 1 1 auto;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  overflow: hidden;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cmw-bar__langswitch-controls {
  display: none;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.js-langswitch-initialized .cmw-bar__langswitch-controls {
  display: flex;
}

.cmw-bar__langswitch-controls__control {
  background-color: transparent;
  border: none;
  border-radius: 1em;
  color: #999;
  font-size: 1em;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  transition: background-color 100ms, color 100ms;
}
.docs-content .cmw-bar__langswitch-controls__control {
  text-decoration: none;
}
.cmw-bar__langswitch-controls__control + .cmw-bar__langswitch-controls__control {
  margin-left: 0.25rem;
}
.cmw-bar__langswitch-controls__control:focus, .cmw-bar__langswitch-controls__control:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.docs-content .cmw-bar__langswitch-controls__control:focus, .docs-content .cmw-bar__langswitch-controls__control:hover {
  color: #fff;
}
.cmw-bar__langswitch-controls__control:focus {
  box-shadow: #337a95 0 0 0.1em 0.2em;
  outline: none;
}
.cmw-bar__langswitch-controls__control.js-active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: default;
}

dialog {
  background-color: #f3f5f4;
  background-image: url("/assets/bg-44f267eb168a481c2aca6b2d2a46a7a5a9dbda50.jpg");
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 10px #000;
  box-sizing: border-box;
  margin-top: 65px;
  overflow: hidden;
  padding: 1.5rem;
}
@media only screen and (max-width: 41.75rem) {
  dialog {
    padding: 0.75rem;
  }
  dialog .heading-1 {
    padding-top: 0;
  }
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.75);
}
dialog form {
  padding-bottom: 0;
}
dialog#dialog--sign-in {
  width: 400px;
}

.dropdown {
  background-color: rgb(249, 249, 249);
  border: 1px solid #cbcbcb;
  box-shadow: 0 0 5px #cbcbcb;
  position: absolute;
  z-index: 100;
}
.dropdown::before, .dropdown::after {
  border: solid 10px transparent;
  border-top: none;
  content: "";
  position: absolute;
}
.dropdown::before {
  border-bottom-color: #cbcbcb;
  top: -11px;
}
.dropdown::after {
  border-bottom-color: rgb(249, 249, 249);
  top: -10px;
}
.dropdown h3 {
  font-size: 12px;
  padding: 0 10px;
}
.dropdown li {
  height: 38px;
  line-height: 38px;
}
.dropdown li:hover {
  background-color: #e6f0f4;
}
.dropdown li a {
  display: block;
  padding: 0 10px;
}
.dropdown ul {
  list-style: none;
}

.dropdown--project {
  left: 0;
  max-width: 100%;
  min-width: 250px;
  padding: 10px 0;
  top: 50px;
}
.dropdown--project::before, .dropdown--project::after {
  left: 5px;
}
.dropdown--project li {
  position: relative;
  vertical-align: middle;
}
.dropdown--project li.current {
  background-color: #eaeaea;
}
.dropdown--project li.current a {
  color: #999;
}
.dropdown--project li a {
  display: block;
  font-size: 16px;
  min-width: 198px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown--project li a:hover {
  text-decoration: none;
}
.dropdown--project ul {
  border-bottom: solid 1px #cbcbcb;
  margin-bottom: 10px;
  padding: 5px 0 0;
}
.dropdown--project .button {
  margin-left: 10px;
}
.dropdown--project .button:hover {
  color: #fff;
}
.dropdown--project .icon-settings {
  height: 20px;
  position: absolute;
  right: 10px;
  top: 4.5px;
}

.dropdown--user {
  bottom: -102px;
  min-width: 200px;
  padding: 10px 0 0;
  right: 0;
}
.dropdown--user::before, .dropdown--user::after {
  right: 5px;
}
.dropdown--user h3 {
  color: #999;
  line-height: 20px;
  margin-bottom: 5px;
  text-align: left;
}
.dropdown--user li {
  font-size: 16px;
  text-align: left;
  width: 100%;
}
.dropdown--user li a:hover {
  text-decoration: none;
}

.pages.cron_monitoring .plan-all-inclusive {
  margin-bottom: 30px;
  padding: 20px 0 30px;
  text-align: center;
}
.pages.cron_monitoring .plan-all-inclusive .plan-all-inclusive__title {
  border-bottom: 1px solid #337a95;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 30px auto 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 80%;
}
.pages.cron_monitoring .plan-all-inclusive li {
  display: inline-block;
  line-height: 29px;
  margin: 0 10px;
  position: relative;
  vertical-align: middle;
}
.pages.cron_monitoring .plan-all-inclusive li .svg-icon {
  height: 18px;
  margin-right: 4px;
  max-width: 18px;
  position: relative;
  vertical-align: middle;
}
@media only screen and (min-width: 50.0625rem) {
  .pages.cron_monitoring .marketing-plan-content {
    display: flex;
  }
}
.pages.cron_monitoring .marketing-plan-content ul {
  list-style: none;
}
.pages.cron_monitoring .marketing-plan-content .plan-information {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}
.pages.cron_monitoring .marketing-plan-content .plan-picker__title {
  font-size: 20px;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: uppercase;
}
.pages.cron_monitoring .marketing-plan-content .plan--placard {
  margin-bottom: 0.5rem;
}
.pages.cron_monitoring .marketing-plan-content .plan-picker__plan__body {
  min-height: auto;
}
.pages.cron_monitoring .marketing-plan-content .plan-picker__plan__body h4 {
  align-items: center;
  border-bottom: 2px solid #337a95;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 18px;
  grid-column-gap: 6px;
  margin: 4px 0 10px;
  padding-bottom: 6px;
}
.pages.cron_monitoring .marketing-plan-content .plan-picker__plan__body h4 .svg-icon {
  color: #337a95;
  display: block;
}
.pages.cron_monitoring .marketing-plan-content .plan-picker__plan__body p {
  font-size: 16px;
  line-height: 20px;
}
.pages.cron_monitoring .marketing-plan-content .plan-picker__plan__body li {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  grid-column-gap: 6px;
  margin-bottom: 10px;
}
.pages.cron_monitoring .marketing-plan-content .plan-picker__plan__body li .svg-icon {
  display: block;
  height: 16px;
  width: 16px;
}
.pages.cron_monitoring .marketing-plan-content .plan-picker__plan__footer {
  align-items: center;
  clear: both;
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
  margin-top: auto;
}
@media only screen and (max-width: 41.75rem) {
  .pages.cron_monitoring .marketing-plan-content .plan-picker__plan__footer {
    padding-bottom: 20px;
  }
}
.pages.cron_monitoring .marketing-plan-content .basic-plan {
  border-top: 3px solid #999;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 11px 3% 22px;
}
@media only screen and (min-width: 41.8125rem) {
  .pages.cron_monitoring .marketing-plan-content .basic-plan {
    flex: 0 0 41%;
    margin-right: 4%;
  }
}
.pages.cron_monitoring .marketing-plan-content .basic-plan h4 {
  padding-top: 8px;
}
.pages.cron_monitoring .marketing-plan-content .critical-plan {
  background-color: #fff;
  border-top: 3px solid #337a95;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 11px 3% 22px;
}
@media only screen and (min-width: 41.8125rem) {
  .pages.cron_monitoring .marketing-plan-content .critical-plan {
    flex: 0 0 54%;
  }
}
.pages.cron_monitoring .marketing-plan-content .critical-plan .plan-picker__title {
  font-weight: 600;
}
.pages.cron_monitoring .marketing-plan-content .critical-plan .plan-picker__plan__body p {
  margin-bottom: 10px;
  padding: 0 2%;
}
.pages.cron_monitoring .marketing-plan-content .critical-plan .plan-picker__plan__body__error {
  box-sizing: border-box;
  flex: 0 0 52%;
  float: left;
  justify-content: flex-end;
  padding: 10px 4% 0 1%;
  width: 52%;
}
.pages.cron_monitoring .marketing-plan-content .critical-plan .plan-picker__plan__body__errorlogs {
  box-sizing: border-box;
  flex: 0 0 44%;
  float: left;
  justify-content: flex-end;
  padding: 10px 0;
  width: 44%;
}
.pages.cron_monitoring .marketing-plan-content .critical-plan .plan-picker__plan__footer {
  clear: both;
}
@media only screen and (min-width: 41.8125rem) {
  .pages.cron_monitoring .marketing-plan-content .critical-plan .plan-picker__plan__footer {
    padding: 28px 0 0;
  }
}
.pages.cron_monitoring .marketing-plan-content .critical-plan-features {
  margin: 0 auto;
  width: 80%;
}
.pages.cron_monitoring .plan-headline {
  text-align: center;
}
.pages.cron_monitoring .container {
  margin: 0 auto;
  max-width: none;
}
.pages.cron_monitoring .container .blue-bg {
  background-color: #1f6c80;
}
.pages.cron_monitoring .container .blue-bg .gradient {
  right: 0;
  transform: translate(75%, -50%);
}
@media only screen and (min-width: 50.0625rem) {
  .pages.cron_monitoring .container .blue-bg .gradient {
    transform: translate(37.7%, -50%);
  }
}
.pages.cron_monitoring .container .tagline,
.pages.cron_monitoring .container .customers-tagline {
  font-size: 20px;
  font-weight: 100;
  line-height: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 20.0625rem) {
  .pages.cron_monitoring .container .tagline,
  .pages.cron_monitoring .container .customers-tagline {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 62.5625rem) {
  .pages.cron_monitoring .container .tagline,
  .pages.cron_monitoring .container .customers-tagline {
    font-size: 36px;
    line-height: 40px;
  }
}
.pages.cron_monitoring .container .secondary-tagline {
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
.pages.cron_monitoring .container .plan-tagline {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 26px;
  margin: 10px 0 26px;
  text-align: center;
  text-transform: uppercase;
}
.pages.cron_monitoring .container .p-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 62.5625rem) {
  .pages.cron_monitoring .container .p-body {
    font-size: 18px;
    line-height: 24px;
  }
}
.pages.cron_monitoring .stripe {
  overflow: hidden;
  position: relative;
}
.pages.cron_monitoring .stripe-message {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  width: auto;
}
.pages.cron_monitoring .stripe-message::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 41.8125rem) {
  .pages.cron_monitoring .stripe-message {
    padding: 30px 40px 0;
  }
}
@media only screen and (min-width: 62.5625rem) {
  .pages.cron_monitoring .stripe-message {
    max-width: 930px;
  }
}
.pages.cron_monitoring .top-content {
  float: left;
  margin: 5% 10%;
}
@media only screen and (min-width: 41.8125rem) {
  .pages.cron_monitoring .top-content {
    margin: 0;
  }
}
.pages.cron_monitoring .top-image {
  background-size: 100% auto;
  position: relative;
}
@media only screen and (min-width: 41.8125rem) {
  .pages.cron_monitoring .top-image {
    display: block;
  }
}
.pages.cron_monitoring .top-message {
  color: #fff;
}
@media only screen and (min-width: 50.0625rem) {
  .pages.cron_monitoring .top-message .top-content {
    width: 330px;
  }
}
@media only screen and (min-width: 62.5625rem) {
  .pages.cron_monitoring .top-message .top-content {
    margin-top: 50px;
    width: 370px;
  }
}
.pages.cron_monitoring .top-message .top-image {
  background-image: url("/assets/iphone-alert-fb41eaf1.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 94%;
  float: right;
  height: 280px;
  position: static;
  width: 400px;
}
@media only screen and (min-width: 62.5625rem) {
  .pages.cron_monitoring .top-message .top-image {
    float: right;
    height: 445px;
    width: 525px;
  }
}
@media only screen and (max-width: 50rem) {
  .pages.cron_monitoring .top-message .top-image {
    float: left;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(1em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pages.cron_monitoring .top-message .top-image .screenshot {
  animation-delay: 0.9s;
  animation-duration: 0.7s;
  animation-fill-mode: backwards;
  animation-name: slide-down;
  background-image: url("/assets/iphone-notification-6c4b7395.png");
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 244px;
  margin: 147px 0 0 70px;
  width: 280px;
}
@media only screen and (min-width: 62.5625rem) {
  .pages.cron_monitoring .top-message .top-image .screenshot {
    height: 284px;
    margin: 200px 0 0 95px;
    width: 365px;
  }
}
.pages.cron_monitoring .top-message .top-image .screenshot img {
  height: 244px;
  width: 392px;
}
@media only screen and (min-width: 62.5625rem) {
  .pages.cron_monitoring .top-message .top-image .screenshot img {
    height: 284px;
    width: 456px;
  }
}

.pages.cron_monitoring.anonymous ul.topbar-nav {
  display: none;
}

body.feedbacks .feedback-header {
  padding-top: 32px;
  text-align: center;
}
body.feedbacks .feedback-header h2 {
  color: #1f6c80;
  font-size: 30px;
  padding: 16px 0 8px;
}
body.feedbacks .feedback-body {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 593px;
}
body.feedbacks .feedback-body form {
  padding: 0;
}
body.feedbacks .feedback-body textarea {
  color: #505652;
  font-size: 1em;
  height: 12em;
  margin: 16px 0;
  position: relative;
  resize: none;
  width: 590px;
}

.heading-1,
.heading-2,
.heading-3,
.heading-4 {
  color: #111;
}

.heading-1 {
  font-size: 20px;
  font-weight: 100;
}
@media only screen and (min-width: 41.8125rem) {
  .heading-1 {
    font-size: 28px;
  }
}
@media only screen and (width <= 41.75rem) {
  .heading-1 {
    padding-top: 20px;
  }
}

.heading-2 {
  font-size: 18px;
  margin-bottom: 0.333em;
}
@media only screen and (min-width: 41.8125rem) {
  .heading-2 {
    font-size: 20px;
  }
}

.heading-3 {
  font-size: 16px;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 41.8125rem) {
  .heading-3 {
    font-size: 18px;
  }
}

.heading-4 {
  font-size: 14px;
  margin-bottom: 0.666em;
}
@media only screen and (min-width: 41.8125rem) {
  .heading-4 {
    font-size: 16px;
  }
}

.heading-5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.75em;
}

.heading-6 {
  color: #999;
  font-size: 14px;
  margin-bottom: 0;
}

/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-0:  #e4e5e7
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/
.hljs {
  background-color: #282c34;
  color: #e4e5e7;
}
.hljs + .hljs {
  padding-top: 0;
}
.hljs mark {
  background-color: rgba(243, 245, 244, 0.1);
  color: inherit;
  font-weight: 600;
  margin: -0.25em 0;
  padding: 0.25em 0.5em;
}
.hljs .prompt {
  display: block;
}
.hljs .prompt::before {
  content: "$ ";
}

kbd.hljs {
  white-space: pre-wrap;
  word-wrap: break-word;
}

samp.hljs {
  color: #abb2bf;
}

.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}
@supports (font-variation-settings: "ital" 1) {
  .hljs-comment,
  .hljs-quote {
    font-synthesis: none;
    font-variation-settings: "ital" 1;
  }
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75;
}

.hljs-literal {
  color: #56b6c2;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee;
}

.hljs-emphasis {
  font-style: italic;
}
@supports (font-variation-settings: "ital" 1) {
  .hljs-emphasis {
    font-synthesis: none;
    font-variation-settings: "ital" 125;
  }
}

.hljs-strong {
  font-weight: 600;
}

.hljs-link {
  text-decoration: underline;
}

body.integrations li.integration {
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  line-height: 20px;
  padding: 8px 0;
  vertical-align: middle;
}
body.integrations li.integration:last-child {
  border-bottom: none;
}
body.integrations li.integration img {
  padding-right: 8px;
}
body.integrations li.integration .integration-icon {
  display: inline-block;
  height: 32px;
  vertical-align: middle;
  width: 32px;
}
body.integrations li.integration .integration-info {
  flex-grow: 1;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.integrations li.integration .integration-actions {
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 1px;
  padding-left: 8px;
}
body.integrations li.integration .integration-actions .pipe {
  height: 20px;
  margin: 0 8px;
}
body.integrations li.integration .integration-actions a:not(.button) {
  display: inline-block;
}
body.integrations li.integration .tags-row {
  color: #999;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  padding: 0;
}
body.integrations li.integration .tags-row .icon-filter {
  height: 13px;
  margin: -2px 0 0;
  max-width: 13px;
  vertical-align: middle;
}
body.integrations li.integration .tags-row .tag-inline {
  font-size: inherit;
  line-height: inherit;
}
body.integrations li.integration .button {
  font-size: 14px;
  padding: 7px 13.5px;
}
body.integrations .available-integrations .integration-info {
  font-size: 18px;
  line-height: 14px;
}
body.integrations .available-integrations .integration-info .sales-pitch {
  color: #999;
  font-size: 13px;
}
body.integrations.victor_ops .heading-2 {
  margin-bottom: 0.333em;
}
body.integrations.victor_ops .heading-4 {
  margin-top: 0.666em;
}
body.integrations .integration--docs li {
  list-style: initial;
  margin-left: 1em;
}
body.integrations .integration--docs b {
  font-weight: 600;
}
body.integrations .configured-integrations {
  margin-bottom: 40px;
}

.integrations-landing {
  text-align: center;
}

.integrations-landing-logos {
  font-size: 10px;
  margin-bottom: 40px;
  transition: font-size 200ms;
}
@media only screen and (max-width: 41.75rem) {
  .integrations-landing-logos {
    font-size: 8px;
  }
}
@media only screen and (max-width: 20rem) {
  .integrations-landing-logos {
    font-size: 6px;
  }
}
.integrations-landing-logos .logo {
  background-color: #fff;
  border: 2px solid #265b6f;
  border-radius: 50%;
  box-shadow: 0 0.3em 0.9em rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 5.3333333333em;
  padding: 1em;
  vertical-align: bottom;
  width: 5.3333333333em;
}
.integrations-landing-logos .logo img {
  display: block;
  height: 100%;
  width: 100%;
}
.integrations-landing-logos .logo--pagerduty img {
  border-radius: 10%;
}
.integrations-landing-logos .logo--dms {
  box-shadow: 0 0.3em 0.9em rgba(0, 0, 0, 0.3), 0 1em 2em rgba(0, 0, 0, 0.2);
  height: 8em;
  margin-bottom: 5em;
  margin-left: 1.9em;
  margin-right: 1.9em;
  position: relative;
  width: 8em;
}
.integrations-landing-logos .logo--dms::before, .integrations-landing-logos .logo--dms::after {
  background-color: #265b6f;
  content: "";
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 84%;
  width: 4em;
}
.integrations-landing-logos .logo--dms::before {
  left: -3.25em;
  transform: rotate(-33deg);
  transform-origin: top right;
}
.integrations-landing-logos .logo--dms::after {
  right: -3.25em;
  transform: rotate(33deg);
  transform-origin: top left;
}

.integrations-landing-heading {
  margin-bottom: 0.5em;
}

.integrations-landing-copy {
  margin-bottom: 10px;
}
.integrations-landing-copy .lead {
  font-size: 18px;
}
.integrations-landing-copy .muted {
  color: #999;
}

.integrations-landing-control {
  transition: transform 100ms;
}
@media only screen and (max-width: 41.75rem) {
  .integrations-landing-control .extra-words {
    border: none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.integrations-landing-control:focus, .integrations-landing-control:hover {
  transform: scale(1.06);
}

/* Fix for tag input wrapping to the next line */
#tags-modal .selectize-input input[type=text] {
  display: inline-block;
}

.invitation-page {
  margin: auto;
  max-width: 810px;
}
.invitation-page .invitation--header {
  padding: 20px 0 25px;
  text-align: center;
}
.invitation-page .invitation--body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
.invitation-page .invitation--existing-account,
.invitation-page .invitation--new-account {
  box-sizing: border-box;
  display: flex;
  flex-basis: 405px;
  flex-direction: column;
}
.invitation-page .invitation--existing-account .form-actions,
.invitation-page .invitation--new-account .form-actions {
  margin-bottom: 0;
  margin-top: auto;
  padding-top: 0.75rem;
}
.invitation-page .invitation--new-account {
  border-right: solid 1px #e9e9e9;
  padding-right: 25px;
}
.invitation-page .invitation--new-account p,
.invitation-page .invitation--new-account .heading-2 {
  margin-bottom: 0.75rem;
}
.invitation-page .invitation--new-account a.button {
  padding: 11px 15.2px;
}
.invitation-page .invitation--existing-account {
  padding: 0 0 0 25px;
}
.invitation-page .invitation--footer {
  border-top: solid 1px #e9e9e9;
  margin-top: 55px;
  padding-top: 60px;
}
@media screen and (max-width: 53rem) {
  .invitation-page .invitation--body {
    grid-column-gap: 1rem;
    margin-top: 1rem;
  }
  .invitation-page .invitation--new-account {
    border-right: none;
    margin: 0 auto;
    max-width: 370px;
    padding: 20px 0 30px;
  }
  .invitation-page .invitation--existing-account {
    margin: 0 auto;
    max-width: 370px;
    padding: 20px 0 30px;
  }
}

.invoice-table {
  font-size: 14px;
  line-height: 1.2;
  width: 100%;
}
@media only screen and (max-width: 41.75rem) {
  .invoice-table {
    font-size: 13px;
  }
  .invoice-table .period-start,
  .invoice-table .period-to {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .invoice-table td.amount,
  .invoice-table th.amount {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .invoice-table td.status,
  .invoice-table th.status {
    display: none;
  }
}
.invoice-table td {
  padding: 0.5em 0;
}
.invoice-table tbody th {
  color: #999;
}
.invoice-table tbody tr {
  border-top: 1px solid #d2d2d2;
}
.invoice-table tbody tr:first-child {
  border-top: none;
}
.invoice-table tbody tr:hover td {
  background-color: #fff;
}
.invoice-table .period-start,
.invoice-table .period-end {
  white-space: nowrap;
}
.invoice-table .id {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gradient {
  background: url("/assets/gradient-4997f0c6.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 5000px;
  padding-bottom: 137%;
  position: absolute;
  top: 50%;
  width: 1000px;
}
@media screen and (min-width: 800px) {
  .gradient {
    height: 0;
    width: 137%;
  }
}

.anonymous.docs .topbar,
.anonymous.pages .topbar,
.anonymous.blog .topbar,
.anonymous.registrations .topbar,
.anonymous.devise .topbar {
  height: auto;
}

.pages.landing p {
  margin-bottom: 20px;
}
.pages.landing .call-to-action {
  background: #f00;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 10px;
  text-decoration: none;
}
.pages.landing .container {
  margin: 0;
  max-width: none;
  overflow-x: hidden;
}
.pages.landing .container .testimonials-bg {
  background-color: #999;
  background-image: url("/assets/testimonials-bg-b70c4f28.png");
  background-repeat: repeat;
  padding-bottom: 40px;
}
@media screen and (min-width: 800px) {
  .pages.landing .container .first-content,
  .pages.landing .container .third-content {
    float: left;
  }
}
.pages.landing .container .first-image,
.pages.landing .container .second-image,
.pages.landing .container .third-image {
  background-size: 100% auto;
  display: none;
  position: relative;
}
@media screen and (min-width: 668px) {
  .pages.landing .container .first-image,
  .pages.landing .container .second-image,
  .pages.landing .container .third-image {
    display: block;
  }
}
@media screen and (min-width: 668px) {
  .pages.landing .container .first-message .first-content {
    width: 330px;
  }
}
@media screen and (min-width: 1000px) {
  .pages.landing .container .first-message .first-content {
    width: 370px;
  }
}
.pages.landing .container .first-message .first-image {
  background-image: url("/assets/laptop-screen-379204bb.png");
  background-repeat: no-repeat;
  bottom: 0;
  height: 280px;
  left: 400px;
  position: absolute;
  width: 450px;
}
@media screen and (min-width: 1000px) {
  .pages.landing .container .first-message .first-image {
    float: right;
    height: 345px;
    position: static;
    width: 525px;
  }
}
.pages.landing .container .first-message .first-image .screenshot {
  background-image: url("/assets/dms-screen-056255ab.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  float: left;
  height: 244px;
  margin: 27px 0 0 29px;
  width: 392px;
}
@media screen and (min-width: 1000px) {
  .pages.landing .container .first-message .first-image .screenshot {
    height: 284px;
    margin: 32px 0 0 35px;
    width: 456px;
  }
}
.pages.landing .container .first-message .first-image .screenshot img {
  height: 244px;
  width: 392px;
}
@media screen and (min-width: 1000px) {
  .pages.landing .container .first-message .first-image .screenshot img {
    height: 284px;
    width: 456px;
  }
}
@media screen and (min-width: 668px) {
  .pages.landing .container .second-message {
    height: 300px;
    width: 800px;
  }
}
@media screen and (min-width: 1000px) {
  .pages.landing .container .second-message {
    height: 340px;
    width: 950px;
  }
}
@media screen and (min-width: 668px) {
  .pages.landing .container .second-message .second-content {
    float: left;
    width: 350px;
  }
}
@media screen and (min-width: 1000px) {
  .pages.landing .container .second-message .second-content {
    float: right;
    padding-right: 42px;
    width: 480px;
  }
}
.pages.landing .container .second-message .second-content a {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
.pages.landing .container .second-message .second-content .tagline {
  padding-top: 3px;
}
.pages.landing .container .second-message .second-image {
  background-image: url("/assets/dms-new-snitch-form-c3ac5c5d.png");
  background-repeat: no-repeat;
  float: right;
}
@media screen and (min-width: 1000px) {
  .pages.landing .container .second-message .second-image {
    float: left;
    margin: 0 0 0 40px;
    width: 35.7%;
  }
}
.pages.landing .container .second-message .second-image .screenshot {
  background-size: 100% auto;
  float: left;
  height: 269px;
  margin: 90px 0 0 72px;
  width: 255px;
}
@media screen and (min-width: 800px) {
  .pages.landing .container .third-message {
    height: 350px;
    width: 800px;
  }
}
@media screen and (min-width: 1000px) {
  .pages.landing .container .third-message {
    height: 350px;
    overflow-y: hidden;
    width: 930px;
  }
}
@media screen and (min-width: 800px) {
  .pages.landing .container .third-message .third-content {
    width: 300px;
  }
}
@media screen and (min-width: 1000px) {
  .pages.landing .container .third-message .third-content {
    width: 370px;
  }
}
.pages.landing .container .third-message .third-content .demo-link {
  color: #fff;
  text-decoration: underline;
}
.pages.landing .container .third-message .third-image {
  background-image: url("/assets/terminal-27776a9a.png");
  background-repeat: no-repeat;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .pages.landing .container .third-message .third-image {
    float: right;
    margin-top: -26px;
    width: 500px;
  }
}
@media screen and (min-width: 1000px) {
  .pages.landing .container .third-message .third-image {
    height: 480px;
    width: 525px;
  }
}
.pages.landing .container .third-message .third-image a {
  color: inherit;
}
.pages.landing .container .third-message .third-image p {
  font-family: "Operator Mono", "SF Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 18px;
  margin: 10px 80px;
}
@media screen and (min-width: 800px) {
  .pages.landing .container .third-message .third-image p {
    font-size: 16px;
    margin: 10px 60px;
  }
}
@media screen and (min-width: 1000px) {
  .pages.landing .container .third-message .third-image p {
    font-size: 18px;
  }
}
.pages.landing .container .third-message .third-image p.title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 70px;
}
.pages.landing .stripe {
  overflow: hidden;
  position: relative;
}
.pages.landing .customer-message {
  color: #000;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}
@media only screen and (min-width: 41.8125rem) {
  .pages.landing .customer-message {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 800px) {
  .pages.landing .customer-message {
    width: 800px;
  }
}
@media screen and (min-width: 1000px) {
  .pages.landing .customer-message {
    overflow-y: hidden;
    width: 930px;
  }
}
.pages.landing .customer-message .customer-text {
  color: #000;
  padding-top: 13px;
  text-align: center;
}
.pages.landing .stripe-message {
  color: #fff;
  margin: 0 auto;
  max-width: 800px;
  padding: 30px 15px;
  position: relative;
  width: auto;
}
.pages.landing .stripe-message::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 668px) {
  .pages.landing .stripe-message {
    padding: 60px 40px 0;
  }
}
@media screen and (min-width: 1000px) {
  .pages.landing .stripe-message {
    max-width: 930px;
  }
}
.pages.landing .hr {
  opacity: 0.3;
  width: 80%;
}
.pages.landing .blue-bg {
  background-color: #1f6c80;
}
.pages.landing .blue-bg .gradient {
  right: 0;
  transform: translate(75%, -50%);
}
@media screen and (min-width: 800px) {
  .pages.landing .blue-bg .gradient {
    transform: translate(37.7%, -50%);
  }
}
.pages.landing .silver-bg {
  background-color: #999;
}
.pages.landing .silver-bg .gradient {
  left: 0;
  opacity: 0.5;
  transform: translate(-75%, -50%);
}
@media screen and (min-width: 800px) {
  .pages.landing .silver-bg .gradient {
    transform: translate(-37.7%, -50%);
  }
}
.pages.landing .red-bg {
  background-color: #932018;
}
.pages.landing .red-bg .gradient {
  opacity: 0.2;
  right: 0;
  transform: translate(75%, -50%);
}
@media screen and (min-width: 800px) {
  .pages.landing .red-bg .gradient {
    transform: translate(37.7%, -50%);
  }
}
.pages.landing .customers-bg {
  background-color: #eee;
  min-height: 140px;
  width: 100%;
}
.pages.landing .customers-content {
  width: auto;
}
.pages.landing .customer-logos {
  padding: 0 5px 5px;
  text-align: center;
}
.pages.landing .customer-logos > img {
  margin: 7px 8px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.pages.landing .testimonials {
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 30px 15px 15px;
  text-align: center;
}
@media screen and (min-width: 300px) {
  .pages.landing .testimonials {
    padding: 15px;
  }
}
@media screen and (min-width: 668px) {
  .pages.landing .testimonials {
    padding: 40px 40px 0;
  }
}
@media screen and (min-width: 1000px) {
  .pages.landing .testimonials {
    width: 950px;
  }
}
.pages.landing .testimonials .testimonial {
  display: inline-block;
  padding: 8px 0;
  width: 100%;
}
@media screen and (min-width: 300px) {
  .pages.landing .testimonials .testimonial {
    width: 250px;
  }
}
@media screen and (min-width: 668px) {
  .pages.landing .testimonials .testimonial {
    padding: 8px;
  }
}
.pages.landing .testimonials .testimonial .bubble {
  background-size: 100% auto;
}
@media screen and (min-width: 300px) {
  .pages.landing .testimonials .testimonial .bubble {
    background-image: url("/assets/testimonial-bubble-d28a921d.png");
    height: 206px;
  }
}
.pages.landing .testimonials .testimonial .bubble::after {
  content: "";
  display: inline-block;
  height: 206px;
  vertical-align: middle;
  width: 0;
}
.pages.landing .testimonials .testimonial .bubble p {
  display: inline-block;
  max-width: 205px;
  vertical-align: middle;
}
.pages.landing .testimonials .testimonial p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
@media screen and (min-width: 300px) {
  .pages.landing .testimonials .testimonial p {
    color: #666;
    font-size: 18px;
    padding: 26px 20px;
    text-align: center;
  }
}
.pages.landing .testimonials .testimonial a {
  color: #eee;
}
.pages.landing .testimonials .testimonial a:hover {
  color: #eee;
}
.pages.landing .testimonials .testimonial .test-head {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  height: 40px;
  margin: -10px auto 5px;
  width: 40px;
}
@media screen and (min-width: 300px) {
  .pages.landing .testimonials .testimonial .test-head {
    height: 80px;
    width: 80px;
  }
}
.pages.landing .testimonials .testimonial .first {
  background-image: url("/assets/testimonials/warwick-poole-570d76ab.jpg");
  background-size: 100% auto;
}
.pages.landing .testimonials .testimonial .second {
  background-image: url("/assets/testimonials/harry-marr-gocardless-6fc036b6.jpg");
  background-size: 100% auto;
}
.pages.landing .testimonials .testimonial .third {
  background-image: url("/assets/testimonials/kareem-mayan-913fab53.jpg");
  background-size: 100% auto;
}
.pages.landing .testimonials .testimonial .test-title {
  font-size: 12px;
}
@media screen and (min-width: 300px) {
  .pages.landing .testimonials .testimonial .test-title {
    font-size: 14px;
  }
}
.pages.landing .testimonials .testimonial .test-name {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 300px) {
  .pages.landing .testimonials .testimonial .test-name {
    font-size: 18px;
  }
}
.pages.landing .snitch {
  margin: 30px 0;
}
@media screen and (min-width: 800px) {
  .pages.landing .snitch {
    width: 800px;
  }
}
.pages.landing .tagline,
.pages.landing .customers-tagline {
  font-size: 20px;
  font-weight: 100;
  line-height: 24px;
  margin-bottom: 10px;
}
@media screen and (min-width: 300px) {
  .pages.landing .tagline,
  .pages.landing .customers-tagline {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1000px) {
  .pages.landing .tagline,
  .pages.landing .customers-tagline {
    font-size: 36px;
    line-height: 40px;
  }
}
.pages.landing .customers-tagline {
  text-align: center;
}
.pages.landing .secondary-tagline {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.pages.landing .p-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .pages.landing .p-body {
    font-size: 18px;
    line-height: 20px;
  }
}
.pages.landing .screenshot {
  border: none;
  display: block;
  float: right;
  margin-left: 30px;
}

.js-langswitch-initialized [data-langswitch-content] {
  display: none;
}
.js-langswitch-initialized [data-langswitch-content].js-active {
  display: block;
}

.plan-selector {
  list-style: none;
}
.plan-selector .plan-label {
  border-radius: 3px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 2%;
  transition: background-color 100ms;
}
.plan-selector .plan-item {
  position: relative;
}
.plan-selector .plan-item::after {
  clear: both;
  content: "";
  display: table;
}
.plan-selector .plan-item ~ .plan-item {
  border-top: 1px solid #e9e9e9;
}
.plan-selector .plan-item.enabled .plan-label, .plan-selector .plan-item.eligible .plan-label {
  cursor: pointer;
}
.plan-selector .plan-item.enabled .plan-label:focus, .plan-selector .plan-item.enabled .plan-label:hover, .plan-selector .plan-item.eligible .plan-label:focus, .plan-selector .plan-item.eligible .plan-label:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.plan-selector .plan-item.disabled .plan-label, .plan-selector .plan-item.ineligible .plan-label {
  cursor: default;
  opacity: 0.5;
}
.plan-selector .plan-item.current .plan-label {
  background-color: #fff;
}
.plan-selector .plan-current {
  background: transparent;
  color: #85bd2e;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: -5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.plan-selector .plan-current::before {
  content: "✔";
  display: inline-block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  margin-right: 0.25em;
}
.plan-selector .plan-control,
.plan-selector .plan-icon,
.plan-selector .plan-meta,
.plan-selector .plan-features {
  display: inline-block;
  vertical-align: middle;
}
.plan-selector .plan-icon {
  display: none;
  height: auto;
  margin-bottom: 0;
}
.plan-selector .plan-meta {
  font-weight: 600;
}
.plan-selector .plan-meta-name {
  color: #b94a48;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plan-selector .plan-meta-price {
  color: #265b6f;
  font-size: 20px;
  min-width: 4em;
}
.plan-selector .plan-meta-price .unit,
.plan-selector .plan-meta-price .cents,
.plan-selector .plan-meta-price .rate {
  display: inline-block;
  position: relative;
}
.plan-selector .plan-meta-price .decimal {
  border: none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.plan-selector .plan-meta-price .unit,
.plan-selector .plan-meta-price .cents {
  font-size: 0.5em;
  top: -0.6em;
}
.plan-selector .plan-meta-price .cents {
  margin-left: 0.15em;
}
.plan-selector .plan-meta-price .rate {
  color: #999;
  font-size: 0.4375em;
  margin-left: -2em;
}
.plan-selector .plan-features {
  color: #999;
  font-size: 13px;
  line-height: 1.2;
  margin-left: 1.6em;
}
.plan-selector .plan-features li {
  list-style: disc;
  position: relative;
}
.plan-selector .plan-features li ~ li {
  margin-top: 0.25em;
}
.plan-selector .plan-notice {
  color: #b94a48;
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
  margin-top: -10px;
  text-align: center;
}
.plan-selector .plan-notice a {
  font-weight: 600;
  text-decoration: none;
}
.plan-selector .plan-notice a:focus, .plan-selector .plan-notice a:hover {
  text-decoration: underline;
}
@media (min-width: 20rem) {
  .plan-selector .plan-current {
    grid-column: 1/span 3;
  }
  .plan-selector .plan-label {
    align-items: center;
    display: grid;
    grid-column-gap: 3%;
    grid-template-columns: min-content 1fr;
  }
  .plan-selector .plan-features {
    grid-column: 2;
    margin-left: 1.3em;
  }
  .plan-selector .plan-meta {
    display: flex;
    justify-content: space-between;
  }
  .plan-selector .plan-meta-price {
    text-align: right;
  }
}
@media (min-width: 41.75rem) {
  .plan-selector .plan-current {
    grid-column: 1/span 4;
  }
  .plan-selector .plan-icon {
    box-sizing: border-box;
    display: block;
    grid-column: 2;
  }
  .plan-selector .plan-label {
    grid-template-columns: min-content 10% 1fr 50%;
  }
  .plan-selector .plan-features {
    grid-column: 4;
  }
  .plan-selector .plan-meta {
    display: block;
  }
  .plan-selector .plan-meta-price {
    font-size: 28px;
    text-align: left;
  }
}
.plan-selector .plan-item.free .plan-meta-name,
.plan-selector .plan-item.free .plan-meta-price {
  font-size: 18px;
}
@media (min-width: 41.75rem) {
  .plan-selector .plan-item.free .plan-label {
    grid-template-columns: min-content 5% 1fr 50%;
  }
}

.pricing {
  --color: #8a1c1b;
  align-items: flex-end;
  color: var(--color);
  display: flex;
  font-size: 3rem;
  font-weight: 600;
}
.pricing .dollar {
  bottom: 0.875rem;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
}
.pricing .period {
  bottom: 5px;
  color: #999;
  font-size: 0.75rem;
  font-weight: 400;
  position: relative;
  text-align: left;
}
.pricing .period::before {
  color: var(--color);
  content: "00";
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 0.8;
}

.plan-picker {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 40px;
}
.plan-picker * {
  box-sizing: border-box;
}
.plan-picker .plan-picker__plan[data-plan-slug=private_eye] {
  background-color: #fff;
  border-top-color: #337a95;
}

.plan-picker__plan {
  border-top: solid 3px transparent;
  display: flex;
  flex-direction: column;
  grid-gap: var(--spacing-normal);
  padding: var(--spacing-large);
}
.plan-picker__plan .plan-summary {
  font-size: 14px;
}
.plan-picker__plan .plan-picker__plan__footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
  margin-top: auto;
  padding-top: var(--spacing-large);
}

.card-to-charge {
  font-family: monospace;
  font-size: 18px;
}

.plan-selection label {
  color: #999;
  font-size: 14px;
}
.plan-selection .popular-plan {
  color: #265b6f;
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}
.plan-selection .plan-selection__header {
  font-size: 28px;
  margin: 2rem 0;
  text-align: center;
  text-wrap: balance;
}
.sitepress.pages .plan-selection .plan-selection__header {
  color: #666;
  font-size: 40px;
  margin: 40px 0;
  text-align: center;
}
@media only screen and (width < 50rem) {
  .sitepress.pages .plan-selection .plan-selection__header {
    font-size: 36px;
  }
}
.plan-selection .need_more {
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  font-size: 18px;
  line-height: 1.4rem;
  margin: 40px 0;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (41.75rem < width) {
  .plan-selection .plan-picker__plan[data-plan-slug=the_lone_snitch] {
    border-top: none;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-inline: auto;
    max-width: 700px;
  }
  .plan-selection .plan-picker__plan[data-plan-slug=the_lone_snitch] .plan-picker__plan__body {
    align-content: center;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    color: #999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }
  .plan-selection .plan-picker__plan[data-plan-slug=the_lone_snitch] .plan--features {
    justify-items: center;
  }
  .plan-selection .plan-picker__plan[data-plan-slug=the_lone_snitch] .plan--features svg {
    display: none;
  }
  .plan-selection .plan-picker__plan[data-plan-slug=the_lone_snitch] .plan--placard .plan-icon {
    border-width: 2px;
    height: 32px;
    width: 32px;
  }
  .plan-selection .plan-picker__plan[data-plan-slug=the_lone_snitch] .plan--placard .plan-size {
    font-size: 14px;
  }
  .plan-selection .plan-picker__plan[data-plan-slug=the_lone_snitch] .plan--placard .plan-name {
    font-size: 16px;
  }
  .plan-selection .plan-picker__plan[data-plan-slug=the_lone_snitch] .plan-picker__plan__footer {
    flex-direction: row;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (width <= 41.75rem) {
  .plan-selection .plan-picker__plan[data-plan-slug=the_lone_snitch] .plan--placard {
    flex-direction: column;
  }
  .plan-selection .plan-picker__plan[data-plan-slug=the_lone_snitch] .plan--placard .plan-size {
    display: none;
  }
  .plan-selection .plan-picker__plan[data-plan-slug=the_lone_snitch] .plan--features {
    justify-items: center;
  }
  .plan-selection .plan-picker__plan[data-plan-slug=the_lone_snitch] .plan--features strong {
    font-weight: normal;
  }
}

@media screen and (width <= 56.25rem) {
  .plan-picker {
    border-top: none;
    grid-auto-flow: row;
    margin: 0 auto;
    width: 295px;
  }
  .plan-picker .plan-picker__plan {
    border-top: 1px solid #d2d2d2;
    padding: var(--spacing-large) 0;
  }
  .plan-picker .plan-picker__plan[data-plan-slug=private_eye] {
    background-color: inherit;
    border-top: 1px solid #d2d2d2;
  }
  .plan-selection .popular-plan {
    display: none;
  }
}
.plan--confirmation {
  display: grid;
  grid-column-gap: var(--spacing-large);
  grid-row-gap: var(--spacing-normal);
  grid-template-areas: "icon price" "features payment" "actions actions";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content 1fr min-content;
  margin: 1.375rem auto;
  max-width: 594px;
}
@media screen and (max-width: 550px) {
  .plan--confirmation {
    grid-column-gap: var(--spacing-normal);
    grid-template-areas: "icon price" "features features" "payment payment" "actions actions";
  }
  .plan--confirmation .plan--placard {
    zoom: 70%;
  }
  .plan--confirmation .pricing {
    zoom: 70%;
  }
  .plan--confirmation .plan--features {
    grid-column-gap: var(--spacing-normal);
    grid-template-columns: 1fr 1fr;
  }
}
.plan--confirmation > .plan--placard {
  grid-area: icon;
}
.plan--confirmation > .plan--features {
  grid-area: features;
}
.plan--confirmation > .pricing {
  align-self: center;
  grid-area: price;
}
.plan--confirmation > .payment {
  grid-area: payment;
}
.plan--confirmation > .form-actions {
  grid-area: actions;
  margin-top: 0;
}

.new-account-accept {
  text-align: center;
}
.new-account-accept__header p {
  padding: 2px;
}
.new-account-accept__header .heading-1 {
  padding: 20px;
}
.new-account-accept__form {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  padding-top: 30px;
}
.new-account-accept__form label {
  margin: 0;
  position: relative;
}
.new-account-accept__form .form-actions {
  padding-top: 20px;
}

.referral-link-url {
  background-color: #eceded;
  border-radius: 12px;
  color: #999;
  display: block;
  font-size: 14px;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 41.8125rem) {
  .referral-link-url {
    font-size: 18px;
  }
}
.referral-link-url span {
  background-color: #eceded;
  display: inline-block;
  transition: transform 100ms;
}
.referral-link-url:focus span, .referral-link-url:hover span {
  transform: scale(1.05);
}

.topbar {
  background-color: #e9e9e9;
  color: #666;
  font-size: 14px;
  height: 60px;
  padding: 0 10px;
  position: relative;
  text-shadow: 0 1px #fff;
}
.topbar a {
  text-decoration: none;
}
.topbar a:focus, .topbar a:not(.button):hover {
  color: #337a95;
}
.topbar a.button {
  font-weight: 400;
}
.topbar.topbar--signed-in {
  border-bottom: 1px solid #fff;
}
.topbar.topbar--signed-in::after {
  background-color: gainsboro;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.topbar-content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  width: 100%;
}

.topbar-brand {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.topbar--signed-out .topbar-content {
  justify-content: space-between;
}
.topbar--signed-out .topbar-brand {
  background: url("/assets/dms-horiz-logo-580e139e.png") right center/100% auto no-repeat;
  height: 60px;
  width: 200px;
}
.topbar--signed-out .topbar-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  grid-column-gap: 0.5rem;
}
.topbar--signed-out .topbar-nav a.topbar-nav-item {
  box-sizing: border-box;
  display: block;
  height: 60px;
  line-height: 30px;
  padding: 15px 10px;
  white-space: nowrap;
}
.topbar--signed-out .topbar-nav a.button {
  margin: 0 0 0 0.75rem;
  padding: 9px 15px;
}
@media only screen and (max-width: 500px) {
  .topbar--signed-out .topbar-content {
    flex-direction: column;
  }
  .topbar--signed-out .topbar-brand {
    height: 48px;
    width: 160px;
  }
}

.topbar--signed-in .topbar-brand {
  background: url("/assets/dms-hat-9a925c3a.svg") center/100% auto no-repeat;
  display: none;
  height: 38px;
  order: 2;
  padding-bottom: 11px;
  padding-top: 11px;
  transition-duration: 300ms;
  transition-property: transform, background-position;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  width: 38px;
}
@media only screen and (min-width: 41.8125rem) {
  .topbar--signed-in .topbar-brand {
    display: block;
  }
}
.topbar--signed-in .topbar-brand::after {
  background-image: url("/assets/dms-man-a821f1c4.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 0;
  margin: 4px 0 0;
  transition: height 300ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 37px;
}
.topbar--signed-in .topbar-brand:focus, .topbar--signed-in .topbar-brand:hover {
  animation: mlady 1000ms;
}

.topbar--signed-in .topbar-brand-tip-off {
  background-position: center 5px;
}
.topbar--signed-in .topbar-brand-tip-off:hover {
  animation: none;
}
.topbar--signed-in .topbar-brand-tip-off:focus, .topbar--signed-in .topbar-brand-tip-off:hover {
  transition: all 1s ease-in-out;
}
.topbar--signed-in .topbar-brand-tip-off::after {
  height: 30px;
}

.topbar-team {
  order: 1;
}

.topbar-user {
  align-items: center;
  justify-content: flex-end;
  order: 3;
  text-align: right;
}
.topbar-user .avatar {
  border-color: currentColor;
  margin-left: 0.5em;
}

.topbar-user,
.topbar-team {
  align-items: center;
  display: flex;
  width: 50%;
}
@media only screen and (min-width: 41.8125rem) {
  .topbar-user,
  .topbar-team {
    width: calc(50% - 35px);
  }
}

.topbar-user__name {
  box-sizing: border-box;
  color: #265b6f;
  max-width: 100%;
  padding-left: 15px;
  white-space: nowrap;
}
.topbar-user__name:hover {
  text-decoration: none;
}

.topbar-user__name__text {
  display: inline-block;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: font-size 300ms cubic-bezier(0.77, 0, 0.175, 1);
  vertical-align: middle;
}
@media only screen and (min-width: 20.0625rem) {
  .topbar-user__name__text {
    font-size: 100%;
  }
}

[data-controller=invitations] .topbar-nav,
.anonymous[data-controller=registrations] .topbar-nav,
.anonymous[data-controller=sessions] .topbar-nav {
  display: none;
}
[data-controller=invitations] .topbar-brand,
.anonymous[data-controller=registrations] .topbar-brand,
.anonymous[data-controller=sessions] .topbar-brand {
  margin-left: auto;
  margin-right: auto;
}

.project-selector {
  max-width: 100%;
}
.project-selector .project--background {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  height: 25px;
  justify-content: center;
  width: 30px;
}
.project-selector .project--background .icon-project {
  height: 18px;
  width: 18px;
}
.project-selector .project-selector--name {
  align-items: center;
  color: #265b6f;
  column-gap: 4px;
  display: flex;
  flex-direction: row;
  padding-right: 15px;
  text-decoration: none;
}
.project-selector .project-selector--name:hover {
  text-decoration: none;
}
.project-selector .project-selector--name span {
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

::-webkit-input-placeholder {
  color: #999;
  font-family: inherit;
}

:-moz-placeholder {
  color: #999;
  font-family: inherit;
}

::-moz-placeholder {
  color: inherit;
  font-family: inherit;
}

:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
}

.button-text {
  background: transparent;
  border: none;
  color: #265b6f;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding-left: 10px;
}
.button-text:focus, .button-text:hover {
  text-decoration: underline;
}
.button-text a {
  font-weight: inherit;
}

form {
  padding: 8px 0;
}
form .hint {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}
form p.hint {
  margin-top: 0.5em;
}
form label.change-password {
  padding-top: 30px;
}
form label.inline {
  display: inline-block;
}
form tr.disabled,
form .disabled label,
form label.disabled {
  color: #999;
}

input[type=submit] {
  cursor: pointer;
}

input:disabled,
button:disabled {
  cursor: not-allowed;
}
input:disabled, input:disabled:hover,
button:disabled,
button:disabled:hover {
  background: #eaeaea;
}

.button-text:disabled {
  background: inherit;
  color: #eaeaea;
}

label .icon {
  height: 20px;
  text-indent: 0;
  width: 20px;
}
label .icon svg {
  height: 20px;
  width: 20px;
}

input[type=email],
input[type=text],
input[type=password],
.selectize-input,
textarea,
.tag-editor,
.StripeElement {
  background-color: #fff;
  border: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #505652;
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
  margin: 4px 0;
  overflow: hidden;
  padding: 10px 10px 9px;
  resize: none;
  width: 100%;
}

select {
  margin: 4px 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

label .label-text {
  margin: 2px;
  position: absolute;
}
label .label-text + input {
  position: relative;
}

label,
legend,
.modal h3.label {
  color: #505652;
  display: block;
  font-size: 16px;
  font-weight: 550;
  line-height: 18px;
  margin-bottom: 20px;
}
label input.textbox-icon,
legend input.textbox-icon,
.modal h3.label input.textbox-icon {
  background-image: url("/assets/field-name-7442e391.svg");
}
label input.textbox-icon[type=email],
legend input.textbox-icon[type=email],
.modal h3.label input.textbox-icon[type=email] {
  background-image: url("/assets/field-email-a967a317.svg");
}
label input.textbox-icon[type=password],
legend input.textbox-icon[type=password],
.modal h3.label input.textbox-icon[type=password] {
  background-image: url("/assets/field-password-668bffc6.svg");
}
label input.textbox-icon[name="project[name]"],
legend input.textbox-icon[name="project[name]"],
.modal h3.label input.textbox-icon[name="project[name]"] {
  background-image: url("/assets/field-project-name-cf77b1c8.svg");
}
label .tag-editor,
legend .tag-editor,
.modal h3.label .tag-editor {
  height: 5em;
}
label .tag-editor > span,
legend .tag-editor > span,
.modal h3.label .tag-editor > span {
  display: inline-block;
  margin-right: 0.4em;
}
label input.cc-year,
label input.cc-month,
label input.credit-card,
label input.ccv,
legend input.cc-year,
legend input.cc-month,
legend input.credit-card,
legend input.ccv,
.modal h3.label input.cc-year,
.modal h3.label input.cc-month,
.modal h3.label input.credit-card,
.modal h3.label input.ccv {
  border: none;
  font-family: "Operator Mono", "SF Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
label a,
legend a,
.modal h3.label a {
  color: #3495d3;
  text-decoration: none;
}

input.textbox-icon {
  background-image: url("/assets/field-name-7442e391.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  padding-left: 32px;
}
input.textbox-icon[type=email] {
  background-image: url("/assets/field-email-a967a317.svg");
}
input.textbox-icon[type=password] {
  background-image: url("/assets/field-password-668bffc6.svg");
}
input.textbox-icon[name="project[name]"] {
  background-image: url("/assets/field-project-name-cf77b1c8.svg");
}

.modal h3.label {
  margin-bottom: 0;
}

.interval-warning {
  color: #aaa;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.selectize-control {
  background: #fff;
}

.selectize-input {
  font-size: 0.1px;
  line-height: 1;
}
.selectize-input .email-item,
.selectize-input .tag-item {
  box-sizing: border-box;
  margin-right: 0.4em;
  margin-top: 2px;
  max-width: 100%;
  overflow: hidden;
  padding-right: 0.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectize-input .remove {
  background: transparent;
  border: none;
  color: #fff;
  cursor: default;
  font-size: 16px;
  -webkit-font-smoothing: auto;
  line-height: 12px;
  margin: 0 0.4em 0 0;
  padding: 0;
  vertical-align: middle;
}
.selectize-input input {
  border: none;
  box-shadow: none;
  font-size: 16px;
  margin: 0;
  padding: 0 0 0 3px;
  vertical-align: top;
}
@media only screen and (max-width: 41.75rem) {
  .selectize-input input {
    width: 100% !important;
  }
}

.selectize-dropdown {
  background: #fff;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  margin-top: -2px;
  position: absolute;
}
.selectize-dropdown .selectize-dropdown-content {
  font-size: 12px;
  -webkit-font-smoothing: auto;
}
.selectize-dropdown .selectize-dropdown-content .email-item,
.selectize-dropdown .selectize-dropdown-content .tag-item {
  border-bottom: 1px solid #d2d2d2;
  padding: 3px;
}
.selectize-dropdown .selectize-dropdown-content .active {
  background-color: #cee0e9;
}

.form-actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  grid-column-gap: 4px;
  justify-content: flex-end;
  margin: 1.25rem 0 0 0;
}
.form-actions .button {
  flex-shrink: 0;
  line-height: normal;
}
.form-actions .button-text {
  display: block;
  margin: 0 18px;
  padding: 0;
}
.form-actions div.form-actions--left {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-right: auto;
}
.form-actions div.form-actions--left > :first-child {
  margin-left: 0;
}

input.invalid {
  border: 1px solid #b94a48;
  box-shadow: none;
}

input + .validation-errors {
  color: #b94a48;
  display: none;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: -6px;
}

input.invalid + .validation-errors {
  display: block;
}

.input-pair + .input-pair {
  margin-top: 8px;
}

.alert {
  background: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 5px;
  color: #c09853;
  display: block;
  font-size: 14px;
  line-height: 140%;
  margin: 0 auto;
  padding: 8px 11px;
  width: 245px;
}
.alert.error, .alert.alert {
  background: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert.success {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert.notice {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: #b94a48;
}
.alert p,
.alert ol,
.alert ul {
  margin-bottom: 10px;
}
.alert p:last-child,
.alert ol:last-child,
.alert ul:last-child {
  margin-bottom: 0;
}
.alert li {
  margin-left: 20px;
}
.alert ul li {
  list-style: disc;
}
.alert ol li {
  list-style: decimal;
}

.notice {
  background: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 5px;
  color: #b94a48;
  display: block;
  font-size: 14px;
  line-height: 140%;
  margin: 0 auto;
  padding: 8px 11px;
  width: 245px;
}

.tip-off {
  background: #fff;
  box-shadow: 0 1px 1px 0 #888;
  color: #505652;
  font-size: 15px;
  left: 0;
  line-height: 140%;
  margin: 0 auto;
  padding: 13px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -33px;
  width: 430px;
  z-index: 10;
}
.tip-off::before {
  border-bottom: solid 7px #fff;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  content: "";
  position: absolute;
  right: 223px;
  top: -6px;
}
.tip-off::after {
  color: #ececec;
  content: "×";
  font-size: 22px;
  position: absolute;
  right: 4px;
  top: -1px;
}

.modal {
  background: transparent;
  box-shadow: none;
  display: block;
  max-width: 90%;
  padding: 30px 25px 10px;
}
@media screen and (min-width: 400px) {
  .modal {
    max-width: 400px;
  }
}

.sign-up-terms {
  color: #aaa;
  font-size: 12px;
  margin-top: 10px;
}

form.modal,
div.modal,
.page {
  margin: 0 auto 8px;
  position: relative;
  z-index: 1;
}
form.modal a,
div.modal a,
.page a {
  text-decoration: none;
}
form.modal h1,
div.modal h1,
.page h1 {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 5px;
}
form.modal span.title,
form.modal h2,
form.modal h3,
div.modal span.title,
div.modal h2,
div.modal h3,
.page span.title,
.page h2,
.page h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}
form.modal p,
form.modal ul,
form.modal ol,
div.modal p,
div.modal ul,
div.modal ol,
.page p,
.page ul,
.page ol {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 10px;
}
form.modal ul,
div.modal ul,
.page ul {
  list-style: disc;
  padding: 0 0 0 21px;
}
form.modal ol,
div.modal ol,
.page ol {
  list-style: decimal;
  padding: 0 0 0 21px;
}
form.modal table,
div.modal table,
.page table {
  background: #f7f7f7;
  border: 1px solid #d8d8d8;
  color: #3a3a3a;
  font-size: 12px;
  margin: 8px 0;
  width: 100%;
}
form.modal th,
div.modal th,
.page th {
  background-image: linear-gradient(#f7f7f7, #eee);
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #fff;
  border-right: 1px solid #d8d8d8;
  box-shadow: inset 0 1px 0 #fff;
  padding: 8px 10px;
  text-transform: uppercase;
}
form.modal th:first-child,
div.modal th:first-child,
.page th:first-child {
  border-left: none;
}
form.modal th:last-child,
div.modal th:last-child,
.page th:last-child {
  border-right: none;
}
form.modal td,
div.modal td,
.page td {
  border: 1px solid #d8d8d8;
  padding: 8px 10px;
}

form.modal,
.page {
  padding: 18px 25px 10px;
}

form.modal {
  width: 600px;
}

.modal-wrapper {
  box-sizing: border-box;
  display: none;
  margin-top: 5px;
  max-width: 90%;
  position: relative;
  vertical-align: top;
}
@media only screen and (min-width: 41.8125rem) {
  .modal-wrapper {
    margin-top: 65px;
  }
}
@media screen and (min-width: 400px) {
  .modal-wrapper {
    max-width: 400px;
  }
}
.modal-wrapper > .modal {
  background: #fff;
  box-shadow: 0 0 10px #000;
  display: inline-block;
}
.modal-wrapper > .modal,
.modal-wrapper > .signin {
  background-color: #f3f5f4;
  background-image: url("/assets/bg-b1f9bf3f.jpg");
  border-radius: 4px;
  box-sizing: border-box;
  max-width: 100%;
  padding: 25px 30px;
  position: relative;
  width: 400px;
}
.modal-wrapper > .modal > form,
.modal-wrapper > .signin > form {
  padding: 0;
}
.modal-wrapper > .signin h1 {
  text-align: left;
}

.jquery-modal {
  text-size-adjust: none;
}
.jquery-modal.blocker {
  padding: 0;
}
.jquery-modal input[type=email],
.jquery-modal input[type=text],
.jquery-modal input[type=password] {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.invitation-modal h3 {
  margin-bottom: 30px;
}
.invitation-modal .p-invitation {
  color: #999;
  margin-bottom: 0;
}
.invitation-modal label {
  margin-bottom: 0;
}
.invitation-modal label input {
  margin-bottom: 10px;
}
.invitation-modal form {
  padding-top: 0;
}
.invitation-modal .form-actions {
  margin-top: 40px;
  padding-top: 0;
}

.modal.account-deletion p {
  color: #999;
}
.modal.account-deletion .permanent-action {
  color: #b94a48;
}
.modal.account-deletion .form-actions {
  margin-top: 40px;
}

.modal.pause-snitch label[for=pause_for] {
  display: unset;
  font-weight: unset;
}

.change-password-modal label {
  margin-bottom: 10px;
}
.change-password-modal label:last-child {
  margin-bottom: 20px;
}

.confirm-password-modal {
  width: 350px;
}
.confirm-password-modal .confirm-password-label {
  font-size: 14px;
  font-weight: 400;
}
.confirm-password-modal .form-actions {
  padding-top: 0;
}

.jquery-modal.current .modal-wrapper {
  display: block;
}

.no-snitches {
  text-align: center;
}
.no-snitches p {
  padding-top: 20px;
}

.back {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.back:hover {
  text-decoration: none;
}
.back::before {
  border: solid 6px transparent;
  border-left: none;
  border-right-color: #265b6f;
  content: "";
  display: inline-block;
  height: 0;
  margin: -3px 0.5em 0 0;
  vertical-align: middle;
  width: 0;
}

.snitches-index-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 41.75rem) {
  .snitches-index-header {
    margin: 0 10px 10px 10px;
  }
}
.snitches-index-header .button--add {
  margin-left: auto;
}

.summary .paused {
  color: #b94a48;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-top: 12px;
}
.summary .unresolved {
  color: #b94a48;
}
.summary td:first-child {
  font-weight: 600;
  width: 120px;
}
.summary .summary_item {
  border-bottom: solid #d2d2d2 1px;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 41.8125rem) {
  .summary {
    box-sizing: border-box;
    flex: 0 1 50%;
  }
}
.summary .summary-notes p {
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
.summary .summary-notes p:last-child {
  margin-bottom: 0;
}
.summary .summary-notes h1,
.summary .summary-notes h2,
.summary .summary-notes h3,
.summary .summary-notes h4,
.summary .summary-notes h5,
.summary .summary-notes h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}
.summary .output_link {
  margin: 0.5rem 0 0;
}

.snitch .status {
  background-image: url("/assets/sprites/snitches-2043bb2b.svg#pending");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
  height: 32px;
  text-decoration: none;
  width: 32px;
}
.snitch.new .status {
  background-image: url("/assets/sprites/snitches-2043bb2b.svg#new");
}
.snitch.pending .status {
  background-image: url("/assets/sprites/snitches-2043bb2b.svg#pending");
}
.snitch.healthy .status {
  background-image: url("/assets/sprites/snitches-2043bb2b.svg#healthy");
}
.snitch.missing .status {
  background-image: url("/assets/sprites/snitches-2043bb2b.svg#missing");
}
.snitch.errored .status {
  background-image: url("/assets/sprites/snitches-2043bb2b.svg#errored");
}
.snitch.paused .status {
  background-image: url("/assets/sprites/snitches-2043bb2b.svg#paused");
}

.snitches-index {
  display: flex;
  flex-direction: row;
  grid-gap: 22px;
}
.snitches-index * {
  box-sizing: border-box;
}
.snitches-index.tags-shown #tags-toggle {
  cursor: default;
  opacity: 0.5;
}
.snitches-index .snitch-list-wrapper {
  box-sizing: border-box;
  flex-grow: 1;
  order: 2;
}
@media only screen and (max-width: 41.75rem) {
  .snitches-index .snitch-list-wrapper {
    margin-left: -10px;
    margin-right: -10px;
    overflow: auto;
  }
}

.snitch--action-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  grid-gap: 5px;
  margin: 18px 0 10px;
  min-height: 32px;
}
.snitch--action-header .back {
  margin-right: auto;
}

@media only screen and (min-width: 41.8125rem) {
  .snitch-settings .row {
    display: flex;
    flex-direction: row;
    grid-gap: 22px;
  }
  .snitch-settings .row > fieldset {
    flex: 0 1 50%;
  }
}
textarea.notes {
  overflow-y: scroll;
}

.validation {
  color: #8b0000;
  float: right;
  font-size: 17px;
}

.snitch-form legend {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 0.5rem;
  padding-bottom: 0.3125rem;
  width: 100%;
}

.snitch-form__type {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.snitch-form__type label {
  flex: 0 0 50%;
  margin-bottom: 0;
  padding-bottom: 3px;
}

.snitch-form__type-option {
  flex-basis: 50%;
  margin-bottom: 1rem;
}

.snitch-form__settings {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.snitch-form__settings .snitch-form__settings-field {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  margin-bottom: 4px;
}
.snitch-form__settings .snitch-form__settings-field label {
  flex: 0 0 50%;
  font-weight: normal;
  margin: 0;
}
.snitch-form__settings .snitch-form__settings-field select {
  height: max-content;
  margin: 0;
}

.snitch-form__intervals {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.snitch-form__intervals label {
  flex: 0 0 50%;
  font-weight: normal;
  margin: 0;
}

.icon-pause a.pause {
  display: block;
}
.icon-pause a.unpause {
  display: none;
}
.pending .icon-pause a.pause {
  cursor: not-allowed;
  display: block;
  opacity: 0.25;
  pointer-events: none;
}
.pending .icon-pause a.unpause {
  display: none;
}
.paused .icon-pause a.pause {
  display: none;
}
.paused .icon-pause a.unpause {
  display: block;
}

.snitch-list .snitch {
  align-items: center;
  border-bottom: solid 1px #e9e9e9;
  box-sizing: border-box;
  contain-intrinsic-size: auto 638px auto 55px;
  content-visibility: auto;
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
}
.snitch-list .snitch a:hover {
  text-decoration: none;
}
@media screen and (min-width: 41.8125rem) {
  .snitch-list .snitch:nth-child(odd) {
    background: rgba(255, 255, 255, 0.4);
  }
  .snitch-list .snitch:hover {
    background: rgba(255, 255, 255, 0.9);
  }
}
.snitch-list .snitch:last-child {
  border-bottom: none;
}
.snitch-list .snitch .snitch-summary {
  align-items: center;
  display: grid;
  flex-grow: 1;
  gap: 2px 10px;
  grid-template: "status name name" 1fr "status last-report interval" 14px/32px 4fr 1fr;
  padding: 10px 0 10px 10px;
}
.snitch-list .snitch .status {
  align-self: flex-start;
  grid-area: status;
}
.snitch-list .snitch .name {
  color: var(--base-text-color);
  font-size: 18px;
  grid-area: name;
}
.snitch-list .snitch .last-report {
  color: var(--base-text-color);
  font-size: 12px;
  grid-area: last-report;
  min-width: 11rem;
  white-space: nowrap;
}
.snitch-list .snitch .interval {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 400;
  grid-area: interval;
  min-width: 72px;
  white-space: nowrap;
}
@media screen and (min-width: 41.75rem) and (max-width: 744px) {
  .with-tags .snitch-list .snitch .interval {
    display: none;
  }
}
.snitch-list .snitch img {
  display: block;
  height: 20px;
  margin-bottom: 0;
  width: 20px;
}
.snitch-list .snitch img:hover + .text {
  opacity: 1;
  top: -1.2em;
}
.snitch-list .snitch img + .text {
  display: inline-block;
  top: 0.4em;
}
.snitch-list .snitch .snitch-actions {
  color: #999;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  padding: 0 10px 0 0;
}
.snitch-list .snitch .snitch-actions ul {
  display: flex;
  grid-gap: 10px;
  list-style: none;
}
.snitch-list .snitch .snitch-actions ul li {
  flex-shrink: 0;
  position: relative;
}
.snitch-list .snitch .snitch-actions ul li:last-child {
  margin-right: 0;
}
.snitch-list .snitch .snitch-actions ul li:nth-child(4) {
  margin-left: 11px;
}
.snitch-list .snitch .snitch-actions ul li:nth-child(4)::before {
  background: #d5d5d5;
  content: "";
  height: 100%;
  left: -11px;
  position: absolute;
  width: 1px;
}
.snitch-list .snitch .snitch-actions ul li.disabled {
  pointer-events: none;
}
@media only screen and (max-width: 41.75rem) and (hover: none) {
  .snitch-list .snitch {
    overflow-x: auto;
  }
  .snitch-list .snitch:first-child {
    border-top: solid 1px #e9e9e9;
  }
  .snitch-list .snitch:last-child {
    border-bottom: solid 1px #e9e9e9;
  }
  .snitch-list .snitch .snitch-summary {
    min-width: 100vw;
    padding: 14px 30px 14px 10px;
    position: relative;
  }
  .snitch-list .snitch .snitch-summary::after {
    background: url("/assets/pull-indicator-47d525fa.svg") 100% center/10px 32px no-repeat;
    content: "";
    height: 32px;
    position: absolute;
    right: 10px;
    top: calc(50% - 16px);
    width: 10px;
  }
  .snitch-list .snitch .snitch-actions {
    align-items: center;
    align-self: stretch;
    background: #ededed;
    justify-content: flex-end;
    padding-right: 32px;
    width: 270px;
  }
  .snitch-list .snitch .snitch-actions img {
    height: 32px;
    width: 32px;
  }
}

.snitch-activity {
  margin: 0;
  z-index: 2;
}
@media only screen and (min-width: 41.8125rem) {
  .snitch-activity {
    display: flex;
    flex-direction: row;
    grid-gap: 22px;
  }
}
.snitch-activity h3 {
  color: #3c677f;
  font-size: 20px;
  padding-bottom: 6px;
}
.snitch-activity tr {
  height: 1.5rem;
}
.snitch-activity .alert {
  margin: 10px auto 22px;
}

.setup-details {
  position: relative;
  width: 100%;
}

.setup-content {
  color: #3c677f;
  font-size: 12px;
}
.setup-content:target {
  display: block;
}
.setup-content h3 {
  color: currentColor;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
  margin: 6px 0 12px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.setup-content kbd,
.setup-content pre {
  overflow-x: auto;
}
.setup-content kbd,
.setup-content pre code {
  background: #ebf5fa;
  border: 1px solid #adcada;
  border-radius: 4px;
  display: block;
  font-size: 1em;
  margin: 0 0 12px;
  outline: none;
  overflow-x: auto;
  padding: 10px 14px;
}
.setup-content kbd::before,
.setup-content pre code::before {
  content: "$ ";
}
.setup-content p {
  color: #4a728b;
  font-size: 13px;
  line-height: 18px;
  margin: 6px 0 2px;
}

@media only screen and (min-width: 41.8125rem) {
  .setup-details {
    display: flex;
    flex-direction: row;
    grid-gap: 22px;
  }
  .setup-content {
    box-sizing: border-box;
    flex: 0 1 75%;
    width: 75%;
  }
  .snitches-sidebar {
    box-sizing: border-box;
    flex: 0 1 25%;
  }
}
.unique-token {
  font-size: 12px;
  margin-bottom: 30px;
  padding: 30px 10px;
  text-align: center;
}
@media screen and (min-width: 350px) {
  .unique-token {
    font-size: 16px;
  }
}
@media screen and (min-width: 500px) {
  .unique-token {
    font-size: 24px;
  }
}

.periods {
  padding-left: 5px;
}
@media only screen and (min-width: 41.8125rem) {
  .periods {
    box-sizing: border-box;
    flex: 0 0 50%;
  }
}
.periods svg.period-graph {
  fill: #808080;
  font-size: 12px;
  height: 40px;
  width: 350px;
}
.periods svg.period-graph .bar {
  stroke: #808080;
  stroke-width: 1;
}
.periods svg.period-graph .bar.missing {
  stroke: #c00;
}
.periods svg.period-graph .bar text {
  stroke: none;
}
.periods svg.period-graph text.missing {
  fill: #c00;
}
.periods span.hint {
  color: #999;
  font-size: 13px;
}

.period-details {
  font-weight: 600;
  line-height: 1.125;
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: middle;
}
.period-details .period-label {
  white-space: nowrap;
}

.period-message {
  font-size: 12px;
  padding: 3px 50px 15px;
  width: 200px;
}

.plan-icon {
  border: 3px solid #1f6c80;
  border-radius: 50%;
}

.plan--placard {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  grid-gap: 6px;
}
.plan--placard .plan-size {
  color: #999;
  font-size: 18px;
  text-transform: uppercase;
}
.plan--placard .plan-name {
  color: #8a1c1b;
  font-size: 24px;
  white-space: nowrap;
}

.plan--features {
  align-content: start;
  display: grid;
  grid-gap: 6px;
  grid-template-columns: 1fr;
  list-style: none;
}
.plan--features li {
  align-items: center;
  display: flex;
  flex-direction: row;
  grid-gap: 6px 10px;
}
.plan--features li .svg-icon {
  color: #265b6f;
  height: 22px;
  max-width: 22px;
  width: 22px;
}

.plan-picker__section-header {
  color: #1f6c80;
  display: block;
  font-size: 18px;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}

.current-cc {
  line-height: 2;
  margin-top: 20px;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  margin-bottom: 120px;
}

.footer {
  bottom: 0;
  color: #505652;
  font-size: 13px;
  font-weight: 400;
  height: 72px;
  left: 0;
  line-height: 1.4;
  margin-top: -120px;
  padding-bottom: 15px;
  padding-top: 33px;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  transition: margin 200ms;
}
body.modal .footer {
  display: none;
}
.footer a {
  color: #505652;
  text-decoration: none;
}
.footer a:focus, .footer a:hover {
  text-decoration: underline;
}

.footer-links::after {
  clear: both;
  content: "";
  display: table;
}
.footer-links li {
  display: inline-block;
}
.footer-links a {
  display: block;
  padding: 0.25em 0.75em;
  text-decoration: none;
}
.footer-links .social {
  padding-left: 25px;
}
.footer-links .social::before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  margin-left: -19px;
  margin-top: -1px;
  position: absolute;
  width: 16px;
}
.footer-links .social.twitter::before {
  background-image: url("/assets/twitter-e5170d97.png");
}
.footer-links .social.github::before {
  background-image: url("/assets/github-718a5d6f.png");
}
@media only screen and (max-width: 50rem) {
  .footer-links {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
  }
  .footer-links a {
    padding-bottom: 0.75em;
    padding-top: 0.75em;
  }
}
@media only screen and (max-width: 41.75rem) {
  .footer-links {
    max-width: 80%;
  }
}
@media only screen and (max-width: 20rem) {
  .footer-links {
    max-width: 90%;
  }
}

.footer-copyright {
  color: #999;
  padding: 20px 0;
}
.footer-copyright a {
  color: #999;
}
.footer-copyright a:focus, .footer-copyright a:hover {
  color: #505652;
}

.tags-column {
  box-sizing: border-box;
  flex: 0 0 max(25%, 220px);
  font-size: 14px;
}
@media only screen and (max-width: 41.75rem) {
  .tags-column {
    flex: 0 0 80vw;
    margin-left: calc(-80vw - 22px);
    max-width: 80vw;
    transition: margin 0.2s;
  }
  .tags-shown .tags-column {
    margin-left: 0;
  }
}
.tags-column * {
  box-sizing: border-box;
}
.tags-column h2 {
  color: var(--muted-text-color);
  margin: 1em 0;
  padding-left: 0.4em;
}
.tags-column ul {
  list-style: none;
}
.tags-column ul li {
  border-bottom: solid 1px #d2d2d2;
  list-style: none;
}
.tags-column ul li:last-child {
  border-bottom: none;
}
.tags-column a.tag {
  display: grid;
  flex-wrap: wrap;
  grid-column-gap: 6px;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  line-height: normal;
  padding: 8px 0.4em 8px 0.4em;
}
.tags-column a.tag:hover, .tags-column a.tag.active {
  background: #fff;
  border-bottom-color: #dadada;
  border-top-color: #ebebeb;
  text-decoration: none;
}
.tags-column a.tag .tag-name {
  color: var(--base-text-color);
  line-height: normal;
  word-break: break-all;
  word-wrap: break-word;
}
.tags-column a.tag .tag-counts {
  align-content: flex-start;
  display: flex;
  flex-wrap: nowrap;
  grid-gap: 6px;
  justify-content: flex-end;
}
.tags-column a.tag .tag-counts:has(> :nth-child(3)) {
  flex-wrap: wrap;
  min-width: 76px;
}
.tags-column a.tag .tag--count {
  align-items: center;
  color: #fff;
  display: flex;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  white-space: nowrap;
}
.tags-column a.tag .tag--count.tag--missing {
  background: url("/assets/sprites/snitches-2043bb2b.svg#missing--mini") center center/auto 100% no-repeat;
}
.tags-column a.tag .tag--count.tag--errored {
  background: url("/assets/sprites/snitches-2043bb2b.svg#errored--mini") center center/auto 100% no-repeat;
}
.tags-column a.tag .tag--count.tag--healthy {
  background: url("/assets/sprites/snitches-2043bb2b.svg#healthy--mini") center center/auto 100% no-repeat;
}
.tags-column a.tag .tag--count.tag--pending {
  background: url("/assets/sprites/snitches-2043bb2b.svg#pending--mini") center center/auto 100% no-repeat;
}
.tags-column a.tag .tag--count.tag--paused {
  background: url("/assets/sprites/snitches-2043bb2b.svg#paused--mini") center center/auto 100% no-repeat;
  margin: 0 -1px;
  min-width: 22px;
}
@media screen and (min-width: 41.8125rem) {
  .tags-column a.tag .tag--count[data-tooltip] {
    overflow: hidden;
    position: relative;
  }
  .tags-column a.tag .tag--count[data-tooltip]::after {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: var(--base-text-color);
    content: attr(data-tooltip);
    font-size: 12px;
    left: 50%;
    opacity: 0;
    padding: 2px 3px;
    position: absolute;
    text-indent: 0;
    text-transform: uppercase;
    top: -0.9em;
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    z-index: 50;
  }
  .tags-column a.tag .tag--count[data-tooltip]:hover {
    overflow: visible;
  }
  .tags-column a.tag .tag--count[data-tooltip]:hover::after {
    opacity: 1;
    top: -1.9em;
  }
}

#tags-toggle {
  display: none;
}
@media only screen and (max-width: 41.75rem) {
  #tags-toggle, #tags-toggle:hover {
    background: transparent;
    border: solid 1px #3b87a1;
    color: #3b87a1;
    display: block;
  }
}

.snitches-sidebar {
  box-sizing: border-box;
  flex: 0 0 max(25%, 220px);
  font-size: 14px;
}
.snitches-sidebar h2 {
  color: var(--muted-text-color);
  margin: 1em 0;
  padding-left: 0.4em;
}
.snitches-sidebar li {
  border-bottom: solid 1px #d2d2d2;
  list-style: none;
}
.snitches-sidebar li:last-child {
  border-bottom: none;
}
.snitches-sidebar a {
  color: #000;
  display: block;
  line-height: 0.1px;
  padding: 8px 0 8px 0.4em;
  position: relative;
  word-break: break-all;
  word-wrap: break-word;
}
.snitches-sidebar a:hover {
  text-decoration: none;
}
.snitches-sidebar span {
  line-height: normal;
}
@media screen and (min-width: 41.8125rem) {
  .snitches-sidebar a:hover,
  .snitches-sidebar .active {
    background: #fff;
    border-bottom-color: #dadada;
    border-top-color: #ebebeb;
  }
}

.tags-row {
  font-size: 16px;
  padding: 0 0 5px 0;
  white-space: normal;
}
.tags-row ul {
  display: inline;
}
.tags-row > a {
  color: #265b6f;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
.tags-row .tag {
  word-break: break-all;
}

.manage-tags {
  padding-right: 7px;
}

.tag-link {
  color: inherit;
  padding: 0;
  text-decoration: none;
}

.tag-no-close .tag-link {
  padding-right: 0.5em;
}

.account--users .account-content .teams-upgrade {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.account--users .account-content .icon-upgrade-teams {
  background-image: url("/assets/upgrade_to_teams-566707d6.svg");
  height: 160px;
  margin: 35px 0 15px;
  width: 160px;
}
.account--users .account-content .users--list {
  margin-bottom: 3em;
}
.account--users .account-content .users--list form {
  padding: 0;
}
.account--users .account-content .invitation {
  color: #505652;
  font-size: 18px;
  height: 38px;
  margin: 10px 10px 10px 0;
}
@media only screen and (max-width: 50rem) {
  .account--users .account-content .invitation {
    width: 70%;
  }
}
.account--users .account-content .invitation .icon-delete {
  margin-top: 10px;
}
.account--users .account-content .account--users-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
.account--users .account-content .account--users-header > * {
  margin: 0;
}
.account--users .account-content .account-user {
  white-space: nowrap;
}
.account--users .account-content .account-user > .avatar,
.account--users .account-content .account-user > span {
  vertical-align: middle;
}
.account--users .account-content .account-user-actions {
  text-align: right;
}
.account--users .account-content .account-user-actions a {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.account--users .account-content .account-user-actions .pipe {
  height: 20px;
  vertical-align: middle;
}
.account--users .account-content .account-user-avatar {
  width: 30px;
}
.account--users .account-content .account-user-avatar .avatar {
  height: 30px;
  width: 30px;
}
.account--users .account-content .account-user-info {
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
}
.account--users .account-content .invitation-button {
  border: 1px solid #c6c6c6;
  color: #265b6f;
}
.account--users .account-content > .list {
  width: 100%;
}
.account--users .account-content > .list tbody tr {
  border-bottom: 1px solid #d2d2d2;
}
.account--users .account-content > .list tbody tr:last-child {
  border-bottom: none;
}
.account--users .account-content > .list td {
  padding-bottom: 8px;
  padding-top: 8px;
  vertical-align: middle;
}
.account--users .account-content > .list th {
  color: #999;
  font-size: 12px;
}
.account--users .account-content > .list .pending {
  color: #999;
}
.account--users .account-content > .list .pending-invite {
  font-style: italic;
}
@supports (font-variation-settings: "ital" 1) {
  .account--users .account-content > .list .pending-invite {
    font-synthesis: none;
    font-variation-settings: "ital" 125;
  }
}

ol.docs-breadcrumbs {
  color: #999;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.docs-content ol.docs-breadcrumbs {
  list-style: none;
  margin-bottom: 0;
}
ol.docs-breadcrumbs li {
  display: inline-block;
  margin-left: 0;
  margin-right: -2px;
}
ol.docs-breadcrumbs li:first-child {
  color: #505652;
}
ol.docs-breadcrumbs li + li::before {
  content: "/";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.docs-content {
  flex: 1 1 auto;
  font-size: 18px;
  width: 44.75rem;
}
@media only screen and (max-width: 41.75rem) {
  .docs-content {
    width: calc(100vw - 2rem);
  }
}
@media only screen and (min-width: 41.8125rem) {
  .docs-content {
    width: calc(940px - 14rem - 4rem);
  }
}
.docs-content h1,
.docs-content h2,
.docs-content h3 {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.docs-content h1 {
  font-size: 28px;
}
.docs-content h1:first-of-type {
  margin-top: 0;
}
.docs-content h2 {
  font-size: 20px;
}
.docs-content h3 {
  font-size: 18px;
}
.docs-content a:not(.button) {
  text-decoration: underline;
}
.docs-content a:not(.button):focus, .docs-content a:not(.button):hover {
  color: #337a95;
}
.docs-content img.screenshot {
  border: 1px solid #d2d2d2;
  display: block;
  height: auto;
  margin: 1em 0;
}
.docs-content p,
.docs-content ul,
.docs-content ol,
.docs-content dl,
.docs-content table {
  margin-bottom: 1.5em;
}
.docs-content li {
  margin-left: 1.3em;
}
.docs-content ul {
  list-style: disc;
}
.docs-content ul li {
  padding-left: 0.5ex;
}
.docs-content ol {
  list-style: decimal;
}
.docs-content ol ol {
  list-style: lower-latin;
  margin-bottom: 0;
}
.docs-content table {
  border: 1px solid #d2d2d2;
  font-size: 13px;
  width: 100%;
}
.docs-content table td,
.docs-content table th {
  vertical-align: top;
}
.docs-content table th {
  background-color: #f3f5f4;
  border: 1px solid #d2d2d2;
  border-top: none;
  font-weight: 600;
  padding: 8px 10px;
  text-transform: uppercase;
}
.docs-content table td {
  border: 1px solid #d2d2d2;
  padding: 8px 10px;
}
.docs-content td table {
  border: none;
  margin: 0;
}
.docs-content td table td {
  border: none;
  padding-left: 0;
  vertical-align: top;
}
.docs-content .doc-steps {
  counter-reset: item;
  list-style: none;
}
.docs-content .doc-steps > li {
  counter-increment: item;
  margin-left: 0;
  margin-top: 0.5em;
  padding-left: 2em;
  position: relative;
}
.docs-content .doc-steps > li::before {
  color: #265b6f;
  content: counter(item) ".";
  display: block;
  font-weight: 600;
  left: 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 1.5em;
}

.docs {
  background-color: #fff;
  background-image: none;
  color: #111;
  line-height: 1.5;
}
.docs .container {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  padding: 3rem 2rem;
}
@media only screen and (max-width: 50rem) {
  .docs .container {
    flex-direction: column-reverse;
    padding: 2rem 1rem;
  }
}
.docs .field-agent-logo {
  float: right;
  height: 125px;
  width: 130px;
}
@media only screen and (max-width: 20rem) {
  .docs .field-agent-logo {
    height: 100px;
    width: 80px;
  }
}
.docs a:focus, .docs a:hover {
  color: #337a95;
}
.docs .button {
  text-decoration: none;
}
.docs .button:focus, .docs .button:hover {
  color: #fff;
}
.docs .cron {
  font-family: "Operator Mono", "SF Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.docs-search-form {
  margin-bottom: 1em;
  padding: 0;
}
.docs-search-form .docs-search-form__label {
  color: #111;
  margin: 0;
}
.docs-search-form .docs-search-form__fields::after {
  clear: both;
  content: "";
  display: table;
}
.docs-search-form .docs-search-form__input,
.docs-search-form .docs-search-form__submit {
  border: 1px solid #d2d2d2;
  border-width: 0 0 1px;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 1;
  padding: 0.25em 0.5em;
}
.docs-search-form .docs-search-form__input:focus, .docs-search-form .docs-search-form__input:hover,
.docs-search-form .docs-search-form__submit:focus,
.docs-search-form .docs-search-form__submit:hover {
  background-color: #f3f5f4;
  border-bottom-color: #999;
}
.docs-search-form .docs-search-form__input {
  transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 10rem;
}
.docs-search-form .docs-search-form__input:invalid {
  width: 7rem;
}
.docs-search-form .docs-search-form__input:valid + .docs-search-form__submit {
  color: #111;
}
.docs-search-form .docs-search-form__submit {
  color: #d2d2d2;
  cursor: pointer;
  transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 2rem;
}

.docs-sidebar-toggle {
  left: -9999px;
  position: absolute;
  top: 0;
}

.docs-sidebar {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 14rem;
}
@media only screen and (max-width: 50rem) {
  .docs-sidebar {
    margin-bottom: 2rem;
    width: 100%;
  }
  .docs-sidebar-toggle:checked + .docs-sidebar .docs-sidebar__toggle-label {
    background-color: #337a95;
    color: #fff;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 50.0625rem) {
  .docs-sidebar {
    margin-top: 4.6rem;
    padding-right: 2rem;
    width: 14rem;
  }
}
.docs-sidebar .docs-sidebar__toggle-label {
  align-items: center;
  background-color: #f3f5f4;
  color: #265b6f;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  margin-bottom: 0;
  padding: 0.5em 1em;
  text-transform: uppercase;
  transition: margin-bottom 100ms;
}
@media only screen and (min-width: 50.0625rem) {
  .docs-sidebar .docs-sidebar__toggle-label {
    display: none;
  }
}
.docs-sidebar .docs-sidebar__toggle-label:focus, .docs-sidebar .docs-sidebar__toggle-label:hover {
  background-color: #e5e9e7;
  color: #337a95;
}
.docs-sidebar .docs-sidebar__toggle-label::before {
  content: "☰";
  font-weight: 800;
  margin-top: -2px;
  padding-right: 0.25rem;
}

.docs-toc {
  font-size: 14px;
  line-height: 1.25;
}
@media only screen and (max-width: 50rem) {
  .docs-toc {
    max-height: 0;
    overflow-y: auto;
    transition: max-height 100ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .docs-toc ul::after {
    clear: both;
    content: "";
    display: table;
  }
  .docs-toc li {
    float: left;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }
  .docs-toc a {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    padding: 0.25em 0.5em;
  }
  .docs-sidebar-toggle:checked + .docs-sidebar .docs-toc {
    max-height: 31rem;
  }
}
@media only screen and (min-width: 50.0625rem) {
  .docs-toc {
    position: sticky;
    top: 1rem;
  }
  .docs-toc a {
    margin: -0.25em 0 -0.25em -0.5em;
    padding: 0.25em 0 0.25em 0.5em;
  }
}
.docs-toc h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.25em;
}
.docs-toc ul {
  list-style: none;
  margin-bottom: 1em;
}
.docs-toc a {
  display: block;
}
.docs-toc a:focus, .docs-toc a:hover {
  background-color: #f3f5f4;
  text-decoration: none;
}

body.blog div.page .pager {
  list-style: none;
  padding: 0;
}
body.blog div.page .pager .older {
  float: left;
}
body.blog div.page .pager .newer {
  float: right;
}
body.blog div.page .blog-nav {
  display: block;
  height: 32px;
  margin: 10px auto;
}
@media only screen and (max-width: 50rem) {
  body.blog div.page .blog-nav {
    border-left: none;
    border-right: none;
    text-align: left;
  }
}
body.blog div.page a.plain {
  color: inherit;
}
body.blog div.page a.plain:hover {
  color: #265b6f;
}
body.blog div.page .post-meta {
  color: #808080;
  font-size: 12px;
}
body.blog div.page .butter-image {
  margin: 2em 0;
}
body.blog div.page p,
body.blog div.page ol,
body.blog div.page ul,
body.blog div.page table,
body.blog div.page .post-meta {
  line-height: 1.4em;
  margin-bottom: 15px;
}
body.blog div.page li ul,
body.blog div.page li ol {
  margin-bottom: 0;
}
body.blog div.page li ol {
  list-style-type: lower-latin;
}
body.blog div.page li li ol {
  list-style-type: lower-roman;
}
body.blog div.page h2 {
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 40px;
}
body.blog div.page h3,
body.blog div.page h4 {
  margin-bottom: 10px;
}
body.blog div.page h3 {
  font-size: 20px;
  margin-top: 25px;
}
body.blog div.page h4 {
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  margin-top: 20px;
}
@supports (font-variation-settings: "ital" 1) {
  body.blog div.page h4 {
    font-synthesis: none;
    font-variation-settings: "ital" 125;
  }
}
body.blog div.page table table {
  border: none;
}
body.blog div.page table table td {
  border: none;
  padding-left: 0;
  vertical-align: top;
}
body.blog div.page b {
  font-weight: 600;
}
body.blog div.page blockquote {
  font-style: italic;
  margin: 1.5em;
}
@supports (font-variation-settings: "ital" 1) {
  body.blog div.page blockquote {
    font-synthesis: none;
    font-variation-settings: "ital" 125;
  }
}

[data-tooltip] {
  position: relative;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  white-space: nowrap;
}
[data-tooltip]:hover::after {
  opacity: 1;
  top: -1.9em;
}

.time-tooltip {
  background: #fff;
  border-radius: 2px;
  color: var(--base-link-color);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  font-size: 12px;
  padding: 2px 3px;
  pointer-events: none;
  position: absolute;
  text-indent: 0;
  width: max-content;
}

.tooltip-arrow {
  background: #fff;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  height: 8px;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
}

.icon-clipboard {
  width: 18px;
}

.svg-icon {
  display: inline-block;
  fill: currentColor;
  height: 20px;
  max-width: 20px;
  width: 100%;
}

.snitch-log {
  padding-top: 15px;
  white-space: pre;
}

@media only screen and (max-width: 500px) {
  .snitch-log {
    white-space: pre-line;
  }
}
body.pages.privacy .container,
body.pages.tos .container {
  margin-top: 1.5em;
}
body.pages.privacy .container h1,
body.pages.tos .container h1 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 5px;
}
body.pages.privacy .container h2,
body.pages.tos .container h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 1.2em;
}
body.pages.privacy .container h3,
body.pages.tos .container h3 {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  margin-top: 1.2em;
}
@supports (font-variation-settings: "ital" 1) {
  body.pages.privacy .container h3,
  body.pages.tos .container h3 {
    font-synthesis: none;
    font-variation-settings: "ital" 125;
  }
}
body.pages.privacy .container h4,
body.pages.tos .container h4 {
  font-size: 14px;
}
body.pages.privacy .container p,
body.pages.privacy .container ul,
body.pages.privacy .container ol,
body.pages.tos .container p,
body.pages.tos .container ul,
body.pages.tos .container ol {
  font-size: 16px;
  line-height: 1.5;
  margin: 1.2em 0;
}
body.pages.privacy .container ul,
body.pages.tos .container ul {
  list-style: disc;
  padding: 0 0 0 21px;
}
body.pages.privacy .container ol,
body.pages.tos .container ol {
  list-style: decimal;
  padding: 0 0 0 21px;
}
body.pages.privacy .container table,
body.pages.tos .container table {
  font-size: 16px;
  width: 100%;
}
body.pages.privacy .container td,
body.pages.tos .container td {
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.5em;
  padding: 8px 0;
}
body.pages.privacy .container tr:last-child td,
body.pages.tos .container tr:last-child td {
  border-bottom: none;
}

body.trials div.topbar {
  margin-bottom: 63px;
}
body.trials div.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
body.trials .plan-picker__plan {
  padding: 0;
  width: 312px;
}
body.trials form#signup-form {
  width: 312px;
}
body.trials form#signup-form label {
  margin-bottom: 0;
}
body.trials form#signup-form h1 {
  font-size: 28px;
  font-weight: 100;
  margin-bottom: 1ex;
  text-align: center;
}
body.trials form#signup-form p {
  line-height: 1.2rem;
  margin-bottom: 1ex;
  text-align: center;
}

.account-basic-info-form .change-password a, label input.textbox-icon,
legend input.textbox-icon,
.modal h3.label input.textbox-icon {
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  padding-left: 32px;
}

body {
  background-color: #f3f5f4;
  background-image: url("/assets/bg-b1f9bf3f.jpg");
  color: #505652;
}
body.heroku-boomerang-loaded {
  margin-top: 32px;
}

body,
button,
input,
textarea {
  font-family: "proxima_vara", "proxima-nova", "Proxima Nova", helvetica, arial, sans-serif;
  -webkit-font-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #265b6f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 600;
}

textarea {
  resize: vertical;
}

.container {
  margin: 0 auto;
  max-width: 940px;
  position: relative;
}
@media (max-width: 59.375rem) {
  .container {
    margin: 30px 10px 0;
  }
}
@media (max-width: 41.75rem) {
  .container {
    margin: 13px 10px 0;
  }
}
.container > .flash:first-child {
  left: unset;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  right: unset;
}
.container > .flash:first-child .alert {
  width: unset;
}

.page {
  margin: 0 auto;
}
@media only screen and (max-width: 50rem) {
  .page {
    max-width: 100%;
  }
}

.flash {
  left: 25%;
  position: inherit;
  width: 50%;
  z-index: 5;
}

.back-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
  text-decoration: none;
}
.back-link::before {
  content: "‹ ";
}
.back-link:focus, .back-link:hover {
  text-decoration: underline;
}

#announcement-banner {
  background-color: #1f6c80;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 10px;
  text-align: center;
  width: 100%;
}
#announcement-banner a {
  color: #fff;
  padding: 10px;
}
#announcement-banner a:hover {
  color: #d8d8d8;
}

.button {
  align-items: center;
  background-color: #337a95;
  border: none;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 600;
  height: min-content;
  justify-content: center;
  max-width: max-content;
  padding: 9px 18px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #265b6f;
  cursor: pointer;
  text-decoration: none;
}
.button--blue {
  background-color: #fff;
  color: #1f6c80;
}
.button--blue:hover {
  background-color: #eee;
}
.button--danger {
  background-color: #b94a48;
}
.button--danger:hover {
  background-color: #b94a48;
}
.button--red {
  background-color: #fff;
  color: #8a1d1b;
}
.button--red:hover {
  background-color: #eee;
}
.button--small {
  font-size: 13px;
  padding: 1.2ex 2ex 1ex;
}
.button--add::before {
  content: "+";
  font-size: 22px;
  line-height: 16px;
  padding-right: 0.5rem;
}

a.disabled {
  cursor: not-allowed;
  opacity: 0.25;
  pointer-events: none;
}

@media only screen and (min-width: 41.8125rem) {
  .button--red:hover,
  .button--blue:hover {
    background-color: #eee;
  }
}
input[disabled=disabled].button {
  border-color: #999;
}

.page-error {
  background-image: linear-gradient(#f3c9c9, #eeb9b9);
  border: 1px solid #d68988;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 #f9dfdf;
  color: #b94a48;
  font-size: 14px;
  font-weight: 600;
  margin: 20px auto 0;
  padding: 10px 0 11px;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

a.action {
  background: #ededed;
  border: 1px solid #c6c6c6;
  color: #265b6f;
  font-size: 12px;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  text-shadow: 0 1px 0 #fff;
}
@media only screen and (min-width: 41.8125rem) {
  a.action {
    font-size: 14px;
  }
}

.hidden {
  display: none;
}

.sr-only {
  border: none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.icon,
.replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media only screen and (min-width: 50.0625rem) {
  .pages.faq .page,
  .pages.support .page,
  .pages.tos .page,
  .pages.privacy .page,
  .pages.downloads .page,
  .blog .page,
  .docs .page {
    width: 650px;
  }
}

hr {
  background: transparent;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  box-sizing: content-box;
  height: 0;
  margin: 1rem 0;
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: "Operator Mono", "SF Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

code,
kbd,
samp {
  background-color: #f3f5f4;
  display: inline-block;
  font-size: 0.875em;
  margin: -0.0625em 0.25em;
  outline: 1px solid #d2d2d2;
  padding: 0.0625em 0.25em;
}
pre > code,
pre > kbd,
pre > samp {
  background-color: #f3f5f4;
  display: block;
  font-size: 14px;
  margin: 0;
  outline: none;
  overflow-x: auto;
  padding: 1rem;
}

.state-danger {
  color: #b94a48;
}

.downloads-apps {
  background-color: #fdfdfd;
  border: 1px solid #dfe1e1;
  padding: 1rem;
}

ul.downloads-list {
  display: block;
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
}

ul.downloads-list .download {
  display: inline-block;
  padding: 1rem;
  text-align: center;
}
ul.downloads-list .download img {
  padding-bottom: 15px;
}

.download-icon,
.download-button {
  display: block;
  padding: 1rem;
}
