/* line 1, app/assets/stylesheets/global/_normalize.scss */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-size: 100%;
  letter-spacing: 0;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

/* line 78, app/assets/stylesheets/global/_normalize.scss */
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 89, app/assets/stylesheets/global/_normalize.scss */
img,
object,
embed {
  max-width: 100%;
}

/* line 94, app/assets/stylesheets/global/_normalize.scss */
ul {
  list-style: none;
}

/* line 97, app/assets/stylesheets/global/_normalize.scss */
blockquote,
q {
  quotes: none;
}

/* line 101, app/assets/stylesheets/global/_normalize.scss */
b,
strong {
  font-weight: 600;
}

/* line 105, app/assets/stylesheets/global/_normalize.scss */
strong.semi {
  font-weight: 600;
}

/* line 108, app/assets/stylesheets/global/_normalize.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 116, app/assets/stylesheets/global/_normalize.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

/* line 126, app/assets/stylesheets/global/_normalize.scss */
del {
  text-decoration: line-through;
}

/* line 130, app/assets/stylesheets/global/_normalize.scss */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
/* line 137, app/assets/stylesheets/global/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 141, app/assets/stylesheets/global/_normalize.scss */
th {
  font-weight: bold;
  vertical-align: bottom;
}

/* line 145, app/assets/stylesheets/global/_normalize.scss */
td {
  font-weight: normal;
  vertical-align: top;
}

/* line 150, app/assets/stylesheets/global/_normalize.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 3px solid #ddd;
  margin: 0;
  padding: 0;
}

/* line 159, app/assets/stylesheets/global/_normalize.scss */
input,
select {
  vertical-align: middle;
}

/* line 164, app/assets/stylesheets/global/_normalize.scss */
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

/* line 171, app/assets/stylesheets/global/_normalize.scss */
input[type="radio"] {
  vertical-align: text-bottom;
}

/* line 174, app/assets/stylesheets/global/_normalize.scss */
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

/* line 178, app/assets/stylesheets/global/_normalize.scss */
.ie6 input {
  vertical-align: text-bottom;
}

/* line 182, app/assets/stylesheets/global/_normalize.scss */
select,
input,
textarea {
  font: 99% sans-serif;
}

/* line 188, app/assets/stylesheets/global/_normalize.scss */
table {
  font: inherit;
}

/* Accessible focus treatment
  people.opera.com/patrickl/experiments/keyboard/test */
/* line 194, app/assets/stylesheets/global/_normalize.scss */
a:hover,
a:active {
  outline: none;
}

/* line 199, app/assets/stylesheets/global/_normalize.scss */
small {
  font-size: 85%;
}

/* line 203, app/assets/stylesheets/global/_normalize.scss */
strong,
th {
  font-weight: bold;
}

/* line 208, app/assets/stylesheets/global/_normalize.scss */
td,
td img {
  vertical-align: top;
}

/* Make sure sup and sub don't screw with your line-heights
  gist.github.com/413930 */
/* line 215, app/assets/stylesheets/global/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

/* line 221, app/assets/stylesheets/global/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 224, app/assets/stylesheets/global/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
/* line 229, app/assets/stylesheets/global/_normalize.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
/* line 237, app/assets/stylesheets/global/_normalize.scss */
label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

/* line 244, app/assets/stylesheets/global/_normalize.scss */
button,
input,
select,
textarea {
  margin: 0;
}

/* line 251, app/assets/stylesheets/global/_normalize.scss */
button {
  width: auto;
  overflow: visible;
  appearance: none;
}

/* line 257, app/assets/stylesheets/global/_normalize.scss */
select,
input,
textarea,
a,
button {
  outline: none;
}

/* line 265, app/assets/stylesheets/global/_normalize.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* line 271, app/assets/stylesheets/global/_normalize.scss */
address {
  font-style: normal;
}

/* line 275, app/assets/stylesheets/global/_normalize.scss */
th {
  font-weight: initial;
  text-align: left;
}

/* line 280, app/assets/stylesheets/global/_normalize.scss */
img {
  border: 0;
}

@font-face {
  font-family: "koverpass";
  src: url(/fonts/overpass/overpass-bold-kpult.woff2) format("woff2"), url(/fonts/overpass/overpass-bold-kpult.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "koverpass";
  src: url(/fonts/overpass/overpass-light-kpult.woff2) format("woff2"), url(/fonts/overpass/overpass-light-kpult.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "koverpass";
  src: url(/fonts/overpass/overpass-regular-kpult.woff2) format("woff2"), url(/fonts/overpass/overpass-regular-kpult.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "koverpass";
  src: url(/fonts/overpass/overpass-semibold-kpult.woff2) format("woff2"), url(/fonts/overpass/overpass-semibold-kpult.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}

/* line 1, app/assets/stylesheets/elements/_avatar.scss */
.avatar {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  background-size: cover;
  background-color: #879fbc;
  text-indent: -40000px;
  text-decoration: none !important;
}

/* line 12, app/assets/stylesheets/elements/_avatar.scss */
.avatar--empty {
  text-indent: 0;
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  text-align: center;
}

/* line 21, app/assets/stylesheets/elements/_avatar.scss */
.avatar--color-grayBlue {
  background-color: #879fbc;
}

/* line 21, app/assets/stylesheets/elements/_avatar.scss */
.avatar--color-red {
  background-color: #e94c4c;
}

/* line 21, app/assets/stylesheets/elements/_avatar.scss */
.avatar--color-pink {
  background-color: #e44d79;
}

/* line 21, app/assets/stylesheets/elements/_avatar.scss */
.avatar--color-orchid {
  background-color: #d56ed6;
}

/* line 21, app/assets/stylesheets/elements/_avatar.scss */
.avatar--color-purple {
  background-color: #7d6ed6;
}

/* line 21, app/assets/stylesheets/elements/_avatar.scss */
.avatar--color-blue {
  background-color: #3d91f9;
}

/* line 21, app/assets/stylesheets/elements/_avatar.scss */
.avatar--color-cyan {
  background-color: #3ddbf9;
}

/* line 21, app/assets/stylesheets/elements/_avatar.scss */
.avatar--color-teal {
  background-color: #45dfba;
}

/* line 21, app/assets/stylesheets/elements/_avatar.scss */
.avatar--color-green {
  background-color: #3bc048;
}

/* line 21, app/assets/stylesheets/elements/_avatar.scss */
.avatar--color-pea {
  background-color: #9adc41;
}

/* line 21, app/assets/stylesheets/elements/_avatar.scss */
.avatar--color-yellow {
  background-color: #ffca4b;
}

/* line 21, app/assets/stylesheets/elements/_avatar.scss */
.avatar--color-orange {
  background-color: #ff853f;
}

/* line 21, app/assets/stylesheets/elements/_avatar.scss */
.avatar--color-silver {
  background-color: #cfcfcf;
}

/* line 21, app/assets/stylesheets/elements/_avatar.scss */
.avatar--color-gray {
  background-color: #5e5e5e;
}

/* line 1, app/assets/stylesheets/elements/_button.scss */
.button {
  display: inline-block;
  font: inherit;
  vertical-align: baseline;
  appearance: none;
  background: #3d91f9;
  color: #fff;
  font-size: 13px;
  padding: 8px 16px;
  font-weight: 600;
  border: 0 !important;
  border-radius: 6px;
}

/* line 13, app/assets/stylesheets/elements/_button.scss */
.button:active {
  background: #0769e2;
}

/* line 18, app/assets/stylesheets/elements/_button.scss */
.button--large {
  font-size: 16px;
  padding: 14px 24px;
}

/* line 23, app/assets/stylesheets/elements/_button.scss */
.button--fullWidth {
  width: 100%;
  text-align: center;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button--grayBlue {
  background-color: #879fbc;
}

/* line 32, app/assets/stylesheets/elements/_button.scss */
.button--grayBlue:active {
  background-color: #4f6c8e;
}

/* line 37, app/assets/stylesheets/elements/_button.scss */
.button--grayBlue-on-white {
  background-color: #fff;
  color: #879fbc;
}

/* line 41, app/assets/stylesheets/elements/_button.scss */
.button--grayBlue-on-white:active {
  background-color: #e9eef3;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button--red {
  background-color: #e94c4c;
}

/* line 32, app/assets/stylesheets/elements/_button.scss */
.button--red:active {
  background-color: #b81717;
}

/* line 37, app/assets/stylesheets/elements/_button.scss */
.button--red-on-white {
  background-color: #fff;
  color: #e94c4c;
}

/* line 41, app/assets/stylesheets/elements/_button.scss */
.button--red-on-white:active {
  background-color: #fad4d4;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button--pink {
  background-color: #e44d79;
}

/* line 32, app/assets/stylesheets/elements/_button.scss */
.button--pink:active {
  background-color: #b01b46;
}

/* line 37, app/assets/stylesheets/elements/_button.scss */
.button--pink-on-white {
  background-color: #fff;
  color: #e44d79;
}

/* line 41, app/assets/stylesheets/elements/_button.scss */
.button--pink-on-white:active {
  background-color: #f8d2dd;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button--orchid {
  background-color: #d56ed6;
}

/* line 32, app/assets/stylesheets/elements/_button.scss */
.button--orchid:active {
  background-color: #ac31ad;
}

/* line 37, app/assets/stylesheets/elements/_button.scss */
.button--orchid-on-white {
  background-color: #fff;
  color: #d56ed6;
}

/* line 41, app/assets/stylesheets/elements/_button.scss */
.button--orchid-on-white:active {
  background-color: #f8e5f8;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button--purple {
  background-color: #7d6ed6;
}

/* line 32, app/assets/stylesheets/elements/_button.scss */
.button--purple:active {
  background-color: #4331ad;
}

/* line 37, app/assets/stylesheets/elements/_button.scss */
.button--purple-on-white {
  background-color: #fff;
  color: #7d6ed6;
}

/* line 41, app/assets/stylesheets/elements/_button.scss */
.button--purple-on-white:active {
  background-color: #e8e5f8;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button--blue {
  background-color: #3d91f9;
}

/* line 32, app/assets/stylesheets/elements/_button.scss */
.button--blue:active {
  background-color: #065eca;
}

/* line 37, app/assets/stylesheets/elements/_button.scss */
.button--blue-on-white {
  background-color: #fff;
  color: #3d91f9;
}

/* line 41, app/assets/stylesheets/elements/_button.scss */
.button--blue-on-white:active {
  background-color: #d1e5fe;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button--cyan {
  background-color: #3ddbf9;
}

/* line 32, app/assets/stylesheets/elements/_button.scss */
.button--cyan:active {
  background-color: #06abca;
}

/* line 37, app/assets/stylesheets/elements/_button.scss */
.button--cyan-on-white {
  background-color: #fff;
  color: #3ddbf9;
}

/* line 41, app/assets/stylesheets/elements/_button.scss */
.button--cyan-on-white:active {
  background-color: #d1f7fe;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button--teal {
  background-color: #45dfba;
}

/* line 32, app/assets/stylesheets/elements/_button.scss */
.button--teal:active {
  background-color: #1ca282;
}

/* line 37, app/assets/stylesheets/elements/_button.scss */
.button--teal-on-white {
  background-color: #fff;
  color: #45dfba;
}

/* line 41, app/assets/stylesheets/elements/_button.scss */
.button--teal-on-white:active {
  background-color: #c8f5ea;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button--green {
  background-color: #3bc048;
}

/* line 32, app/assets/stylesheets/elements/_button.scss */
.button--green:active {
  background-color: #23722b;
}

/* line 37, app/assets/stylesheets/elements/_button.scss */
.button--green-on-white {
  background-color: #fff;
  color: #3bc048;
}

/* line 41, app/assets/stylesheets/elements/_button.scss */
.button--green-on-white:active {
  background-color: #aee6b3;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button--pea {
  background-color: #9adc41;
}

/* line 32, app/assets/stylesheets/elements/_button.scss */
.button--pea:active {
  background-color: #659b1c;
}

/* line 37, app/assets/stylesheets/elements/_button.scss */
.button--pea-on-white {
  background-color: #fff;
  color: #9adc41;
}

/* line 41, app/assets/stylesheets/elements/_button.scss */
.button--pea-on-white:active {
  background-color: #dff4c2;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button--yellow {
  background-color: #ffca4b;
}

/* line 32, app/assets/stylesheets/elements/_button.scss */
.button--yellow:active {
  background-color: #e4a100;
}

/* line 37, app/assets/stylesheets/elements/_button.scss */
.button--yellow-on-white {
  background-color: #fff;
  color: #ffca4b;
}

/* line 41, app/assets/stylesheets/elements/_button.scss */
.button--yellow-on-white:active {
  background-color: #fff7e4;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button--orange {
  background-color: #ff853f;
}

/* line 32, app/assets/stylesheets/elements/_button.scss */
.button--orange:active {
  background-color: #d84f00;
}

/* line 37, app/assets/stylesheets/elements/_button.scss */
.button--orange-on-white {
  background-color: #fff;
  color: #ff853f;
}

/* line 41, app/assets/stylesheets/elements/_button.scss */
.button--orange-on-white:active {
  background-color: #ffe6d8;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button--silver {
  background-color: #cfcfcf;
}

/* line 32, app/assets/stylesheets/elements/_button.scss */
.button--silver:active {
  background-color: #9c9c9c;
}

/* line 37, app/assets/stylesheets/elements/_button.scss */
.button--silver-on-white {
  background-color: #fff;
  color: #cfcfcf;
}

/* line 41, app/assets/stylesheets/elements/_button.scss */
.button--silver-on-white:active {
  background-color: white;
}

/* line 29, app/assets/stylesheets/elements/_button.scss */
.button--gray {
  background-color: #5e5e5e;
}

/* line 32, app/assets/stylesheets/elements/_button.scss */
.button--gray:active {
  background-color: #2b2b2b;
}

/* line 37, app/assets/stylesheets/elements/_button.scss */
.button--gray-on-white {
  background-color: #fff;
  color: #5e5e5e;
}

/* line 41, app/assets/stylesheets/elements/_button.scss */
.button--gray-on-white:active {
  background-color: #ababab;
}

/* line 1, app/assets/stylesheets/elements/_emoji-picker.scss */
.emoji-picker__content {
  overflow: hidden !important;
}

/* line 5, app/assets/stylesheets/elements/_emoji-picker.scss */
.emoji-picker__preview {
  padding: 2em .5em !important;
}

/* line 1, app/assets/stylesheets/elements/_input.scss */
.input {
  width: 100%;
  border: 1px solid #c1cfe3;
  border-radius: 0px;
  font-family: inherit;
  box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.05);
  padding: 8px 11px;
  background: #fff;
  border-radius: 4px;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

/* line 14, app/assets/stylesheets/elements/_input.scss */
.input:focus {
  background-color: #fff;
  border-color: #3d91f9;
}

/* line 18, app/assets/stylesheets/elements/_input.scss */
.input:disabled {
  color: #a0a0c0;
  cursor: not-allowed;
}

/* line 24, app/assets/stylesheets/elements/_input.scss */
.input--select {
  background-image: url(/assets/arrow-fe979a8cb82abe99ac3f84fbb22b81a6608a78d1736159e477ee85805c42f16c.svg);
  background-position: right 12px top 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 10px 28px 10px 10px;
}

/* line 33, app/assets/stylesheets/elements/_input.scss */
.input--textArea {
  height: 140px;
}

/* line 37, app/assets/stylesheets/elements/_input.scss */
.input--code {
  font-family: "Source Code Pro", fixed;
  font-size: 90%;
}

/* line 42, app/assets/stylesheets/elements/_input.scss */
.input--large {
  font-size: 18px;
  font-weight: 600;
}

/* line 1, app/assets/stylesheets/elements/_input_grid.scss */
.inputGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

/* line 7, app/assets/stylesheets/elements/_input_grid.scss */
.inputGrid--date {
  grid-template-columns: 20% calc(50% - 15px) calc(30% - 15px);
}

/* line 11, app/assets/stylesheets/elements/_input_grid.scss */
.inputGrid--dateNoYear {
  grid-template-columns: 20% calc(80% - 15px);
}

/* line 1, app/assets/stylesheets/elements/_lozenge.scss */
.lozenge {
  background: #3d91f9;
  font-size: 12px;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main {
  position: relative;
  display: inline-block;
  user-select: none;
  color: #666;
  width: 100%;
}

/* line 9, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color .2s;
}

/* line 23, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

/* line 28, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 33, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 38, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-single-selected .placeholder {
  flex: 1 1 100%;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 49, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-single-selected .placeholder,
.ss-main .ss-single-selected .placeholder * {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 58, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-single-selected .placeholder * {
  width: auto;
}

/* line 62, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #dedede;
}

/* line 66, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-single-selected .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px;
  font-weight: 700;
}

/* line 75, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}

/* line 79, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-single-selected .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px;
}

/* line 87, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-single-selected .ss-arrow span {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform .2s, margin .2s;
}

/* line 95, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  transform: rotate(-135deg);
  margin: 3px 0 0;
}

/* line 100, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  transform: rotate(45deg);
  margin: -3px 0 0;
}

/* line 105, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color .2s;
}

/* line 120, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

/* line 125, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666;
}

/* line 129, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

/* line 133, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 138, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 143, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected .ss-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 100%;
  width: calc(100% - 30px);
}

/* line 151, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: flex;
  padding: 4px 5px;
  margin: 2px 0;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}

/* line 188, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  font-size: 14px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0;
  color: #fff;
  background-color: #5897fb;
  border-radius: 4px;
  animation-name: scaleIn;
  animation-duration: .2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

/* line 204, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  animation-name: scaleOut;
  animation-duration: .2s;
  animation-timing-function: ease-out;
}

/* line 210, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer;
}

/* line 215, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected .ss-add {
  display: flex;
  flex: 0 1 3px;
  margin: 9px 12px 0 5px;
}

/* line 221, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666;
  position: relative;
  height: 10px;
  width: 2px;
  transition: transform .2s;
}

/* line 232, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px;
}

/* line 242, app/assets/stylesheets/elements/_multi-select.scss */
.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(45deg);
}

/* line 246, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0;
  box-sizing: border-box;
  border: 1px solid #dcdee2;
  z-index: 1010;
  background-color: #fff;
  transform-origin: center top;
  transition: transform .2s, opacity .2s;
  opacity: 0;
  transform: scaleY(0);
}

/* line 260, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content.ss-open {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}

/* line 266, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-search {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 6px;
}

/* line 272, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-search.ss-hide,
.ss-content .ss-search.ss-hide input {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

/* line 280, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}

/* line 300, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}

/* line 305, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #5897fb;
}

/* line 309, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  box-sizing: border-box;
}

/* line 324, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-addable {
  padding-top: 0;
}

/* line 328, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}

/* line 335, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px;
  font-weight: 700;
}

/* line 340, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px;
}

/* line 344, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}

/* line 348, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb;
}

/* line 353, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-list .ss-option {
  padding: 6px 10px;
  cursor: pointer;
  user-select: none;
}

/* line 359, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-list .ss-option * {
  display: inline-block;
}

/* line 363, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:hover {
  color: #fff;
  background-color: #5897fb;
}

/* line 369, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: #dedede;
  background-color: #fff;
}

/* line 375, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-list .ss-option.ss-option-selected:not(.ss-disabled) {
  color: #666;
  background-color: rgba(88, 151, 251, 0.1);
}

/* line 380, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-list .ss-option.ss-hide {
  display: none;
}

/* line 384, app/assets/stylesheets/elements/_multi-select.scss */
.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}

/* line 1, app/assets/stylesheets/elements/_small_heading.scss */
.smallHeading {
  color: #879fbc;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #e4eaf3;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

/* line 1, app/assets/stylesheets/elements/_text_link.scss */
.textLink {
  text-decoration: underline;
  color: #3d91f9;
}

/* line 1, app/assets/stylesheets/elements/_tooltip.scss */
.tooltip {
  background-color: #f7f9fc;
  border-radius: 6px;
  color: black;
  font-size: 12px;
  opacity: 0;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: -50%;
  left: 50%;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0) translateX(-50%);
  visibility: hidden;
  min-width: 80%;
}

/* line 17, app/assets/stylesheets/elements/_tooltip.scss */
.tooltip::before {
  border-color: white transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  bottom: -8px;
  content: "";
  display: block;
  height: 0;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  width: 0;
}

/* line 34, app/assets/stylesheets/elements/_tooltip.scss */
.tooltip--avatar {
  top: -100%;
}

/* line 1, app/assets/stylesheets/components/_admin_nav.scss */
.adminNav {
  background: #2c3139;
  font-size: 13px;
  color: #fff;
}

/* line 7, app/assets/stylesheets/components/_admin_nav.scss */
.adminNav__inner {
  width: 1100px;
  margin: auto;
  display: flex;
  padding: 10px 0;
  align-items: center;
}

/* line 15, app/assets/stylesheets/components/_admin_nav.scss */
.adminNav__nav {
  display: flex;
}

/* line 17, app/assets/stylesheets/components/_admin_nav.scss */
.adminNav__nav li + li {
  margin-left: 15px;
}

/* line 20, app/assets/stylesheets/components/_admin_nav.scss */
.adminNav__nav li a:hover {
  text-decoration: underline;
}

/* line 23, app/assets/stylesheets/components/_admin_nav.scss */
.adminNav__nav li a.is-active {
  color: #ffca4b;
}

/* line 28, app/assets/stylesheets/components/_admin_nav.scss */
.adminNav__title {
  color: #879fbc;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

/* line 33, app/assets/stylesheets/components/_admin_nav.scss */
.adminNav__title svg {
  width: 14px;
  margin-right: 5px;
}

/* line 36, app/assets/stylesheets/components/_admin_nav.scss */
.adminNav__title svg * {
  stroke: #879fbc;
}

/* line 1, app/assets/stylesheets/components/_avatar_grid.scss */
.avatarGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 32px);
  grid-gap: 10px;
}

/* line 7, app/assets/stylesheets/components/_avatar_grid.scss */
.avatarGrid__item {
  position: relative;
}

/* line 10, app/assets/stylesheets/components/_avatar_grid.scss */
.avatarGrid__item:hover .tooltip {
  opacity: 1;
  transform: scale(1) translateX(-50%);
  visibility: visible;
}

/* line 1, app/assets/stylesheets/components/_buttons.scss */
.buttons {
  margin-bottom: 25px;
}

/* line 1, app/assets/stylesheets/components/_calendar.scss */
.calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 14.285714286%);
}

/* line 6, app/assets/stylesheets/components/_calendar.scss */
.calendar__title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}

/* line 12, app/assets/stylesheets/components/_calendar.scss */
.calendar__day {
  padding: 12px 10px;
  font-size: 14px;
  text-align: center;
}

/* line 18, app/assets/stylesheets/components/_calendar.scss */
.calendar__day--today {
  color: #3d91f9;
}

/* line 22, app/assets/stylesheets/components/_calendar.scss */
.calendar__day--past {
  color: #879fbc;
}

/* line 26, app/assets/stylesheets/components/_calendar.scss */
.calendar__day--header {
  color: #879fbc;
  opacity: 0.5;
  font-size: 13px;
  padding: 6px 10px;
}

/* line 33, app/assets/stylesheets/components/_calendar.scss */
.calendar__dots {
  display: flex;
  align-items: center;
  margin-top: 6px;
  justify-content: center;
}

/* line 40, app/assets/stylesheets/components/_calendar.scss */
.calendar__dot {
  margin: 0 1px;
  width: 5px;
  height: 5px;
  background: #3d91f9;
  flex: 0 0 auto;
  border-radius: 50%;
}

/* line 49, app/assets/stylesheets/components/_calendar.scss */
.calendar__dot--red {
  background-color: #e94c4c;
}

/* line 53, app/assets/stylesheets/components/_calendar.scss */
.calendar__dot--blue {
  background-color: #3d91f9;
}

/* line 57, app/assets/stylesheets/components/_calendar.scss */
.calendar__dot--yellow {
  background-color: #ffca4b;
}

/* line 61, app/assets/stylesheets/components/_calendar.scss */
.calendar__dot--green {
  background-color: #3bc048;
}

/* line 66, app/assets/stylesheets/components/_calendar.scss */
.calendar__dot--teal {
  background-color: #45dfba;
}

/* line 1, app/assets/stylesheets/components/_calendar_feed_url.scss */
.calendarFeedUrl {
  background: #21252b;
  color: #fff;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 25px;
}

/* line 1, app/assets/stylesheets/components/_checkbox_input.scss */
.checkboxInputs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

/* line 5, app/assets/stylesheets/components/_checkbox_input.scss */
.checkboxInputs li {
  display: flex;
  align-items: center;
}

/* line 8, app/assets/stylesheets/components/_checkbox_input.scss */
.checkboxInputs li input {
  margin-right: 5px;
}

/* line 1, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker {
  display: flex;
}

/* line 5, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color {
  width: 32px;
  height: 32px;
  background: #555;
  border-radius: 50%;
  margin-left: 10px;
}

/* line 13, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__radio:checked + label {
  background-image: url(/assets/tick-d9e27aea7af4b3a9ad9f0b9dd2bf1e9e42675f2478056fce6e822bca3ce1d337.svg);
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 21, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__radio {
  display: none;
}

/* line 26, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color--grayBlue {
  background-color: #879fbc;
}

/* line 26, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color--red {
  background-color: #e94c4c;
}

/* line 26, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color--pink {
  background-color: #e44d79;
}

/* line 26, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color--orchid {
  background-color: #d56ed6;
}

/* line 26, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color--purple {
  background-color: #7d6ed6;
}

/* line 26, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color--blue {
  background-color: #3d91f9;
}

/* line 26, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color--cyan {
  background-color: #3ddbf9;
}

/* line 26, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color--teal {
  background-color: #45dfba;
}

/* line 26, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color--green {
  background-color: #3bc048;
}

/* line 26, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color--pea {
  background-color: #9adc41;
}

/* line 26, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color--yellow {
  background-color: #ffca4b;
}

/* line 26, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color--orange {
  background-color: #ff853f;
}

/* line 26, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color--silver {
  background-color: #cfcfcf;
}

/* line 26, app/assets/stylesheets/components/_color_picker.scss */
.colorPicker__color--gray {
  background-color: #5e5e5e;
}

/* line 1, app/assets/stylesheets/components/_data_table.scss */
.dataTable {
  width: 100%;
}

/* line 6, app/assets/stylesheets/components/_data_table.scss */
.dataTable thead tr td {
  border-bottom: 2px solid #e4eaf3;
  color: #879fbc;
  font-weight: 600;
  font-size: 14px;
  padding: 0 15px 10px 15px;
}

/* line 14, app/assets/stylesheets/components/_data_table.scss */
.dataTable thead tr td:first-child {
  padding-left: 0;
}

/* line 18, app/assets/stylesheets/components/_data_table.scss */
.dataTable thead tr td:last-child {
  padding-right: 0;
}

/* line 26, app/assets/stylesheets/components/_data_table.scss */
.dataTable tbody tr td {
  padding: 15px 15px;
  border-bottom: 1px solid #e4eaf3;
  vertical-align: middle;
}

/* line 32, app/assets/stylesheets/components/_data_table.scss */
.dataTable tbody tr td:first-child {
  padding-left: 0;
}

/* line 36, app/assets/stylesheets/components/_data_table.scss */
.dataTable tbody tr td:last-child {
  padding-right: 0;
}

/* line 43, app/assets/stylesheets/components/_data_table.scss */
.dataTable__empty {
  padding: 70px 0 !important;
  text-align: center;
  font-style: italic;
  color: #879fbc;
}

/* line 50, app/assets/stylesheets/components/_data_table.scss */
.dataTable__group {
  background: #e4eaf3;
  padding: 15px !important;
}

/* line 55, app/assets/stylesheets/components/_data_table.scss */
.dataTable__subText {
  margin-top: 6px;
  font-size: 14px;
  color: #879fbc;
}

/* line 61, app/assets/stylesheets/components/_data_table.scss */
.dataTable__subText--noMargin {
  margin-top: 0;
}

/* line 65, app/assets/stylesheets/components/_data_table.scss */
.dataTable__center {
  text-align: center;
}

/* line 69, app/assets/stylesheets/components/_data_table.scss */
.dataTable__link {
  text-decoration: underline;
}

/* line 73, app/assets/stylesheets/components/_data_table.scss */
.dataTable__assignees .avatar {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/components/_emoji_leaderboard.scss */
.emojiLeaderboard {
  display: grid;
  width: 70%;
  margin: auto;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px;
  grid-auto-rows: minmax(70px, auto);
  align-items: stretch;
}

/* line 11, app/assets/stylesheets/components/_emoji_leaderboard.scss */
.emojiLeaderboard__emoji {
  background: #fff;
  display: flex;
  min-height: 100%;
  box-shadow: 0 0 15px rgba(61, 145, 249, 0.1);
  padding: 20px;
  align-items: center;
}

/* line 20, app/assets/stylesheets/components/_emoji_leaderboard.scss */
.emojiLeaderboard__icon {
  font-size: 40px;
}

/* line 24, app/assets/stylesheets/components/_emoji_leaderboard.scss */
.emojiLeaderboard__count {
  margin-left: auto;
  font-size: 26px;
}

/* line 29, app/assets/stylesheets/components/_emoji_leaderboard.scss */
.emojiLeaderboard__customEmoji {
  width: 40px;
}

/* line 4, app/assets/stylesheets/components/_emoji_picker.scss */
.emojiPicker__preview {
  border: 1px solid #e4eaf3;
  cursor: pointer;
  padding: 15px;
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* line 17, app/assets/stylesheets/components/_emoji_picker.scss */
.emojiPicker__input {
  display: none;
}

/* line 1, app/assets/stylesheets/components/_feed.scss */
.feed__event {
  display: flex;
  border-left: 10px solid #cbd5e3;
  border-radius: 7px;
  box-shadow: 2px 2px 2px rgba(223, 230, 241, 0.6);
  padding: 15px;
  align-items: center;
  background: #fff;
  background-image: linear-gradient(10deg, #ffffff 65%, #eaf2ff 100%);
}

/* line 13, app/assets/stylesheets/components/_feed.scss */
.feed__event + .feed__event {
  margin-top: 18px;
}

/* line 17, app/assets/stylesheets/components/_feed.scss */
.feed__content {
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/_feed.scss */
.feed__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-right: 16px;
}

/* line 26, app/assets/stylesheets/components/_feed.scss */
.feed__icon * {
  stroke: #aabad1;
}

/* line 31, app/assets/stylesheets/components/_feed.scss */
.feed__preText {
  color: #879fbc;
  font-size: 14px;
  margin-bottom: 8px;
}

/* line 37, app/assets/stylesheets/components/_feed.scss */
.feed__mainText {
  font-weight: 600;
}

/* line 39, app/assets/stylesheets/components/_feed.scss */
.feed__mainText b {
  font-weight: 700;
  color: #3d91f9;
}

/* line 43, app/assets/stylesheets/components/_feed.scss */
.feed__mainText a:hover {
  text-decoration: underline;
}

/* line 48, app/assets/stylesheets/components/_feed.scss */
.feed__time {
  float: right;
  font-size: 12px;
  color: #879fbc;
}

/* line 55, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-grayBlue {
  border-color: #879fbc;
  background-image: linear-gradient(340deg, #ffffff 85%, rgba(135, 159, 188, 0.2) 100%);
}

/* line 63, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-grayBlue .feed__icon * {
  stroke: #879fbc;
}

/* line 55, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-red {
  border-color: #e94c4c;
  background-image: linear-gradient(340deg, #ffffff 85%, rgba(233, 76, 76, 0.2) 100%);
}

/* line 63, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-red .feed__icon * {
  stroke: #e94c4c;
}

/* line 55, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-pink {
  border-color: #e44d79;
  background-image: linear-gradient(340deg, #ffffff 85%, rgba(228, 77, 121, 0.2) 100%);
}

/* line 63, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-pink .feed__icon * {
  stroke: #e44d79;
}

/* line 55, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-orchid {
  border-color: #d56ed6;
  background-image: linear-gradient(340deg, #ffffff 85%, rgba(213, 110, 214, 0.2) 100%);
}

/* line 63, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-orchid .feed__icon * {
  stroke: #d56ed6;
}

/* line 55, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-purple {
  border-color: #7d6ed6;
  background-image: linear-gradient(340deg, #ffffff 85%, rgba(125, 110, 214, 0.2) 100%);
}

/* line 63, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-purple .feed__icon * {
  stroke: #7d6ed6;
}

/* line 55, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-blue {
  border-color: #3d91f9;
  background-image: linear-gradient(340deg, #ffffff 85%, rgba(61, 145, 249, 0.2) 100%);
}

/* line 63, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-blue .feed__icon * {
  stroke: #3d91f9;
}

/* line 55, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-cyan {
  border-color: #3ddbf9;
  background-image: linear-gradient(340deg, #ffffff 85%, rgba(61, 219, 249, 0.2) 100%);
}

/* line 63, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-cyan .feed__icon * {
  stroke: #3ddbf9;
}

/* line 55, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-teal {
  border-color: #45dfba;
  background-image: linear-gradient(340deg, #ffffff 85%, rgba(69, 223, 186, 0.2) 100%);
}

/* line 63, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-teal .feed__icon * {
  stroke: #45dfba;
}

/* line 55, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-green {
  border-color: #3bc048;
  background-image: linear-gradient(340deg, #ffffff 85%, rgba(59, 192, 72, 0.2) 100%);
}

/* line 63, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-green .feed__icon * {
  stroke: #3bc048;
}

/* line 55, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-pea {
  border-color: #9adc41;
  background-image: linear-gradient(340deg, #ffffff 85%, rgba(154, 220, 65, 0.2) 100%);
}

/* line 63, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-pea .feed__icon * {
  stroke: #9adc41;
}

/* line 55, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-yellow {
  border-color: #ffca4b;
  background-image: linear-gradient(340deg, #ffffff 85%, rgba(255, 202, 75, 0.2) 100%);
}

/* line 63, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-yellow .feed__icon * {
  stroke: #ffca4b;
}

/* line 55, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-orange {
  border-color: #ff853f;
  background-image: linear-gradient(340deg, #ffffff 85%, rgba(255, 133, 63, 0.2) 100%);
}

/* line 63, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-orange .feed__icon * {
  stroke: #ff853f;
}

/* line 55, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-silver {
  border-color: #cfcfcf;
  background-image: linear-gradient(340deg, #ffffff 85%, rgba(207, 207, 207, 0.2) 100%);
}

/* line 63, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-silver .feed__icon * {
  stroke: #cfcfcf;
}

/* line 55, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-gray {
  border-color: #5e5e5e;
  background-image: linear-gradient(340deg, #ffffff 85%, rgba(94, 94, 94, 0.2) 100%);
}

/* line 63, app/assets/stylesheets/components/_feed.scss */
.feed__event__color-gray .feed__icon * {
  stroke: #5e5e5e;
}

/* line 70, app/assets/stylesheets/components/_feed.scss */
.feed__dateSection + .feed__dateSection {
  margin-top: 35px;
}

/* line 74, app/assets/stylesheets/components/_feed.scss */
.feed__contentText {
  margin-top: 5px;
  font-size: 14px;
}

/* line 77, app/assets/stylesheets/components/_feed.scss */
.feed__contentText p {
  line-height: 1.4;
}

/* line 80, app/assets/stylesheets/components/_feed.scss */
.feed__contentText p + p {
  margin-top: 15px;
}

/* line 85, app/assets/stylesheets/components/_feed.scss */
.feed__pagination {
  margin-top: 25px;
  text-align: right;
}

/* line 1, app/assets/stylesheets/components/_field.scss */
.field {
  display: flex;
  align-items: center;
  padding: 25px 0;
}

/* line 7, app/assets/stylesheets/components/_field.scss */
.field__label {
  width: 25%;
  font-size: 14px;
  color: #879fbc;
  text-transform: uppercase;
}

/* line 14, app/assets/stylesheets/components/_field.scss */
.field__input {
  width: 75%;
}

/* line 18, app/assets/stylesheets/components/_field.scss */
.field + .field {
  border-top: 1px solid #e4eaf3;
}

/* line 22, app/assets/stylesheets/components/_field.scss */
.field__text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* line 28, app/assets/stylesheets/components/_field.scss */
.field__photoPreview {
  margin-top: 10px;
  padding: 12px;
  border-radius: 6px;
  background: #e4eaf3;
}

/* line 1, app/assets/stylesheets/components/_fieldset.scss */
.fieldSet {
  background: #fff;
  padding: 40px;
  width: 80%;
  box-shadow: 0 0 15px rgba(61, 145, 249, 0.1);
  margin: auto;
}

/* line 9, app/assets/stylesheets/components/_fieldset.scss */
.fieldSet__title {
  font-size: 18px;
  margin-bottom: 15px;
}

/* line 14, app/assets/stylesheets/components/_fieldset.scss */
.fieldSet + .fieldSet {
  margin-top: 25px;
}

/* line 1, app/assets/stylesheets/components/_filtering.scss */
.filtering {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}

/* line 7, app/assets/stylesheets/components/_filtering.scss */
.filtering__ask {
  margin-left: auto;
}

/* line 11, app/assets/stylesheets/components/_filtering.scss */
.filtering__searchInput {
  font-size: 14px;
  padding: 4px 10px;
  width: 250px;
}

/* line 17, app/assets/stylesheets/components/_filtering.scss */
.filtering__selectInput {
  font-size: 14px;
  max-width: 180px;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 26, app/assets/stylesheets/components/_filtering.scss */
input.filtering__checkboxInput {
  margin: 8px 0;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/components/_flash_messages.scss */
.flashMessages {
  width: 400px;
  position: fixed;
  top: 0;
  right: 35px;
  z-index: 5000;
}

/* line 8, app/assets/stylesheets/components/_flash_messages.scss */
.flashMessages li {
  line-height: 1.3;
  background: #45dfba;
  color: #fff;
  padding: 15px 20px;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/components/_flash_messages.scss */
.flashMessages li p {
  line-height: 1.5;
}

/* line 22, app/assets/stylesheets/components/_flash_messages.scss */
.flashMessages li + li {
  margin-top: 15px;
}

/* line 26, app/assets/stylesheets/components/_flash_messages.scss */
.flashMessages li.flashMessages__message--alert {
  background-color: #e94c4c;
}

/* line 30, app/assets/stylesheets/components/_flash_messages.scss */
.flashMessages li.flashMessages__message--warning {
  background-color: #ff853f;
}

/* line 34, app/assets/stylesheets/components/_flash_messages.scss */
.flashMessages li.flashMessages__message--deferral {
  background-color: #3d91f9;
}

/* line 38, app/assets/stylesheets/components/_flash_messages.scss */
.flashMessages li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 44, app/assets/stylesheets/components/_flash_messages.scss */
.flashMessages__button {
  margin-top: 10px;
  color: #fff;
  border-color: #fff;
}

/* line 48, app/assets/stylesheets/components/_flash_messages.scss */
.flashMessages__button:active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

/* line 1, app/assets/stylesheets/components/_form_errors.scss */
.formErrors {
  border: 2px solid #e94c4c;
  color: #fff;
  background: #e94c4c;
  list-style: square;
  padding: 15px;
  width: 80%;
  margin: 30px auto;
  padding: 25px 25px 25px 50px;
}

/* line 11, app/assets/stylesheets/components/_form_errors.scss */
.formErrors li {
  line-height: 1.5;
}

/* line 1, app/assets/stylesheets/components/_form_submit.scss */
.formSubmit {
  width: 85%;
  margin: auto;
  padding: 40px;
  text-align: right;
}

/* line 7, app/assets/stylesheets/components/_form_submit.scss */
.formSubmit .button + .button {
  margin-left: 10px;
}

/* line 1, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard {
  margin: 50px auto;
}

/* line 5, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__profileWarning {
  margin-bottom: 35px;
}

/* line 9, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__content {
  display: flex;
  width: 100%;
}

/* line 14, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__sidebar {
  width: 25%;
  border-left: 5px solid #e4eaf3;
  padding-left: 30px;
  flex: 0 0 auto;
  margin-left: 30px;
}

/* line 22, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__feed {
  flex: 1 1 auto;
}

/* line 27, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__toolList li {
  font-size: 17px;
  line-height: 2;
  margin-left: 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

/* line 35, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__toolList li span {
  font-size: 22px;
}

/* line 38, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__toolList li a {
  margin-left: 6px;
  color: #2c3139;
}

/* line 41, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__toolList li a:hover {
  text-decoration: underline;
}

/* line 49, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__toolList--minor li {
  font-size: 15px;
  font-weight: 400;
}

/* line 52, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__toolList--minor li span {
  font-size: 18px;
}

/* line 58, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__toolList + .globalDashboard__toolList {
  margin-top: 20px;
  border-top: 5px solid #e4eaf3;
  padding-top: 20px;
}

/* line 64, app/assets/stylesheets/components/_global_dashboard.scss */
.warningWithButton__text {
  color: #ffd6bf;
}

/* line 67, app/assets/stylesheets/components/_global_dashboard.scss */
.warningWithButton__text b {
  font-weight: 700;
  color: #fff;
}

/* line 73, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__companyDetails {
  margin-top: 20px;
  border-top: 5px solid #e4eaf3;
  padding-top: 20px;
  line-height: 2.0;
}

/* line 79, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__companyDetails dl dt {
  color: #666;
  font-size: 14px;
}

/* line 80, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__companyDetails dl dd {
  font-weight: 600;
  margin: 6px 0;
  line-height: 1.5;
  color: #3d91f9;
}

/* line 84, app/assets/stylesheets/components/_global_dashboard.scss */
.globalDashboard__companyDetailsTitle {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/components/_highlight.scss */
.highlight .hll {
  background-color: #d6d6d6;
}

/* line 4, app/assets/stylesheets/components/_highlight.scss */
.highlight {
  background: #ffffff;
  color: #4d4d4c;
}

/* line 8, app/assets/stylesheets/components/_highlight.scss */
.highlight .c {
  color: #8e908c;
}

/* Comment */
/* line 11, app/assets/stylesheets/components/_highlight.scss */
.highlight .err {
  color: #c82829;
}

/* Error */
/* line 14, app/assets/stylesheets/components/_highlight.scss */
.highlight .k {
  color: #8959a8;
}

/* Keyword */
/* line 17, app/assets/stylesheets/components/_highlight.scss */
.highlight .l {
  color: #f5871f;
}

/* Literal */
/* line 20, app/assets/stylesheets/components/_highlight.scss */
.highlight .n {
  color: #4d4d4c;
}

/* Name */
/* line 23, app/assets/stylesheets/components/_highlight.scss */
.highlight .o {
  color: #3e999f;
}

/* Operator */
/* line 26, app/assets/stylesheets/components/_highlight.scss */
.highlight .p {
  color: #4d4d4c;
}

/* Punctuation */
/* line 29, app/assets/stylesheets/components/_highlight.scss */
.highlight .cm {
  color: #8e908c;
}

/* Comment.Multiline */
/* line 32, app/assets/stylesheets/components/_highlight.scss */
.highlight .cp {
  color: #8e908c;
}

/* Comment.Preproc */
/* line 35, app/assets/stylesheets/components/_highlight.scss */
.highlight .c1 {
  color: #8e908c;
}

/* Comment.Single */
/* line 38, app/assets/stylesheets/components/_highlight.scss */
.highlight .cs {
  color: #8e908c;
}

/* Comment.Special */
/* line 41, app/assets/stylesheets/components/_highlight.scss */
.highlight .gd {
  color: #c82829;
}

/* Generic.Deleted */
/* line 44, app/assets/stylesheets/components/_highlight.scss */
.highlight .ge {
  font-style: italic;
}

/* Generic.Emph */
/* line 47, app/assets/stylesheets/components/_highlight.scss */
.highlight .gh {
  color: #4d4d4c;
  font-weight: bold;
}

/* Generic.Heading */
/* line 51, app/assets/stylesheets/components/_highlight.scss */
.highlight .gi {
  color: #718c00;
}

/* Generic.Inserted */
/* line 54, app/assets/stylesheets/components/_highlight.scss */
.highlight .gp {
  color: #8e908c;
  font-weight: bold;
}

/* Generic.Prompt */
/* line 58, app/assets/stylesheets/components/_highlight.scss */
.highlight .gs {
  font-weight: bold;
}

/* Generic.Strong */
/* line 61, app/assets/stylesheets/components/_highlight.scss */
.highlight .gu {
  color: #3e999f;
  font-weight: bold;
}

/* Generic.Subheading */
/* line 65, app/assets/stylesheets/components/_highlight.scss */
.highlight .kc {
  color: #8959a8;
}

/* Keyword.Constant */
/* line 68, app/assets/stylesheets/components/_highlight.scss */
.highlight .kd {
  color: #8959a8;
}

/* Keyword.Declaration */
/* line 71, app/assets/stylesheets/components/_highlight.scss */
.highlight .kn {
  color: #3e999f;
}

/* Keyword.Namespace */
/* line 74, app/assets/stylesheets/components/_highlight.scss */
.highlight .kp {
  color: #8959a8;
}

/* Keyword.Pseudo */
/* line 77, app/assets/stylesheets/components/_highlight.scss */
.highlight .kr {
  color: #8959a8;
}

/* Keyword.Reserved */
/* line 80, app/assets/stylesheets/components/_highlight.scss */
.highlight .kt {
  color: #eab700;
}

/* Keyword.Type */
/* line 83, app/assets/stylesheets/components/_highlight.scss */
.highlight .ld {
  color: #718c00;
}

/* Literal.Date */
/* line 86, app/assets/stylesheets/components/_highlight.scss */
.highlight .m {
  color: #f5871f;
}

/* Literal.Number */
/* line 89, app/assets/stylesheets/components/_highlight.scss */
.highlight .s {
  color: #718c00;
}

/* Literal.String */
/* line 92, app/assets/stylesheets/components/_highlight.scss */
.highlight .na {
  color: #4271ae;
}

/* Name.Attribute */
/* line 95, app/assets/stylesheets/components/_highlight.scss */
.highlight .nb {
  color: #4d4d4c;
}

/* Name.Builtin */
/* line 98, app/assets/stylesheets/components/_highlight.scss */
.highlight .nc {
  color: #eab700;
}

/* Name.Class */
/* line 101, app/assets/stylesheets/components/_highlight.scss */
.highlight .no {
  color: #c82829;
}

/* Name.Constant */
/* line 104, app/assets/stylesheets/components/_highlight.scss */
.highlight .nd {
  color: #3e999f;
}

/* Name.Decorator */
/* line 107, app/assets/stylesheets/components/_highlight.scss */
.highlight .ni {
  color: #4d4d4c;
}

/* Name.Entity */
/* line 110, app/assets/stylesheets/components/_highlight.scss */
.highlight .ne {
  color: #c82829;
}

/* Name.Exception */
/* line 113, app/assets/stylesheets/components/_highlight.scss */
.highlight .nf {
  color: #4271ae;
}

/* Name.Function */
/* line 116, app/assets/stylesheets/components/_highlight.scss */
.highlight .nl {
  color: #4d4d4c;
}

/* Name.Label */
/* line 119, app/assets/stylesheets/components/_highlight.scss */
.highlight .nn {
  color: #eab700;
}

/* Name.Namespace */
/* line 122, app/assets/stylesheets/components/_highlight.scss */
.highlight .nx {
  color: #4271ae;
}

/* Name.Other */
/* line 125, app/assets/stylesheets/components/_highlight.scss */
.highlight .py {
  color: #4d4d4c;
}

/* Name.Property */
/* line 128, app/assets/stylesheets/components/_highlight.scss */
.highlight .nt {
  color: #3e999f;
}

/* Name.Tag */
/* line 131, app/assets/stylesheets/components/_highlight.scss */
.highlight .nv {
  color: #c82829;
}

/* Name.Variable */
/* line 134, app/assets/stylesheets/components/_highlight.scss */
.highlight .ow {
  color: #3e999f;
}

/* Operator.Word */
/* line 137, app/assets/stylesheets/components/_highlight.scss */
.highlight .w {
  color: #4d4d4c;
}

/* Text.Whitespace */
/* line 140, app/assets/stylesheets/components/_highlight.scss */
.highlight .mf {
  color: #f5871f;
}

/* Literal.Number.Float */
/* line 143, app/assets/stylesheets/components/_highlight.scss */
.highlight .mh {
  color: #f5871f;
}

/* Literal.Number.Hex */
/* line 146, app/assets/stylesheets/components/_highlight.scss */
.highlight .mi {
  color: #f5871f;
}

/* Literal.Number.Integer */
/* line 149, app/assets/stylesheets/components/_highlight.scss */
.highlight .mo {
  color: #f5871f;
}

/* Literal.Number.Oct */
/* line 152, app/assets/stylesheets/components/_highlight.scss */
.highlight .sb {
  color: #718c00;
}

/* Literal.String.Backtick */
/* line 155, app/assets/stylesheets/components/_highlight.scss */
.highlight .sc {
  color: #4d4d4c;
}

/* Literal.String.Char */
/* line 158, app/assets/stylesheets/components/_highlight.scss */
.highlight .sd {
  color: #8e908c;
}

/* Literal.String.Doc */
/* line 161, app/assets/stylesheets/components/_highlight.scss */
.highlight .s2 {
  color: #718c00;
}

/* Literal.String.Double */
/* line 164, app/assets/stylesheets/components/_highlight.scss */
.highlight .se {
  color: #f5871f;
}

/* Literal.String.Escape */
/* line 167, app/assets/stylesheets/components/_highlight.scss */
.highlight .sh {
  color: #718c00;
}

/* Literal.String.Heredoc */
/* line 170, app/assets/stylesheets/components/_highlight.scss */
.highlight .si {
  color: #f5871f;
}

/* Literal.String.Interpol */
/* line 173, app/assets/stylesheets/components/_highlight.scss */
.highlight .sx {
  color: #718c00;
}

/* Literal.String.Other */
/* line 176, app/assets/stylesheets/components/_highlight.scss */
.highlight .sr {
  color: #718c00;
}

/* Literal.String.Regex */
/* line 179, app/assets/stylesheets/components/_highlight.scss */
.highlight .s1 {
  color: #718c00;
}

/* Literal.String.Single */
/* line 182, app/assets/stylesheets/components/_highlight.scss */
.highlight .ss {
  color: #718c00;
}

/* Literal.String.Symbol */
/* line 185, app/assets/stylesheets/components/_highlight.scss */
.highlight .bp {
  color: #4d4d4c;
}

/* Name.Builtin.Pseudo */
/* line 188, app/assets/stylesheets/components/_highlight.scss */
.highlight .vc {
  color: #c82829;
}

/* Name.Variable.Class */
/* line 191, app/assets/stylesheets/components/_highlight.scss */
.highlight .vg {
  color: #c82829;
}

/* Name.Variable.Global */
/* line 194, app/assets/stylesheets/components/_highlight.scss */
.highlight .vi {
  color: #c82829;
}

/* Name.Variable.Instance */
/* line 197, app/assets/stylesheets/components/_highlight.scss */
.highlight .il {
  color: #f5871f;
}

/* Literal.Number.Integer.Long */
/* line 1, app/assets/stylesheets/components/_home_header.scss */
.homeHeader {
  display: flex;
  padding: 30px 0;
}

/* line 6, app/assets/stylesheets/components/_home_header.scss */
.homeHeader__intro {
  width: calc(27% - 40px);
  flex: 0 0 auto;
  margin-right: 40px;
  border-radius: 8px;
  background: #7d6ed6;
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

/* line 19, app/assets/stylesheets/components/_home_header.scss */
.homeHeader__introTitle {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
}

/* line 25, app/assets/stylesheets/components/_home_header.scss */
.homeHeader__introText {
  font-size: 13px;
  line-height: 1.5;
  color: #bdb6ea;
}

/* line 29, app/assets/stylesheets/components/_home_header.scss */
.homeHeader__introText b {
  background: #fff;
  color: #7d6ed6;
  padding: 1px 2px;
  border-radius: 3px;
}

/* line 37, app/assets/stylesheets/components/_home_header.scss */
.homeHeader__stats {
  width: calc(48% - 40px);
  flex: 0 0 auto;
  background: #3b424c;
  border-radius: 10px;
  margin-left: 40px;
}

/* line 45, app/assets/stylesheets/components/_home_header.scss */
.homeHeader__calendar {
  width: 25%;
  flex: 0 0 auto;
}

/* line 1, app/assets/stylesheets/components/_karat_balances.scss */
.karatBalances {
  background: #21252b;
  color: #879fbc;
  padding: 25px 35px;
  border-radius: 6px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}

/* line 10, app/assets/stylesheets/components/_karat_balances.scss */
.karatBalances dl dt {
  margin-bottom: 10px;
}

/* line 13, app/assets/stylesheets/components/_karat_balances.scss */
.karatBalances dl dd {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/components/_karat_balances.scss */
.karatBalances dl + dl {
  border-left: 1px solid #879fbc;
  padding-left: 40px;
  margin-left: 40px;
}

/* line 1, app/assets/stylesheets/components/_karat_description.scss */
.karatDescription {
  display: flex;
  align-items: flex-start;
}

/* line 6, app/assets/stylesheets/components/_karat_description.scss */
.karatDescription__icon {
  width: 20px;
  flex: 0 0 auto;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/components/_karat_overview_table.scss */
.karatOverviewTable__person {
  display: flex;
  align-items: center;
}

/* line 4, app/assets/stylesheets/components/_karat_overview_table.scss */
.karatOverviewTable__person svg {
  margin-right: 6px;
}

/* line 7, app/assets/stylesheets/components/_karat_overview_table.scss */
.karatOverviewTable__person p {
  margin-left: 7px;
}

/* line 13, app/assets/stylesheets/components/_karat_overview_table.scss */
.karatOverviewTable__amount p {
  line-height: 1.5;
  color: #879fbc;
}

/* line 16, app/assets/stylesheets/components/_karat_overview_table.scss */
.karatOverviewTable__amount p span {
  color: #000;
  font-weight: 600;
}

/* line 20, app/assets/stylesheets/components/_karat_overview_table.scss */
.karatOverviewTable__amount p span.is-negative {
  color: #e94c4c;
}

/* line 27, app/assets/stylesheets/components/_karat_overview_table.scss */
.karatOverviewTable__buttons .button + .button {
  margin-left: 4px;
}

/* line 1, app/assets/stylesheets/components/_markdown.scss */
.markdown {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: -25px;
  word-wrap: break-word;
}

/* line 7, app/assets/stylesheets/components/_markdown.scss */
.markdown > *:first-child {
  margin-top: 0 !important;
}

/* line 11, app/assets/stylesheets/components/_markdown.scss */
.markdown img {
  box-sizing: content-box;
  background-color: #fff;
}

/* line 16, app/assets/stylesheets/components/_markdown.scss */
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6,
.markdown table {
  margin-top: 44px;
  margin-bottom: 26px;
  line-height: 1.25;
}

/* line 28, app/assets/stylesheets/components/_markdown.scss */
.markdown b,
.markdown strong {
  font-weight: 700;
}

/* line 33, app/assets/stylesheets/components/_markdown.scss */
.markdown p,
.markdown blockquote,
.markdown ul,
.markdown ol,
.markdown dl,
.markdown table,
.markdown pre {
  line-height: 1.5;
  margin-bottom: 25px;
}

/* line 44, app/assets/stylesheets/components/_markdown.scss */
.markdown ul,
.markdown ol {
  margin-left: 2em;
}

/* line 49, app/assets/stylesheets/components/_markdown.scss */
.markdown ul li {
  list-style: disc;
  line-height: 1.5;
}

/* line 54, app/assets/stylesheets/components/_markdown.scss */
.markdown li + li {
  margin-top: 15px;
}

/* line 58, app/assets/stylesheets/components/_markdown.scss */
.markdown sup a {
  border: 0 !important;
  margin-left: 2px;
  color: #999 !important;
}

/* line 64, app/assets/stylesheets/components/_markdown.scss */
.markdown div.footnotes {
  color: #666;
  font-size: 12px;
  margin-top: 40px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
}

/* line 65, app/assets/stylesheets/components/_markdown.scss */
.markdown div.footnotes > hr {
  display: none;
}

/* line 73, app/assets/stylesheets/components/_markdown.scss */
.markdown div.footnotes p {
  margin: 0;
}

/* line 75, app/assets/stylesheets/components/_markdown.scss */
.markdown div.footnotes p a {
  color: #999;
  font-weight: 600;
  border: 0;
}

/* line 81, app/assets/stylesheets/components/_markdown.scss */
.markdown div.footnotes li + li {
  margin-top: 6px;
}

/* line 86, app/assets/stylesheets/components/_markdown.scss */
.markdown h1 {
  font-size: 2em;
  font-weight: 700;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.3em;
}

/* line 93, app/assets/stylesheets/components/_markdown.scss */
.markdown h2 {
  font-size: 1.5em;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.3em;
}

/* line 99, app/assets/stylesheets/components/_markdown.scss */
.markdown h3 {
  font-size: 1.25em;
}

/* line 103, app/assets/stylesheets/components/_markdown.scss */
.markdown hr {
  height: 2px;
  border-color: #efefef;
  max-width: 75%;
  margin: 60px auto;
}

/* line 110, app/assets/stylesheets/components/_markdown.scss */
.markdown p.codeTitle {
  margin-bottom: 0;
  background: #eee;
  border-radius: 4px 4px 0 0;
  font-size: 12px;
  color: #888;
  padding: 8px 16px;
  border-bottom: 1px dashed #dcdcdc;
}

/* line 120, app/assets/stylesheets/components/_markdown.scss */
.markdown p.codeTitle + pre {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 125, app/assets/stylesheets/components/_markdown.scss */
.markdown pre {
  background: #f2f2f2;
  font-size: 15px;
  padding: 16px;
  white-space: pre;
  word-wrap: normal;
  line-height: 1.45;
  overflow: auto;
  border-radius: 4px;
}

/* line 134, app/assets/stylesheets/components/_markdown.scss */
.markdown pre code {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
}

/* line 143, app/assets/stylesheets/components/_markdown.scss */
.markdown ul a,
.markdown ol a,
.markdown p a {
  color: #3d91f9;
  text-decoration: underline;
}

/* line 148, app/assets/stylesheets/components/_markdown.scss */
.markdown ul a:hover,
.markdown ol a:hover,
.markdown p a:hover {
  color: #107fcb;
}

/* line 152, app/assets/stylesheets/components/_markdown.scss */
.markdown ul a.brandLink,
.markdown ol a.brandLink,
.markdown p a.brandLink {
  color: inherit;
  color: #555;
  border-bottom: 1px solid #ddd;
}

/* line 156, app/assets/stylesheets/components/_markdown.scss */
.markdown ul a.brandLink:hover,
.markdown ol a.brandLink:hover,
.markdown p a.brandLink:hover {
  text-decoration: none;
  color: #222;
}

/* line 163, app/assets/stylesheets/components/_markdown.scss */
.markdown .mentionLink {
  background: #e5f0fe;
  padding: 0px 3px;
  border-radius: 3px;
  margin: 0 2px;
  text-decoration: none;
}

/* line 171, app/assets/stylesheets/components/_markdown.scss */
.markdown p img {
  text-align: center;
  margin: auto;
  display: block;
  max-width: 100%;
}

/* line 178, app/assets/stylesheets/components/_markdown.scss */
.markdown p.big {
  font-size: 22px;
}

/* line 182, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox {
  background: #fffff1;
  border: 2px solid #e8e8e2;
  color: #888878;
  font-size: 90%;
  font-weight: 500;
  padding: 20px;
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 192, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox a {
  color: #888878;
  border-color: #d0d0c9;
}

/* line 195, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox a:hover {
  color: #5f5f54;
}

/* line 200, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox code {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 204, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox.blue {
  background-color: #f2f8ff;
  border-color: #cfd8e4;
  color: #6890c5;
}

/* line 208, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox.blue a {
  color: #6890c5;
  border-color: #d7e1ef;
}

/* line 211, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox.blue a:hover {
  color: #3e69a2;
}

/* line 216, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox.purple {
  background-color: #fbf5ff;
  border-color: #dcd3e2;
  color: #924db9;
}

/* line 220, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox.purple a {
  color: #924db9;
  border-color: #d5bbe4;
}

/* line 223, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox.purple a:hover {
  color: #683485;
}

/* line 228, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox.red {
  background-color: #fff5f5;
  border-color: #ebd4d4;
  color: #dc6b6b;
}

/* line 232, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox.red a {
  color: #dc6b6b;
  border-color: #f9e7e7;
}

/* line 235, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox.red a:hover {
  color: #cb3030;
}

/* line 240, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox.green {
  background-color: #f5fff2;
  border-color: #cbdac7;
  color: #5ac249;
}

/* line 244, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox.green a {
  color: #5ac249;
  border-color: #c2e8bc;
}

/* line 247, app/assets/stylesheets/components/_markdown.scss */
.markdown p.colorBox.green a:hover {
  color: #3d8f30;
}

/* line 254, app/assets/stylesheets/components/_markdown.scss */
.markdown .embeddedVideo {
  position: relative;
  margin: 60px 0;
  padding: 0 0 56.25%;
}

/* line 258, app/assets/stylesheets/components/_markdown.scss */
.markdown .embeddedVideo iframe {
  height: 100% !important;
  position: absolute;
  width: 100% !important;
}

/* line 268, app/assets/stylesheets/components/_markdown.scss */
.markdown .imageCaption {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  margin-bottom: 60px;
}

/* line 277, app/assets/stylesheets/components/_markdown.scss */
.markdown img.right {
  float: right;
  max-width: 500px;
  margin: 0 -100px 40px 40px;
}

/* line 283, app/assets/stylesheets/components/_markdown.scss */
.markdown img.left {
  float: left;
  max-width: 500px;
  margin: 0 40px 40px -100px;
}

/* line 289, app/assets/stylesheets/components/_markdown.scss */
.markdown img.radius {
  border-radius: 6px;
}

/* line 293, app/assets/stylesheets/components/_markdown.scss */
.markdown img.bordered {
  border: 3px solid #fff;
}

/* line 297, app/assets/stylesheets/components/_markdown.scss */
.markdown img.shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

/* line 301, app/assets/stylesheets/components/_markdown.scss */
.markdown img.screenshot {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
  max-width: 85%;
  margin: 60px auto 60px auto;
}

/* line 307, app/assets/stylesheets/components/_markdown.scss */
.markdown img.center,
.markdown img.centre {
  max-width: 90%;
  margin: 40px auto 60px auto;
}

/* line 313, app/assets/stylesheets/components/_markdown.scss */
.markdown img.big {
  margin-left: -70px !important;
  margin-right: -70px !important;
  max-width: calc(100% + 70px + 70px) !important;
}

/* line 321, app/assets/stylesheets/components/_markdown.scss */
.markdown blockquote {
  border-left: 6px solid #efefef;
  padding-left: 30px;
}

/* line 324, app/assets/stylesheets/components/_markdown.scss */
.markdown blockquote p {
  font-size: 24px;
  line-height: 1.7;
  font-style: italic;
  color: #888;
}

/* line 332, app/assets/stylesheets/components/_markdown.scss */
.markdown code {
  background: #efefef;
  border-radius: 3px;
  padding: 0.15em 0.35em;
}

/* line 338, app/assets/stylesheets/components/_markdown.scss */
.markdown mark {
  background: #fffcdf;
  padding: 0.15em 0.35em;
}

/* line 343, app/assets/stylesheets/components/_markdown.scss */
.markdown table {
  width: 100%;
  margin-bottom: 40px;
}

/* line 346, app/assets/stylesheets/components/_markdown.scss */
.markdown table td,
.markdown table th {
  padding: 8px 0;
}

/* line 352, app/assets/stylesheets/components/_markdown.scss */
.markdown table thead tr td,
.markdown table thead tr th {
  border-bottom: 2px solid #000;
  font-weight: 600;
}

/* line 361, app/assets/stylesheets/components/_markdown.scss */
.markdown table tbody tr td {
  border-bottom: 1px solid #efefef;
}

/* line 366, app/assets/stylesheets/components/_markdown.scss */
.markdown table tbody tr:last-child td {
  border-bottom-color: #000;
}

/* line 1, app/assets/stylesheets/components/_new_api_token.scss */
.newAPIToken {
  background: #45dfba;
  padding: 25px;
  color: #fff;
  margin-bottom: 25px;
}

/* line 8, app/assets/stylesheets/components/_new_api_token.scss */
.newAPIToken__text {
  line-height: 1.5;
  color: #b2f2e2;
}

/* line 11, app/assets/stylesheets/components/_new_api_token.scss */
.newAPIToken__text b {
  font-weight: 700;
  color: #fff;
}

/* line 17, app/assets/stylesheets/components/_new_api_token.scss */
.newAPIToken__token {
  font-size: 18px;
  margin-top: 25px;
}

/* line 20, app/assets/stylesheets/components/_new_api_token.scss */
.newAPIToken__token b {
  background: #fff;
  padding: 7px 10px;
  border-radius: 6px;
  color: #45dfba;
}

/* line 1, app/assets/stylesheets/components/_notice.scss */
.notice {
  background: #fff;
  padding: 40px;
  width: 80%;
  box-shadow: 0 0 15px rgba(61, 145, 249, 0.1);
  margin: auto;
}

/* line 9, app/assets/stylesheets/components/_notice.scss */
.notice__subject {
  font-size: 22px;
  margin-bottom: 10px;
}

/* line 14, app/assets/stylesheets/components/_notice.scss */
.notice__meta {
  font-size: 14px;
  color: #879fbc;
  margin-bottom: 25px;
}

/* line 20, app/assets/stylesheets/components/_notice.scss */
.notice__visibility {
  display: flex;
  font-size: 14px;
  margin-top: 50px;
  color: #879fbc;
}

/* line 25, app/assets/stylesheets/components/_notice.scss */
.notice__visibility p {
  line-height: 1.4;
}

/* line 28, app/assets/stylesheets/components/_notice.scss */
.notice__visibility svg {
  width: 14px;
  flex: 0 0 auto;
  margin-right: 5px;
}

/* line 32, app/assets/stylesheets/components/_notice.scss */
.notice__visibility svg * {
  stroke: #879fbc;
}

/* line 38, app/assets/stylesheets/components/_notice.scss */
.notice__button {
  margin-top: 25px;
}

/* line 2, app/assets/stylesheets/components/_notice_list.scss */
.noticeList .notice + .notice {
  margin-top: 50px;
}

/* line 6, app/assets/stylesheets/components/_notice_list.scss */
.noticeList .pagination {
  text-align: center;
  margin-top: 50px;
}

/* line 1, app/assets/stylesheets/components/_page_header.scss */
.pageHeader {
  margin-top: 40px;
}

/* line 4, app/assets/stylesheets/components/_page_header.scss */
.pageHeader--center {
  text-align: center;
  margin-top: 75px;
}

/* line 8, app/assets/stylesheets/components/_page_header.scss */
.pageHeader--center .pageHeader__text {
  margin-left: auto;
  margin-right: auto;
}

/* line 14, app/assets/stylesheets/components/_page_header.scss */
.pageHeader__title {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 300;
}

/* line 20, app/assets/stylesheets/components/_page_header.scss */
.pageHeader__text {
  font-size: 18px;
  color: #879fbc;
  margin-top: 10px;
  width: 80%;
  line-height: 1.5;
}

/* line 26, app/assets/stylesheets/components/_page_header.scss */
.pageHeader__text a {
  text-decoration: underline;
}

/* line 31, app/assets/stylesheets/components/_page_header.scss */
.pageHeader__buttons {
  margin-top: 25px;
}

/* line 33, app/assets/stylesheets/components/_page_header.scss */
.pageHeader__buttons .button + .button {
  margin-left: 6px;
}

/* line 1, app/assets/stylesheets/components/_pagination.scss */
nav.pagination {
  margin-top: 15px;
  font-size: 14px;
}

/* line 4, app/assets/stylesheets/components/_pagination.scss */
nav.pagination span.page.current,
nav.pagination a {
  color: #879fbc;
  display: inline-block;
  border: 1px solid #e4eaf3;
  padding: 4px 10px;
  text-decoration: none;
  border-radius: 4px;
  background: #fff;
  line-height: 1;
}

/* line 16, app/assets/stylesheets/components/_pagination.scss */
nav.pagination a:hover {
  background-color: white;
}

/* line 20, app/assets/stylesheets/components/_pagination.scss */
nav.pagination span.page.current {
  background: #3d91f9;
  color: #fff;
  border-color: #065eca;
}

/* line 1, app/assets/stylesheets/components/_people_list.scss */
.peopleList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px;
  grid-auto-rows: minmax(70px, auto);
  align-items: stretch;
}

/* line 9, app/assets/stylesheets/components/_people_list.scss */
.peopleList__person {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 0 15px rgba(61, 145, 249, 0.1);
}

/* line 17, app/assets/stylesheets/components/_people_list.scss */
.peopleList__footer {
  justify-self: flex-end;
  text-align: center;
  background: #3d91f9;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: bold;
}

/* line 26, app/assets/stylesheets/components/_people_list.scss */
.peopleList__footer--position0 {
  background: #ffce42;
  color: #fff;
}

/* line 30, app/assets/stylesheets/components/_people_list.scss */
.peopleList__footer--position1 {
  background: #ccc;
  color: #fff;
}

/* line 34, app/assets/stylesheets/components/_people_list.scss */
.peopleList__footer--position2 {
  background: #9c8e7e;
  color: #fff;
}

/* line 39, app/assets/stylesheets/components/_people_list.scss */
.peopleList__details {
  padding: 25px;
  flex: 1 1 auto;
}

/* line 44, app/assets/stylesheets/components/_people_list.scss */
.peopleList__name {
  font-size: 20px;
}

/* line 48, app/assets/stylesheets/components/_people_list.scss */
.peopleList__title {
  margin-top: 10px;
  color: #879fbc;
  line-height: 1.5;
  font-size: 14px;
}

/* line 53, app/assets/stylesheets/components/_people_list.scss */
.peopleList__title span {
  color: #3d91f9;
}

/* line 58, app/assets/stylesheets/components/_people_list.scss */
.peopleList__stats {
  margin-top: 15px;
}

/* line 60, app/assets/stylesheets/components/_people_list.scss */
.peopleList__stats .personInfoBox__def + .personInfoBox__def {
  margin-top: 8px;
}

/* line 4, app/assets/stylesheets/components/_person_dashboard.scss */
.personDashboard__column {
  position: absolute;
  top: 80px;
  width: 320px;
  margin-bottom: 50px;
}

/* line 11, app/assets/stylesheets/components/_person_dashboard.scss */
.is-admin .personDashboard__column {
  top: 120px;
}

/* line 15, app/assets/stylesheets/components/_person_dashboard.scss */
.personDashboard__content {
  margin-left: 380px;
  margin-top: 50px;
}

/* line 20, app/assets/stylesheets/components/_person_dashboard.scss */
.personDashboard__heading {
  color: #879fbc;
  border-bottom: 1px solid #e4eaf3;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 8px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* line 30, app/assets/stylesheets/components/_person_dashboard.scss */
.personDashboard__actions {
  font-size: 14px;
}

/* line 32, app/assets/stylesheets/components/_person_dashboard.scss */
.personDashboard__actions li {
  line-height: 2;
  display: flex;
  align-items: center;
}

/* line 36, app/assets/stylesheets/components/_person_dashboard.scss */
.personDashboard__actions li svg {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

/* line 41, app/assets/stylesheets/components/_person_dashboard.scss */
.personDashboard__actions li a:hover {
  text-decoration: underline;
}

/* line 47, app/assets/stylesheets/components/_person_dashboard.scss */
.personDashboard__sidebarText {
  font-size: 14px;
}

/* line 51, app/assets/stylesheets/components/_person_dashboard.scss */
.personDashboard__sidebarSection {
  margin: 0 15px;
}

/* line 55, app/assets/stylesheets/components/_person_dashboard.scss */
.personDashboard__sidebarSection + .personDashboard__sidebarSection {
  margin-top: 35px;
}

/* line 1, app/assets/stylesheets/components/_person_header.scss */
.personHeader {
  display: flex;
  align-items: center;
  padding: 30px 0;
}

/* line 7, app/assets/stylesheets/components/_person_header.scss */
.personHeader__details {
  width: calc(47% - 110px);
  margin: 0 40px 0 430px;
}

/* line 10, app/assets/stylesheets/components/_person_header.scss */
.personHeader__details dl {
  display: flex;
}

/* line 12, app/assets/stylesheets/components/_person_header.scss */
.personHeader__details dl dt {
  width: 25%;
  color: #879fbc;
}

/* line 17, app/assets/stylesheets/components/_person_header.scss */
.personHeader__details dl + dl {
  margin-top: 12px;
}

/* line 22, app/assets/stylesheets/components/_person_header.scss */
.personHeader__calendar {
  width: 25%;
}

/* line 1, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #21252b;
  min-height: 400px;
  margin-bottom: 25px;
}

/* line 9, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__details {
  padding: 25px;
}

/* line 13, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__name {
  font-size: 22px;
  display: flex;
  align-items: center;
}

/* line 17, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__name span.lozenge {
  margin-left: 5px;
}

/* line 22, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__section {
  padding: 25px;
}

/* line 26, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__section + .personInfoBox__section {
  border-top: 1px solid #e4eaf3;
}

/* line 30, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__additionalTeams {
  margin-top: 15px;
  font-size: 14px;
  color: #879fbc;
  line-height: 1.5;
}

/* line 35, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__additionalTeams a {
  color: #ff853f;
}

/* line 37, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__additionalTeams a:hover {
  text-decoration: underline;
}

/* line 43, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__title {
  margin-top: 10px;
  color: #879fbc;
  line-height: 1.5;
}

/* line 47, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__title a {
  color: #3d91f9;
}

/* line 49, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__title a:hover {
  text-decoration: underline;
}

/* line 55, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__def {
  display: flex;
  align-items: top;
  font-size: 14px;
  color: #879fbc;
}

/* line 60, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__def p {
  line-height: 1.3;
}

/* line 63, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__def svg {
  flex: 0 0 auto;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

/* line 68, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__def svg * {
  stroke: #879fbc;
}

/* line 73, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__def + .personInfoBox__def {
  margin-top: 10px;
}

/* line 78, app/assets/stylesheets/components/_person_info_box.scss */
.personInfoBox__def a:hover {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto {
  line-height: 0;
  text-align: center;
  background-image: radial-gradient(51% 170%, #ffffff 50%, #f7f9fc 100%);
}

/* line 7, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto__photo {
  width: 100%;
  height: 180px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid;
}

/* line 18, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--large .personPhoto__photo {
  height: 230px;
}

/* line 22, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--large .personPhoto__emoji {
  height: 230px;
}

/* line 27, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto__emoji {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  text-shadow: 0 0 40px #fff;
}

/* line 36, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto__innerEmoji {
  display: inline-block;
  position: absolute;
  padding: 6px;
  font-size: 24px;
  right: 10px;
  top: 10px;
}

/* line 47, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-grayBlue .personPhoto__emoji {
  background-color: #879fbc;
}

/* line 50, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-grayBlue .personPhoto__photo {
  border-bottom-color: #879fbc;
}

/* line 47, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-red .personPhoto__emoji {
  background-color: #e94c4c;
}

/* line 50, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-red .personPhoto__photo {
  border-bottom-color: #e94c4c;
}

/* line 47, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-pink .personPhoto__emoji {
  background-color: #e44d79;
}

/* line 50, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-pink .personPhoto__photo {
  border-bottom-color: #e44d79;
}

/* line 47, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-orchid .personPhoto__emoji {
  background-color: #d56ed6;
}

/* line 50, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-orchid .personPhoto__photo {
  border-bottom-color: #d56ed6;
}

/* line 47, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-purple .personPhoto__emoji {
  background-color: #7d6ed6;
}

/* line 50, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-purple .personPhoto__photo {
  border-bottom-color: #7d6ed6;
}

/* line 47, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-blue .personPhoto__emoji {
  background-color: #3d91f9;
}

/* line 50, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-blue .personPhoto__photo {
  border-bottom-color: #3d91f9;
}

/* line 47, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-cyan .personPhoto__emoji {
  background-color: #3ddbf9;
}

/* line 50, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-cyan .personPhoto__photo {
  border-bottom-color: #3ddbf9;
}

/* line 47, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-teal .personPhoto__emoji {
  background-color: #45dfba;
}

/* line 50, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-teal .personPhoto__photo {
  border-bottom-color: #45dfba;
}

/* line 47, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-green .personPhoto__emoji {
  background-color: #3bc048;
}

/* line 50, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-green .personPhoto__photo {
  border-bottom-color: #3bc048;
}

/* line 47, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-pea .personPhoto__emoji {
  background-color: #9adc41;
}

/* line 50, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-pea .personPhoto__photo {
  border-bottom-color: #9adc41;
}

/* line 47, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-yellow .personPhoto__emoji {
  background-color: #ffca4b;
}

/* line 50, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-yellow .personPhoto__photo {
  border-bottom-color: #ffca4b;
}

/* line 47, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-orange .personPhoto__emoji {
  background-color: #ff853f;
}

/* line 50, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-orange .personPhoto__photo {
  border-bottom-color: #ff853f;
}

/* line 47, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-silver .personPhoto__emoji {
  background-color: #cfcfcf;
}

/* line 50, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-silver .personPhoto__photo {
  border-bottom-color: #cfcfcf;
}

/* line 47, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-gray .personPhoto__emoji {
  background-color: #5e5e5e;
}

/* line 50, app/assets/stylesheets/components/_person_photo.scss */
.personPhoto--color-gray .personPhoto__photo {
  border-bottom-color: #5e5e5e;
}

/* line 1, app/assets/stylesheets/components/_pills.scss */
.pills {
  display: flex;
}

/* line 4, app/assets/stylesheets/components/_pills.scss */
.pills li a {
  display: block;
  background: #e4eaf3;
  color: #21252b;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 14px;
}

/* line 12, app/assets/stylesheets/components/_pills.scss */
.pills li a.is-active {
  background-color: #3d91f9;
  color: #fff;
}

/* line 17, app/assets/stylesheets/components/_pills.scss */
.pills li + li {
  margin-left: 15px;
}

/* line 22, app/assets/stylesheets/components/_pills.scss */
.pills__right {
  margin-left: auto;
}

/* line 26, app/assets/stylesheets/components/_pills.scss */
.pills__input {
  border: 0;
  padding: 0;
  margin: 0;
  background: #e4eaf3;
  color: #21252b;
  padding: 7px 20px;
  font: inherit;
  border-radius: 50px;
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/components/_questions_table.scss */
.ticketsTable__subject {
  font-weight: bold;
  align-items: center;
  line-height: 1.4;
}

/* line 5, app/assets/stylesheets/components/_questions_table.scss */
.ticketsTable__subject a:hover {
  text-decoration: underline;
}

/* line 10, app/assets/stylesheets/components/_questions_table.scss */
.ticketsTable__author {
  font-size: 14px;
  color: #879fbc;
}

/* line 16, app/assets/stylesheets/components/_questions_table.scss */
.ticketsTable__reference {
  margin-bottom: 5px;
}

/* line 18, app/assets/stylesheets/components/_questions_table.scss */
.ticketsTable__reference span {
  background: #879fbc;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  padding: 0 4px;
  margin-right: 3px;
  font-size: 14px;
}

/* line 29, app/assets/stylesheets/components/_questions_table.scss */
.ticketsTable__lastReply {
  font-size: 14px;
  color: #879fbc;
}

/* line 34, app/assets/stylesheets/components/_questions_table.scss */
.ticketsTable__split {
  display: flex;
  align-items: flex-start;
}

/* line 39, app/assets/stylesheets/components/_questions_table.scss */
.ticketsTable__icon {
  width: 20px;
  flex: 0 0 auto;
  margin-right: 10px;
  margin-top: 3px;
}

/* line 47, app/assets/stylesheets/components/_questions_table.scss */
.ticketsTable__icon--answered * {
  stroke: #45dfba !important;
}

/* line 1, app/assets/stylesheets/components/_remember_me.scss */
.rememberMe {
  background: #5e5e5e;
}

/* line 5, app/assets/stylesheets/components/_remember_me.scss */
.rememberMe__inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 15px 0;
}

/* line 13, app/assets/stylesheets/components/_remember_me.scss */
.rememberMe__text {
  color: #fff;
  font-weight: 600;
}

/* line 18, app/assets/stylesheets/components/_remember_me.scss */
.rememberMe__button {
  margin-left: auto;
}

/* line 21, app/assets/stylesheets/components/_remember_me.scss */
.rememberMe__button .button {
  margin-left: 7px;
}

/* line 1, app/assets/stylesheets/components/_reply_list.scss */
.replyList {
  width: 70%;
  margin: auto;
}

/* line 6, app/assets/stylesheets/components/_reply_list.scss */
.replyList__reply {
  background: #fff;
  box-shadow: 0 0 15px rgba(61, 145, 249, 0.1);
}

/* line 11, app/assets/stylesheets/components/_reply_list.scss */
.replyList__reply--staff {
  border: 1px solid #3d91f9;
  background: #eaf3fe;
}

/* line 14, app/assets/stylesheets/components/_reply_list.scss */
.replyList__reply--staff .replyList__title {
  border-color: #d6e8fe;
  color: #3d91f9;
}

/* line 20, app/assets/stylesheets/components/_reply_list.scss */
.replyList__reply + .replyList__reply {
  margin-top: 25px;
}

/* line 24, app/assets/stylesheets/components/_reply_list.scss */
.replyList__title {
  border-bottom: 1px solid #e4eaf3;
  padding: 10px 25px;
  color: #879fbc;
  font-size: 14px;
  display: flex;
  align-items: center;
}

/* line 31, app/assets/stylesheets/components/_reply_list.scss */
.replyList__title .avatar {
  margin-right: 8px;
}

/* line 34, app/assets/stylesheets/components/_reply_list.scss */
.replyList__title a {
  text-decoration: underline;
}

/* line 39, app/assets/stylesheets/components/_reply_list.scss */
.replyList__content {
  padding: 25px;
}

/* line 43, app/assets/stylesheets/components/_reply_list.scss */
.replyList__content p {
  position: relative;
}

/* line 47, app/assets/stylesheets/components/_reply_list.scss */
.replyList__replyButton {
  margin-top: 15px;
}

/* line 51, app/assets/stylesheets/components/_reply_list.scss */
.replyList__replySlackText {
  font-size: 14px;
  margin-top: 25px;
  line-height: 1.5;
  background: url(/assets/slack-c0a4b7d920ddb7edf3ab98fd966353b1f60d998d8cd26dfc7ee3beb4265d563a.png) no-repeat;
  background-size: 30px;
  padding-left: 40px;
  color: #879fbc;
}

/* line 62, app/assets/stylesheets/components/_reply_list.scss */
.replyList__replyContent p {
  line-height: 1.5;
}

/* line 65, app/assets/stylesheets/components/_reply_list.scss */
.replyList__replyContent p + p {
  margin-top: 15px;
}

/* line 70, app/assets/stylesheets/components/_reply_list.scss */
.replyList__answerLink {
  margin-left: auto;
}

/* line 72, app/assets/stylesheets/components/_reply_list.scss */
.replyList__answerLink span {
  background: #3d91f9;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/components/_site_content.scss */
.siteContent__inner {
  width: 1100px;
  margin: 0 auto 0 auto;
  padding-bottom: 75px;
}

/* line 7, app/assets/stylesheets/components/_site_content.scss */
.siteContent__soon {
  color: #879fbc;
  font-size: 28px;
  margin: 150px 0;
  text-align: center;
  font-weight: 300;
}

/* line 15, app/assets/stylesheets/components/_site_content.scss */
.siteContent__header {
  font-size: 22px;
  margin-bottom: 25px;
}

/* line 21, app/assets/stylesheets/components/_site_content.scss */
.siteContent__userProvidedContent h1,
.siteContent__userProvidedContent h2,
.siteContent__userProvidedContent h3,
.siteContent__userProvidedContent h4,
.siteContent__userProvidedContent h5,
.siteContent__userProvidedContent h6,
.siteContent__userProvidedContent p,
.siteContent__userProvidedContent ul,
.siteContent__userProvidedContent ol {
  margin-top: 15px;
  line-height: 1.5;
}

/* line 33, app/assets/stylesheets/components/_site_content.scss */
.siteContent__userProvidedContent ul li {
  line-height: 1.5;
  margin-left: 25px;
  list-style: disc;
}

/* line 1, app/assets/stylesheets/components/_site_footer.scss */
.siteFooter {
  margin-top: 50px;
}

/* line 5, app/assets/stylesheets/components/_site_footer.scss */
.siteFooter__inner {
  width: 1100px;
  margin: auto;
  font-size: 14px;
  color: #879fbc;
}

/* line 1, app/assets/stylesheets/components/_site_header.scss */
.siteHeader {
  padding: 25px 0;
  color: #21252b;
  margin-bottom: 25px;
}

/* line 7, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--dark {
  background: #21252b;
  color: #fff;
  margin-bottom: 0;
}

/* line 12, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--dark .siteHeader__logoImage * {
  fill: #fff;
}

/* line 18, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__inner {
  width: 1100px;
  margin: 0 auto;
}

/* line 23, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__initialRow {
  display: flex;
  align-items: center;
}

/* line 28, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__extension {
  margin-top: 25px;
}

/* line 32, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__logo {
  margin-right: 25px;
}

/* line 36, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__logoImage {
  width: 22px;
  height: 22px;
}

/* line 39, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__logoImage * {
  fill: #21252b;
}

/* line 45, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__nav ul {
  display: flex;
}

/* line 47, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__nav ul li + li {
  margin-left: 25px;
}

/* line 50, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__nav ul li {
  display: flex;
  align-items: center;
}

/* line 54, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__nav ul li a {
  font-size: 14px;
}

/* line 56, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__nav ul li a:hover {
  text-decoration: underline;
}

/* line 60, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__nav ul li a.is-active {
  color: #3d91f9;
  font-weight: 600;
}

/* line 67, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__userNav {
  font-size: 14px;
  margin-left: auto;
  color: #879fbc;
}

/* line 71, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__userNav ul {
  display: flex;
  align-items: center;
}

/* line 74, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__userNav ul li + li {
  margin-left: 18px;
}

/* line 77, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__userNav ul li a {
  text-decoration: underline;
}

/* line 83, app/assets/stylesheets/components/_site_header.scss */
.siteHeader__navCount {
  background: #e94c4c;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  margin-left: 6px;
  border-radius: 50px;
}

/* line 92, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--bordered {
  border-bottom: 5px solid;
}

/* line 97, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--color-grayBlue {
  border-bottom-color: #879fbc;
}

/* line 97, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--color-red {
  border-bottom-color: #e94c4c;
}

/* line 97, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--color-pink {
  border-bottom-color: #e44d79;
}

/* line 97, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--color-orchid {
  border-bottom-color: #d56ed6;
}

/* line 97, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--color-purple {
  border-bottom-color: #7d6ed6;
}

/* line 97, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--color-blue {
  border-bottom-color: #3d91f9;
}

/* line 97, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--color-cyan {
  border-bottom-color: #3ddbf9;
}

/* line 97, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--color-teal {
  border-bottom-color: #45dfba;
}

/* line 97, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--color-green {
  border-bottom-color: #3bc048;
}

/* line 97, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--color-pea {
  border-bottom-color: #9adc41;
}

/* line 97, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--color-yellow {
  border-bottom-color: #ffca4b;
}

/* line 97, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--color-orange {
  border-bottom-color: #ff853f;
}

/* line 97, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--color-silver {
  border-bottom-color: #cfcfcf;
}

/* line 97, app/assets/stylesheets/components/_site_header.scss */
.siteHeader--color-gray {
  border-bottom-color: #5e5e5e;
}

/* line 1, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid {
  padding: 7px;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-auto-rows: minmax(70px, auto);
  grid-gap: 7px;
}

/* line 9, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat {
  font-size: 14px;
  background: #21252b;
  border-radius: 6px;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 19, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat:nth-child(1) {
  grid-column: 1/10;
}

/* line 23, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat:nth-child(2) {
  grid-column: 10/14;
}

/* line 27, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat:nth-child(3) {
  grid-column: 14/21;
}

/* line 31, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat:nth-child(4) {
  grid-column: 1/8;
}

/* line 35, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat:nth-child(5) {
  grid-column: 8/12;
}

/* line 38, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat:nth-child(6) {
  grid-column: 12/21;
  background: #00d2ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #00d2ff, #3a7bd5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #00d2ff, #3a7bd5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* line 53, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat:nth-child(7) {
  grid-column: 1/7;
  background: #f2709c;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ff9472, #f2709c);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ff9472, #f2709c);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* line 67, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat:nth-child(7):hover span {
  opacity: 1;
  transform: scale(1) translateX(-50%);
  visibility: visible;
}

/* line 74, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat:nth-child(8) {
  grid-column: 7/15;
}

/* line 77, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat:nth-child(9) {
  grid-column: 15/21;
}

/* line 82, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat1 {
  text-align: center;
}

/* line 85, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat1__number {
  font-size: 28px;
  font-weight: bold;
}

/* line 90, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat1__label {
  margin-top: 4px;
  color: #45dfba;
}

/* line 95, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat2 {
  border: 2px solid #ff853f;
  color: #ff853f;
}

/* line 100, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat3 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 107, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat3__text {
  font-size: 12px;
  margin-top: 5px;
  color: #879fbc;
}

/* line 113, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat3__image {
  width: 42px;
}

/* line 117, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat5__emoji {
  text-align: center;
  font-size: 40px;
}

/* line 122, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat5__emojiImage {
  width: 40px;
}

/* line 126, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat6__number {
  font-size: 32px;
  width: 55%;
  flex: 0 0 auto;
  text-align: right;
}

/* line 133, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat6__title {
  margin-left: 10px;
  flex: 0 1 auto;
  text-transform: uppercase;
  opacity: 0.5;
  line-height: 1.2;
}

/* line 141, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat7__icon {
  width: 24px;
  height: 24px;
}

/* line 144, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat7__icon * {
  stroke: #fff;
}

/* line 149, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat7__number {
  font-size: 22px;
  margin-left: 8px;
}

/* line 154, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat9__number {
  font-size: 32px;
  width: 40%;
  flex: 0 0 auto;
  text-align: right;
}

/* line 161, app/assets/stylesheets/components/_stats_grid.scss */
.statsGrid__stat9__text {
  margin-left: 10px;
  flex: 0 1 auto;
  text-transform: uppercase;
  opacity: 0.5;
  line-height: 1.2;
}

/* line 1, app/assets/stylesheets/components/_sub_page.scss */
.subPage {
  width: 450px;
  margin: 100px auto;
  background: #fff;
  padding: 45px;
  box-shadow: 0 0 15px rgba(61, 145, 249, 0.1);
}

/* line 9, app/assets/stylesheets/components/_sub_page.scss */
.subPage__title {
  font-size: 24px;
  margin-bottom: 15px;
}

/* line 14, app/assets/stylesheets/components/_sub_page.scss */
.subPage__text {
  line-height: 1.5;
  color: #879fbc;
  margin-bottom: 15px;
}

/* line 1, app/assets/stylesheets/components/_team_dashboard.scss */
.teamDashboard {
  display: flex;
  margin: 50px 0;
}

/* line 6, app/assets/stylesheets/components/_team_dashboard.scss */
.teamDashboard__feed {
  width: 65%;
}

/* line 10, app/assets/stylesheets/components/_team_dashboard.scss */
.teamDashboard__sidebar {
  margin-left: 50px;
  width: calc(35% - 50px);
}

/* line 15, app/assets/stylesheets/components/_team_dashboard.scss */
.teamDashboard__sidebarSection + .teamDashboard__sidebarSection {
  margin-top: 35px;
}

/* line 1, app/assets/stylesheets/components/_team_header.scss */
.teamHeader {
  display: flex;
  align-items: center;
  padding: 40px 0;
}

/* line 6, app/assets/stylesheets/components/_team_header.scss */
.teamHeader__details {
  width: 50%;
  flex: 0 0 auto;
}

/* line 11, app/assets/stylesheets/components/_team_header.scss */
.teamHeader__name {
  font-size: 32px;
}

/* line 15, app/assets/stylesheets/components/_team_header.scss */
.teamHeader__description {
  color: #879fbc;
  line-height: 1.5;
  margin-top: 15px;
}

/* line 21, app/assets/stylesheets/components/_team_header.scss */
.teamHeader__avatars {
  margin-top: 35px;
}

/* line 25, app/assets/stylesheets/components/_team_header.scss */
.teamHeader__links {
  font-size: 14px;
  color: #879fbc;
  margin-top: 15px;
}

/* line 29, app/assets/stylesheets/components/_team_header.scss */
.teamHeader__links li {
  line-height: 1.5;
}

/* line 32, app/assets/stylesheets/components/_team_header.scss */
.teamHeader__links a {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/components/_teams_list.scss */
.teamsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
  grid-auto-rows: minmax(auto, auto);
  align-items: stretch;
}

/* line 9, app/assets/stylesheets/components/_teams_list.scss */
.teamsList__team {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 0 15px rgba(61, 145, 249, 0.1);
  padding: 25px;
}

/* line 18, app/assets/stylesheets/components/_teams_list.scss */
.teamsList__name {
  font-size: 20px;
  display: flex;
}

/* line 24, app/assets/stylesheets/components/_teams_list.scss */
.teamsList__nameText:hover {
  text-decoration: underline;
}

/* line 29, app/assets/stylesheets/components/_teams_list.scss */
.teamsList__emoji {
  margin-left: auto;
}

/* line 33, app/assets/stylesheets/components/_teams_list.scss */
.teamsList__description {
  margin-top: 10px;
  color: #879fbc;
  line-height: 1.5;
  font-size: 14px;
}

/* line 38, app/assets/stylesheets/components/_teams_list.scss */
.teamsList__description span {
  color: #3d91f9;
}

/* line 43, app/assets/stylesheets/components/_teams_list.scss */
.teamsList__avatars {
  margin-top: 25px;
}

/* line 1, app/assets/stylesheets/components/_ticket_details.scss */
.ticketBackButton {
  margin-bottom: 25px;
  text-align: center;
}

/* line 5, app/assets/stylesheets/components/_ticket_details.scss */
.ticketDetails {
  background: #fffcf3;
  box-shadow: 0 0 15px rgba(61, 145, 249, 0.1);
  margin-bottom: 35px;
  width: 70%;
  margin: 0 auto 35px auto;
}

/* line 13, app/assets/stylesheets/components/_ticket_details.scss */
.ticketDetails__subject {
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}

/* line 20, app/assets/stylesheets/components/_ticket_details.scss */
.ticketDetails__props {
  padding: 20px;
  display: flex;
}

/* line 23, app/assets/stylesheets/components/_ticket_details.scss */
.ticketDetails__props dl {
  flex: 1 1 auto;
}

/* line 25, app/assets/stylesheets/components/_ticket_details.scss */
.ticketDetails__props dl dt {
  margin-bottom: 6px;
  font-size: 14px;
}

/* line 29, app/assets/stylesheets/components/_ticket_details.scss */
.ticketDetails__props dl dd {
  font-weight: 600;
  font-size: 18px;
}

/* line 1, app/assets/stylesheets/components/_tribute.scss */
.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  min-width: 200px;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
  padding: 0px;
  border-radius: 6px;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.05);
  border-top: .1px solid #f2f4f7;
  border-left: 1px solid #f2f4f7;
  border-right: 1px solid #f2f4f7;
  margin: 1px 0 0 12px;
}

/* line 21, app/assets/stylesheets/components/_tribute.scss */
.tribute-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
}

/* line 28, app/assets/stylesheets/components/_tribute.scss */
.tribute-container li {
  color: #8DA3BE;
  cursor: pointer;
  font-size: 14px;
  padding: 12px 14px;
}

/* line 34, app/assets/stylesheets/components/_tribute.scss */
.tribute-container li:not(:last-child) {
  border-bottom: 1px solid #E4EAF3;
}

/* line 39, app/assets/stylesheets/components/_tribute.scss */
.tribute-container li.highlight {
  background: #3566CE;
}

/* line 43, app/assets/stylesheets/components/_tribute.scss */
.tribute-container li.highlight span {
  color: white;
}

/* line 47, app/assets/stylesheets/components/_tribute.scss */
.tribute-container li span {
  color: #21262A;
  font-weight: bold;
  margin-right: 8px;
}

/* line 53, app/assets/stylesheets/components/_tribute.scss */
.tribute-container li.no-match {
  cursor: default;
}

/* line 57, app/assets/stylesheets/components/_tribute.scss */
.tribute-container .menu-highlighted {
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/components/_warning_with_button.scss */
.warningWithButton {
  border-radius: 6px;
  background-color: #ff853f;
  padding: 25px 25px;
  color: #fff;
  display: flex;
  align-items: center;
}

/* line 10, app/assets/stylesheets/components/_warning_with_button.scss */
.warningWithButton__button {
  width: 20%;
  flex: 0 0 auto;
  text-align: center;
}

/* line 16, app/assets/stylesheets/components/_warning_with_button.scss */
.warningWithButton__text {
  line-height: 1.4;
  width: calc(80% - 25px - 30px - 25px);
  margin-right: 25px;
}

/* line 22, app/assets/stylesheets/components/_warning_with_button.scss */
.warningWithButton__icon {
  width: 30px;
  margin-right: 20px;
}

/* line 26, app/assets/stylesheets/components/_warning_with_button.scss */
.warningWithButton__iconSVG {
  width: 30px;
  height: 30px;
}

/* line 29, app/assets/stylesheets/components/_warning_with_button.scss */
.warningWithButton__iconSVG * {
  stroke: #fff;
}

/* line 8, app/assets/stylesheets/application.scss */
html {
  font-family: koverpass, sans-serif;
  background: #f7f9fc;
}

/* line 13, app/assets/stylesheets/application.scss */
body {
  overflow-y: overlay;
}
