@charset "UTF-8";
@font-face {
  font-family: "calibre";
  src: url("/static/fonts/CalibreWeb-Regular.woff2") format("woff2"), url("/static/fonts/CalibreWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "calibre-medium";
  src: url("/static/fonts/CalibreWeb-Medium.woff2") format("woff2"), url("/static/fonts/CalibreWeb-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "calibre-light";
  src: url("/static/fonts/CalibreWeb-Light.woff2") format("woff2"), url("/static/fonts/CalibreWeb-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "calibre-semibold";
  src: url("/static/fonts/CalibreWeb-Semibold.woff2") format("woff2"), url("/static/fonts/CalibreWeb-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "calibre-bold";
  src: url("/static/fonts/CalibreWeb-Bold.woff2") format("woff2"), url("/static/fonts/CalibreWeb-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "apercu-mono-bold";
  src: url("/static/fonts/apercu-mono-bold-pro.woff2") format("woff2"), url("/static/fonts/apercu-mono-bold-pro.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "apercu-mono-medium";
  src: url("/static/fonts/apercu-mono-medium-pro.woff2") format("woff2"), url("/static/fonts/apercu-mono-medium-pro.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "apercu-mono-regular";
  src: url("/static/fonts/apercu-mono-regular-pro.woff2") format("woff2"), url("/static/fonts/apercu-mono-regular-pro.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  margin: 0;
  font-family: 'calibre', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%; }

svg {
  max-height: 100%; }

input {
  font-family: 'calibre', sans-serif; }

.border {
  border: 1px solid #F2F2F2; }

.border-light {
  border: 1px solid #F7F7F7; }

.fake-border {
  border: 1px solid transparent; }

.rounded {
  border-radius: 2px; }

.rounded-2 {
  border-radius: 4px; }

.flex, .flex-column-center {
  display: -webkit-flex;
  display: flex; }

.flex-auto {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0; }

.flex-row {
  -webkit-flex-direction: row;
  flex-direction: row; }

.flex-column, .flex-column-center {
  -webkit-flex-direction: column;
  flex-direction: column; }

.flex-grow {
  -webkit-flex-grow: 1;
  flex-grow: 1; }

.flex-noshrink {
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }

.flex-equal {
  flex-grow: 1;
  flex-basis: 0; }

.flex-center, .flex-column-center {
  -webkit-align-items: center;
  align-items: center; }

.flex-baseline {
  align-items: baseline; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-justify {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-justify-space-around {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.flex-justify-center, .flex-column-center {
  -webkit-justify-content: center;
  justify-content: center; }

.flex-justify-between {
  justify-content: space-between; }

.flex-first {
  order: -1; }

.flex-end {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.flex-baseline {
  -webkit-align-items: baseline;
  align-items: baseline; }

.flex-none {
  -webkit-flex: none;
  flex: none; }

@media (min-width: 52em) {
  .md-flex {
    display: -webkit-flex;
    display: flex; } }

@media (min-width: 64em) {
  .lg-flex {
    display: -webkit-flex;
    display: flex; } }

/*

  Basscss
  http://basscss.com

  438 B
  57 Rules
  57 Selectors
  67 Declarations
  Generated with http://basscss.com/customize

*/
.container {
  max-width: 64em;
  margin-left: auto;
  margin-right: auto; }

.col {
  float: left;
  box-sizing: border-box; }

.col-right {
  float: right;
  box-sizing: border-box; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media (min-width: 40em) {
  .sm-col {
    float: left;
    box-sizing: border-box; }
  .sm-col-right {
    float: right;
    box-sizing: border-box; }
  .sm-col-1 {
    width: 8.33333%; }
  .sm-col-2 {
    width: 16.66667%; }
  .sm-col-3 {
    width: 25%; }
  .sm-col-4 {
    width: 33.33333%; }
  .sm-col-5 {
    width: 41.66667%; }
  .sm-col-6 {
    width: 50%; }
  .sm-col-7 {
    width: 58.33333%; }
  .sm-col-8 {
    width: 66.66667%; }
  .sm-col-9 {
    width: 75%; }
  .sm-col-10 {
    width: 83.33333%; }
  .sm-col-11 {
    width: 91.66667%; }
  .sm-col-12 {
    width: 100%; } }

@media (min-width: 52em) {
  .md-col {
    float: left;
    box-sizing: border-box; }
  .md-col-right {
    float: right;
    box-sizing: border-box; }
  .md-col-1 {
    width: 8.33333%; }
  .md-col-2 {
    width: 16.66667%; }
  .md-col-3 {
    width: 25%; }
  .md-col-4 {
    width: 33.33333%; }
  .md-col-5 {
    width: 41.66667%; }
  .md-col-6 {
    width: 50%; }
  .md-col-7 {
    width: 58.33333%; }
  .md-col-8 {
    width: 66.66667%; }
  .md-col-9 {
    width: 75%; }
  .md-col-10 {
    width: 83.33333%; }
  .md-col-11 {
    width: 91.66667%; }
  .md-col-12 {
    width: 100%; } }

@media (min-width: 64em) {
  .lg-col {
    float: left;
    box-sizing: border-box; }
  .lg-col-right {
    float: right;
    box-sizing: border-box; }
  .lg-col-1 {
    width: 8.33333%; }
  .lg-col-2 {
    width: 16.66667%; }
  .lg-col-3 {
    width: 25%; }
  .lg-col-4 {
    width: 33.33333%; }
  .lg-col-5 {
    width: 41.66667%; }
  .lg-col-6 {
    width: 50%; }
  .lg-col-7 {
    width: 58.33333%; }
  .lg-col-8 {
    width: 66.66667%; }
  .lg-col-9 {
    width: 75%; }
  .lg-col-10 {
    width: 83.33333%; }
  .lg-col-11 {
    width: 91.66667%; }
  .lg-col-12 {
    width: 100%; } }

/* Layout helpers */
.full-height {
  height: 100vh; }

.relative {
  position: relative; }

.sticky {
  position: -webkit-sticky;
  position: sticky; }

.inline {
  display: inline; }

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

.block {
  display: block; }

.border-box {
  box-sizing: border-box; }

.hide {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.overflow-y-scroll {
  overflow-y: auto; }

.flipx {
  transform: scaleX(-1); }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.no-outline {
  outline: 0; }

.pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.lonely-form {
  width: 320px; }

.blue-text {
  color: #1A6CE7; }

.break-word {
  word-break: break-word; }

.strike {
  text-decoration: line-through; }

.capitalize {
  text-transform: capitalize; }

.caps {
  text-transform: uppercase; }

.track {
  letter-spacing: 0.025em; }

.italic {
  font-style: italic; }

.nowrap {
  white-space: nowrap; }

.sentence-case:first-letter {
  text-transform: capitalize; }

.dot-underline {
  border-bottom: 1px dotted currentcolor; }

.smooth {
  -webkit-font-smoothing: antialiased; }

.tabular-figures {
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum"; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.clip {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap; }

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.left-align {
  text-align: left; }

.center {
  text-align: center; }

.list-reset {
  list-style: none;
  padding-left: 0; }

.p {
  line-height: 1.5; }

.p-small {
  line-height: 1.25; }

.u-graph-lineheight {
  line-height: 18px; }

.lineheight-title {
  line-height: 24px; }

.calibre-light {
  font-family: "calibre-light"; }

.calibre {
  font-family: "calibre"; }

.calibre-medium {
  font-family: "calibre-medium"; }

.calibre-semibold {
  font-family: "calibre-semibold"; }

.calibre-bold {
  font-family: "calibre-bold"; }

.mono {
  font-family: "apercu-mono-regular"; }

.mono-semibold {
  font-family: "apercu-mono-medium"; }

.mono-bold {
  font-family: "apercu-mono-bold"; }

.mono.apercu {
  font-family: "apercu-mono-regular";
  font-variant-ligatures: none !important; }

.h6 {
  font-size: 10px; }

.h5 {
  font-size: 12px; }

.h4 {
  font-size: 13px; }

.h3 {
  font-size: 18px; }

.h2 {
  font-size: 24px; }

.h1 {
  font-size: 36px; }

.h16 {
  font-size: 16px; }

.h15 {
  font-size: 15px; }

.h18 {
  font-size: 18px; }

.normal {
  font-weight: normal; }

.lineheight-066 {
  line-height: 16px; }

.lineheight-1 {
  line-height: 24px; }

.lineheight-2 {
  line-height: 30px; }

.lineheight-3 {
  line-height: 36px; }

.lineheight-4 {
  line-height: 48px; }

.under {
  text-decoration: underline; }

.underline:hover {
  text-decoration: underline; }

.measured-p {
  max-width: 40em; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.w1 {
  width: 6px; }

.w2 {
  width: 12px; }

.w3 {
  width: 24px; }

.w4 {
  width: 36px; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.my0 {
  margin-top: 0;
  margin-bottom: 0; }

.mx0 {
  margin-right: 0;
  margin-left: 0; }

.m1 {
  margin: 6px; }

.mt1 {
  margin-top: 6px; }

.mr1 {
  margin-right: 6px; }

.mb1 {
  margin-bottom: 6px; }

.ml1 {
  margin-left: 6px; }

.my1 {
  margin-top: 6px;
  margin-bottom: 6px; }

.mx1 {
  margin-right: 6px;
  margin-left: 6px; }

.m2 {
  margin: 12px; }

.mt2 {
  margin-top: 12px; }

.mr2 {
  margin-right: 12px; }

.mb2 {
  margin-bottom: 12px; }

.ml2 {
  margin-left: 12px; }

.my2 {
  margin-top: 12px;
  margin-bottom: 12px; }

.mx2 {
  margin-right: 12px;
  margin-left: 12px; }

.m3 {
  margin: 24px; }

.mt3 {
  margin-top: 24px; }

.mr3 {
  margin-right: 24px; }

.mb3 {
  margin-bottom: 24px; }

.ml3 {
  margin-left: 24px; }

.my3 {
  margin-top: 24px;
  margin-bottom: 24px; }

.mx3 {
  margin-right: 24px;
  margin-left: 24px; }

.m4 {
  margin: 36px; }

.mt4 {
  margin-top: 36px; }

.mr4 {
  margin-right: 36px; }

.mb4 {
  margin-bottom: 36px; }

.ml4 {
  margin-left: 36px; }

.my4 {
  margin-top: 36px;
  margin-bottom: 36px; }

.mx4 {
  margin-right: 36px;
  margin-left: 36px; }

.p1 {
  padding: 6px; }

.pt1 {
  padding-top: 6px; }

.pr1 {
  padding-right: 6px; }

.pb1 {
  padding-bottom: 6px; }

.pl1 {
  padding-left: 6px; }

.py1 {
  padding-top: 6px;
  padding-bottom: 6px; }

.px1 {
  padding-right: 6px;
  padding-left: 6px; }

.p2 {
  padding: 12px; }

.pt2 {
  padding-top: 12px; }

.pr2 {
  padding-right: 12px; }

.pb2 {
  padding-bottom: 12px; }

.pl2 {
  padding-left: 12px; }

.py2 {
  padding-top: 12px;
  padding-bottom: 12px; }

.px2 {
  padding-right: 12px;
  padding-left: 12px; }

.p3 {
  padding: 24px; }

.pt3 {
  padding-top: 24px; }

.pr3 {
  padding-right: 24px; }

.pb3 {
  padding-bottom: 24px; }

.pl3 {
  padding-left: 24px; }

.py3 {
  padding-top: 24px;
  padding-bottom: 24px; }

.px3 {
  padding-right: 24px;
  padding-left: 24px; }

.p4 {
  padding: 36px; }

.pt4 {
  padding-top: 36px; }

.pr4 {
  padding-right: 36px; }

.pb4 {
  padding-bottom: 36px; }

.pl4 {
  padding-left: 36px; }

.py4 {
  padding-top: 36px;
  padding-bottom: 36px; }

.px4 {
  padding-right: 36px;
  padding-left: 36px; }

.standard-text-input::-webkit-input-placeholder {
  line-height: normal !important; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
form {
  margin: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*

Popovers live here

Even custom ones

*/
.popover {
  position: absolute;
  z-index: 1000;
  padding: 12px 20px;
  text-align: left;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  max-height: 300px;
  box-shadow: 0 4px 20px rgba(44, 48, 59, 0.17), 0 2px 4px rgba(44, 48, 59, 0.2); }

.popover-enter,
.tooltip-enter {
  opacity: 0; }

.popover-enter.popover-enter-active,
.tooltip-enter.tooltip-enter-active {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in, -webkit-transform 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in, transform 0.15s ease-in;
  transition: opacity 0.15s ease-in, transform 0.15s ease-in; }

.popover-leave.popover-leave-active,
.tooltip-leave.tooltip-leave-active {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in, -webkit-transform 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in, transform 0.15s ease-in;
  transition: opacity 0.15s ease-in, transform 0.15s ease-in; }

.diffSelection {
  border: 2px solid #1A6CE7; }

.diffSelection-actions {
  background-color: rgba(26, 108, 231, 0.66); }

.diffSelection-transition-only, .diffSelection, .diffSelection-actions {
  -webkit-transition: width 0.125s ease, height 0.125s ease, top 0.125s ease, left 0.125s ease;
  -moz-transition: width 0.125s ease, height 0.125s ease, top 0.125s ease, left 0.125s ease;
  -o-transition: width 0.125s ease, height 0.125s ease, top 0.125s ease, left 0.125s ease;
  transition: width 0.125s ease, height 0.125s ease, top 0.125s ease, left 0.125s ease; }

.diffSelection-cellEditor {
  width: 100%;
  box-sizing: border-box;
  padding-left: 3px;
  border: none;
  outline: none;
  font-family: calibre; }

.headerHighlight {
  position: absolute;
  z-index: 5000;
  pointer-events: none;
  -webkit-transition: width 0.175s ease-out, height 0.175s ease-out, top 0.175s ease-out, left 0.175s ease-out;
  -moz-transition: width 0.175s ease-out, height 0.175s ease-out, top 0.175s ease-out, left 0.175s ease-out;
  -o-transition: width 0.175s ease-out, height 0.175s ease-out, top 0.175s ease-out, left 0.175s ease-out;
  transition: width 0.175s ease-out, height 0.175s ease-out, top 0.175s ease-out, left 0.175s ease-out; }

.headerHighlight-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #777D8C;
  opacity: 0.11; }

.resize-handle-col,
.resize-handle-row,
.range-options-col {
  position: absolute;
  z-index: 1000; }

.resize-handle-col {
  cursor: col-resize; }

.range-options-col {
  cursor: pointer; }

.errorManager-container {
  position: fixed;
  z-index: 10001;
  transform: translate3d(0, 56px, 0);
  top: 20px;
  width: 100%;
  height: 240px;
  text-align: center;
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.87, -0.41, 0.19, 1.44), transform 600ms cubic-bezier(0.87, -0.41, 0.19, 1.44); }

.errorManager-container.hidden {
  transform: translate3d(0, 24px, 0);
  opacity: 0;
  overflow: hidden;
  pointer-events: none; }

.errorManager-message {
  display: inline-block;
  padding: 12px 24px;
  background-color: white;
  border-radius: 8px;
  color: #2C303B;
  font-size: 16px;
  box-shadow: 0 8px 52px rgba(52, 56, 59, 0.075);
  font-family: "calibre-medium";
  border: 1px solid #EDEDED; }

.avatar {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-sizing: border-box;
  background: white;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: default;
  color: #777D8C;
  font-family: calibre-medium;
  line-height: 0; }

.avatar-small {
  width: 24px;
  height: 24px;
  font-size: 13px; }

.avatar-large {
  width: 36px;
  height: 36px;
  font-size: 15px; }

.avatar-border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px; }

.settings-message-enter,
.settings-message-appear {
  opacity: 0.01; }

.settings-message-enter.settings-message-enter-active,
.settings-message-appear.settings-message-appear-active {
  opacity: 1;
  transition: opacity 150ms ease-in; }

.settings-message-exit {
  opacity: 1; }

.settings-message-exit.settings-message-exit-active {
  opacity: 0.01;
  transition: opacity 150ms ease-in; }

.project-file-list-enter {
  transform: translate3d(-100%, 0, 0); }

.project-file-list-enter.project-file-list-enter-active {
  transform: translate3d(0, 0, 0);
  transition: transform 200ms ease-out; }

.project-file-list-exit {
  transform: translate3d(0, 0, 0); }

.project-file-list-exit-active {
  transform: translate3d(-100%, 0, 0);
  transition: transform 150ms ease-in; }

.tab-fade-enter {
  position: absolute;
  z-index: 1;
  left: 10px;
  transition: opacity 140ms ease-in;
  opacity: 0; }

.tab-fade-enter.tab-fade-enter-active {
  opacity: 1; }

.tab-fade-exit {
  transition: opacity 140ms ease-in;
  opacity: 1; }

.tab-fade-exit.tab-fade-exit-active {
  opacity: 0; }

.top-bar-enter {
  overflow: hidden; }

.top-bar-enter > * {
  transition: all 250ms ease-out;
  opacity: 0;
  transform: translate(0, -12px); }

.top-bar-enter.top-bar-enter-active > * {
  opacity: 1;
  transform: none; }

.top-bar-exit {
  overflow: hidden;
  /* don't draw over tabs when animating out */ }

.top-bar-exit > * {
  transition: all 250ms ease-in; }

.top-bar-exit.top-bar-exit-active > * {
  opacity: 0;
  transform: translate(0, -36px); }

.actions-popover-enter {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44); }

.actions-popover-enter.actions-popover-enter-active {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.actions-popover-exit {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.actions-popover-exit-active {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44); }

.transition-opacity {
  transition: opacity 140ms ease-in; }

.query-message-enter {
  opacity: 0;
  transform: translate3d(0, -4px, 0);
  transition: opacity 200ms ease, transform cubic-bezier(0.87, -0.41, 0.19, 1.44); }

.query-message-enter.query-message-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.query-message-exit {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 200ms ease, transform 200ms cubic-bezier(0.87, -0.41, 0.19, 1.44); }

.query-message-exit.query-message-exit-active {
  transform: translate3d(0, -4px, 0);
  opacity: 0; }

.start-contents-enter {
  transition: transform 300ms ease, opacity 300ms linear;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0.95); }

.start-contents-enter.start-contents-enter-active {
  opacity: 1;
  transform: scale(1); }

.start-contents-exit {
  transition: transform 300ms ease, opacity 300ms linear;
  opacity: 1;
  transform: scale(1); }

.start-contents-exit.start-contents-exit-active {
  opacity: 0;
  transform: scale(0.95); }

.schema-card-enter {
  opacity: 0; }

.schema-card-enter.schema-card-enter-active {
  opacity: 1; }

.schema-card-exit {
  opacity: 1; }

.schema-card-exit.schema-card-exit-active {
  opacity: 0; }

.query-flash-enter {
  opacity: 0;
  transition: opacity 200ms ease-in; }

.query-flash-enter.query-flash-enter-active {
  opacity: 1; }

.query-flash-exit {
  opacity: 1;
  transition: opacity 200ms ease-in; }

.query-flash-exit.query-flash-exit-active {
  opacity: 0; }

.query-truncated-copy-enter {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 200ms ease, transform 200ms cubic-bezier(0.87, -0.41, 0.19, 1.44); }

.query-truncated-copy-enter.query-truncated-copy-enter-active {
  transform: translate3d(0, 0, 0);
  opacity: 0.95; }

.query-truncated-copy-exit {
  transform: translate3d(0, 0, 0);
  opacity: 0.95;
  transition: opacity 200ms ease, transform 200ms cubic-bezier(0.87, -0.41, 0.19, 1.44); }

.query-truncated-copy-exit.query-truncated-copy-exit-active {
  transform: translate3d(0, 20px, 0);
  opacity: 0; }

@keyframes scroll-bobble {
  0% {
    transform: translate3d(0, 4px, 0); }
  50% {
    transform: translate3d(0, -4px, 0); }
  100% {
    transform: translate3d(0, 4px, 0); } }

.hero-scroll-bobble {
  animation: scroll-bobble 3s infinite; }

@keyframes header-loading-bar-loading {
  0% {
    transform: translateX(0) scaleX(0); }
  50% {
    transform: translateX(0) scaleX(1); }
  100% {
    transform: translateX(100%) scaleX(0); } }

.header-loading-bar {
  width: 100%;
  left: 0;
  transform-origin: 0 0; }

.header-loading-bar-idle {
  opacity: 0; }

.header-loading-bar-finished {
  opacity: 0;
  transform: translateX(0) scaleX(1);
  transition: transform 3s, opacity 1s; }

.header-loading-bar-loading {
  opacity: 1;
  animation: header-loading-bar-loading  3s infinite; }

.source-syncing-pulse {
  transform-origin: 50%;
  animation: source-syncing-pulse-animation 3s infinite; }

@keyframes source-syncing-pulse-animation {
  0% {
    transform: scale(0.25); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.25); } }

@keyframes growShrink {
  0% {
    transform: scale(0.6); }
  50% {
    transform: scale(0.9); }
  100% {
    transform: scale(0.6); } }

@keyframes savingDots {
  0% {
    transform: scale(0.6); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.6); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@keyframes from0to360 {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

@keyframes from360to0 {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }

.cm-s-nu {
  color: #E6E6E6;
  background: transparent;
  font-size: 13px;
  line-height: 20px;
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace !important; }

.cm-s-nu span.cm-comment {
  color: #75715e; }

.cm-s-nu span.cm-atom {
  color: #ae81ff; }

.cm-s-nu span.cm-number {
  color: #ae81ff; }

.cm-s-nu span.cm-property,
.cm-s-nu span.cm-attribute {
  color: #CC48F7; }

.cm-s-nu span.cm-keyword {
  color: #FF4E74; }

.cm-s-nu span.cm-builtin {
  color: #66d9ef; }

.cm-s-nu span.cm-string {
  color: #5E6573; }

.cm-s-nu span.cm-variable,
.cm-s-nu span.cm-variable-2,
.cm-s-nu span.cm-variable-3 {
  color: #CC48F7; }

.cm-s-nu span.cm-def {
  color: #277AFA; }

.cm-s-nu span.cm-bracket {
  color: #E6E6E6; }

.cm-s-nu span.cm-tag {
  color: #FF4E74; }

.cm-s-nu span.cm-header {
  color: #ae81ff; }

.cm-s-nu span.cm-link {
  color: #ae81ff; }

.cm-s-nu span.cm-error {
  background: #f92672;
  color: #f8f8f0; }

.cm-s-nu .CodeMirror-cursor {
  border-left: 1px solid #5E6573; }

.cm-s-nu div.CodeMirror-selected {
  background: rgba(171, 215, 255, 0.8); }

.cm-s-nu .CodeMirror-gutters {
  background-color: white;
  min-width: 41px;
  border-right: 0; }

.cm-s-nu .CodeMirror-linenumber {
  color: #E6E6E6;
  cursor: default; }

.cm-s-nu .CodeMirror-matchingbracket {
  color: #fff !important;
  background: #555 !important; }

.cm-s-sql {
  color: #484D52 !important;
  background: transparent !important;
  font-size: 13.5px;
  line-height: 18px;
  font-family: apercu-mono-regular, Menlo, Monaco, Consolas, "Courier New", monospace !important; }

.CodeMirror pre {
  font-variant-ligatures: none !important; }

.cm-s-sql .CodeMirror-line,
.cm-s-sql .CodeMirror-placeholder {
  padding-left: 15px !important; }

.cm-s-sql span.cm-comment {
  color: #9EA4B0; }

.cm-s-sql span.cm-number,
.cm-s-sql span.cm-atom {
  color: #35AE91; }

.cm-s-sql span.cm-keyword {
  color: #02A0F9; }

.cm-s-sql span.cm-parameter {
  color: #dca900; }

.cm-s-sql span.cm-string {
  color: #CE3F7E; }

.cm-s-sql span.cm-builtin,
.cm-s-sql span.cm-string-2 {
  color: #35AE91; }

.cm-s-sql span.cm-variable,
.cm-s-sql span.cm-variable-3 {
  color: #C926AF; }

.cm-s-sql span.cm-bracket {
  color: #9EA4B0; }

.cm-s-sql .CodeMirror-cursor {
  border-left: 1px solid #5E6573; }

.cm-s-sql div.CodeMirror-selected {
  background: rgba(171, 215, 255, 0.8); }

.cm-s-sql .CodeMirror-gutters {
  background-color: white;
  min-width: 40px;
  border-right: 0; }

.cm-s-sql .CodeMirror-linenumber {
  font-size: 13px;
  color: #BEC2CC;
  cursor: default;
  top: 1px;
  padding-left: 22px;
  padding-right: 26px;
  border-right: 1px solid #F5F7FA; }

.cm-s-sql .CodeMirror-activeline .CodeMirror-linenumber {
  color: #5E6573; }

.cm-s-sql .CodeMirror-activeline-background {
  background: none; }

.cm-s-sql .CodeMirror-nonmatchingbracket {
  color: #484D52 !important; }

.cm-s-sql .CodeMirror-matchingbracket {
  color: #2C303B !important;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.cm-s-sql .syntax-error {
  background: #ffe6ab; }

.cm-s-sql .query-range {
  background: linear-gradient(to right, #457CFF 4px, #fff 4px); }

.cm-s-sql .query-range-span {
  background: #F0F4FF; }

.cm-s-sql .query-range-span:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.cm-s-sql .query-range-span:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.cm-s-sql .top-pane {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 60px;
  width: 100%; }

.cm-s-sql .top-pane .db-switcher {
  left: 17px;
  position: relative;
  display: inline-block;
  color: #777D8C; }

.cm-s-sql .top-pane .db-switcher.enabled {
  left: 11px;
  padding: 4px 6px;
  border-radius: 4px;
  cursor: pointer; }

.cm-s-sql .top-pane .db-switcher.enabled:hover, .cm-s-sql .top-pane .db-switcher.enabled.popover-active {
  background-color: #F7F7F7;
  color: #2C303B; }

.cm-s-sql .top-pane .db-switcher-text {
  font-family: "calibre-medium";
  font-size: 15px; }

.cm-s-sql .top-pane .db-switcher-text-missing {
  color: #D3132F; }

.cm-s-sql .top-pane .db-switcher.enabled .db-switcher-error {
  top: 4px; }

.cm-padding-left-16 .CodeMirror-line,
.cm-padding-left-16 .CodeMirror-placeholder {
  padding-left: 16px; }

.cm-padding-left-48 .CodeMirror-line,
.cm-padding-left-48 .CodeMirror-placeholder {
  padding-left: 48px; }

.cm-padding-left-64 .CodeMirror-line,
.cm-padding-left-64 .CodeMirror-placeholder {
  padding-left: 64px; }

.sql-readonly .CodeMirror-lines {
  cursor: default; }

.sql-readonly .CodeMirror-cursor {
  visibility: hidden; }

body > .CodeMirror-hints {
  max-height: 208px;
  z-index: 9998;
  /* 1 less than modals */
  background: #FAFAFA;
  border: 1px solid #EEF0F3;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(52, 56, 59, 0.125);
  margin-left: -17px; }

body > .CodeMirror-hints .CodeMirror-hint {
  max-width: 400px;
  min-width: 300px;
  white-space: normal;
  padding-top: 6px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px !important;
  border-left: 4px solid transparent;
  font-variant-ligatures: none !important; }

body > .CodeMirror-hints .CodeMirror-hint:first-child {
  border-top: none; }

body > .CodeMirror-hints .CodeMirror-hint:last-child {
  border-bottom: none; }

body > .CodeMirror-hints .CodeMirror-hint .label {
  font-size: 13.5px;
  line-height: 16px;
  margin-bottom: 2px;
  color: #484D52;
  font-family: apercu-mono-medium !important; }

body > .CodeMirror-hints .CodeMirror-hint .typetag {
  margin-right: 4px;
  font-family: calibre-medium !important;
  font-size: 15px; }

body > .CodeMirror-hints .CodeMirror-hint .typetag.table,
body > .CodeMirror-hints .CodeMirror-hint .typetag.field,
body > .CodeMirror-hints .CodeMirror-hint .typetag.column,
body > .CodeMirror-hints .CodeMirror-hint .typetag.globalColumn {
  color: #c926af; }

body > .CodeMirror-hints .CodeMirror-hint .typetag.alias {
  color: #ED6400; }

body > .CodeMirror-hints .CodeMirror-hint .typetag.function {
  color: #35AE91; }

body > .CodeMirror-hints .CodeMirror-hint .typetag.keyword {
  color: #457CFF; }

body > .CodeMirror-hints .CodeMirror-hint .typetag.joinSuggestion {
  color: #457CFF; }

body > .CodeMirror-hints .CodeMirror-hint .typetag.parameter {
  color: #DCA900; }

body > .CodeMirror-hints .CodeMirror-hint .typetag.as {
  color: #ED6400; }

body > .CodeMirror-hints .CodeMirror-hint .desc-row {
  display: flex; }

body > .CodeMirror-hints .CodeMirror-hint .desc {
  font-size: 15px;
  line-height: 18px;
  color: #6B6F73;
  font-family: calibre !important;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

body > .CodeMirror-hints .CodeMirror-hint .desc > .desclink:link,
body > .CodeMirror-hints .CodeMirror-hint .desc > .desclink:visited {
  margin-left: 8px;
  color: #9EA4B0;
  text-decoration: underline; }

body > .CodeMirror-hints .CodeMirror-hint .desc > .desclink:hover {
  color: #1A6CE7; }

body > .CodeMirror-hints .CodeMirror-hint-active {
  background: white;
  border-color: #F2F2F2;
  border-left-color: #1A6CE7; }

body > .CodeMirror-hints .CodeMirror-hint-active .desc {
  min-height: 18px;
  height: auto;
  white-space: normal; }

body > .CodeMirror-hints .CodeMirror-hint-active .label {
  color: #2C303B; }

body > .CodeMirror-hints .CodeMirror-hint-active .desc {
  color: #6B6F73; }

.CodeMirror pre.CodeMirror-placeholder {
  color: #9EA4B0; }

/* Structural things, don't touch */
.cm-s-blog .CodeMirror-gutters {
  background: none;
  border: none; }

.cm-s-blog .CodeMirror-cursor {
  display: none; }

/* Gutter width */
.cm-s-blog {
  margin-left: -28px;
  /* Needs update if gutter width changes */ }

.cm-s-blog pre {
  padding-left: 28px !important; }

.cm-s-blog .mark-gutter {
  /* KEEP THIS until the hack commited here actual works: */
  /* https://github.com/codemirror/CodeMirror/issues/5639 */
  /* Without display: none the gutter will break line width for some reason */
  display: none;
  width: 12px; }

.cm-s-blog .mark-block {
  width: 4px;
  padding: 0 4px; }

.cm-s-blog .mark-block > div {
  width: 4px;
  height: 100%; }

/* Syntax */
.cm-s-blog span.cm-keyword {
  color: #02A0F9; }

.cm-s-blog span.cm-string {
  color: #CE3F7E; }

.cm-s-blog span.cm-comment {
  color: #777D8C; }

/* Actual styles */
.cm-s-blog {
  color: #484D52 !important;
  background: transparent !important;
  font-size: 14px;
  line-height: 18px;
  font-family: apercu-mono-regular, Menlo, Monaco, Consolas, "Courier New", monospace !important; }

.cm-s-blog .CodeMirror-selected,
.cm-s-blog .CodeMirror-line > span::selection,
.cm-s-blog .CodeMirror-line > span > span::selection {
  background: highlight !important; }

.cm-s-blog .mark-inline {
  cursor: pointer;
  border-bottom: 2px solid #ccc; }

.cm-s-blog .mark-inline.mark-selected {
  border-color: gold; }

.cm-s-blog .mark-block {
  height: 18px;
  cursor: pointer;
  background: #fafafa; }

.cm-s-blog .mark-block > div {
  background: #ccc; }

.cm-s-blog .mark-block.mark-block-first > div {
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.cm-s-blog .mark-block.mark-block-mid > div {
  border-top: none;
  border-bottom: none; }

.cm-s-blog .mark-block.mark-block-last > div {
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.cm-s-blog .mark-block.mark-block-selected > div {
  background-color: gold; }

.col-type-icon {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: calibre-medium;
  font-size: 13px;
  line-height: 13px;
  cursor: default; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.schema-table-result {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7px 28px 7px 10px;
  margin: 0 16px;
  color: #2C303B;
  cursor: pointer;
  font-size: 14px;
  user-select: none; }

.schema-table-result.selected {
  background: #F2F2F2; }

.schema-table-result.selected.top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.schema-table-result.selected.bottom {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.schema-table-result.added {
  font-family: calibre-medium; }

.schema-table-result.column {
  padding-left: 20px; }

.schema-table-result.column:before {
  content: "∟";
  color: #aaa;
  padding-right: 8px; }

.schema-table-result .medium {
  color: #3E72F8;
  font-family: calibre-semibold; }

.schema-table-result-pin {
  position: absolute;
  right: 12px;
  top: 7px;
  width: 7px;
  opacity: 0; }

.schema-table-result.top.added .schema-table-result-pin {
  color: #457CFF;
  opacity: 1; }

.schema-card-column {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  overflow: hidden;
  cursor: default;
  font-variant-ligatures: none; }

.schema-card-column.hover {
  background: #F7F7F7; }

.schema-card-column-label {
  flex: auto;
  margin-left: 8px;
  font-size: 13px;
  line-height: 15px;
  color: #3F4552;
  /* truncate */
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: -1px; }

.col-overview {
  padding: 12px;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(52, 56, 59, 0);
  margin-bottom: 4px; }

.col-overview:hover {
  background: white;
  box-shadow: 0 4px 16px rgba(52, 56, 59, 0.075);
  border-color: #EDEDED;
  transition: box-shadow 200ms ease, border-color 200ms ease; }

.col-overview:last-child {
  margin-bottom: 0; }

.col-overview-title-container {
  display: flex;
  align-items: center;
  margin-bottom: 12px; }

.col-overview-title {
  flex: auto;
  margin-right: 8px;
  font-size: 15px;
  font-family: 'calibre-medium';
  color: #2C303B; }

.col-overview-additional-categories {
  margin-top: 6px;
  text-align: center;
  font-size: 13px;
  color: #5E6573; }

.col-overview-histogram-container {
  margin-bottom: 2px; }

.col-overview-histogram-label {
  font-family: 'calibre-medium';
  font-size: 13px;
  color: #002C6E; }

.contents-meter-labels {
  display: flex;
  justify-content: space-between;
  cursor: default; }

.contents-meter-bar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 12px; }

.contents-meter-segment-fill {
  position: absolute;
  top: 5px;
  width: 100%;
  background: currentcolor;
  transition: background 150ms linear; }

.history-query {
  height: 23px;
  text-align: right;
  margin-right: 24px; }

.history-query .text {
  display: inline-block;
  color: #5c6773;
  border-radius: 4px;
  padding: 2px 6px 3px 6px;
  cursor: pointer; }

.history-query .text:hover {
  background: #f0f1f3; }

.query-category-item {
  padding-top: 4px;
  padding-bottom: 8px;
  cursor: pointer; }

.query-category-item-bar {
  position: relative;
  height: 2px;
  background-color: #F2F2F2;
  border-radius: 2px; }

.query-category-item-bar-fill {
  position: absolute;
  top: 0px;
  height: 2px;
  background-color: #002C6E;
  border-radius: 2px; }

.query-category-item.compact {
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0; }

.query-category-item-bar.compact {
  margin-bottom: 4px; }

.query-category-item-info {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 4px; }

.query-category-item.compact .query-category-item-info {
  padding-bottom: 2px; }

.query-category-item-info > span {
  font-size: 15px;
  font-family: calibre;
  font-feature-settings: 'tnum' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.query-category-item-info > span.query-category-item-name {
  position: relative;
  top: -1px;
  left: -16px;
  color: #484D52;
  font-size: 15px;
  padding-right: 12px;
  flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 200ms ease; }

.query-category-item-info > span.query-category-item-name.active,
.query-category-item-info > span.query-category-item-name.pending {
  transform: translate3d(18px, 0, 0); }

.query-category-item-info > span.query-category-item-icon {
  opacity: 0;
  padding-right: 4px;
  transition: transform 200ms ease, opacity 200ms ease;
  transform: translate3d(-14px, 0, 0); }

.query-category-item-info > span.query-category-item-icon.active,
.query-category-item-info > span.query-category-item-icon.pending {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.query-category-item-info > span.query-category-item-count {
  display: flex;
  justify-content: flex-end;
  font-family: calibre-medium;
  font-size: 13px;
  color: #002C6E; }

.query-category-item-info > span.query-category-item-count.pending {
  color: #3F4552; }

.query-category-item-info > span.query-category-item-count.active {
  color: #1A6CE7; }

.popover.query-column-actions {
  padding: 0;
  border: none;
  overflow-y: visible !important;
  border-radius: 4px; }

.query-run-btn-arrow {
  fill: currentcolor;
  stroke: none; }

.query-run-btn-circ {
  opacity: 0;
  fill: currentcolor;
  stroke: none;
  transform-origin: 50% 50%; }

.query-run-btn-arrow.running {
  opacity: 0; }

.query-run-btn-circ.running {
  opacity: 1;
  animation: run-btn 2s ease infinite; }

@keyframes run-btn {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.4); }
  100% {
    transform: scale(1); } }

.PresetDateRangePicker_panel {
  padding: 0 22px 11px; }

.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.PresetDateRangePicker_button:active {
  outline: 0; }

.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699; }

.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff; }

.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb; }

.SingleDatePickerInput__rtl {
  direction: rtl; }

.SingleDatePickerInput__disabled {
  background-color: #f2f2f2; }

.SingleDatePickerInput__block {
  display: block; }

.SingleDatePickerInput__showClearDate {
  padding-right: 30px; }

.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%; }

.SingleDatePickerInput_clearDate__small {
  padding: 6px; }

.SingleDatePickerInput_clearDate__hide {
  visibility: hidden; }

.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle; }

.SingleDatePickerInput_clearDate_svg__small {
  height: 9px; }

.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px; }

.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle; }

.SingleDatePicker {
  position: relative;
  display: inline-block; }

.SingleDatePicker__block {
  display: block; }

.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute; }

.SingleDatePicker_picker__rtl {
  direction: rtl; }

.SingleDatePicker_picker__directionLeft {
  left: 0; }

.SingleDatePicker_picker__directionRight {
  right: 0; }

.SingleDatePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff; }

.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2; }

.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none; }

.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd; }

.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px; }

.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0; }

.DayPickerKeyboardShortcuts_show {
  width: 22px;
  position: absolute;
  z-index: 2; }

.DayPickerKeyboardShortcuts_show__bottomRight {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0; }

.DayPickerKeyboardShortcuts_show__bottomRight:hover {
  border-right: 33px solid #008489; }

.DayPickerKeyboardShortcuts_show__topRight {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0; }

.DayPickerKeyboardShortcuts_show__topRight:hover {
  border-right: 33px solid #008489; }

.DayPickerKeyboardShortcuts_show__topLeft {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0; }

.DayPickerKeyboardShortcuts_show__topLeft:hover {
  border-left: 33px solid #008489; }

.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute; }

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: -28px; }

.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: -28px; }

.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: -28px; }

.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px; }

.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0; }

.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px; }

.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2; }

.DayPickerKeyboardShortcuts_close:active {
  outline: 0; }

.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd; }

.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a; }

.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center; }

.CalendarDay:active {
  outline: 0; }

.CalendarDay__defaultCursor {
  cursor: default; }

.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff; }

.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px double #e4e7e7;
  color: inherit; }

.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit; }

.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848; }

.CalendarDay__outside:hover {
  border: 0; }

.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd; }

.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd; }

.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848; }

.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848; }

.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px solid #33dacd;
  color: #fff; }

.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px solid #33dacd;
  color: #fff; }

.CalendarDay__last_in_range {
  border-right: #00a699; }

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px solid #00a699;
  color: #fff; }

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px solid #80e8e0;
  color: #007a87; }

.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px solid #80e8e0;
  color: #007a87; }

.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a; }

.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd; }

.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0; }

.CalendarMonth_verticalSpacing {
  border-collapse: separate; }

.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial; }

.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px; }

.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0; }

.CalendarMonthGrid__animating {
  z-index: 1; }

.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px; }

.CalendarMonthGrid__vertical {
  margin: 0 auto; }

.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
  overflow-y: scroll; }

.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%; }

.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none; }

.CalendarMonthGrid_month__hidden {
  visibility: hidden; }

.DayPickerNavigation {
  position: relative;
  z-index: 2; }

.DayPickerNavigation__horizontal {
  height: 0; }

.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0; }

.DayPickerNavigation__verticalScrollableDefault {
  position: relative; }

.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0; }

.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575; }

.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4; }

.DayPickerNavigation_button__default:active {
  background: #f2f2f2; }

.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px; }

.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px; }

.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px; }

.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  height: 100%;
  width: 50%; }

.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0; }

.DayPickerNavigation_nextButton__verticalScrollableDefault {
  width: 100%; }

.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block; }

.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848;
  display: block; }

.DayPicker {
  background: #fff;
  position: relative;
  text-align: left; }

.DayPicker__horizontal {
  background: #fff; }

.DayPicker__verticalScrollable {
  height: 100%; }

.DayPicker__hidden {
  visibility: hidden; }

.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px; }

.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%; }

.DayPicker_portal__vertical {
  position: initial; }

.DayPicker_focusRegion {
  outline: 0; }

.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top; }

.DayPicker_weekHeaders {
  position: relative; }

.DayPicker_weekHeaders__horizontal {
  margin-left: 9px; }

.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left; }

.DayPicker_weekHeader__vertical {
  left: 50%; }

.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center; }

.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px; }

.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center; }

.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px; }

.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out; }

.DayPicker_transitionContainer__vertical {
  width: 100%; }

.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll; }

.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle; }

.DateInput__small {
  width: 97px; }

.DateInput__block {
  width: 100%; }

.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb; }

.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0; }

.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px; }

.DateInput_input__regular {
  font-weight: auto; }

.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0; }

.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic; }

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

.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2; }

.DateInput_fangShape {
  fill: #fff; }

.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent; }

.DateRangePickerInput {
  background-color: #fff;
  display: inline-block; }

.DateRangePickerInput__disabled {
  background: #f2f2f2; }

.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb; }

.DateRangePickerInput__rtl {
  direction: rtl; }

.DateRangePickerInput__block {
  display: block; }

.DateRangePickerInput__showClearDates {
  padding-right: 30px; }

.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848; }

.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px; }

.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.DateRangePickerInput_clearDates__small {
  padding: 6px; }

.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%; }

.DateRangePickerInput_clearDates__hide {
  visibility: hidden; }

.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle; }

.DateRangePickerInput_clearDates_svg__small {
  height: 9px; }

.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px; }

.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle; }

.DateRangePicker {
  position: relative;
  display: inline-block; }

.DateRangePicker__block {
  display: block; }

.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute; }

.DateRangePicker_picker__rtl {
  direction: rtl; }

.DateRangePicker_picker__directionLeft {
  left: 0; }

.DateRangePicker_picker__directionRight {
  right: 0; }

.DateRangePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff; }

.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2; }

.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none; }

.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd; }

.CalendarDay {
  color: #777D8C;
  font-size: 14px;
  font-family: "calibre-medium"; }

.CalendarDay__default {
  border-color: #F2F2F2; }

.CalendarDay__default:hover {
  background: #1A6CE7;
  color: #fff; }

.CalendarDay__today {
  position: relative; }

.CalendarDay__today::after {
  position: absolute;
  top: 3px;
  left: 3px;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border-style: solid;
  border-width: 2px;
  background: transparent;
  box-sizing: border-box; }

.CalendarDay__selected_span,
.CalendarDay__hovered_span {
  color: #003E9A;
  background: #D6E6FF;
  border-color: #F2F2F2; }

.CalendarDay__hovered_span:hover {
  color: #fff;
  background: #1A6CE7;
  border-color: #1A6CE7; }

.CalendarDay__selected_span::after,
.CalendarDay__hovered_span::after {
  border-color: #2C303B; }

.CalendarDay__selected:hover,
.CalendarDay__selected_span:hover {
  background: #1A6CE7;
  border-color: #F2F2F2; }

.CalendarDay__selected:hover::after,
.CalendarDay__selected_span:hover::after {
  border-color: #fff; }

.CalendarDay__last_in_range {
  border-right: 1px solid #F2F2F2; }

.DayPicker_weekHeader {
  top: 54px; }

.DayPicker_weekHeader_li small {
  font-size: 12px; }

.CalendarMonth_caption {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 56px; }

.CalendarMonth_caption strong {
  font-family: "calibre-medium";
  font-weight: normal; }

.CalendarDay__selected {
  color: #fff;
  background: #1A6CE7;
  border-color: #F2F2F2; }

.CalendarDay__selected::after {
  border-color: #fff; }

.mktg-post {
  margin-bottom: 120px; }

.mktg-content h1 {
  font-size: 32px;
  line-height: 32px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "calibre";
  font-weight: normal; }

.mktg-content h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  font-family: "calibre-medium";
  margin-top: 2em;
  margin-bottom: 0.5em; }

.mktg-content h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  font-family: "calibre";
  margin-top: 1em;
  margin-bottom: 0;
  color: #878C90; }

.mktg-content p {
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 26px;
  margin-top: 6px;
  margin-bottom: 18px;
  color: #484D52; }

.mktg-content p a:link,
.mktg-content p a:visited,
.mktg-content ul a:link,
.mktg-content ul a:visited {
  color: #484D52;
  border-bottom: 1px solid #E1E3E6; }

.mktg-content p a:hover,
.mktg-content ul a:hover {
  border-color: #A4AAB0; }

.mktg-content strong {
  font-family: "calibre-medium";
  font-weight: normal; }

.mktg-content p > img {
  box-sizing: border-box;
  max-width: 100%; }

.mktg-shadow {
  border-radius: 2px;
  border: 1px solid #EBEDED;
  box-shadow: 0 6px 24px rgba(53, 56, 59, 0.1); }

.mktg-content li {
  font-size: 20px;
  line-height: 26px;
  color: #484D52; }

.mktg-content code {
  font-size: 18px; }

.mktg-content-vspace {
  margin-top: 24px;
  margin-bottom: 24px; }

.mktg-content-vspace2 {
  margin-top: 48px;
  margin-bottom: 48px; }

.mktg-center {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px; }

.mktg-doc-block {
  display: flex;
  margin-top: 48px;
  margin-bottom: 60px; }

.mktg-exp-title-container {
  flex-shrink: 0;
  width: 128px;
  margin-right: 16px; }

.mktg-exp-title {
  display: flex;
  align-items: center;
  color: #35383B;
  padding: 10px 0;
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
  font-weight: 800;
  font-size: 16px; }

.mktg-exp-title-rule {
  margin-top: 1px;
  flex: auto;
  height: 1px;
  background-color: #C2C7CC;
  margin-left: 12px; }

.mktg-exp-bottom-padding {
  padding-bottom: 48px; }

.mktg-exp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
  font-size: 14px; }

.mktg-exp.mktg-exp-border {
  border: 1px solid #E1E3E6;
  border-radius: 4px;
  padding: 2px 6px; }

.mktg-exp.mktg-exp-col, .mktg-exp .mktg-exp-col {
  color: #3F67E2; }

.mktg-exp.mktg-exp-num, .mktg-exp .mktg-exp-num {
  color: #35AE91; }

.mktg-exp.mktg-exp-str, .mktg-exp .mktg-exp-str {
  color: #CE3F7E; }

.mktg-exp.mktg-exp-bool, .mktg-exp .mktg-exp-bool {
  color: #A14AC5; }

.mktg-exp.mktg-exp-placeholder, .mktg-exp .mktg-exp-placeholder {
  font-style: italic;
  color: #7E858C; }

p.mktg-exp-p {
  margin-bottom: 4px; }

.bg-gray-97 {
  background-color: #F5F6F7; }

.fake-view {
  border-top: 1px solid #E1E3E6;
  border-left: 1px solid #E1E3E6;
  font-size: 16px;
  font-feature-settings: 'tnum' 1; }

.fake-view-header > td {
  color: #35383B;
  font-family: "calibre-medium"; }

.fake-view td {
  border-right: 1px solid #E1E3E6;
  border-bottom: 1px solid #E1E3E6;
  color: #484D52;
  padding: 4px 12px; }

.fake-view .fake-view-right {
  text-align: right; }

.c-modal-overlay {
  z-index: 9999;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(119, 125, 140, 0.8); }

.c-modal-overlay.c-modal-downToEarth {
  z-index: 500; }

.c-sm {
  padding-left: 4px;
  padding-right: 8px;
  background-position: center left;
  background-repeat: no-repeat;
  position: relative; }

.c-sm-changes {
  background-image: url("/static/icons/sm-changes.svg"); }

.c-sm-minus {
  background-image: url("/static/icons/sm-minus.svg");
  top: 1px; }

.c-sm-plus {
  background-image: url("/static/icons/sm-plus.svg"); }

.isSelected .c-sm-changes {
  background-image: url("/static/icons/sm-changes-light.svg"); }

.isSelected .c-sm-minus {
  background-image: url("/static/icons/sm-minus-light.svg");
  top: 1px; }

.isSelected .c-sm-plus {
  background-image: url("/static/icons/sm-plus-light.svg"); }

.c-sm-changes-gray {
  background-image: url("/static/icons/sm-changes-gray.svg"); }

.c-sm-minus-gray {
  background-image: url("/static/icons/sm-minus-gray.svg"); }

.c-sm-plus-gray {
  background-image: url("/static/icons/sm-plus-gray.svg"); }

.c-tooltip-simple, .c-tooltip {
  position: absolute;
  background-color: #2C303B;
  z-index: 10000;
  border-radius: 2px; }

.c-tooltip {
  background-color: #2C303B;
  padding: 2px 12px 5px 12px; }

.c-tooltip-arrow {
  position: absolute;
  top: -5px;
  left: 50%;
  border-bottom: 5px solid #2C303B;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent; }

.c-tooltip-arrow.c-tooltip-arrow--down {
  top: auto;
  bottom: -5px;
  border-bottom: none;
  border-top: 5px solid #2C303B; }

.category-item {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 6px;
  cursor: pointer; }

.category-item-info {
  position: relative;
  display: flex;
  align-items: center; }

.category-item-info > span {
  color: #7E858C;
  font-size: 13px;
  font-family: calibre;
  font-feature-settings: 'tnum' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.category-item-info > span.category-item-name {
  position: absolute;
  top: 0;
  left: 0;
  color: #484D52;
  font-size: 15px;
  padding-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 200ms ease; }

.category-item-info > span.category-item-name.active,
.category-item-info > span.category-item-name.pending {
  transform: translate3d(14px, 0, 0); }

.category-item-info > span.category-item-icon {
  opacity: 0;
  transition: transform 200ms ease, opacity 200ms ease;
  transform: translate3d(-14px, 0, 0); }

.category-item-info > span.category-item-icon.active,
.category-item-info > span.category-item-icon.pending {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.category-item-info > span.category-item-count {
  display: flex;
  flex: auto;
  justify-content: flex-end; }

.category-item-bar {
  position: relative;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 1px;
  background-color: #EBEDED;
  border-radius: 2px; }

.category-item-bar-fill {
  position: absolute;
  top: 0px;
  height: 4px;
  background-color: #33D5AE;
  border-radius: 2px; }

/* compact layout additions */
.category-item.compact {
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0; }

.category-item-info > span.category-item-name.compact {
  font-size: 13px; }

.category-item-bar.compact {
  margin-top: 1px;
  margin-bottom: 5px;
  background-color: #E4FFF9;
  height: 2px; }

.category-item-bar.compact .category-item-bar-fill {
  height: 2px; }

/* Legacy category item styles */
.project-category-item {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 6px;
  cursor: pointer; }

.project-category-item-info {
  position: relative;
  display: flex;
  align-items: center; }

.project-category-item-info > span {
  color: #7E858C;
  font-size: 13px;
  font-family: calibre;
  font-feature-settings: 'tnum' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.project-category-item-info > span.project-category-item-name {
  flex: auto;
  color: #484D52;
  font-size: 15px;
  padding-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 200ms ease; }

.project-category-item-info > span.project-category-item-name.active,
.project-category-item-info > span.project-category-item-name.pending {
  transform: translate3d(14px, 0, 0); }

.project-category-item-info > span.project-category-item-icon {
  opacity: 0;
  transition: transform 200ms ease, opacity 200ms ease;
  transform: translate3d(-14px, 0, 0); }

.project-category-item-info > span.project-category-item-icon.active,
.project-category-item-info > span.project-category-item-icon.pending {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.project-category-item-info > span.project-category-item-count {
  display: flex;
  flex: auto;
  justify-content: flex-end; }

.project-category-item-bar {
  position: relative;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 1px;
  background-color: #EBEDED;
  border-radius: 2px; }

.project-category-item-bar-fill {
  position: absolute;
  top: 0px;
  height: 4px;
  background-color: #33D5AE;
  border-radius: 2px; }

.search-row {
  display: block;
  cursor: pointer;
  padding: 12px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #F2F2F2; }

.search-row-desktop:hover {
  background-color: #FAFAFA; }

.search-row-columns {
  display: flex;
  flex: auto;
  align-items: center; }

.search-highlight {
  color: #2C303B;
  background-color: #FCCF54;
  border-radius: 4px; }

.et-nested-title {
  display: flex;
  height: 100%;
  justify-content: left;
  align-items: center;
  overflow: hidden;
  font-size: 16px;
  color: #2C303B;
  font-family: calibre-medium; }

.et-nested-title-folder {
  font-family: calibre;
  color: #777D8C; }

.et-nested-title-icon {
  display: flex;
  position: relative;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-right: 16px; }

.et-nested-title-text {
  display: flex;
  align-items: center; }

.et-nested-title-chevron {
  position: relative;
  top: 1px;
  color: #9EA4B0;
  margin: 0 6px;
  flex-shrink: 0; }

.et-author {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center; }

.et-viewed {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  font-size: 14px;
  color: #777D8C; }

/* popover list item container */
.popover-list-item {
  display: flex;
  height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  color: #2C303B;
  cursor: pointer; }

.popover-list-item.pli-multiselect {
  border-bottom: 1px solid #F2F2F2;
  box-sizing: border-box; }

.popover-list-item.pli-desc {
  height: 48px;
  padding-right: 32px; }

.popover-list-item.pli-has-right-icon, .popover-list-item.pli-desc.pli-has-right-icon {
  padding-right: 12px; }

.popover-list-item.pli-selected {
  color: white;
  background: #1A6CE7; }

.popover-list-item.pli-multiselect.pli-selected {
  color: #1A6CE7;
  background: white; }

.popover-list-item.pli-multiselect.pli-selected:hover {
  background: #F7F7F7; }

.popover-list-item.pli-multiselect.pli-selected.pli-hovered {
  background: #F7F7F7; }

.popover-list-item.pli-disabled {
  color: #777D8C;
  cursor: default; }

.popover-list-item.pli-disabled:hover {
  background: transparent; }

.popover-list-item.pli-hovered {
  background: #F7F7F7; }

.popover-list-item.pli-selected.pli-hovered {
  background: #1A6CE7; }

/* right icon */
.pli-right-icon {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 12px; }

.pli-right-icon.pli-disabled {
  opacity: 0.5; }

.pli-right-icon.pli-hidden, .pli-right-icon.pli-hidden.pli-disabled {
  opacity: 0; }

/* one line labels */
.pli-single-label {
  display: flex;
  flex: auto;
  align-items: center;
  height: 28px;
  position: relative;
  top: -1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.pli-multiselect .pli-single-label {
  font-family: "calibre-medium"; }

/* two line labels */
.pli-double-labels {
  display: flex;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  height: 48px;
  white-space: nowrap;
  overflow: hidden; }

.pli-top-label {
  position: relative;
  top: -2px;
  font-family: calibre-medium;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis; }

.pli-bottom-label {
  position: relative;
  font-size: 14px;
  top: -2px;
  overflow: hidden;
  text-overflow: ellipsis; }

.blue-text {
  color: #1A6CE7; }

body {
  text-rendering: optimizeLegibility; }

input::placeholder {
  color: #9EA4B0; }

a,
a:hover {
  text-decoration: none; }

.button-control svg {
  /* SVGs in Safari intercept click events */
  pointer-events: none; }

/*# sourceMappingURL=numeracy.4304afb.css.map*/