@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "proxima_vara";
  src: url("/assets/proxima_vara-webfont-basic-bb6950da53dcb498e9d71d0812727d74a20e9879.woff2") format("woff2-variations"), url("/assets/proxima_vara-webfont-basic-bf38151bcbe9eecf68d2c3238db5c95a754402dd.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";
  src: url("/assets/proxima_vara-webfont-extended-7894abbdf8b6d125e82db80c38533afb3bc4c68e.woff2") format("woff2-variations"), url("/assets/proxima_vara-webfont-extended-6927639e97d14aa6ef52871cf90226da8889d234.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;
}

[data-tooltip]::after, .snitch-list .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 .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);
  }
}
.icon-clipboard {
  background: transparent;
  border: none;
  color: #265b6f;
  display: inline-block;
  padding: 0;
}
.icon-clipboard:active, .icon-clipboard:focus {
  outline: none;
}

.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-ffec57cdb3b2ff7c6ec09ce51ce9677feb6df524.svg");
}
.account-basic-info-form .account-preferences,
.account-basic-info-form .email-preferences {
  margin-bottom: 25px;
}
.account-basic-info-form .form-actions .account-basic-info-form-cancel {
  display: none;
}
.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;
    margin-left: -11px;
    margin-right: -11px;
    overflow: hidden;
    overflow: visible;
  }
  .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%;
    padding-left: 11px;
    padding-right: 11px;
  }
  .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;
    margin-left: -11px;
    margin-right: -11px;
    overflow: hidden;
  }
  .new_account_configuration > .name-and-email > label {
    box-sizing: border-box;
    flex: 0 0 50%;
    padding-left: 11px;
    padding-right: 11px;
  }
}
.modal-wrapper > .modal--api-key {
  width: 360px;
}
.modal-wrapper h1 {
  padding-bottom: 10px;
}
.modal-wrapper p {
  margin: 8px 0;
}
.modal-wrapper [data-tooltip]::after {
  white-space: nowrap;
}
.modal-wrapper .api-modal-text {
  color: #999;
}
.modal-wrapper .delete-actions {
  padding-top: 25px;
}
.modal-wrapper .icon-clipboard {
  vertical-align: middle;
}
.modal-wrapper .key-name-input {
  font-size: 18px;
  margin: 0;
}
.modal-wrapper .token {
  display: inline-block;
  font-family: "Operator Mono", "SF Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  width: 295px;
}
.modal-wrapper .token-background {
  box-sizing: border-box;
  margin: 0 0 8px;
  padding: 22px 10px;
}
.modal-wrapper .token-name {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.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;
}
.confirmation__form .form-actions .links {
  float: left;
  line-height: 38px;
  margin: 0;
  vertical-align: middle;
}
.confirmation__form .form-actions .links a {
  margin: 0;
}

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

.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 .button {
  margin-top: 10px;
  padding: 6px 19px;
}
.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__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;
}
.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;
}

@media screen and (min-width: 35.5rem) {
  .account--api-key__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .account--api-key__header .button {
    margin-top: 0;
  }
  .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;
  }
}
@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;
  }
}
.account--integrations .configured-integrations {
  margin-bottom: 40px;
}
@media screen and (max-width: 35.5rem) {
  .account--integrations .account-content {
    text-align: center;
  }
}

.account--change-plan .heading-1 {
  clear: both;
  padding: 10px 0;
}
.account--change-plan .back {
  padding-bottom: 10px;
}

@media only screen and (max-width: 41.75rem) {
  .change-plan-confirm .row {
    display: flex;
    flex-direction: row;
    margin-left: -44px;
    margin-right: -44px;
    overflow: hidden;
    display: block;
  }
  .change-plan-confirm .plan-picker__plan {
    border-top: none;
  }
  .change-plan-confirm .billing-information {
    margin: 40px auto;
    width: 280px;
  }
}
@media screen and (max-width: 56.25rem) {
  .change-plan-confirm .plan-picker__plan {
    border-top: none;
    margin: 0 auto;
  }
}
.change-plan-confirm .row {
  display: flex;
  flex-direction: row;
  margin-left: -11px;
  margin-right: -11px;
  overflow: hidden;
}
.change-plan-confirm .plan-information,
.change-plan-confirm .billing-information {
  box-sizing: border-box;
  flex: 0 0 50%;
  padding-left: 11px;
  padding-right: 11px;
}
.change-plan-confirm .billing-information {
  padding-top: 13px;
}
.change-plan-confirm .billing-information__price {
  padding-bottom: 20px;
}
.change-plan-confirm__copy {
  padding-bottom: 30px;
}
.change-plan-confirm .plan-price-value {
  position: relative;
  right: 10px;
}
.change-plan-confirm .period {
  position: relative;
  right: 20px;
}
.change-plan-confirm .plan-summary {
  display: none;
}

.page-header {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 25px;
  margin-top: 16px;
  overflow: hidden;
  text-align: center;
}

.account-header-title {
  line-height: 30px;
}

@media only screen and (min-width: 41.8125rem) {
  .page-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .account-header-title,
  .snitch-info {
    overflow: hidden;
    padding-right: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.page-header--snitch .icon {
  display: block;
  margin: 0 auto;
}
.page-header--snitch .snitch-name {
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  vertical-align: top;
}
@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 .snitch-name {
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .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;
  }
}

[data-action=show] .page-header--snitch.with-tags,
[data-action=setup] .page-header--snitch.with-tags {
  align-items: flex-end;
}

.page-header-nav {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: center;
  list-style: none;
}
.page-header-nav a {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}
.page-header-nav a:hover {
  text-decoration: none;
}
.page-header-nav a .text {
  line-height: 1;
}
.page-header-nav li {
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.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 .icon-activity,
.page-header-nav .icon-setup,
.page-header-nav .icon-settings {
  width: auto;
}
.page-header-nav .svg-icon {
  display: block;
  height: 20px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  transition: height 100ms, width 100ms;
  width: 20px;
}
@media only screen and (min-width: 50.0625rem) {
  .page-header-nav .svg-icon {
    height: 30px;
    width: 30px;
  }
}
.page-header-nav .snitches > .svg-icon {
  width: auto;
}
.page-header-nav .text {
  display: block;
  font-size: 0;
}
@media only screen and (min-width: 20.0625rem) {
  .page-header-nav .text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 41.8125rem) {
  .page-header-nav .text {
    font-size: 100%;
  }
}

.account .modal--hidden {
  display: none;
}
.account .confirm-password-modal {
  margin-left: -175px !important;
  width: 350px;
}
@media only screen and (max-width: 41.75rem) {
  .account .confirm-password-modal {
    margin-left: -140px !important;
    width: 280px;
  }
  .account .confirm-password-modal .form-actions {
    padding-bottom: 15px;
  }
  .account .confirm-password-modal .form-actions .button,
  .account .confirm-password-modal .form-actions .close {
    display: block;
    text-align: center;
    width: 100%;
  }
  .account .confirm-password-modal .form-actions .button {
    margin-top: -65px;
  }
  .account .confirm-password-modal .form-actions .close {
    margin-bottom: 0;
    margin-top: 70px;
  }
}
.account .confirm-password-modal .confirm-password-label {
  font-size: 14px;
  font-weight: 400;
}
.account .confirm-password-modal .form-actions {
  padding-top: 0;
}

.edit-alert-email .alert-email {
  font-size: 16px;
  margin: 10px 0;
  padding: 6px;
}

.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 .case--settings {
  margin: 0 auto 3em;
  width: 243px;
}
@media only screen and (min-width: 41.8125rem) {
  .account--plan-billing .case--settings {
    width: 100%;
  }
  .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 .button-text {
  padding-left: 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 .project-information {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.account--plan-billing .project-information .plan-change {
  display: block;
  margin: 10px 0 10px 36px;
}
.account--plan-billing .project-information .plan-icon {
  height: 50px;
  width: 50px;
}
.account--plan-billing .billing-information,
.account--plan-billing .plan-information {
  margin-bottom: 2em;
  min-width: 243px;
}
.account--plan-billing .billing-information {
  /* Billing info summary state */
  /* Billing information update state */
}
.account--plan-billing .billing-information .billing-summary {
  /* List of billing attributes */
  /* Summary for the card uses a mono space font */
}
.account--plan-billing .billing-information .billing-summary .billing-email-list li {
  margin: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account--plan-billing .billing-information .billing-summary dl dt {
  font-weight: 600;
  margin: 12px 0 3px;
}
.account--plan-billing .billing-information .billing-summary dl dt:first-child {
  margin-top: 8px;
}
.account--plan-billing .billing-information .billing-summary dl dd {
  margin: 3px 0;
}
.account--plan-billing .billing-information .billing-summary dl p {
  line-height: 1;
}
.account--plan-billing .billing-information .billing-summary .cc-numbers {
  font-family: "Operator Mono", "SF Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.account--plan-billing .billing-information .update-billing {
  line-height: 12px;
  margin-right: 0;
}
.account--plan-billing .billing-information .update-billing form {
  padding-top: 0;
}
.account--plan-billing .billing-information .update-billing .emails-link {
  padding: 10px 0;
}
.account--plan-billing .billing-information .update-billing .notes-link {
  padding: 10px 0;
}
.account--plan-billing .billing-information .update-billing .billing-notes textarea {
  border: none;
  height: 6em;
  margin-bottom: 0;
  overflow: auto;
  padding: 9px 10px;
  white-space: normal;
}
.account--plan-billing .billing-information .update-billing .billing-notes .hint {
  margin-top: 0;
}
.account--plan-billing .billing-information .update-billing .billing-email {
  line-height: 12px;
  margin-bottom: 0;
}
.account--plan-billing .billing-information .update-billing .billing-email .selectize-input {
  border: none;
  overflow: hidden;
  padding: 8px;
  white-space: normal;
}
.account--plan-billing .billing-information .update-billing .billing-email input:only-child {
  background: url("/assets/field-name-7a46302515d6181c141b8c8ae111a04d915cf33e.svg") 0 center no-repeat;
  background-size: 14px 14px;
  min-width: 100%;
  padding: 0 0 0 22px;
}
.account--plan-billing .billing-information .update-billing .billing-email input:only-child:focus {
  outline: none;
}
.account--plan-billing .billing-information .update-billing .heading-6 {
  font-size: 12px;
}
.account--plan-billing .billing-information .update-billing .form-actions {
  padding-top: 5px;
}
.account--plan-billing .billing-information__header {
  min-height: 80px;
}
.account--plan-billing .billing-information__price {
  position: relative;
  top: 8px;
}
@media only screen and (min-width: 41.8125rem) {
  .account--plan-billing .project-information {
    display: flex;
    flex-direction: row;
    margin-left: -44px;
    margin-right: -44px;
    overflow: hidden;
    align-items: baseline;
  }
  .account--plan-billing .billing-information,
  .account--plan-billing .plan-information {
    box-sizing: border-box;
    flex: 0 0 50%;
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media only screen and (max-width: 50rem) {
  .account--plan-billing .billing-information__header {
    min-height: 0;
  }
}

#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 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  flex: 1 1 auto;
  text-align: center;
}
.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 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #505652;
  border-radius: 3px;
  flex: 1 1 auto;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.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;
}

.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 a {
  display: block;
  font-size: 16px;
}
.dropdown--project a:hover {
  color: #fff;
  text-decoration: none;
}
.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 {
  min-width: 198px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}

.project-background {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  width: 30px;
}
.project-background .icon {
  height: 18px;
  padding: 4px 0 0 6px;
  width: 18px;
}

.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;
}

@media only screen and (min-width: 50.0625rem) {
  .pages.cron_monitoring .marketing-plan-content {
    display: flex;
  }
}
.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-picker__plan__body {
  min-height: auto;
}
.pages.cron_monitoring .marketing-plan-content .plan-picker__plan__body h4 {
  border-bottom: 2px solid #337a95;
  font-size: 18px;
  margin: 4px 0 10px;
  padding-bottom: 3px;
}
.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 {
  margin-bottom: 10px;
}
.pages.cron_monitoring .marketing-plan-content .plan-picker__plan__body li .svg-icon {
  height: 16px;
  width: 16px;
}
.pages.cron_monitoring .marketing-plan-content .plan-picker__plan__footer {
  clear: both;
}
@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;
  padding: 10px 3%;
}
@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;
  justify-content: flex-end;
  padding: 10px 3% 40px;
}
@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 .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;
}
.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-270153a9ed4193949a49a917d7c3dabff489c9ac.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-83f4f132d5c3a6e451160fc775819c7fc506657b.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;
  }
}

.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;
}

.inline-stats {
  color: #111;
  line-height: 1.4;
  padding-bottom: 10px;
  padding-top: 10px;
}
.inline-stats::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 41.8125rem) {
  .inline-stats li {
    float: left;
  }
  .inline-stats li:not(:last-child) {
    border-right: 1px solid #d2d2d2;
    margin-right: 10px;
    padding-right: 10px;
  }
}
.inline-stats li {
  display: block;
}
.inline-stats strong {
  font-weight: 600;
}

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 > a,
body.integrations li.integration .integration-actions > .pipe {
  vertical-align: middle;
}
body.integrations li.integration .integration-actions > a {
  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;
  line-height: 16px;
  padding: 5.5px 12.5px;
}
body.integrations li.integration .pipe {
  height: 20px;
  margin: 0 8px;
}
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;
}

.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-nav {
  padding: 20px 0 25px;
  text-align: center;
}

.invitation-new-account {
  border-right: solid 1px #e9e9e9;
  float: left;
  height: 225px;
  padding-right: 25px;
  padding-top: 30px;
  text-align: left;
  width: 389px;
}
.invitation-new-account .heading-2 {
  padding-bottom: 15px;
}
.invitation-new-account p span {
  display: block;
  padding-bottom: 30px;
}
.invitation-new-account .button.button--invitation {
  float: right;
  padding: 11px 15.2px;
}

.invitation-existing-account {
  float: right;
  height: 225px;
  padding-left: 25px;
  padding-top: 30px;
  text-align: left;
  width: 370px;
}
.invitation-existing-account .invitation-email {
  border: none;
  font-size: 20px;
}
.invitation-existing-account .invitation-password {
  border: none;
  font-size: 20px;
}
.invitation-existing-account .password-label {
  margin-bottom: 30px;
}
.invitation-existing-account .email-label {
  margin-bottom: 0;
}
.invitation-existing-account .button.button--invitation {
  float: right;
}

@media screen and (max-width: 53rem) {
  .invitation-existing-account,
  .invitation-new-account {
    border-right: none;
    float: none;
    height: auto;
    margin: 0 auto;
    max-width: 370px;
    padding: 20px 0 30px;
    width: 80%;
  }
}

.invitation-page-content {
  border-top: solid 1px #e9e9e9;
  float: left;
  height: 200px;
  margin-top: 55px;
  padding-top: 60px;
  text-align: left;
  width: 100%;
}

.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-da50962adb00c577176bff7bd46aa9549afbb52e.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-d83a17956de316f6bfbc3c047fa17b1db1a03542.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-78febd72e4e1bb604c1e928c507bab455d3e352d.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-67f52d9f94534828898d10bd053060848d98e87b.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-86e3b608914da63cbed3d507897e7482b4f0a724.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-fcbb63aaf9e820d0716ee971529e0924c406fff2.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-3406dcff6ab247a2e0cf115d5ba760b5ecdfc221.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-dbca731363a216abad41c6fb928e125162e2af5b.jpg");
  background-size: 100% auto;
}
.pages.landing .testimonials .testimonial .second {
  background-image: url("/assets/testimonials/harry-marr-gocardless-1f21c379b4b6267fa2bd28d091e90f3d5e887def.jpg");
  background-size: 100% auto;
}
.pages.landing .testimonials .testimonial .third {
  background-image: url("/assets/testimonials/kareem-mayan-8ce7b0214139ab414b6455afcd9b1b60ac59c3f9.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;
}

.payment-details {
  margin: 0 auto;
}
.payment-details .heading-1 {
  padding: 30px 0 20px;
  text-align: center;
}
.payment-details p {
  padding: 2px;
  text-align: center;
}
.payment-details .back {
  text-decoration: none;
}
.payment-details .plan-summary {
  display: none;
}
.payment-details .new-case-payment {
  text-align: left;
}
@media only screen and (min-width: 41.8125rem) {
  .payment-details .new-case-payment {
    display: flex;
    flex-direction: row;
    margin-left: -11px;
    margin-right: -11px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 582px;
  }
  .payment-details .new-case-payment__paying, .payment-details .new-case-payment__plan {
    box-sizing: border-box;
    flex: 0 0 50%;
    padding-left: 11px;
    padding-right: 11px;
    width: 50%;
  }
}
.payment-details .new-case-payment label {
  margin-bottom: 4px;
}
.payment-details .new-case-payment__paying__price {
  padding: 40px 0 20px;
}
.payment-details .new-case-payment__paying__price .price,
.payment-details .new-case-payment__paying__price .dollar,
.payment-details .new-case-payment__paying__price .cents {
  color: #8a1c1b;
}
.payment-details .new-case-payment__paying__price .dollar,
.payment-details .new-case-payment__paying__price .cents,
.payment-details .new-case-payment__paying__price .period {
  position: relative;
}
.payment-details .new-case-payment__paying__price .price {
  font-size: 34px;
}
.payment-details .new-case-payment__paying__price .dollar {
  bottom: 8px;
  font-size: 20px;
  left: 3px;
}
.payment-details .new-case-payment__paying__price .cents {
  bottom: 10px;
  font-size: 20px;
}
.payment-details .new-case-payment__paying__price .period {
  color: #999;
  font-size: 12px;
  right: 27px;
}
.payment-details .new-case-payment__paying .form-actions {
  margin-top: 0;
}
.payment-details .new-case-payment p {
  padding-bottom: 35px;
}
.payment-details .new-case-payment .plan-picker__plan {
  padding: 20px 0;
  width: auto;
}

.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%;
  }
}

.popular-plan {
  color: #265b6f;
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}

.pricing {
  color: #8a1c1b;
  font-size: 48px;
  font-weight: 600;
}
.pricing::first-letter {
  font-size: 24px;
  font-weight: 400;
  vertical-align: super;
}
.pricing .dollar {
  vertical-align: middle;
}
.pricing .period {
  color: #999;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.pricing .period::before {
  color: #8a1c1b;
  content: "00";
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 0.8;
}

.plan-content .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;
}

.page .plan-picker {
  padding-left: 0;
}

.plan-picker {
  display: flex;
  margin-bottom: 40px;
}
.plan-picker .best {
  background-color: #fff;
  border-top-color: #337a95;
}
.plan-picker input {
  display: none;
}
.plan-picker__plan {
  border-top: solid 3px transparent;
  list-style: none;
  padding: 20px;
  width: 33.3333333333%;
}
.plan-picker__plan__header {
  min-height: 80px;
  position: relative;
}
.plan-picker__plan__header .plan-icon,
.plan-picker__plan__header .plan-meta {
  display: inline-block;
  vertical-align: middle;
}
.plan-picker__plan__header .plan-name {
  color: #8a1c1b;
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
  position: relative;
  white-space: nowrap;
}
.plan-picker__plan__header .plan-size {
  color: #999;
  font-size: 18px;
  text-transform: uppercase;
}
.plan-picker__plan__header .plan-summary {
  font-size: 14px;
  min-height: 3.3em;
  position: relative;
}
.plan-picker__plan__body {
  min-height: 255px;
  text-align: left;
}
.plan-picker__plan__body .icon,
.plan-picker__plan__body .svg-icon {
  color: #265b6f;
  height: 22px;
  max-width: 22px;
  padding-right: 7px;
  position: relative;
  top: -3px;
  vertical-align: middle;
  width: 22px;
}
.plan-picker__plan__body .icon + span,
.plan-picker__plan__body .svg-icon + span {
  vertical-align: middle;
}
.plan-picker__plan__body li {
  list-style: none;
  padding: 3px;
  vertical-align: middle;
}
.plan-picker__plan__footer {
  text-align: center;
}
.plan-picker__plan--best {
  background-color: #fff;
  border-top: 3px solid #265b6f;
  bottom: 3px;
  position: relative;
}
@media screen and (max-width: 56.25rem) {
  .plan-picker__plan--best {
    border-top: none;
  }
}

.plan-information .plan-picker__plan {
  padding: 0;
  width: 100%;
}

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

body.pages.plans .plan-picker__plan.lone-snitch,
body.cases.new .plan-picker__plan.lone-snitch {
  align-items: center;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  max-width: 700px;
  min-height: 40px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 41.8125rem) {
  body.pages.plans .plan-picker__plan.lone-snitch .plan-picker__plan__header,
  body.pages.plans .plan-picker__plan.lone-snitch .plan-picker__plan__body,
  body.pages.plans .plan-picker__plan.lone-snitch .plan-picker__plan__footer,
  body.cases.new .plan-picker__plan.lone-snitch .plan-picker__plan__header,
  body.cases.new .plan-picker__plan.lone-snitch .plan-picker__plan__body,
  body.cases.new .plan-picker__plan.lone-snitch .plan-picker__plan__footer {
    width: 33.3333333333%;
  }
  body.pages.plans .plan-picker__plan.lone-snitch .plan-picker__plan__body,
  body.cases.new .plan-picker__plan.lone-snitch .plan-picker__plan__body {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    text-align: center;
  }
  body.pages.plans .plan-picker__plan.lone-snitch svg,
  body.cases.new .plan-picker__plan.lone-snitch svg {
    display: none;
  }
}
@media only screen and (max-width: 41.75rem) {
  body.pages.plans .plan-picker__plan.lone-snitch .plan-picker__plan__header,
  body.pages.plans .plan-picker__plan.lone-snitch .plan-picker__plan__body,
  body.pages.plans .plan-picker__plan.lone-snitch .plan-picker__plan__footer,
  body.cases.new .plan-picker__plan.lone-snitch .plan-picker__plan__header,
  body.cases.new .plan-picker__plan.lone-snitch .plan-picker__plan__body,
  body.cases.new .plan-picker__plan.lone-snitch .plan-picker__plan__footer {
    min-width: 295px;
  }
}
body.pages.plans .plan-picker__plan.lone-snitch input[type=radio],
body.cases.new .plan-picker__plan.lone-snitch input[type=radio] {
  display: none;
}
body.pages.plans .plan-picker__plan.lone-snitch .plan-picker__plan__header,
body.cases.new .plan-picker__plan.lone-snitch .plan-picker__plan__header {
  box-sizing: border-box;
  display: inline-block;
  min-height: initial;
}
body.pages.plans .plan-picker__plan.lone-snitch .plan-picker__plan__header .plan-icon,
body.cases.new .plan-picker__plan.lone-snitch .plan-picker__plan__header .plan-icon {
  height: 32px;
  margin-bottom: 0;
  vertical-align: middle;
  width: 32px;
}
body.pages.plans .plan-picker__plan.lone-snitch .plan-picker__plan__header .plan-size,
body.cases.new .plan-picker__plan.lone-snitch .plan-picker__plan__header .plan-size {
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
}
body.pages.plans .plan-picker__plan.lone-snitch .plan-picker__plan__header .plan-name,
body.cases.new .plan-picker__plan.lone-snitch .plan-picker__plan__header .plan-name {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 0;
}
body.pages.plans .plan-picker__plan.lone-snitch .plan-picker__plan__body,
body.cases.new .plan-picker__plan.lone-snitch .plan-picker__plan__body {
  box-sizing: border-box;
  color: #999;
  font-size: 16px;
  font-weight: 600;
  min-height: initial;
}
body.pages.plans .plan-picker__plan.lone-snitch .plan-picker__plan__footer,
body.cases.new .plan-picker__plan.lone-snitch .plan-picker__plan__footer {
  box-sizing: border-box;
  color: #8a1c1b;
  padding: 0 24px;
  text-align: center;
}
body.pages.plans .plan-picker__plan.lone-snitch .plan-picker__plan__footer label,
body.cases.new .plan-picker__plan.lone-snitch .plan-picker__plan__footer label {
  margin-bottom: 0;
}

@media screen and (max-width: 56.25rem) {
  .plans ol.plan-picker,
  .plan-picker__plan,
  .plan-picker__header,
  .plan-picker__body,
  .plan-picker__footer {
    background-color: #f3f5f4;
    border-top: 1px solid #d2d2d2;
    display: block;
    margin: 0 auto;
    max-width: 295px;
    min-width: 295px;
  }
  .plans ol.plan-picker .best,
  .plan-picker__plan .best,
  .plan-picker__header .best,
  .plan-picker__body .best,
  .plan-picker__footer .best {
    background-color: #f3f5f4;
    border-top: 1px solid #d2d2d2;
  }
  .plan-picker__plan {
    margin: 40px auto;
    padding: 20px 0;
    padding-bottom: 0;
  }
  .plan-picker__plan__footer {
    margin: 20px 0;
  }
  .popular-plan {
    display: none;
  }
  .plans ol.plan-picker {
    border-top: none;
  }
  .plan-picker__plan__header {
    min-height: 66px;
    padding-top: 13px;
    position: relative;
  }
  .plan-picker__plan__header .plan-size {
    padding-top: 13px;
  }
  .plan-picker__plan__header .plan-name {
    padding-bottom: 13px;
  }
  .plan-picker__plan__header .plan-summary {
    padding-top: 8px;
  }
  .plan-picker__plan__body {
    min-height: 0;
  }
  .lone-snitch {
    flex-direction: column;
  }
  .lone-snitch__header, .lone-snitch__body, .lone-snitch__footer {
    border: none;
    display: block;
    width: auto;
  }
}
@media only screen and (max-width: 41.75rem) {
  .plan-picker,
  .plan-picker__plan,
  .plan-picker__header,
  .plan-picker__body,
  .plan-picker__footer {
    max-width: 295px;
    min-width: 295px;
    width: 75%;
  }
  .plan_content .need_more {
    position: static;
  }
}
.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;
}

.account--new-account .new-project-info {
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
  padding-bottom: 50px;
}
.account--new-account .new-project-info .heading-1 {
  padding: 30px 0 10px;
  text-align: center;
}
.account--new-account .new-project-info .p-body {
  line-height: 22px;
  text-align: center;
}
.account--new-account .new-project-info .case-name-container {
  margin: 20px auto 0;
  text-align: right;
}
.account--new-account .new-project-info .case-name-container input {
  padding-left: 37px;
}
.account--new-account .new-project-info .case-name-container .icon {
  color: #999;
  left: 7px;
  position: absolute;
  top: 13px;
}
.account--new-account .new-project-info .case-name-container .case-name-alert {
  color: #b94a48;
}
.account--new-account .new-project-info .case-name-text {
  font-size: 13px;
  font-weight: 600;
  padding-top: 10px;
}
.account--new-account .new-project-info input {
  font-size: 20px;
  padding: 7px;
}
.account--new-account .plan-selection__header {
  font-size: 28px;
  margin: 2rem 0;
}

.case-name-label {
  position: relative;
}

@media only screen and (max-width: 41.75rem) {
  .email {
    left: 0;
    position: relative;
    top: 0;
  }
  .heading-1 {
    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 {
  display: inline-block;
  text-decoration: none;
}
.topbar a .setting-icon {
  float: right;
  vertical-align: middle;
}
.topbar a:focus, .topbar a:hover {
  color: #337a95;
}
.topbar a .button {
  font-weight: 400;
  padding: 2px 15px;
}
.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 {
  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-bdd6b133b3ed67a3d0ce8e749f8449e30c70bc14.png") right center/100% auto no-repeat;
  display: block;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
}
@media only screen and (min-width: 41.8125rem) {
  .topbar--signed-out .topbar-brand {
    height: 60px;
    margin: 0;
    width: 200px;
  }
}
.topbar--signed-out .topbar-nav {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media only screen and (min-width: 41.8125rem) {
  .topbar--signed-out .topbar-nav {
    display: block;
    width: auto;
  }
}

.topbar--signed-in .topbar-brand {
  background: url("/assets/dms-hat-7e0a2fb549274e24fd4f0561f59210bc8ba7a96a.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-492ce2afd9e7937ab86f6ee9a84c2a7dae991c2d.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__name {
  padding-left: 15px;
}

.topbar-user__name__text {
  font-size: 0;
  transition: font-size 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (min-width: 20.0625rem) {
  .topbar-user__name__text {
    font-size: 100%;
  }
}

.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,
.topbar-team__name {
  box-sizing: border-box;
  color: #265b6f;
  max-width: 100%;
  white-space: nowrap;
}
.topbar-user__name:hover,
.topbar-team__name:hover {
  text-decoration: none;
}

.topbar-user__name__text,
.topbar-team__name__text {
  display: inline-block;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.topbar-team__name {
  padding-right: 15px;
}

.topbar-nav {
  text-align: right;
}

.topbar-nav-item {
  display: inline-block;
  height: 60px;
  line-height: 30px;
  white-space: nowrap;
}
.topbar-nav-item a {
  padding: 15px 10px;
}

[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;
}

::-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;
  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-7a46302515d6181c141b8c8ae111a04d915cf33e.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-8c85fad5ce808975c6a7b599ce6e72e2f0802647.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-ffec57cdb3b2ff7c6ec09ce51ce9677feb6df524.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-0daa79b81dc3805351b7b7b7ef70851712f33022.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;
}

.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-flex {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 44px 0;
}
.form-actions-flex .button {
  flex-shrink: 0;
  line-height: normal;
}
.form-actions-flex .button-text {
  margin: 0 18px;
  padding: 0;
}
.form-actions-flex div.form-actions--left {
  display: flex;
  flex-direction: row;
  margin-right: auto;
}

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;
}

.links {
  margin: 20px auto 0;
}
.links a {
  color: #3495d3;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 4px;
  text-align: left;
  text-decoration: none;
}

.form-actions {
  clear: both;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 20.0625rem) {
  .form-actions {
    text-align: right;
  }
}
.form-actions .button-text {
  display: block;
  margin: 0 0 1em;
  padding: 0 18px;
  text-align: center;
}
@media only screen and (min-width: 20.0625rem) {
  .form-actions .button-text {
    display: inline-block;
    text-align: left;
  }
}
.form-actions.account-cancel-update {
  font-size: 100%;
}
.form-actions.account-cancel-update span.button-text a {
  text-decoration: none;
}

.modal-wrapper {
  box-sizing: border-box;
  display: inline-block;
  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-44f267eb168a481c2aca6b2d2a46a7a5a9dbda50.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 {
  padding-top: 20px;
}

.modal.account-deletion .form-actions {
  float: left;
}
.modal.account-deletion .form-actions a {
  margin-right: 20px;
}
.modal.account-deletion p {
  color: #999;
}
.modal.account-deletion .permanent-action {
  color: #b94a48;
  margin-bottom: 0;
}

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

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

.snitch-controls ul {
  list-style: none;
}

.snitch-nav {
  display: block;
  margin: 18px auto 10px;
  min-height: 32px;
}
@media only screen and (max-width: 50rem) {
  .snitch-nav {
    border-left: none;
    border-right: none;
  }
}
.snitch-nav a:hover {
  text-decoration: none;
}

.back {
  float: left;
  font-size: 12px;
  margin-top: 3px;
  text-decoration: none;
  text-transform: uppercase;
}
.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;
}

.with-tags .row {
  display: flex;
  flex-direction: row;
  margin-left: -11px;
  margin-right: -11px;
  overflow: hidden;
  overflow: inherit;
}
.with-tags .snitch-list-wrapper {
  box-sizing: border-box;
  flex: 0 0 75%;
  padding-left: 11px;
  padding-right: 11px;
  order: 2;
}

.snitches-index-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  text-align: right;
}
@media only screen and (min-width: 50.0625rem) {
  .snitches-index-header {
    display: block;
  }
}

.snitch-list {
  margin-bottom: 20px;
  width: 100%;
}
.snitch-list .account-header-nav li {
  float: none;
  padding: 0;
}
.snitch-list .svg-icon {
  display: block;
  margin-bottom: 0;
}
.snitch-list .svg-icon:hover + .text {
  opacity: 1;
  top: -1.2em;
}
.snitch-list .text {
  display: inline-block;
  top: 0.4em;
}
.snitch-list .snitch-controls li {
  margin-right: 11px;
  position: relative;
}
.snitch-list .snitch-controls ul {
  display: flex;
}
.snitch-list .snitch-controls .disabled {
  color: #3b87a1;
  opacity: 0.25;
}
.snitch-list .snitch-states {
  margin-left: 10px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.snitch-list td {
  padding: 0 0 0 10px;
}
.snitch-list td:not(.snitch-controls) {
  cursor: pointer;
}
.snitch-list tbody:last-child .snitch {
  border-bottom: none;
}

tr.snitch {
  border-bottom: solid 1px #e9e9e9;
  position: relative;
}
tr.snitch > td {
  padding-bottom: 4px;
}
tr.snitch > td:first-child {
  padding-left: 8px;
}

.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 0 50%;
    padding-left: 22px;
    padding-right: 22px;
  }
}
.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-actions {
  color: #999;
}
.snitch-actions li.disabled {
  color: #3b87a1;
  opacity: 0.25;
}

.led {
  background-image: url("/assets/status-pending-58df607f9d80d6bd1a730dd334270b19f52009a3.svg");
  height: 32px;
  margin: 0 10px 0 0;
  text-decoration: none;
  vertical-align: middle;
  width: 32px;
}

.healthy .led {
  background-image: url("/assets/status-healthy-41ae1f0f324f92b0e18bf9363e5f8321d07fb99c.svg");
}

.missing .led {
  background-image: url("/assets/status-missing-c42ad60eb6257d2001a17b9fd00149b4c2958282.svg");
}

.errored .led {
  background-image: url("/assets/status-errored-40c3779d88caaf77e34845540311afa4bc16ee74.svg");
}

.paused .led {
  background-image: url("/assets/status-paused-1531c481aed324bd6b32dbab1c00d99f0d1b6ad7.svg");
  background-size: 100% auto;
}

.snitches-index .last-checked {
  white-space: nowrap;
}
.snitches-index .name {
  color: inherit;
  display: block;
  min-height: 25px;
  overflow: hidden;
  padding: 14px 0;
}
@media only screen and (min-width: 41.8125rem) {
  .snitches-index .name {
    padding: 10px 0;
  }
}
.snitches-index .name .led {
  float: left;
}
.snitches-index .name .led + span.snitch-name {
  display: block;
  line-height: 1.2;
  margin: 7px 0 0 43px;
}
.snitches-index .snitch.errored .last-checked {
  color: #b94a48;
}
.snitches-index .interval,
.snitches-index .last-checked {
  font-size: 13px;
  padding-top: 4px;
}
.snitches-index .interval {
  color: #8e8e8e;
  font-weight: 100;
}
.snitches-index .snitch-actions,
.snitches-index .snitch-states {
  display: inline-block;
}
.snitches-index .snitch-actions {
  border-right: solid 1px #d5d5d5;
}
.snitches-index .snitch-controls {
  margin-top: 5px;
  text-align: right;
  white-space: nowrap;
}

.snitches .snitch {
  padding-bottom: 15px;
}
.snitches .snitch::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 41.75rem) {
  .snitches .snitch-nav {
    height: 25px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .snitches .snitch-nav .snitch-states {
    display: block;
    float: right;
    height: 25px;
  }
}
.snitches .snitch-nav .snitch-states {
  display: block;
  float: right;
}
.snitches .snitch-nav .snitch-states .icon {
  height: 22px;
  width: 22px;
}
.snitches .snitch-actions {
  text-align: right;
  white-space: nowrap;
}
.snitches .snitch-actions > .icon::after {
  border-bottom: solid 8px #aaa;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

@media only screen and (max-width: 41.75rem) and (hover: none) {
  .snitch-nav {
    margin-bottom: 20px;
  }
  .snitch {
    display: block;
  }
  .width-tags .row {
    width: 180vw;
  }
  .snitches-index .icon {
    margin-top: 0;
  }
  .snitches-index .led {
    margin-right: 10px;
    position: absolute;
    vertical-align: top;
  }
  .snitches-index .name {
    font-size: 18px;
    line-height: 1;
  }
  .snitches-index .snitch-actions,
  .snitches-index .snitch-states {
    vertical-align: middle;
  }
  .snitches-index .snitch-states {
    padding: 0;
  }
  .snitches-index .snitch-states > a:first-child,
  .snitches-index .snitch-states > .icon:first-child {
    margin-left: 0;
  }
  .snitches-index .snitch-states li:last-child {
    margin-right: 0;
  }
  .snitches-index .snitch-nav {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .snitches-index .interval {
    display: inline-block;
    margin-left: 58px;
    padding-bottom: 21px;
    padding-left: 0;
    padding-top: 0;
  }
  .snitches-index .last-checked {
    display: inline-block;
    padding-bottom: 21px;
    padding-top: 0;
  }
  .snitches-index .snitch-controls {
    background: #ededed;
    box-sizing: border-box;
    height: 100%;
    margin-top: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 255px;
  }
  .snitches-index .snitch-controls .icon {
    margin-right: 0;
  }
  .snitches-index .snitch-controls::before {
    background: url("/assets/pull-indicator-c43ce1fb34dc590326ff52fa8e714554a8992fad.svg") 100% center/10px 32px no-repeat;
    content: "";
    height: 32px;
    left: -20px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 10px;
  }
  .snitches-index .snitch-controls::after {
    content: "";
    display: inline-block;
    height: 100%;
    position: relative;
    vertical-align: middle;
    width: 0;
  }
  .snitches-index .snitch-list-wrapper {
    box-sizing: border-box;
    flex: 0 0 100vw;
    padding-left: 11px;
    padding-right: 11px;
  }
  .snitches-index .snitch-list {
    display: block;
    margin: 40px -10px 20px;
  }
  .snitches-index .snitch-list tbody {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100vw;
  }
  .snitches-index .snitch-list .name {
    padding-bottom: 0;
  }
  .snitches-index .snitch {
    margin: 0 -10px;
    padding: 0 255px 0 10px;
    width: 100vw;
  }
  .snitches-index .snitch[data-icons="5"] {
    padding-right: 262px;
  }
  .snitches-index .snitch[data-icons="5"] .snitch-controls {
    width: 262px;
  }
  .snitches-index .snitch td:first-child {
    padding-left: 14px;
  }
}
@media screen and (min-width: 41.8125rem) {
  .snitch-controls {
    width: 270px;
  }
  .vspace {
    display: inline-block;
    padding-top: 4px;
  }
  .pending .vspace,
  .interval .vspace {
    padding-top: 8px;
  }
  .snitches.index .icon {
    overflow: visible;
    position: relative;
  }
  .snitches.index .snitch td {
    padding: 0 0 0 10px;
  }
  .snitches.index .snitch td:not(.snitch-controls) {
    cursor: pointer;
  }
  .snitches.index .snitch-actions {
    margin-left: 35px;
  }
  .snitches.index .snitch-states .icon-mute {
    height: 16px;
    width: 19px;
  }
  .snitches.index .snitch-controls nav {
    white-space: nowrap;
  }
  .snitch-list tbody:nth-child(odd) .snitch td {
    background: rgba(255, 255, 255, 0.4);
  }
  .snitch-list tbody .snitch:hover td {
    background: rgba(255, 255, 255, 0.9);
  }
  .snitch-list tbody .snitch a {
    text-decoration: none;
  }
}
@media only screen and (min-width: 41.8125rem) {
  .snitch-settings .row {
    display: flex;
    flex-direction: row;
    margin-left: -11px;
    margin-right: -11px;
    overflow: hidden;
  }
  .snitch-settings .row > fieldset,
  .snitch-settings .row > .fieldset {
    box-sizing: border-box;
    flex: 0 0 50%;
    padding-left: 11px;
    padding-right: 11px;
    position: relative;
    width: 50%;
  }
}
textarea.notes {
  overflow-y: scroll;
}

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

.plus {
  background-image: url("/assets/plus-260382c6ff54a15376256cfb5a43a710a2a5b1b5.svg");
  color: #2c6c80;
  height: 32px;
  margin-right: 10px;
  vertical-align: inherit;
  width: 32px;
}

.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;
}

.snitch-activity {
  margin: 0;
  z-index: 2;
}
@media only screen and (min-width: 41.8125rem) {
  .snitch-activity {
    display: flex;
    flex-direction: row;
    margin-left: -11px;
    margin-right: -11px;
    overflow: hidden;
  }
}
.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;
    margin-left: -11px;
    margin-right: -11px;
    overflow: hidden;
  }
  .setup-content {
    box-sizing: border-box;
    flex: 0 0 75%;
    padding-left: 11px;
    padding-right: 11px;
    width: 75%;
  }
  .snitches-sidebar {
    box-sizing: border-box;
    flex: 0 0 25%;
    padding-left: 11px;
    padding-right: 11px;
  }
}
.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%;
    padding-left: 22px;
    padding-right: 22px;
  }
}
.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-selection__header {
  color: #666;
  font-size: 36px;
  margin: 40px 0;
  text-align: center;
}
@media only screen and (min-width: 41.8125rem) {
  .plan-selection__header {
    font-size: 40px;
  }
}

.plan-icon {
  background-color: #fff;
  background-size: 100% 100%;
  border: 3px solid #1f6c80;
  border-radius: 50%;
  display: inline-block;
  height: 60px;
  margin-bottom: 10px;
  width: 60px;
}
.plan-icon.the-lone-snitch {
  background-image: url("/assets/plan-the-lone-snitch-d9a6281675c3f4e439c3ec895530fac05be40e14.svg");
}
.plan-icon.little-birdy, .plan-icon.little-birdy-yearly {
  background-image: url("/assets/plan-little-birdy-2b2d20487efba6ad7cabe9da5931ea90f4072bcd.svg");
}
.plan-icon.heroku-beta {
  background-image: url("/assets/plan-heroku-beta-8aaae3d1288d7d2ef6a428f12467609b5817eb48.svg");
}
.plan-icon.private-eye, .plan-icon.private-eye-yearly {
  background-image: url("/assets/plan-private-eye-3f1863cd67a18fbb0dcdf05c40d51ac1a18f1c24.svg");
}
.plan-icon.surveillance-van, .plan-icon.surveillance-van-yearly {
  background-image: url("/assets/plan-surveillance-van-c61dbe998d89b5a33cd58fbc3b7553146c42719e.svg");
}
.plan-icon.kent-allard {
  background-image: url("/assets/plan-kent-allard-1c7d94f1ec54017316ee4ab95a3ffb8ac633e87a.svg");
}
.plan-icon.pro-19 {
  background-image: url("/assets/plan-early-adopter-05be4fa2ca78808fe9c8cf510e333eae65b356f3.svg");
}

.current-plan .icon {
  display: block;
  margin: 0 auto;
}

.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-088707be205be13d403c348205d6222d907cd90f.png");
}
.footer-links .social.github::before {
  background-image: url("/assets/github-b55c8c605773e004947dfc5bf143b2bcf4cd41b6.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;
}

.tag-counts {
  display: inline-block;
}

.tag-count,
.tag-name {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

.tag-count {
  background: #999;
  color: #fff;
  margin: 5px 0.3em 0 0;
  min-width: 0.64em;
  padding: 1px 5px 0;
  text-align: center;
}

.missing_count {
  background: url("/assets/status-missing-mini-df6689d32359b3328913099380b7ef3f39910929.svg") center center/100% 100% no-repeat;
}

.errored_count {
  background: url("/assets/status-errored-mini-3a57cb18dd50b274b59872bc77cdf381250dc185.svg") center center/100% 100% no-repeat;
}

.healthy_count {
  background: url("/assets/status-healthy-mini-9228e99261bf03ec91de56c284a82b9a9e0fc2f0.svg") center center/100% 100% no-repeat;
}

.pending_count {
  background: url("/assets/status-pending-mini-00107f34dbcfd4b46b384131112eddf502d33a4e.svg") center center/100% 100% no-repeat;
}

.paused_count {
  background: url("/assets/status-paused-mini-1f6c1b77b4f79996ffc5b2bc1ddc9249879de6a1.svg") center center/100% 100% no-repeat;
}

.tag-name {
  padding: 1px 0 0;
}

.snitches-sidebar {
  font-size: 14px;
  position: relative;
}
.snitches-sidebar h2 {
  color: #999;
  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 a[data-counts] .tag-counts {
  position: absolute;
  right: 0;
  top: 5px;
}
.snitches-sidebar a::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.snitches-sidebar span {
  line-height: normal;
}
.snitches-sidebar .tag-name {
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tags-row {
  font-size: 16px;
  padding: 5px 0;
  white-space: normal;
}
.tags-row h2,
.tags-row ul {
  display: inline;
}
.tags-row h2 {
  color: #000;
}
.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;
}

#tags-toggle {
  display: none;
}

@media screen and (min-width: 41.8125rem) {
  .tag-count[data-tooltip] {
    overflow: hidden;
    position: relative;
  }
  .tag-count[data-tooltip]::after {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    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;
  }
  .tag-count[data-tooltip]:hover {
    overflow: visible;
  }
  .tag-count[data-tooltip]:hover::after {
    opacity: 1;
    top: -1.9em;
  }
  .missing_count[data-tooltip]::after {
    color: #54c2d2;
  }
  .errored_count[data-tooltip]::after {
    color: #b94a48;
  }
  .healthy_count[data-tooltip]::after {
    color: #85bd2e;
  }
  .pending_count[data-tooltip]::after {
    color: #999;
  }
  .paused_count[data-tooltip]::after {
    color: #f1c400;
  }
  .snitches-sidebar {
    box-sizing: border-box;
    flex: 0 0 25%;
    padding-left: 11px;
    padding-right: 11px;
  }
  .snitches-sidebar a:hover,
  .snitches-sidebar .active {
    background: #fff;
    border-bottom-color: #dadada;
    border-top-color: #ebebeb;
  }
  .drawer-overlay {
    display: none;
  }
  .snitches.index .container {
    position: relative;
  }
  .snitches.index .container::after {
    clear: both;
    content: "";
    display: block;
  }
}
.tags-column ul {
  list-style: none;
}

@media only screen and (max-width: 41.75rem) {
  .tags-shown .tags-column {
    margin-left: 0;
  }
  .tags-column {
    box-sizing: border-box;
    flex: 0 0 80vw;
    padding-left: 11px;
    padding-right: 11px;
    margin-left: -80vw;
    transition: margin 0.2s;
  }
  .tags-column .active {
    background: #fff;
    border-bottom-color: #dadada;
    border-top-color: #ebebeb;
  }
  #tags-toggle, #tags-toggle:hover {
    background: transparent;
    border: solid 1px #3b87a1;
    color: #3b87a1;
    display: block;
  }
  .wrap {
    position: relative;
  }
  .drawer-overlay {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 117px;
    transition: all 0.2s;
    width: 0;
    z-index: -1;
  }
}
.account--users .account-content .teams-upgrade {
  text-align: center;
}
.account--users .account-content .icon-upgrade-teams {
  background-image: url("/assets/upgrade_to_teams-0042853b2dedb91f0304a6004d186ae5d71566a6.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 {
  margin-bottom: 26px;
}
@media only screen and (min-width: 41.8125rem) {
  .account--users .account-content .account--users-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .account--users .account-content .account--users-header .heading-2 {
    margin: 0;
  }
}
.account--users .account-content .account--users-header .button {
  padding: 5px 10px;
}
.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;
  }
}

@media only screen and (max-width: 41.75rem) {
  .subscription.edit .credit-card,
  .subscription.update .credit-card {
    box-sizing: border-box;
    width: 100%;
  }
}

#current-plan td {
  font-weight: 600;
}

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 {
  text-decoration: underline;
}
.docs-content a:focus, .docs-content a: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 {
  background-color: #f3f5f4;
  color: #265b6f;
  cursor: pointer;
  display: inline-block;
  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 .svg-icon {
  height: 0.666em;
}
.docs-sidebar .docs-sidebar__toggle-label:focus, .docs-sidebar .docs-sidebar__toggle-label:hover {
  background-color: #e5e9e7;
  color: #337a95;
}

.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;
}

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

.icon-clipboard {
  width: 18px;
}

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

.svg-icon--small {
  height: 14px;
  max-width: 14px;
}

.icon-mute {
  background-image: url("/assets/icon-mute-5bd4fba6b2ea8d6209c402810d43a1c8f292ebe0.svg");
}

.icon-owner-upgrade {
  background-color: #f3f5f4;
  background-image: url("plan-owner-give.svg");
  border: none;
}

.icon-owner-downgrade {
  background-color: #f3f5f4;
  background-image: url("plan-owner-take.svg");
  border: none;
}

.output-header {
  text-align: center;
}

.snitch-log {
  padding: 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 {
  width: 312px;
}
body.trials form label {
  margin-bottom: 0;
}
body.trials form h1 {
  font-size: 28px;
  font-weight: 100;
  margin-bottom: 1ex;
  text-align: center;
}
body.trials 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-44f267eb168a481c2aca6b2d2a46a7a5a9dbda50.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;
  }
}

.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 {
  background-color: #337a95;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 18px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #265b6f;
  text-decoration: none;
}
.button--action {
  text-shadow: none;
}
.button--blue {
  background-color: #fff;
  color: #1f6c80;
}
.button--danger {
  background-color: #b94a48;
}
.button--danger:hover {
  background-color: #b94a48;
}
.button--red {
  background-color: #fff;
  color: #8a1d1b;
}

.button--small {
  font-size: 13px;
  padding: 1.2ex 2ex 1ex;
}

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;
  }
}
.button-add::before {
  content: "+";
  font-size: 22px;
  padding-right: 10px;
  position: relative;
  top: 2px;
}

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;
  }
}

a.new {
  float: right;
}

.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;
}

.plan-icon {
  background-size: cover;
}

.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;
}
