
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "task-roller";
  src: url(/assets/task-roller-ebe6511bfa155754297a475d092bdc752db3e5d09d816e43e9445df5cb23b97b.eot);
  src: url(/assets/task-roller-ebe6511bfa155754297a475d092bdc752db3e5d09d816e43e9445df5cb23b97b.eot?#iefix) format("embedded-opentype"), url(/assets/task-roller-5ef68800d0bb298b464111013c5ea46a65cd80657ec31c423dff1a1f10a19a39.woff) format("woff"), url(/assets/task-roller-3fa6158b05071ab3b73980ab66f8a782c69f55e88ef81559a4c2bcb9f58c8807.ttf) format("truetype"), url(/assets/task-roller-d243228bc7d2906866ffd00a1db28f741a01b847e7c27d06c2dddd2f1412b23b.svg#task-roller) format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]::before {
  content: attr(data-icon);
  font-family: "task-roller";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]::before,
[class*=" icon-"]::before,
.fa::before {
  font-family: "task-roller";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-thumbsdown::before {
  content: "\e000";
}

.icon-thumbsup::before {
  content: "\e001";
}

.icon-money::before {
  content: "\e002";
}

.icon-umbrella::before {
  content: "\e003";
}

.icon-trophy::before {
  content: "\e004";
}

.icon-speakerphone::before {
  content: "\e005";
}

.icon-buffer::before {
  content: "\e006";
}

.icon-settings::before {
  content: "\e007";
}

.icon-scissors::before {
  content: "\e008";
}

.icon-ribbon::before {
  content: "\e009";
}

.icon-pull-request::before {
  content: "\e00a";
}

.icon-person::before {
  content: "\e00b";
}

.icon-person-add::before {
  content: "\e00c";
}

.icon-person-group::before {
  content: "\e00d";
}

.icon-paintbucket::before {
  content: "\e00e";
}

.icon-network::before {
  content: "\e00f";
}

.icon-hamburger::before {
  content: "\e010";
}

.icon-alert::before {
  content: "\e011";
}

.icon-bulb::before {
  content: "\e014";
}

.icon-cart::before {
  content: "\e015";
}

.icon-calendar::before {
  content: "\e016";
}

.icon-delete::before {
  content: "\e017";
}

.icon-heart::before {
  content: "\e018";
}

.icon-heart-outline::before {
  content: "\e019";
}

.icon-globe::before {
  content: "\e01b";
}

.icon-options::before {
  content: "\e01c";
}

.icon-notifications::before {
  content: "\e01d";
}

.icon-plane::before {
  content: "\e01e";
}

.icon-stopwatch::before {
  content: "\e01f";
}

.icon-textsms::before {
  content: "\e020";
}

.icon-arrow-up::before {
  content: "\e021";
}

.icon-arrow-down::before {
  content: "\e022";
}

.icon-arrow-left::before {
  content: "\e023";
}

.icon-arrow-right::before {
  content: "\e024";
}

.icon-plus::before {
  content: "\e025";
}

.icon-bug::before {
  content: "\e026";
}

.icon-backspace::before {
  content: "\e028";
}

.icon-close::before {
  content: "\e02a";
}

.icon-checkmark::before {
  content: "\e02b";
}

.icon-earth::before {
  content: "\e02c";
}

.icon-flask::before {
  content: "\e02d";
}

.icon-eye::before,
.fa.fa-eye::before {
  content: "\e02e";
}

.icon-eye-disabled::before {
  content: "\e02f";
}

.icon-image::before {
  content: "\e031";
}

.icon-gear::before {
  content: "\e032";
}

.icon-share::before {
  content: "\e033";
}

.icon-fireball::before {
  content: "\e012";
}

.icon-fork-repo::before {
  content: "\e013";
}

.icon-help::before,
.fa.fa-question-circle::before {
  content: "\e01a";
}

.icon-quote::before,
.fa.fa-quote::before,
.fa.fa-quote-left::before {
  content: "\e027";
}

.icon-code::before,
.fa.fa-code::before {
  content: "\e029";
}

.icon-arrow-expand::before,
.fa.fa-arrows-alt::before {
  content: "\e030";
}

.icon-bold::before,
.fa.fa-bold::before {
  content: "\e034";
}

.icon-italic::before,
.fa.fa-italic::before {
  content: "\e035";
}

.icon-link::before,
.fa.fa-link::before {
  content: "\e036";
}

.icon-ordered-list::before,
.fa.fa-list-ol::before {
  content: "\e037";
}

.icon-unordered-list::before,
.fa.fa-list-ul::before {
  content: "\e038";
}

.icon-split::before,
.fa.fa-columns::before {
  content: "\e039";
}

.icon-strikethrough::before,
.fa.fa-strikethrough::before {
  content: "\e03a";
}

.icon-header::before,
.fa.fa-header::before {
  content: "\e03b";
}

/**
 * easymde v2.16.1
 * Copyright Jeroen Akkerman
 * @link https://github.com/ionaru/easy-markdown-editor
 * @license MIT
 */
.CodeMirror {
  font-family: monospace;
  height: 300px;
  color: #000;
  direction: ltr;
}

.CodeMirror-lines {
  padding: 4px 0;
}

.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px;
}

.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler {
  background-color: #fff;
}

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker {
  color: #000;
}

.CodeMirror-guttermarker-subtle {
  color: #999;
}

.CodeMirror-cursor {
  border-left: 1px solid #000;
  border-right: none;
  width: 0;
}

.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-fat-cursor .CodeMirror-line::selection, .cm-fat-cursor .CodeMirror-line > span::selection, .cm-fat-cursor .CodeMirror-line > span > span::selection {
  background: 0 0;
}

.cm-fat-cursor .CodeMirror-line::-moz-selection, .cm-fat-cursor .CodeMirror-line > span::-moz-selection, .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
  background: 0 0;
}

.cm-fat-cursor {
  caret-color: transparent;
}

@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  overflow: hidden;
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}

.cm-s-default .cm-header {
  color: #00f;
}

.cm-s-default .cm-quote {
  color: #090;
}

.cm-negative {
  color: #d44;
}

.cm-positive {
  color: #292;
}

.cm-header, .cm-strong {
  font-weight: 700;
}

.cm-em {
  font-style: italic;
}

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

.cm-strikethrough {
  text-decoration: line-through;
}

.cm-s-default .cm-keyword {
  color: #708;
}

.cm-s-default .cm-atom {
  color: #219;
}

.cm-s-default .cm-number {
  color: #164;
}

.cm-s-default .cm-def {
  color: #00f;
}

.cm-s-default .cm-variable-2 {
  color: #05a;
}

.cm-s-default .cm-type, .cm-s-default .cm-variable-3 {
  color: #085;
}

.cm-s-default .cm-comment {
  color: #a50;
}

.cm-s-default .cm-string {
  color: #a11;
}

.cm-s-default .cm-string-2 {
  color: #f50;
}

.cm-s-default .cm-meta {
  color: #555;
}

.cm-s-default .cm-qualifier {
  color: #555;
}

.cm-s-default .cm-builtin {
  color: #30a;
}

.cm-s-default .cm-bracket {
  color: #997;
}

.cm-s-default .cm-tag {
  color: #170;
}

.cm-s-default .cm-attribute {
  color: #00c;
}

.cm-s-default .cm-hr {
  color: #999;
}

.cm-s-default .cm-link {
  color: #00c;
}

.cm-s-default .cm-error {
  color: red;
}

.cm-invalidchar {
  color: red;
}

.CodeMirror-composing {
  border-bottom: 2px solid;
}

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
  background: #e8f2ff;
}

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -50px;
  margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: 0;
  position: relative;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

.CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
  outline: 0;
}

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: 0 0 !important;
  border: none !important;
}

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}

.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}

.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}

.CodeMirror-wrap pre.CodeMirror-line, .CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
}

.CodeMirror-rtl pre {
  direction: rtl;
}

.CodeMirror-code {
  outline: 0;
}

.CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}

.CodeMirror-measure pre {
  position: static;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

.CodeMirror-crosshair {
  cursor: crosshair;
}

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}

.cm-force-border {
  padding-right: 0.1px;
}

@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.cm-tab-wrap-hack:after {
  content: "";
}

span.CodeMirror-selectedtext {
  background: 0 0;
}

.EasyMDEContainer {
  display: block;
}

.CodeMirror-rtl pre {
  direction: rtl;
}

.EasyMDEContainer.sided--no-fullscreen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.EasyMDEContainer .CodeMirror {
  box-sizing: border-box;
  height: auto;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  font: inherit;
  z-index: 0;
  word-wrap: break-word;
}

.EasyMDEContainer .CodeMirror-scroll {
  cursor: text;
}

.EasyMDEContainer .CodeMirror-fullscreen {
  background: #fff;
  position: fixed !important;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 8;
  border-right: none !important;
  border-bottom-right-radius: 0 !important;
}

.EasyMDEContainer .CodeMirror-sided {
  width: 50% !important;
}

.EasyMDEContainer.sided--no-fullscreen .CodeMirror-sided {
  border-right: none !important;
  border-bottom-right-radius: 0;
  position: relative;
  flex: 1 1 auto;
}

.EasyMDEContainer .CodeMirror-placeholder {
  opacity: 0.5;
}

.EasyMDEContainer .CodeMirror-focused .CodeMirror-selected {
  background: #d9d9d9;
}

.editor-toolbar {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 9px 10px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.editor-toolbar.fullscreen {
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 9;
}

.editor-toolbar.fullscreen::before {
  width: 20px;
  height: 50px;
  background: -moz-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.editor-toolbar.fullscreen::after {
  width: 20px;
  height: 50px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.EasyMDEContainer.sided--no-fullscreen .editor-toolbar {
  width: 100%;
}

.editor-toolbar .easymde-dropdown, .editor-toolbar button {
  background: 0 0;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}

.editor-toolbar button {
  width: 30px;
}

.editor-toolbar button.active, .editor-toolbar button:hover {
  background: #fcfcfc;
  border-color: #95a5a6;
}

.editor-toolbar i.separator {
  display: inline-block;
  width: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #fff;
  color: transparent;
  text-indent: -10px;
  margin: 0 6px;
}

.editor-toolbar button:after {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 65%;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
}

.editor-toolbar button.heading-1:after {
  content: "1";
}

.editor-toolbar button.heading-2:after {
  content: "2";
}

.editor-toolbar button.heading-3:after {
  content: "3";
}

.editor-toolbar button.heading-bigger:after {
  content: "▲";
}

.editor-toolbar button.heading-smaller:after {
  content: "▼";
}

.editor-toolbar.disabled-for-preview button:not(.no-disable) {
  opacity: 0.6;
  pointer-events: none;
}

@media only screen and (max-width: 700px) {
  .editor-toolbar i.no-mobile {
    display: none;
  }
}
.editor-statusbar {
  padding: 8px 10px;
  font-size: 12px;
  color: #959694;
  text-align: right;
}

.EasyMDEContainer.sided--no-fullscreen .editor-statusbar {
  width: 100%;
}

.editor-statusbar span {
  display: inline-block;
  min-width: 4em;
  margin-left: 1em;
}

.editor-statusbar .lines:before {
  content: "lines: ";
}

.editor-statusbar .words:before {
  content: "words: ";
}

.editor-statusbar .characters:before {
  content: "characters: ";
}

.editor-preview-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
  overflow: auto;
  display: none;
  box-sizing: border-box;
}

.editor-preview-side {
  position: fixed;
  bottom: 0;
  width: 50%;
  top: 50px;
  right: 0;
  z-index: 9;
  overflow: auto;
  display: none;
  box-sizing: border-box;
  border: 1px solid #ddd;
  word-wrap: break-word;
}

.editor-preview-active-side {
  display: block;
}

.EasyMDEContainer.sided--no-fullscreen .editor-preview-active-side {
  flex: 1 1 auto;
  height: auto;
  position: static;
}

.editor-preview-active {
  display: block;
}

.editor-preview {
  padding: 10px;
  background: #fafafa;
}

.editor-preview > p {
  margin-top: 0;
}

.editor-preview pre {
  background: #eee;
  margin-bottom: 10px;
}

.editor-preview table td, .editor-preview table th {
  border: 1px solid #ddd;
  padding: 5px;
}

.cm-s-easymde .cm-tag {
  color: #63a35c;
}

.cm-s-easymde .cm-attribute {
  color: #795da3;
}

.cm-s-easymde .cm-string {
  color: #183691;
}

.cm-s-easymde .cm-header-1 {
  font-size: 200%;
  line-height: 200%;
}

.cm-s-easymde .cm-header-2 {
  font-size: 160%;
  line-height: 160%;
}

.cm-s-easymde .cm-header-3 {
  font-size: 125%;
  line-height: 125%;
}

.cm-s-easymde .cm-header-4 {
  font-size: 110%;
  line-height: 110%;
}

.cm-s-easymde .cm-comment {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.cm-s-easymde .cm-link {
  color: #7f8c8d;
}

.cm-s-easymde .cm-url {
  color: #aab2b3;
}

.cm-s-easymde .cm-quote {
  color: #7f8c8d;
  font-style: italic;
}

.editor-toolbar .easymde-dropdown {
  position: relative;
  background: linear-gradient(to bottom right, #fff 0, #fff 84%, #333 50%, #333 100%);
  border-radius: 0;
  border: 1px solid #fff;
}

.editor-toolbar .easymde-dropdown:hover {
  background: linear-gradient(to bottom right, #fff 0, #fff 84%, #333 50%, #333 100%);
}

.easymde-dropdown-content {
  display: block;
  visibility: hidden;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 8px;
  z-index: 2;
  top: 30px;
}

.easymde-dropdown:active .easymde-dropdown-content, .easymde-dropdown:focus .easymde-dropdown-content, .easymde-dropdown:focus-within .easymde-dropdown-content {
  visibility: visible;
}

span[data-img-src]::after {
  content: "";
  background-image: var(--bg-image);
  display: block;
  max-height: 100%;
  max-width: 100%;
  background-size: contain;
  height: 0;
  padding-top: var(--height);
  width: var(--width);
  background-repeat: no-repeat;
}

.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
  background: rgba(255, 0, 0, 0.15);
}

.hljs {
  display: block;
  padding: 0.5em;
  overflow-x: auto;
  background: #1c1e34;
  color: #f6f6f6;
}

.hljs-comment,
.hljs-quote {
  color: #999;
}

.hljs-tag,
.hljs-name,
.hljs-keyword,
.hljs-formula {
  color: #5cbedb;
}

.hljs-number,
.hljs-section,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #7b5c78;
}

.hljs-doctag,
.hljs-literal {
  color: #7b5c78;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #42a17f;
}

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

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

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

.hljs-emphasis {
  font-style: italic;
}

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

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

*,
*:after,
*:before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #5cbedb;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

blockquote {
  border-left: 0.3rem solid #1c1e34;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}
blockquote *:last-child {
  margin-bottom: 0;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #287eff;
  border: 0.1rem solid #287eff;
  border-radius: 0.4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: 0.1rem;
  line-height: 3.8rem;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.button:focus, .button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: #5cbedb;
  border-color: #5cbedb;
  color: #fff;
  outline: 0;
}
.button[disabled],
button[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  cursor: default;
  opacity: 0.5;
}
.button[disabled]:focus, .button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type=button][disabled]:focus,
input[type=button][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=reset][disabled]:hover,
input[type=submit][disabled]:focus,
input[type=submit][disabled]:hover {
  background-color: #287eff;
  border-color: #287eff;
}
.button.button-outline,
button.button-outline,
input[type=button].button-outline,
input[type=reset].button-outline,
input[type=submit].button-outline {
  background-color: transparent;
  color: #287eff;
}
.button.button-outline:focus, .button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type=button].button-outline:focus,
input[type=button].button-outline:hover,
input[type=reset].button-outline:focus,
input[type=reset].button-outline:hover,
input[type=submit].button-outline:focus,
input[type=submit].button-outline:hover {
  background-color: transparent;
  border-color: #5cbedb;
  color: #5cbedb;
}
.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type=button].button-outline[disabled]:focus,
input[type=button].button-outline[disabled]:hover,
input[type=reset].button-outline[disabled]:focus,
input[type=reset].button-outline[disabled]:hover,
input[type=submit].button-outline[disabled]:focus,
input[type=submit].button-outline[disabled]:hover {
  border-color: inherit;
  color: #287eff;
}
.button.button-clear,
button.button-clear,
input[type=button].button-clear,
input[type=reset].button-clear,
input[type=submit].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #287eff;
}
.button.button-clear:focus, .button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type=button].button-clear:focus,
input[type=button].button-clear:hover,
input[type=reset].button-clear:focus,
input[type=reset].button-clear:hover,
input[type=submit].button-clear:focus,
input[type=submit].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #5cbedb;
}
.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type=button].button-clear[disabled]:focus,
input[type=button].button-clear[disabled]:hover,
input[type=reset].button-clear[disabled]:focus,
input[type=reset].button-clear[disabled]:hover,
input[type=submit].button-clear[disabled]:focus,
input[type=submit].button-clear[disabled]:hover {
  color: #287eff;
}

hr {
  border: 0;
  border-top: 0.1rem solid #999;
  margin: 3rem 0;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=week],
input:not([type]),
textarea,
select {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.1rem solid #1c1e34;
  border-radius: 0.4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: 0.6rem 1rem 0.7rem;
  width: 100%;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=week]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: #287eff;
  outline: 0;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%231c1e34" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
  padding-right: 3rem;
}
select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23287eff" d="M0,0l6,8l6-8"/></svg>');
}
select[multiple] {
  background: none;
  height: auto;
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}

a {
  color: #287eff;
  text-decoration: none;
}
a:focus, a:hover {
  color: #5cbedb;
}

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: circle inside;
}

.button,
button,
dd,
dt,
li {
  margin-bottom: 1rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}

table {
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}

td,
th {
  border-bottom: 0.1rem solid #7b5c78;
  padding: 1.2rem 1.5rem;
}
td:first-child,
th:first-child {
  padding-left: 0;
}
td:last-child,
th:last-child {
  padding-right: 0;
}

@media (min-width: 40rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}
b,
strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: -0.1rem;
  margin-bottom: 2rem;
  margin-top: 0;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.2rem;
  letter-spacing: -0.08rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

body {
  color: #191919;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
}

h1,
h3 {
  font-weight: bold;
}

h1,
h3,
h5 {
  color: #1c1e34;
}

h2,
h4,
h6 {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2 {
  margin-top: 2rem;
  font-size: 3.2rem;
}

h3,
h4,
h5,
h6 {
  margin-top: 3rem;
}

h4 {
  font-size: 1.9rem;
}

h6 {
  font-size: 1.4rem;
}

p {
  margin-bottom: 1.5rem;
}
p code {
  font-weight: bold;
}

a:hover {
  color: #5cbedb;
}
a.destroy-link {
  color: #bf9147;
}
a.destroy-link:hover {
  color: rgb(175.4677419355, 131.6008064516, 61.0322580645);
}
a.create-link {
  color: #42a17f;
}
a.create-link:hover {
  color: rgb(54.1374449339, 132.0625550661, 104.1735682819);
}
a.secondary-link {
  color: #999;
}
a.secondary-link:hover {
  color: #5cbedb;
}

h1 a {
  color: #191919;
  text-decoration: underline;
}

@media print, screen and (max-width: 39.99875em) {
  body {
    font-size: 1.8em;
  }
}
li {
  margin-bottom: 0.5rem;
}
li > ul {
  margin-top: 0.5rem;
}

code {
  font-family: "Lucida Console", Monaco, monospace;
}

.divider {
  color: #e1e1e1;
}

dt {
  margin: 1rem 0 0;
  font-weight: bold;
  line-height: 1.3;
}

dd {
  margin: 0;
}

hr {
  border-color: #e1e1e1;
}

.color-green {
  color: #42a17f;
}

.color-yellow {
  color: #bf9147;
}

.color-red {
  color: #f44335;
}

.color-blue {
  color: #5cbedb;
}

.color-purple {
  color: #7b5c78;
}

body {
  margin: 0;
  background: #fff;
}

.main-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}

.main-content {
  flex-grow: 1;
  padding-top: 2rem;
}

.main-header {
  padding: 1rem 0;
  background: #1c1e34;
  color: #191919;
}
.main-header .user-name {
  text-align: right;
  white-space: nowrap;
}
.main-header .user-name a {
  color: #e1e1e1;
}
.main-header .user-name a:hover, .main-header .user-name a:focus {
  border-color: #5cbedb;
  color: #5cbedb;
}
.main-header .search-form {
  display: flex;
  margin: 0 1rem;
}
.main-header .search-form input,
.main-header .search-form .button,
.main-header .search-form .actions {
  margin: 0;
}
.main-header .search-form input[type=text] {
  background-color: #e1e1e1;
}
.main-header .search-form input[type=text]:focus {
  background-color: #f6f6f6;
}

.search-form .issue-filters.hide,
.search-form .task-filters.hide {
  display: none;
}

.heading-and-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heading-and-link a {
  margin-left: 1rem;
}

.page-header {
  padding: 1rem 0 0;
  border-bottom: 2px solid #e1e1e1;
}
.page-header .page-nav {
  display: flex;
  margin: 0 0 -2px;
}
.page-header .page-nav a {
  display: block;
  padding: 0 1rem;
  border-bottom: 2px solid transparent;
  color: #696969;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 3;
  text-transform: uppercase;
  white-space: nowrap;
}
.page-header .page-nav a.current-page {
  border-color: #7b5c78;
  color: #7b5c78;
}
.page-header .page-nav a:not(.current-page):hover, .page-header .page-nav a:not(.current-page):focus {
  border-color: #5cbedb;
  color: #5cbedb;
}
.page-header .second-column {
  text-align: right;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.5rem 0.5rem;
}
.menu p {
  margin-bottom: 0.5rem;
  border: 1px solid transparent;
  border-width: 0 0.5rem;
}
.menu a {
  padding: 0.2rem 0.6rem;
  color: #e1e1e1;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.menu a:hover, .menu a:focus {
  color: #5cbedb;
}
.menu a.current-page {
  color: #7b5c78;
}
.menu a.current-page:hover, .menu a.current-page:focus {
  color: #7b5c78;
}

.app-name-and-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-name-and-logo p {
  margin-bottom: 0;
}

.app-name {
  color: #5cbedb;
  font-size: 2.5rem;
  font-weight: bold;
}
.app-name a {
  color: #999;
}
.app-name a:hover, .app-name a:focus {
  color: #5cbedb;
}

.app-logo {
  width: 3rem;
  height: 3rem;
  margin-right: 0.2rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .main-header > .page {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
  }
  .app-name {
    border-right: 1rem solid transparent;
  }
  .app-logo {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 1rem 0 0;
  }
  .main-header .user-name {
    flex-grow: 0;
    margin-left: auto;
  }
}
.main-footer {
  margin-top: 3rem;
  padding: 1rem 0;
  background: #191919;
  color: #999;
}
.main-footer h3,
.main-footer h4,
.main-footer h5,
.main-footer h6,
.main-footer .app-logo {
  margin: 2rem 0 1rem;
  color: #999;
}
.main-footer p {
  margin: 0;
  text-align: center;
}
.main-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer ul li {
  color: #7b5c78;
  font-size: 85%;
}
.main-footer a {
  color: #e1e1e1;
}
.main-footer a:hover, .main-footer a:focus {
  color: #5cbedb;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3%;
}

.columns > .first-column,
.columns > .second-column {
  overflow-x: hidden;
  overflow-y: auto;
}
.columns > .second-column .devise-links {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .columns {
    display: flex;
    margin: 0 -0.5rem;
  }
  .columns > .first-column,
  .columns > .second-column,
  .columns > .half-column,
  .columns > .column {
    border: 0 solid transparent;
    border-width: 0 0.5rem;
  }
  .columns > .first-column {
    flex: 1 1 auto;
    order: 1;
  }
  .columns > .second-column {
    flex: 0 0 30rem;
    order: 2;
    margin-top: 0;
  }
  .columns > .half-column {
    flex: 0 1 50%;
  }
  .columns > .column {
    flex: 0 1 72rem;
  }
  .main-footer .columns {
    justify-content: space-between;
  }
  .main-footer .columns > .column {
    flex: 0 1 auto;
  }
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.5rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid #e1e1e1;
  border-radius: 0.2rem;
  background-color: #f6f6f6;
}
.breadcrumbs .breadcrumb {
  border: 0 solid transparent;
  border-width: 0 0.25rem;
  font-size: 85%;
  white-space: nowrap;
}
.breadcrumbs .breadcrumb:not(:last-child)::after {
  content: "/";
  padding-left: 0.5rem;
  color: #999;
}
.breadcrumbs a {
  color: #696969;
  font-weight: bold;
}
.breadcrumbs a:hover {
  color: #5cbedb;
}

.project-header .breadcrumbs,
.category-header .breadcrumbs {
  margin-bottom: 1rem;
}

.image-wrapper {
  margin-bottom: 2.5rem;
  padding: 1rem;
  text-align: center;
}

.turbolinks-progress-bar {
  height: 4px;
  background-color: #7b5c78;
}

.dropdown-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dropdown-link::after {
  content: "\e010";
  position: relative;
  font-family: "task-roller";
}
.dropdown-link.active::after {
  content: "\e02a";
}

.user-dropdown-link::after {
  padding-left: 0.25rem;
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 2;
  margin-top: 1rem;
  border: 1px solid #e1e1e1;
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: 0 4px 8px rgba(153, 153, 153, 0.2);
}
.dropdown-menu::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -1rem;
  right: 1.5rem;
  width: 0;
  height: 0;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #f6f6f6;
  border-left: 1rem solid transparent;
}
.dropdown-menu.dropdown-menu-left::after {
  right: initial;
  left: 1.5rem;
}
.dropdown-menu.active {
  display: block;
}
.dropdown-menu span {
  display: block;
  padding: 0 1rem;
  line-height: 2;
}
.dropdown-menu a {
  display: block;
}
.dropdown-menu .divider {
  border-top: 1px solid #e1e1e1;
}
.dropdown-menu .button {
  margin: 0.5rem;
}
.dropdown-menu .button.current-page {
  color: #7b5c78;
  pointer-events: none;
}
.dropdown-menu .user-email {
  color: #696969;
  font-size: 80%;
}
.dropdown-menu .dropdown-menu-container {
  border-bottom: 1px solid #e1e1e1;
}
.dropdown-menu .dropdown-menu-container:last-child {
  border-bottom-width: 0;
}

.dropdown-menu-title {
  background-color: #f6f6f6;
  color: #696969;
  font-size: 80%;
  text-align: center;
}

.button.button-warning:not(.button-clear) {
  border-color: #bf9147;
  background-color: #bf9147;
}
.button.button-warning.button-outline {
  background-color: transparent;
  color: #bf9147;
}
.button.button-warning.button-clear {
  color: #bf9147;
}
.button.button-warning:focus:not(.button-clear), .button.button-warning:hover:not(.button-clear) {
  border-color: rgb(175.4677419355, 131.6008064516, 61.0322580645);
  background-color: rgb(175.4677419355, 131.6008064516, 61.0322580645);
}
.button.button-warning:focus.button-outline, .button.button-warning:hover.button-outline {
  border-color: rgb(175.4677419355, 131.6008064516, 61.0322580645);
  background-color: transparent;
  color: rgb(175.4677419355, 131.6008064516, 61.0322580645);
}
.button.button-warning:focus.button-clear, .button.button-warning:hover.button-clear {
  color: rgb(175.4677419355, 131.6008064516, 61.0322580645);
}
.button.button-success:not(.button-clear) {
  border-color: #42a17f;
  background-color: #42a17f;
}
.button.button-success.button-outline {
  background-color: transparent;
  color: #42a17f;
}
.button.button-success.button-clear {
  color: #42a17f;
}
.button.button-success:focus:not(.button-clear), .button.button-success:hover:not(.button-clear) {
  border-color: rgb(54.1374449339, 132.0625550661, 104.1735682819);
  background-color: rgb(54.1374449339, 132.0625550661, 104.1735682819);
}
.button.button-success:focus.button-outline, .button.button-success:hover.button-outline {
  border-color: rgb(54.1374449339, 132.0625550661, 104.1735682819);
  background-color: transparent;
  color: rgb(54.1374449339, 132.0625550661, 104.1735682819);
}
.button.button-success:focus.button-clear, .button.button-success:hover.button-clear {
  color: rgb(54.1374449339, 132.0625550661, 104.1735682819);
}
.button.button-secondary:not(.button-clear) {
  border-color: #999;
  background-color: #999;
}
.button.button-secondary.button-outline {
  background-color: transparent;
  color: #999;
}
.button.button-secondary.button-clear {
  color: #999;
}
.button.button-secondary:focus:not(.button-clear), .button.button-secondary:hover:not(.button-clear) {
  border-color: #5cbedb;
  background-color: #5cbedb;
}
.button.button-secondary:focus.button-outline, .button.button-secondary:hover.button-outline {
  border-color: #5cbedb;
  background-color: transparent;
  color: #5cbedb;
}
.button.button-secondary:focus.button-clear, .button.button-secondary:hover.button-clear {
  color: #5cbedb;
}
.button.button-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.button.button-wrap {
  line-height: 1.3;
  white-space: normal;
}
.button.button-icon {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.button-wrapper {
  display: flex;
}
.button-wrapper .button {
  margin: 0;
}
.button-wrapper .button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button-wrapper .button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

form .actions {
  margin-top: 2rem;
}
form .actions input {
  margin-bottom: 0;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input:not([type]),
textarea,
select {
  border-radius: 0.2rem;
  border-color: #999;
}
input[type=email]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=url]:disabled,
input:not([type]):disabled,
textarea:disabled,
select:disabled {
  border-color: #e1e1e1;
  background-color: #f6f6f6;
  color: #696969;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  border-radius: 0.2rem;
}

label.hide {
  display: none;
}
label input {
  margin-bottom: 0;
}

.field {
  position: relative;
}
.field.disabled label {
  color: #696969;
  cursor: text;
}
.field ::placeholder {
  color: #999;
}
.field .field-label-and-message {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.field .field-label-and-message label {
  margin-right: 1rem;
}
.field .field-message {
  margin: 0 0.5rem 0 1rem;
  color: #999;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.35rem;
  font-weight: normal;
  text-transform: uppercase;
}
.field .field-message.hide {
  display: none;
}
.field.error .field-message {
  color: #bf9147;
  font-weight: bold;
}
.field.error input {
  border-color: #bf9147;
}
.field.error .CodeMirror {
  border-color: #bf9147;
}
.field.error .CodeMirror-placeholder {
  color: #bf9147;
}

.field_with_errors label {
  color: #bf9147;
}
.field_with_errors input {
  border-color: #bf9147;
}

.error-card {
  margin-bottom: 2rem;
  border-radius: 0.2rem;
  background: #f6efec;
  color: #000;
}
.error-card .card-title {
  margin: 0;
  padding: 1rem;
  border-radius: 0.2rem 0.2rem 0 0;
  background: #bf9147;
  color: #fff;
  line-height: 1.2;
}
.error-card .card-body {
  padding: 2rem;
}
.error-card ol {
  margin: 0 1rem;
}

[multiple=multiple] {
  height: auto;
}

.check-box-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.check-box-buttons label,
.check-box-buttons .destroy-link,
.check-box-buttons .missing-spot-position {
  min-width: 3rem;
  margin: 0 0.5rem 0 0;
  padding: 0.1rem 0.5rem;
  border: 1px solid #e1e1e1;
  border-radius: 0.2rem;
  background-color: #fff;
  color: #696969;
  font-size: 1.4rem;
  text-align: center;
}
.check-box-buttons label:hover,
.check-box-buttons .destroy-link:hover {
  border-color: #5cbedb;
  background-color: #f6f6f6;
  color: #5cbedb;
}
.check-box-buttons label.active,
.check-box-buttons .destroy-link.active {
  border-color: #7b5c78;
  background-color: rgba(123, 92, 120, 0.1);
  color: #7b5c78;
}
.check-box-buttons input {
  display: none;
}
.check-box-buttons .missing-spot-position {
  border-color: #f6f6f6;
  color: #e1e1e1;
}
.check-box-buttons .destroy-link {
  color: #bf9147;
}
.check-box-buttons .destroy-link:hover {
  border-color: rgb(175.4677419355, 131.6008064516, 61.0322580645);
  color: rgb(175.4677419355, 131.6008064516, 61.0322580645);
}
.check-box-buttons .destroy-link.disabled {
  border-color: #e1e1e1;
  color: #999;
}
.check-box-buttons.highlight label {
  border-color: rgba(191, 145, 71, 0.4);
  color: #bf9147;
}
.check-box-buttons.highlight label:hover {
  border-color: rgba(191, 145, 71, 0.8);
  color: rgb(175.4677419355, 131.6008064516, 61.0322580645);
}

.flash-message {
  display: block;
  visibility: visible;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  margin: 2rem;
  opacity: 1;
}
.flash-message.flash-message-success .flash-message-container {
  border-color: #42a17f;
}
.flash-message.flash-message-warning .flash-message-container {
  border-color: #bf9147;
}
.flash-message.flash-message-danger .flash-message-container {
  border-color: #f44335;
}
.flash-message.hide {
  visibility: hidden;
  transition: visibility 300ms, opacity 300ms ease-in;
  opacity: 0;
}
.flash-message.hide .flash-message-container {
  transition: box-shadow 200ms ease-in;
  box-shadow: none;
}

.flash-message-container {
  display: inline-block;
  position: relative;
  padding: 1rem 4.5rem 1rem 1.5rem;
  border-left: 0.5rem solid #287eff;
  border-radius: 0.2rem;
  background: #f6f6f6;
  box-shadow: 0 3px 15px 1px rgba(25, 25, 25, 0.3);
}

.flash-message-close-link,
.notification-close-link,
.remove-connection-link {
  padding: 0.5rem 0.8rem;
  color: #f44335;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.flash-message-close-link:hover,
.notification-close-link:hover,
.remove-connection-link:hover {
  color: #d61a0b;
}

.flash-message-close-link {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0.2rem;
  background: rgba(25, 25, 25, 0.05);
}
.flash-message-close-link:hover {
  background: rgba(25, 25, 25, 0.09);
}

.remove-connection-link {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  border-left: 1px solid #e1e1e1;
  background: rgba(25, 25, 25, 0.05);
}
.remove-connection-link:hover {
  background: rgba(25, 25, 25, 0.09);
}

.editor-toolbar {
  padding: 0.5rem 1rem;
  border-radius: 0.2rem 0.2rem 0 0;
  border-color: #999;
  opacity: 1;
  background: #f6f6f6;
}
.editor-toolbar:hover {
  opacity: 1;
}
.editor-toolbar.disabled-for-preview {
  border-color: #e1e1e1;
}
.editor-toolbar.disabled-for-preview button:not(.no-disable) {
  opacity: 0.5;
  background: transparent;
  color: #999 !important;
  pointer-events: none;
}
.editor-toolbar button {
  width: 3rem;
  height: 3rem;
  margin: 0 0.5rem;
  padding: initial;
  border: 0;
  border-radius: 0.2rem;
  background: none;
  color: #696969;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
  text-decoration: initial;
  text-transform: initial;
}
.editor-toolbar button:hover {
  background: #e1e1e1;
}
.editor-toolbar button.fa-header::after {
  display: none;
}
.editor-toolbar button.active {
  background: #696969;
  color: #f6efec;
}
.editor-toolbar button.active:hover {
  background: #999;
}
.editor-toolbar button::before {
  position: relative;
  left: 1px;
  line-height: 3rem;
}
.editor-toolbar button.heading-1::after {
  content: "";
}
.editor-toolbar button i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-toolbar i.separator {
  margin: 0 0.5rem;
}

.EasyMDEContainer {
  margin-bottom: 1.5rem;
}
.EasyMDEContainer .CodeMirror {
  border-radius: 0 0 0.2rem 0.2rem;
  border-color: #999;
  color: #191919;
}
.EasyMDEContainer .CodeMirror pre.CodeMirror-line-like {
  color: #999;
}
.EasyMDEContainer .CodeMirror.CodeMirror-focused {
  border-color: #287eff;
}
.EasyMDEContainer .CodeMirror-placeholder {
  opacity: 0.8;
}
.EasyMDEContainer .CodeMirror-code .cm-header-1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3em;
}

code.prettyprint .comment {
  margin: inherit;
  padding: inherit;
  border: inherit;
}

.pagination {
  text-align: center;
}
.pagination .button {
  height: 2.5rem;
  padding: 0 1rem;
  line-height: 2.5rem;
}
.pagination .gap {
  color: #999;
}

.page-links {
  margin-bottom: 0.5rem;
}
.page-links .pagination {
  text-align: center;
}

.page-entries-info {
  margin: 1rem 0;
}

.simple-page-links {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 1rem;
  margin-top: 2rem;
  color: #999;
}
.simple-page-links :first-child {
  text-align: right;
}

.devise-links,
.filters-wrapper {
  padding: 1rem;
  border: 1px solid #e1e1e1;
  border-radius: 0.2rem;
  background-color: #f6f6f6;
}
.devise-links p,
.filters-wrapper p {
  margin-bottom: 0.5rem;
}
.devise-links p:last-child,
.filters-wrapper p:last-child {
  margin-bottom: 0;
}
.devise-links h2,
.devise-links h3,
.filters-wrapper h2,
.filters-wrapper h3 {
  margin: 0 0 1rem;
  color: #7b5c78;
}
.devise-links form,
.filters-wrapper form {
  margin: 0 0 0.5rem;
}
.devise-links input[type=text]:focus,
.filters-wrapper input[type=text]:focus {
  background-color: #fff;
}

.user-issues {
  margin-bottom: 2rem;
}

.user-tasks {
  margin-top: 2rem;
}

.assigned-date,
.review-date {
  white-space: nowrap;
}

.user-form-group:not(:first-child) {
  margin: 2.5rem 0;
  padding: 2.5rem 0 0;
  border: 0 solid #e1e1e1;
  border-top-width: 1px;
}
.user-form-group h2 {
  margin-top: 0;
}
.user-form-group h3 {
  margin: 2rem 0 0.5rem;
}
.user-form-group h3 img {
  max-width: 12rem;
}
.user-form-group form,
.user-form-group .button {
  margin-bottom: 0;
}

.github-account {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #e1e1e1;
  border-radius: 0.2rem;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
}

.github-account-image {
  display: flex;
  align-items: center;
  max-width: 2rem;
  margin: 0.5rem;
}
.github-account-image img {
  width: 100%;
  height: auto;
}

.github-account-name {
  margin: 0.5rem;
}

.categories,
.category-projects,
.projects,
.users {
  margin-bottom: 4rem;
}
.categories .category-name,
.categories .project-name,
.categories .user-name,
.categories .category-tags,
.categories .project-tags,
.categories .category-counts,
.categories .project-counts,
.category-projects .category-name,
.category-projects .project-name,
.category-projects .user-name,
.category-projects .category-tags,
.category-projects .project-tags,
.category-projects .category-counts,
.category-projects .project-counts,
.projects .category-name,
.projects .project-name,
.projects .user-name,
.projects .category-tags,
.projects .project-tags,
.projects .category-counts,
.projects .project-counts,
.users .category-name,
.users .project-name,
.users .user-name,
.users .category-tags,
.users .project-tags,
.users .category-counts,
.users .project-counts {
  margin: 0;
}
.categories .category,
.categories .no-category,
.categories .new-category,
.categories .project,
.categories .no-project,
.categories .new-project,
.categories .user,
.categories .new-user,
.category-projects .category,
.category-projects .no-category,
.category-projects .new-category,
.category-projects .project,
.category-projects .no-project,
.category-projects .new-project,
.category-projects .user,
.category-projects .new-user,
.projects .category,
.projects .no-category,
.projects .new-category,
.projects .project,
.projects .no-project,
.projects .new-project,
.projects .user,
.projects .new-user,
.users .category,
.users .no-category,
.users .new-category,
.users .project,
.users .no-project,
.users .new-project,
.users .user,
.users .new-user {
  margin-bottom: 1rem;
}
.categories .category,
.categories .project,
.categories .new-category,
.categories .new-project,
.categories .user,
.categories .new-user,
.category-projects .category,
.category-projects .project,
.category-projects .new-category,
.category-projects .new-project,
.category-projects .user,
.category-projects .new-user,
.projects .category,
.projects .project,
.projects .new-category,
.projects .new-project,
.projects .user,
.projects .new-user,
.users .category,
.users .project,
.users .new-category,
.users .new-project,
.users .user,
.users .new-user {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e1e1e1;
  text-align: center;
}
.categories .category .button,
.categories .project .button,
.categories .new-category .button,
.categories .new-project .button,
.categories .user .button,
.categories .new-user .button,
.category-projects .category .button,
.category-projects .project .button,
.category-projects .new-category .button,
.category-projects .new-project .button,
.category-projects .user .button,
.category-projects .new-user .button,
.projects .category .button,
.projects .project .button,
.projects .new-category .button,
.projects .new-project .button,
.projects .user .button,
.projects .new-user .button,
.users .category .button,
.users .project .button,
.users .new-category .button,
.users .new-project .button,
.users .user .button,
.users .new-user .button {
  margin: 0;
}
.categories .category .tag,
.categories .project .tag,
.categories .new-category .tag,
.categories .new-project .tag,
.categories .user .tag,
.categories .new-user .tag,
.category-projects .category .tag,
.category-projects .project .tag,
.category-projects .new-category .tag,
.category-projects .new-project .tag,
.category-projects .user .tag,
.category-projects .new-user .tag,
.projects .category .tag,
.projects .project .tag,
.projects .new-category .tag,
.projects .new-project .tag,
.projects .user .tag,
.projects .new-user .tag,
.users .category .tag,
.users .project .tag,
.users .new-category .tag,
.users .new-project .tag,
.users .user .tag,
.users .new-user .tag {
  margin: 0;
  font-size: 1.2rem;
}
.categories .category .tag:nth-child(n+2),
.categories .project .tag:nth-child(n+2),
.categories .new-category .tag:nth-child(n+2),
.categories .new-project .tag:nth-child(n+2),
.categories .user .tag:nth-child(n+2),
.categories .new-user .tag:nth-child(n+2),
.category-projects .category .tag:nth-child(n+2),
.category-projects .project .tag:nth-child(n+2),
.category-projects .new-category .tag:nth-child(n+2),
.category-projects .new-project .tag:nth-child(n+2),
.category-projects .user .tag:nth-child(n+2),
.category-projects .new-user .tag:nth-child(n+2),
.projects .category .tag:nth-child(n+2),
.projects .project .tag:nth-child(n+2),
.projects .new-category .tag:nth-child(n+2),
.projects .new-project .tag:nth-child(n+2),
.projects .user .tag:nth-child(n+2),
.projects .new-user .tag:nth-child(n+2),
.users .category .tag:nth-child(n+2),
.users .project .tag:nth-child(n+2),
.users .new-category .tag:nth-child(n+2),
.users .new-project .tag:nth-child(n+2),
.users .user .tag:nth-child(n+2),
.users .new-user .tag:nth-child(n+2) {
  margin-left: 0.5rem;
}
.categories .stat,
.category-projects .stat,
.projects .stat,
.users .stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.categories .stat-number,
.category-projects .stat-number,
.projects .stat-number,
.users .stat-number {
  margin-bottom: -0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  color: #191919;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 120%;
  font-weight: bold;
  line-height: 2rem;
}
.categories .stat-name,
.category-projects .stat-name,
.projects .stat-name,
.users .stat-name {
  color: #999;
  font-size: 80%;
  line-height: 1.2;
  text-transform: uppercase;
}
.categories .category-tags,
.categories .project-tags,
.category-projects .category-tags,
.category-projects .project-tags,
.projects .category-tags,
.projects .project-tags,
.users .category-tags,
.users .project-tags {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
}
.categories .category-tags:empty,
.categories .project-tags:empty,
.category-projects .category-tags:empty,
.category-projects .project-tags:empty,
.projects .category-tags:empty,
.projects .project-tags:empty,
.users .category-tags:empty,
.users .project-tags:empty {
  display: none;
}
.categories .category-name,
.categories .project-name,
.categories .user-name,
.category-projects .category-name,
.category-projects .project-name,
.category-projects .user-name,
.projects .category-name,
.projects .project-name,
.projects .user-name,
.users .category-name,
.users .project-name,
.users .user-name {
  position: relative;
  padding: 2.5rem 2rem;
  border-bottom: 1px solid #e1e1e1;
  background-color: #f6f6f6;
}
.categories .category-name h3,
.categories .project-name h3,
.categories .user-name h3,
.category-projects .category-name h3,
.category-projects .project-name h3,
.category-projects .user-name h3,
.projects .category-name h3,
.projects .project-name h3,
.projects .user-name h3,
.users .category-name h3,
.users .project-name h3,
.users .user-name h3 {
  margin: 0;
}
.categories .category-name a,
.categories .project-name a,
.categories .user-name a,
.category-projects .category-name a,
.category-projects .project-name a,
.category-projects .user-name a,
.projects .category-name a,
.projects .project-name a,
.projects .user-name a,
.users .category-name a,
.users .project-name a,
.users .user-name a {
  color: #191919;
  text-decoration: underline;
}
.categories .category-name a:hover, .categories .category-name a:focus,
.categories .project-name a:hover,
.categories .project-name a:focus,
.categories .user-name a:hover,
.categories .user-name a:focus,
.category-projects .category-name a:hover,
.category-projects .category-name a:focus,
.category-projects .project-name a:hover,
.category-projects .project-name a:focus,
.category-projects .user-name a:hover,
.category-projects .user-name a:focus,
.projects .category-name a:hover,
.projects .category-name a:focus,
.projects .project-name a:hover,
.projects .project-name a:focus,
.projects .user-name a:hover,
.projects .user-name a:focus,
.users .category-name a:hover,
.users .category-name a:focus,
.users .project-name a:hover,
.users .project-name a:focus,
.users .user-name a:hover,
.users .user-name a:focus {
  color: #5cbedb;
  text-decoration-color: #5cbedb;
}
.categories .new-category a,
.categories .new-project a,
.categories .new-user a,
.category-projects .new-category a,
.category-projects .new-project a,
.category-projects .new-user a,
.projects .new-category a,
.projects .new-project a,
.projects .new-user a,
.users .new-category a,
.users .new-project a,
.users .new-user a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem 0;
}
.categories .new-category i,
.categories .new-project i,
.categories .new-user i,
.category-projects .new-category i,
.category-projects .new-project i,
.category-projects .new-user i,
.projects .new-category i,
.projects .new-project i,
.projects .new-user i,
.users .new-category i,
.users .new-project i,
.users .new-user i {
  margin-top: 1rem;
  margin-bottom: -1rem;
  font-size: 3rem;
}
.categories .user-content,
.category-projects .user-content,
.projects .user-content,
.users .user-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem 1rem;
}
.categories .user-content > p:last-child,
.category-projects .user-content > p:last-child,
.projects .user-content > p:last-child,
.users .user-content > p:last-child {
  margin: 0;
}

.category-tags,
.project-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}
.category-tags .tag,
.category-tags .status-tag,
.category-tags .issue-type-tag,
.category-tags .task-assign-tag,
.category-tags .task-type-tag,
.project-tags .tag,
.project-tags .status-tag,
.project-tags .issue-type-tag,
.project-tags .task-assign-tag,
.project-tags .task-type-tag {
  margin-bottom: 1rem;
}
.category-tags .tag,
.project-tags .tag {
  margin-right: 0.7rem;
  padding: 0.2rem 0.5rem;
  background: rgba(0, 0, 0, 0.05);
  color: #999;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.category-tags .tag.tag-invisible, .category-tags .tag.tag-internal,
.project-tags .tag.tag-invisible,
.project-tags .tag.tag-internal {
  color: #7b5c78;
}
.category-tags .tag,
.project-tags .tag {
  margin-bottom: 1rem;
}

.category-buttons,
.project-buttons,
.user-buttons {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: stretch;
  column-gap: 0;
  margin: 0 -1px -1px;
  padding: 0;
}
.category-buttons a,
.project-buttons a,
.user-buttons a {
  display: block;
  width: 100%;
  border-radius: 0;
}

.category-stats,
.project-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: baseline;
  column-gap: 0.5rem;
}
.category-stats .stat,
.project-stats .stat {
  font-size: 1.3rem;
}
.category-stats a:hover .stat-name,
.project-stats a:hover .stat-name {
  color: #696969;
}
.category-stats .green-link .stat-number,
.project-stats .green-link .stat-number {
  color: #42a17f;
}
.category-stats .green-link:hover .stat-number,
.project-stats .green-link:hover .stat-number {
  color: rgb(54.1374449339, 132.0625550661, 104.1735682819);
}
.category-stats .yellow-link .stat-number,
.project-stats .yellow-link .stat-number {
  color: #bf9147;
}
.category-stats .yellow-link:hover .stat-number,
.project-stats .yellow-link:hover .stat-number {
  color: rgb(175.4677419355, 131.6008064516, 61.0322580645);
}
.category-stats .red-link .stat-number,
.project-stats .red-link .stat-number {
  color: #f44335;
}
.category-stats .red-link:hover .stat-number,
.project-stats .red-link:hover .stat-number {
  color: #d61a0b;
}
.category-stats .blue-link .stat-number,
.project-stats .blue-link .stat-number {
  color: #5cbedb;
}
.category-stats .blue-link:hover .stat-number,
.project-stats .blue-link:hover .stat-number {
  color: rgb(45.1899497487, 168.2070351759, 204.6100502513);
}
.category-stats .purple-link .stat-number,
.project-stats .purple-link .stat-number {
  color: #7b5c78;
}
.category-stats .purple-link:hover .stat-number,
.project-stats .purple-link:hover .stat-number {
  color: rgb(87.9879069767, 65.8120930233, 85.8418604651);
}

.accordion {
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 100%;
}

.accordion-menu {
  display: grid;
  align-items: center;
  border-right: 1px solid #e1e1e1;
}
.accordion-menu a {
  position: relative;
  height: 100%;
  margin: 0 -1px 0 0;
  padding: 1rem;
  border-right: 2px solid transparent;
}
.accordion-menu a:hover {
  border-color: #5cbedb;
  background-color: #f6f6f6;
}
.accordion-menu a:hover .stat-name {
  color: #696969;
}
.accordion-menu a.active {
  border-color: #e1e1e1;
  background-color: #f6f6f6;
}
.accordion-menu a.active::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -0.55rem;
  border-top: 0.55rem solid transparent;
  border-right: 0.55rem solid #e1e1e1;
  border-bottom: 0.55rem solid transparent;
}
.accordion-menu a.active .stat-number {
  color: #7b5c78;
}
.accordion-menu a.active .stat-name {
  color: #696969;
}

.accordion-content {
  display: none;
  padding: 1rem;
}
.accordion-content > p {
  margin-bottom: 1rem;
}
.accordion-content > p:last-child {
  margin: 0;
}
.accordion-content.active {
  display: block;
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .categories,
  .category-projects,
  .projects,
  .users {
    display: grid;
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
  .categories .category,
  .categories .project,
  .categories .user,
  .categories .new-category,
  .categories .new-project,
  .categories .new-user,
  .category-projects .category,
  .category-projects .project,
  .category-projects .user,
  .category-projects .new-category,
  .category-projects .new-project,
  .category-projects .new-user,
  .projects .category,
  .projects .project,
  .projects .user,
  .projects .new-category,
  .projects .new-project,
  .projects .new-user,
  .users .category,
  .users .project,
  .users .user,
  .users .new-category,
  .users .new-project,
  .users .new-user {
    margin-bottom: 2rem;
    padding: 0;
    border-width: 1px;
    border-radius: 0.2rem;
  }
  .categories .new-category,
  .categories .new-project,
  .categories .new-user,
  .category-projects .new-category,
  .category-projects .new-project,
  .category-projects .new-user,
  .projects .new-category,
  .projects .new-project,
  .projects .new-user,
  .users .new-category,
  .users .new-project,
  .users .new-user {
    order: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .categories,
  .category-projects,
  .projects,
  .users {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.issue-type-color-options,
.issue-type-icon-options,
.task-type-color-options,
.task-type-icon-options,
.issue-issue-type-options,
.task-task-type-options,
.issue-filter-options,
.task-filter-options,
.search-filter-options {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.issue-type-color-options label,
.issue-type-icon-options label,
.task-type-color-options label,
.task-type-icon-options label,
.issue-issue-type-options label,
.task-task-type-options label,
.issue-filter-options label,
.task-filter-options label,
.search-filter-options label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem 1rem;
  padding: 0.3rem 0.5rem;
  border-radius: 0.2rem;
  line-height: 1.2;
  cursor: pointer;
}
.issue-type-color-options label.disabled,
.issue-type-icon-options label.disabled,
.task-type-color-options label.disabled,
.task-type-icon-options label.disabled,
.issue-issue-type-options label.disabled,
.task-task-type-options label.disabled,
.issue-filter-options label.disabled,
.task-filter-options label.disabled,
.search-filter-options label.disabled {
  border-color: #999;
  opacity: 0.6;
  background-color: #e1e1e1;
  color: #1c1e34;
}
.issue-type-color-options label.disabled i,
.issue-type-icon-options label.disabled i,
.task-type-color-options label.disabled i,
.task-type-icon-options label.disabled i,
.issue-issue-type-options label.disabled i,
.task-task-type-options label.disabled i,
.issue-filter-options label.disabled i,
.task-filter-options label.disabled i,
.search-filter-options label.disabled i {
  color: #999;
}
.issue-type-color-options i,
.issue-type-icon-options i,
.task-type-color-options i,
.task-type-icon-options i,
.issue-issue-type-options i,
.task-task-type-options i,
.issue-filter-options i,
.task-filter-options i,
.search-filter-options i {
  display: flex;
  margin-right: 0.3rem;
  color: #7b5c78;
  font-weight: normal;
}

.issue-type-color-options,
.task-type-color-options,
.task-task-type-options,
.issue-issue-type-options,
.issue-filter-options,
.task-filter-options,
.search-filter-options {
  margin-bottom: 1rem;
}
.issue-type-color-options label,
.task-type-color-options label,
.task-task-type-options label,
.issue-issue-type-options label,
.issue-filter-options label,
.task-filter-options label,
.search-filter-options label {
  border-width: 1px;
  border-style: solid;
}

.issue-type-icon-options label,
.task-type-icon-options label {
  border: 1px solid #e1e1e1;
  background-color: #f6f6f6;
}

.roller-radio-button-label input {
  display: none;
}
.roller-radio-button-label.disabled:hover {
  opacity: 0.75;
}

.status-tag,
.issue-type-tag,
.task-assign-tag,
.task-type-tag,
.issue-type-icon-option,
.task-type-icon-option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0;
  border-radius: 0.4rem;
  color: #1c1e34;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}
.status-tag span,
.status-tag i,
.status-tag .dropdown-link,
.issue-type-tag span,
.issue-type-tag i,
.issue-type-tag .dropdown-link,
.task-assign-tag span,
.task-assign-tag i,
.task-assign-tag .dropdown-link,
.task-type-tag span,
.task-type-tag i,
.task-type-tag .dropdown-link,
.issue-type-icon-option span,
.issue-type-icon-option i,
.issue-type-icon-option .dropdown-link,
.task-type-icon-option span,
.task-type-icon-option i,
.task-type-icon-option .dropdown-link {
  padding: 0.2rem 0.5rem;
}
.status-tag i,
.issue-type-tag i,
.task-assign-tag i,
.task-type-tag i,
.issue-type-icon-option i,
.task-type-icon-option i {
  color: #7b5c78;
}
.status-tag [class^=icon-],
.status-tag [class*=" icon-"],
.issue-type-tag [class^=icon-],
.issue-type-tag [class*=" icon-"],
.task-assign-tag [class^=icon-],
.task-assign-tag [class*=" icon-"],
.task-type-tag [class^=icon-],
.task-type-tag [class*=" icon-"],
.issue-type-icon-option [class^=icon-],
.issue-type-icon-option [class*=" icon-"],
.task-type-icon-option [class^=icon-],
.task-type-icon-option [class*=" icon-"] {
  position: relative;
  bottom: -2px;
}
.status-tag .type-value,
.issue-type-tag .type-value,
.task-assign-tag .type-value,
.task-type-tag .type-value,
.issue-type-icon-option .type-value,
.task-type-icon-option .type-value {
  padding-left: 0;
}
.status-tag .dropdown-link,
.issue-type-tag .dropdown-link,
.task-assign-tag .dropdown-link,
.task-type-tag .dropdown-link,
.issue-type-icon-option .dropdown-link,
.task-type-icon-option .dropdown-link {
  border-right: 1px solid transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.status-tag .dropdown-link::after,
.issue-type-tag .dropdown-link::after,
.task-assign-tag .dropdown-link::after,
.task-type-tag .dropdown-link::after,
.issue-type-icon-option .dropdown-link::after,
.task-type-icon-option .dropdown-link::after {
  color: #fff;
}
.status-tag .dropdown-link:hover, .status-tag .dropdown-link.active,
.issue-type-tag .dropdown-link:hover,
.issue-type-tag .dropdown-link.active,
.task-assign-tag .dropdown-link:hover,
.task-assign-tag .dropdown-link.active,
.task-type-tag .dropdown-link:hover,
.task-type-tag .dropdown-link.active,
.issue-type-icon-option .dropdown-link:hover,
.issue-type-icon-option .dropdown-link.active,
.task-type-icon-option .dropdown-link:hover,
.task-type-icon-option .dropdown-link.active {
  border-left-color: transparent;
  background-color: rgba(0, 0, 0, 0.2);
}
.status-tag .dropdown-link i,
.issue-type-tag .dropdown-link i,
.task-assign-tag .dropdown-link i,
.task-type-tag .dropdown-link i,
.issue-type-icon-option .dropdown-link i,
.task-type-icon-option .dropdown-link i {
  color: #fff;
}

.status-tag.roller-type-color-green, .status-tag.roller-type-color-yellow, .status-tag.roller-type-color-red, .status-tag.roller-type-color-purple,
.issue-type-tag.roller-type-color-green,
.issue-type-tag.roller-type-color-yellow,
.issue-type-tag.roller-type-color-red,
.issue-type-tag.roller-type-color-purple,
.task-assign-tag.roller-type-color-green,
.task-assign-tag.roller-type-color-yellow,
.task-assign-tag.roller-type-color-red,
.task-assign-tag.roller-type-color-purple,
.task-type-tag.roller-type-color-green,
.task-type-tag.roller-type-color-yellow,
.task-type-tag.roller-type-color-red,
.task-type-tag.roller-type-color-purple,
.roller-radio-button-label.roller-type-color-green,
.roller-radio-button-label.roller-type-color-yellow,
.roller-radio-button-label.roller-type-color-red,
.roller-radio-button-label.roller-type-color-purple {
  color: #f6f6f6;
}
.status-tag.roller-type-color-green i, .status-tag.roller-type-color-yellow i, .status-tag.roller-type-color-red i, .status-tag.roller-type-color-purple i,
.issue-type-tag.roller-type-color-green i,
.issue-type-tag.roller-type-color-yellow i,
.issue-type-tag.roller-type-color-red i,
.issue-type-tag.roller-type-color-purple i,
.task-assign-tag.roller-type-color-green i,
.task-assign-tag.roller-type-color-yellow i,
.task-assign-tag.roller-type-color-red i,
.task-assign-tag.roller-type-color-purple i,
.task-type-tag.roller-type-color-green i,
.task-type-tag.roller-type-color-yellow i,
.task-type-tag.roller-type-color-red i,
.task-type-tag.roller-type-color-purple i,
.roller-radio-button-label.roller-type-color-green i,
.roller-radio-button-label.roller-type-color-yellow i,
.roller-radio-button-label.roller-type-color-red i,
.roller-radio-button-label.roller-type-color-purple i {
  color: #1c1e34;
}
.status-tag.roller-type-color-default,
.issue-type-tag.roller-type-color-default,
.task-assign-tag.roller-type-color-default,
.task-type-tag.roller-type-color-default,
.roller-radio-button-label.roller-type-color-default {
  border-color: #999;
  background-color: #e1e1e1;
}
.status-tag.roller-type-color-blue,
.issue-type-tag.roller-type-color-blue,
.task-assign-tag.roller-type-color-blue,
.task-type-tag.roller-type-color-blue,
.roller-radio-button-label.roller-type-color-blue {
  border-color: #1c1e34;
  background-color: #5cbedb;
}
.status-tag.roller-type-color-brown,
.issue-type-tag.roller-type-color-brown,
.task-assign-tag.roller-type-color-brown,
.task-type-tag.roller-type-color-brown,
.roller-radio-button-label.roller-type-color-brown {
  border-color: #696969;
  background-color: #c5b2b2;
}
.status-tag.roller-type-color-green,
.issue-type-tag.roller-type-color-green,
.task-assign-tag.roller-type-color-green,
.task-type-tag.roller-type-color-green,
.roller-radio-button-label.roller-type-color-green {
  border-color: rgb(51.1718061674, 124.8281938326, 98.4669603524);
  background-color: #42a17f;
}
.status-tag.roller-type-color-purple,
.issue-type-tag.roller-type-color-purple,
.task-assign-tag.roller-type-color-purple,
.task-type-tag.roller-type-color-purple,
.roller-radio-button-label.roller-type-color-purple {
  border-color: #696969;
  background-color: #7b5c78;
}
.status-tag.roller-type-color-red,
.issue-type-tag.roller-type-color-red,
.task-assign-tag.roller-type-color-red,
.task-type-tag.roller-type-color-red,
.roller-radio-button-label.roller-type-color-red {
  border-color: #d61a0b;
  background-color: #f44335;
}
.status-tag.roller-type-color-yellow,
.issue-type-tag.roller-type-color-yellow,
.task-assign-tag.roller-type-color-yellow,
.task-type-tag.roller-type-color-yellow,
.roller-radio-button-label.roller-type-color-yellow {
  border-color: rgb(156.5483870968, 117.4112903226, 54.4516129032);
  background-color: #bf9147;
}

.issue .issue-type-tag.roller-type-color-default i, .issue .issue-type-tag.roller-type-color-blue i, .issue .issue-type-tag.roller-type-color-brown i, .issue .issue-type-tag.roller-type-color-green i, .issue .issue-type-tag.roller-type-color-yellow i, .issue .issue-type-tag.roller-type-color-red i, .issue .issue-type-tag.roller-type-color-purple i,
.issue .task-assign-tag.roller-type-color-default i,
.issue .task-assign-tag.roller-type-color-blue i,
.issue .task-assign-tag.roller-type-color-brown i,
.issue .task-assign-tag.roller-type-color-green i,
.issue .task-assign-tag.roller-type-color-yellow i,
.issue .task-assign-tag.roller-type-color-red i,
.issue .task-assign-tag.roller-type-color-purple i,
.issue .task-type-tag.roller-type-color-default i,
.issue .task-type-tag.roller-type-color-blue i,
.issue .task-type-tag.roller-type-color-brown i,
.issue .task-type-tag.roller-type-color-green i,
.issue .task-type-tag.roller-type-color-yellow i,
.issue .task-type-tag.roller-type-color-red i,
.issue .task-type-tag.roller-type-color-purple i,
.issue .status-tag.roller-type-color-default i,
.issue .status-tag.roller-type-color-blue i,
.issue .status-tag.roller-type-color-brown i,
.issue .status-tag.roller-type-color-green i,
.issue .status-tag.roller-type-color-yellow i,
.issue .status-tag.roller-type-color-red i,
.issue .status-tag.roller-type-color-purple i,
.issue .issue-status.roller-type-color-default i,
.issue .issue-status.roller-type-color-blue i,
.issue .issue-status.roller-type-color-brown i,
.issue .issue-status.roller-type-color-green i,
.issue .issue-status.roller-type-color-yellow i,
.issue .issue-status.roller-type-color-red i,
.issue .issue-status.roller-type-color-purple i,
.issue .task-status.roller-type-color-default i,
.issue .task-status.roller-type-color-blue i,
.issue .task-status.roller-type-color-brown i,
.issue .task-status.roller-type-color-green i,
.issue .task-status.roller-type-color-yellow i,
.issue .task-status.roller-type-color-red i,
.issue .task-status.roller-type-color-purple i,
.task .issue-type-tag.roller-type-color-default i,
.task .issue-type-tag.roller-type-color-blue i,
.task .issue-type-tag.roller-type-color-brown i,
.task .issue-type-tag.roller-type-color-green i,
.task .issue-type-tag.roller-type-color-yellow i,
.task .issue-type-tag.roller-type-color-red i,
.task .issue-type-tag.roller-type-color-purple i,
.task .task-assign-tag.roller-type-color-default i,
.task .task-assign-tag.roller-type-color-blue i,
.task .task-assign-tag.roller-type-color-brown i,
.task .task-assign-tag.roller-type-color-green i,
.task .task-assign-tag.roller-type-color-yellow i,
.task .task-assign-tag.roller-type-color-red i,
.task .task-assign-tag.roller-type-color-purple i,
.task .task-type-tag.roller-type-color-default i,
.task .task-type-tag.roller-type-color-blue i,
.task .task-type-tag.roller-type-color-brown i,
.task .task-type-tag.roller-type-color-green i,
.task .task-type-tag.roller-type-color-yellow i,
.task .task-type-tag.roller-type-color-red i,
.task .task-type-tag.roller-type-color-purple i,
.task .status-tag.roller-type-color-default i,
.task .status-tag.roller-type-color-blue i,
.task .status-tag.roller-type-color-brown i,
.task .status-tag.roller-type-color-green i,
.task .status-tag.roller-type-color-yellow i,
.task .status-tag.roller-type-color-red i,
.task .status-tag.roller-type-color-purple i,
.task .issue-status.roller-type-color-default i,
.task .issue-status.roller-type-color-blue i,
.task .issue-status.roller-type-color-brown i,
.task .issue-status.roller-type-color-green i,
.task .issue-status.roller-type-color-yellow i,
.task .issue-status.roller-type-color-red i,
.task .issue-status.roller-type-color-purple i,
.task .task-status.roller-type-color-default i,
.task .task-status.roller-type-color-blue i,
.task .task-status.roller-type-color-brown i,
.task .task-status.roller-type-color-green i,
.task .task-status.roller-type-color-yellow i,
.task .task-status.roller-type-color-red i,
.task .task-status.roller-type-color-purple i {
  color: #999;
}
.issue .issue-type-tag.roller-type-color-default,
.issue .task-assign-tag.roller-type-color-default,
.issue .task-type-tag.roller-type-color-default,
.issue .status-tag.roller-type-color-default,
.issue .issue-status.roller-type-color-default,
.issue .task-status.roller-type-color-default,
.task .issue-type-tag.roller-type-color-default,
.task .task-assign-tag.roller-type-color-default,
.task .task-type-tag.roller-type-color-default,
.task .status-tag.roller-type-color-default,
.task .issue-status.roller-type-color-default,
.task .task-status.roller-type-color-default {
  color: #e1e1e1;
}
.issue .issue-type-tag.roller-type-color-blue,
.issue .task-assign-tag.roller-type-color-blue,
.issue .task-type-tag.roller-type-color-blue,
.issue .status-tag.roller-type-color-blue,
.issue .issue-status.roller-type-color-blue,
.issue .task-status.roller-type-color-blue,
.task .issue-type-tag.roller-type-color-blue,
.task .task-assign-tag.roller-type-color-blue,
.task .task-type-tag.roller-type-color-blue,
.task .status-tag.roller-type-color-blue,
.task .issue-status.roller-type-color-blue,
.task .task-status.roller-type-color-blue {
  color: #1c1e34;
}
.issue .issue-type-tag.roller-type-color-brown,
.issue .task-assign-tag.roller-type-color-brown,
.issue .task-type-tag.roller-type-color-brown,
.issue .status-tag.roller-type-color-brown,
.issue .issue-status.roller-type-color-brown,
.issue .task-status.roller-type-color-brown,
.task .issue-type-tag.roller-type-color-brown,
.task .task-assign-tag.roller-type-color-brown,
.task .task-type-tag.roller-type-color-brown,
.task .status-tag.roller-type-color-brown,
.task .issue-status.roller-type-color-brown,
.task .task-status.roller-type-color-brown {
  color: rgb(126.6222222222, 95.3777777778, 95.3777777778);
}
.issue .issue-type-tag.roller-type-color-green,
.issue .task-assign-tag.roller-type-color-green,
.issue .task-type-tag.roller-type-color-green,
.issue .status-tag.roller-type-color-green,
.issue .issue-status.roller-type-color-green,
.issue .task-status.roller-type-color-green,
.task .issue-type-tag.roller-type-color-green,
.task .task-assign-tag.roller-type-color-green,
.task .task-type-tag.roller-type-color-green,
.task .status-tag.roller-type-color-green,
.task .issue-status.roller-type-color-green,
.task .task-status.roller-type-color-green {
  color: rgb(51.1718061674, 124.8281938326, 98.4669603524);
}
.issue .issue-type-tag.roller-type-color-purple,
.issue .task-assign-tag.roller-type-color-purple,
.issue .task-type-tag.roller-type-color-purple,
.issue .status-tag.roller-type-color-purple,
.issue .issue-status.roller-type-color-purple,
.issue .task-status.roller-type-color-purple,
.task .issue-type-tag.roller-type-color-purple,
.task .task-assign-tag.roller-type-color-purple,
.task .task-type-tag.roller-type-color-purple,
.task .status-tag.roller-type-color-purple,
.task .issue-status.roller-type-color-purple,
.task .task-status.roller-type-color-purple {
  color: #7b5c78;
}
.issue .issue-type-tag.roller-type-color-red,
.issue .task-assign-tag.roller-type-color-red,
.issue .task-type-tag.roller-type-color-red,
.issue .status-tag.roller-type-color-red,
.issue .issue-status.roller-type-color-red,
.issue .task-status.roller-type-color-red,
.task .issue-type-tag.roller-type-color-red,
.task .task-assign-tag.roller-type-color-red,
.task .task-type-tag.roller-type-color-red,
.task .status-tag.roller-type-color-red,
.task .issue-status.roller-type-color-red,
.task .task-status.roller-type-color-red {
  color: #d61a0b;
}
.issue .issue-type-tag.roller-type-color-yellow,
.issue .task-assign-tag.roller-type-color-yellow,
.issue .task-type-tag.roller-type-color-yellow,
.issue .status-tag.roller-type-color-yellow,
.issue .issue-status.roller-type-color-yellow,
.issue .task-status.roller-type-color-yellow,
.task .issue-type-tag.roller-type-color-yellow,
.task .task-assign-tag.roller-type-color-yellow,
.task .task-type-tag.roller-type-color-yellow,
.task .status-tag.roller-type-color-yellow,
.task .issue-status.roller-type-color-yellow,
.task .task-status.roller-type-color-yellow {
  color: rgb(156.5483870968, 117.4112903226, 54.4516129032);
}

.task-type-icon [class^=icon-],
.task-type-icon [class*=" icon-"],
.issue-type-icon [class^=icon-],
.issue-type-icon [class*=" icon-"] {
  position: relative;
  bottom: -1px;
  font-weight: bold;
}

.issue-type-icon.roller-type-color-default,
.task-type-icon.roller-type-color-default {
  color: #e1e1e1;
}
.issue-type-icon.roller-type-color-blue,
.task-type-icon.roller-type-color-blue {
  color: #5cbedb;
}
.issue-type-icon.roller-type-color-brown,
.task-type-icon.roller-type-color-brown {
  color: #c5b2b2;
}
.issue-type-icon.roller-type-color-green,
.task-type-icon.roller-type-color-green {
  color: #42a17f;
}
.issue-type-icon.roller-type-color-purple,
.task-type-icon.roller-type-color-purple {
  color: #7b5c78;
}
.issue-type-icon.roller-type-color-red,
.task-type-icon.roller-type-color-red {
  color: #f44335;
}
.issue-type-icon.roller-type-color-yellow,
.task-type-icon.roller-type-color-yellow {
  color: #bf9147;
}

.issue-types .issue-type,
.issue-types .task-type,
.task-types .issue-type,
.task-types .task-type {
  display: grid;
  grid-column-gap: 2rem;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  margin-bottom: 1.5rem;
}
.issue-types .issue-type p,
.issue-types .issue-type .status-tag,
.issue-types .issue-type .issue-type-tag,
.issue-types .task-type p,
.issue-types .task-type .status-tag,
.issue-types .task-type .issue-type-tag,
.task-types .issue-type p,
.task-types .issue-type .status-tag,
.task-types .issue-type .issue-type-tag,
.task-types .task-type p,
.task-types .task-type .status-tag,
.task-types .task-type .issue-type-tag {
  margin-bottom: 0;
}

a:hover .status-tag,
a:hover .issue-type-tag,
a:hover .task-type-tag,
a:hover .issue-type-icon-option,
a:hover .task-type-icon-option, a:focus .status-tag,
a:focus .issue-type-tag,
a:focus .task-type-tag,
a:focus .issue-type-icon-option,
a:focus .task-type-icon-option {
  opacity: 0.75;
}

.issue-type-button .type-value,
.issue-type-button .status-value,
.issue-type-button .assign-value,
.task-type-button .type-value,
.task-type-button .status-value,
.task-type-button .assign-value,
.status-button .type-value,
.status-button .status-value,
.status-button .assign-value,
.task-button .type-value,
.task-button .status-value,
.task-button .assign-value {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.filters-wrapper {
  margin-bottom: 1.5rem;
}

.issue-notification,
.task-notification {
  display: flex;
  align-items: stretch;
  max-height: 50rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  border-right: 1px solid #e1e1e1;
  border-left: 0.5rem solid #42a17f;
  background-color: #fff;
  color: #42a17f;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}
.issue-notification .notification-close-link,
.task-notification .notification-close-link {
  transition: visibility 0.2s ease-out;
}
.issue-notification.hidden,
.task-notification.hidden {
  max-height: 0;
}
.issue-notification.hidden .notification-close-link,
.task-notification.hidden .notification-close-link {
  visibility: hidden;
}

.notification-event {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border: 0 solid #e1e1e1;
  border-width: 1px 0;
}

.notification-close-link {
  display: flex;
  align-items: center;
  background-color: #e1e1e1;
}
.notification-close-link:hover {
  background-color: rgb(212.25, 212.25, 212.25);
}

.issues .issue.with-notification,
.tasks .task.with-notification,
.comment.with-notification {
  border-color: #42a17f;
}
.issues .issue footer,
.tasks .task footer,
.comment footer {
  margin: 0;
  padding: 0.5rem 1rem;
  border-top: 1px dashed #e1e1e1;
}
.issues .issue footer:empty,
.tasks .task footer:empty,
.comment footer:empty {
  display: none;
}
.issues .issue .issue-notification,
.issues .issue .task-notification,
.tasks .task .issue-notification,
.tasks .task .task-notification,
.comment .issue-notification,
.comment .task-notification {
  margin: 0;
  border-width: 0;
  background-color: #42a17f;
  color: #f6f6f6;
}
.issues .issue .notification-event,
.tasks .task .notification-event,
.comment .notification-event {
  border-width: 0;
}
.issues .issue .notification-close-link,
.tasks .task .notification-close-link,
.comment .notification-close-link {
  background-color: rgba(0, 0, 0, 0.002);
}
.issues .issue .notification-close-link:hover,
.tasks .task .notification-close-link:hover,
.comment .notification-close-link:hover {
  background-color: rgba(0, 0, 0, 0.004);
}

.issues,
.tasks {
  margin-bottom: 3rem;
}
.issues h3,
.issues p,
.tasks h3,
.tasks p {
  margin: 0 0 0.25rem;
}
.issues h3,
.tasks h3 {
  font-size: 2.5rem;
}
.issues h4,
.tasks h4 {
  font-size: 1.8rem;
  text-transform: none;
}
.issues form,
.tasks form {
  margin-bottom: 1rem;
}
.issues i,
.tasks i {
  line-height: 1;
}
.issues .issue,
.issues .task,
.tasks .issue,
.tasks .task {
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid #e1e1e1;
}
.issues .issue-header,
.issues .task-header,
.tasks .issue-header,
.tasks .task-header {
  margin: 0 0 0.5rem;
}
.issues .issue-header h2,
.issues .issue-header p,
.issues .issue-header .button,
.issues .task-header h2,
.issues .task-header p,
.issues .task-header .button,
.tasks .issue-header h2,
.tasks .issue-header p,
.tasks .issue-header .button,
.tasks .task-header h2,
.tasks .task-header p,
.tasks .task-header .button {
  margin: 0;
}
.issues .issue-summary,
.issues .task-summary,
.tasks .issue-summary,
.tasks .task-summary {
  margin: 0.5rem 0.5rem 0;
}
.issues .issue-tags,
.issues .task-tags,
.issues .issue-task-tags,
.issues .task-issue-tags,
.tasks .issue-tags,
.tasks .task-tags,
.tasks .issue-task-tags,
.tasks .task-issue-tags {
  margin-bottom: 0;
  line-height: 1.1;
}
.issues .issue-tags,
.issues .task-tags,
.tasks .issue-tags,
.tasks .task-tags {
  display: flex;
  align-items: baseline;
}
.issues .issue-task-tags,
.issues .task-issue-tags,
.tasks .issue-task-tags,
.tasks .task-issue-tags {
  display: flex;
  align-items: center;
}
.issues .issue-type-tag,
.issues .issue-task-tags,
.issues .status-tag,
.issues .task-type-tag,
.issues .task-assign-tag,
.issues .task-issue-tags,
.tasks .issue-type-tag,
.tasks .issue-task-tags,
.tasks .status-tag,
.tasks .task-type-tag,
.tasks .task-assign-tag,
.tasks .task-issue-tags {
  display: flex;
  align-items: baseline;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.issues .issue-type-tag,
.issues .task-type-tag,
.tasks .issue-type-tag,
.tasks .task-type-tag {
  margin-right: 0;
}
.issues .issue-container > *,
.issues .task-container > *,
.tasks .issue-container > *,
.tasks .task-container > * {
  padding: 0.5rem;
}
.issues .issue-container .icon-and-link,
.issues .task-container .icon-and-link,
.tasks .issue-container .icon-and-link,
.tasks .task-container .icon-and-link {
  padding: 0.5rem;
}
.issues .issue-container .issue-status,
.issues .issue-container .task-status,
.issues .task-container .issue-status,
.issues .task-container .task-status,
.tasks .issue-container .issue-status,
.tasks .issue-container .task-status,
.tasks .task-container .issue-status,
.tasks .task-container .task-status {
  padding: 0 0.5rem;
  border: 0 solid #e1e1e1;
  border-width: 0 0 1px 1px;
  background-color: rgba(0, 0, 0, 0.03);
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.issues .issue-tags-wrapper p:last-child,
.issues .task-tags-wrapper p:last-child,
.tasks .issue-tags-wrapper p:last-child,
.tasks .task-tags-wrapper p:last-child {
  margin-bottom: 0;
}
.issues .status-tag span,
.issues .issue-type-tag span,
.issues .task-type-tag span,
.tasks .status-tag span,
.tasks .issue-type-tag span,
.tasks .task-type-tag span {
  padding: 0;
}
.issues .issue-type-icon,
.issues .task-type-icon,
.tasks .issue-type-icon,
.tasks .task-type-icon {
  margin-right: 0.25rem;
}
.issues .task-issue,
.issues .issue-task,
.tasks .task-issue,
.tasks .issue-task {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e1e1e1;
  background-color: #f6f6f6;
}
.issues .task-issue .issue-container,
.issues .task-issue .task-container,
.issues .issue-task .issue-container,
.issues .issue-task .task-container,
.tasks .task-issue .issue-container,
.tasks .task-issue .task-container,
.tasks .issue-task .issue-container,
.tasks .issue-task .task-container {
  margin-left: 1rem;
  border-left: 1px solid #e1e1e1;
  background-color: #fff;
}
.issues .toggle-link,
.tasks .toggle-link {
  margin: 0 0 0.5rem;
  color: #999;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.issues .toggle-link:hover, .issues .toggle-link:focus,
.tasks .toggle-link:hover,
.tasks .toggle-link:focus {
  color: #5cbedb;
}
.issues .toggle-link .issue-id,
.issues .toggle-link .tasks-count,
.tasks .toggle-link .issue-id,
.tasks .toggle-link .tasks-count {
  font-weight: bold;
  text-decoration: underline;
}

.toggle-link.disabled {
  display: none;
}

.issue-summary,
.task-summary {
  line-height: 1.2;
}

.issue-show-page h2,
.task-show-page h2 {
  text-transform: none;
}
.issue-show-page .issue-header,
.issue-show-page .task-header,
.task-show-page .issue-header,
.task-show-page .task-header {
  margin-bottom: 2rem;
}

.issue-title,
.task-title {
  margin-bottom: 1.5rem;
}

.issue-tasks li {
  margin: 0 0 1rem;
}
.issue-tasks li:last-child {
  margin-bottom: 0;
}
.issue-tasks .task-status {
  white-space: nowrap;
}

.issue-task-summary,
.task-issue-summary {
  margin: 0 0 0.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.issue-task-summary a,
.task-issue-summary a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.issue-task-summary a:hover .issue-id,
.issue-task-summary a:hover .task-id, .issue-task-summary a:focus .issue-id,
.issue-task-summary a:focus .task-id,
.task-issue-summary a:hover .issue-id,
.task-issue-summary a:hover .task-id,
.task-issue-summary a:focus .issue-id,
.task-issue-summary a:focus .task-id {
  color: #5cbedb;
}
.issue-task-summary .issue-id,
.issue-task-summary .task-id,
.task-issue-summary .issue-id,
.task-issue-summary .task-id {
  color: #999;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.1;
  text-transform: uppercase;
}

.issue-status {
  white-space: nowrap;
}

.new-issue-task i {
  color: rgb(51.1718061674, 124.8281938326, 98.4669603524);
}

.issue-user,
.issue-dates,
.task-user,
.task-dates {
  white-space: nowrap;
}

.issue-column.first-column p,
.issue-column.first-column li,
.task-column.first-column p,
.task-column.first-column li {
  line-height: 1.4;
}
.issue-column.first-column section,
.task-column.first-column section {
  margin-bottom: 3rem;
}
.issue-column.first-column ul,
.task-column.first-column ul {
  list-style-type: none;
}
.issue-column.first-column ul,
.issue-column.first-column p,
.issue-column.first-column dl,
.task-column.first-column ul,
.task-column.first-column p,
.task-column.first-column dl {
  margin-bottom: 0.5rem;
}
.issue-column.first-column ul:last-child,
.issue-column.first-column p:last-child,
.issue-column.first-column dl:last-child,
.task-column.first-column ul:last-child,
.task-column.first-column p:last-child,
.task-column.first-column dl:last-child {
  margin-bottom: 0;
}
.issue-column.first-column form,
.task-column.first-column form {
  padding: 0.5rem 1rem 1rem;
  border: 1px solid #e1e1e1;
}
.issue-column.first-column input,
.issue-column.first-column select,
.task-column.first-column input,
.task-column.first-column select {
  margin: 0;
}
.issue-column.first-column .hidden-form,
.task-column.first-column .hidden-form {
  display: none;
}
.issue-column.first-column .actions,
.task-column.first-column .actions {
  margin-top: 1rem;
}

.issue-column-title,
.task-column-title {
  margin: 0 0 1rem;
  line-height: 1.1;
}

.first-column section:empty {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .issue-columns,
  .task-columns {
    display: flex;
    margin: 0 -1rem;
  }
  .issue-columns .issue-column,
  .issue-columns .task-column,
  .task-columns .issue-column,
  .task-columns .task-column {
    border: 0 solid transparent;
    border-width: 0 1rem;
  }
  .issue-columns .first-column,
  .task-columns .first-column {
    flex: 0 0 30rem;
    order: 2;
  }
  .issue-columns .second-column,
  .task-columns .second-column {
    flex: 1 1 auto;
    order: 1;
  }
}
.progression a {
  white-space: nowrap;
}

.issue-history dt:first-child,
.task-history dt:first-child {
  margin: 0;
}

.issues-header,
.tasks-header,
.category-projects-header {
  margin: 1rem 0 0;
}
.issues-header h2,
.tasks-header h2,
.category-projects-header h2 {
  margin-top: 0;
}
.issues-header p,
.tasks-header p,
.category-projects-header p {
  margin-bottom: 1rem;
}
.issues-header .button,
.tasks-header .button,
.category-projects-header .button {
  margin: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .issues-header .button,
  .tasks-header .button,
  .category-projects-header .button {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .issues-header,
  .tasks-header,
  .category-projects-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.issue-header .header-box,
.task-header .header-box {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #e1e1e1;
  background-color: #f6f6f6;
}
.issue-header .issue-id,
.issue-header .task-id,
.task-header .issue-id,
.task-header .task-id {
  color: #7b5c78;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.issue-header .issue-dates,
.issue-header .task-dates,
.task-header .issue-dates,
.task-header .task-dates {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.issue-data,
.task-data {
  margin: 0;
  color: #696969;
}
.issue-data a,
.task-data a {
  color: #191919;
  font-weight: bold;
  white-space: nowrap;
}
.issue-data a:hover, .issue-data a:focus,
.task-data a:hover,
.task-data a:focus {
  color: #5cbedb;
}
.issue-data dt,
.task-data dt {
  color: #999;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
.issue-data dt:first-child,
.task-data dt:first-child {
  margin-top: 0;
}
.issue-data dd,
.task-data dd {
  line-height: 1.3;
}
.issue-data .task-assignees a,
.issue-data .task-assignees span,
.task-data .task-assignees a,
.task-data .task-assignees span {
  display: block;
  margin-bottom: 0.25rem;
  white-space: nowrap;
}

@media print, screen and (min-width: 40em) {
  .issue-data,
  .task-data {
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    gap: 0.5rem;
  }
  .issue-data dt,
  .task-data dt {
    margin: 0;
    text-align: right;
  }
}
@media print, screen and (min-width: 64em) {
  .issue-container,
  .task-container {
    display: flex;
    justify-content: space-between;
  }
  .issue-task .task-container,
  .task-issue .task-container {
    display: flex;
    justify-content: space-between;
  }
  .issue-data,
  .task-data {
    max-width: 45%;
  }
}
.comments header {
  border-bottom: 1px solid #e1e1e1;
}
.comments header p {
  margin: 0;
  border: 0 solid transparent;
  border-width: 0 0.5rem;
}
.comments main {
  padding: 1rem;
}
.comments footer p {
  margin: 0;
  padding: 0.5rem 1rem;
}
.comments footer:empty {
  display: none;
}
.comments form {
  margin: 0;
  padding: 0.5rem 1rem 1.2rem;
}
.comments form.new-comment-form {
  margin: 0;
  padding: 0;
}
.comments form.new-comment-form textarea {
  resize: none;
}
.comments form.new-comment-form.hidden-form {
  display: none;
}
.comments form .button {
  margin-bottom: 0;
}
.comments .header-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem;
  background: #f6f6f6;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.4rem;
}
.comments .comment:first-child {
  border-radius: 0.2rem 0.2rem 0 0;
}
.comments .comment:last-child {
  border-radius: 0 0 0.2rem 0.2rem;
}

.comment.original-user,
.editor-preview.original-user,
.editor-preview-side.original-user {
  background: #f6f6f6;
}
.comment blockquote,
.editor-preview blockquote,
.editor-preview-side blockquote {
  margin: 1rem 0;
  padding: 0 0 0 1rem;
  border-width: 2px;
  border-color: #7b5c78;
}
.comment ul,
.comment p,
.editor-preview ul,
.editor-preview p,
.editor-preview-side ul,
.editor-preview-side p {
  margin: 0 0 1rem;
}
.comment ul ul,
.comment ul ol,
.comment ol ul,
.comment ol ol,
.editor-preview ul ul,
.editor-preview ul ol,
.editor-preview ol ul,
.editor-preview ol ol,
.editor-preview-side ul ul,
.editor-preview-side ul ol,
.editor-preview-side ol ul,
.editor-preview-side ol ol {
  margin: 1rem 0 1rem 1rem;
}
.comment ul ul,
.comment ol ul,
.editor-preview ul ul,
.editor-preview ol ul,
.editor-preview-side ul ul,
.editor-preview-side ol ul {
  list-style-type: disc;
}
.comment li,
.editor-preview li,
.editor-preview-side li {
  line-height: 1.3;
}
.comment code,
.editor-preview code,
.editor-preview-side code {
  color: #7b5c78;
}
.comment pre,
.editor-preview pre,
.editor-preview-side pre {
  margin: 1rem 0 1.5rem;
  overflow-x: auto;
  font-size: 0.95em;
  word-wrap: break-word;
}
.comment pre code,
.editor-preview pre code,
.editor-preview-side pre code {
  display: block;
  padding: 1rem;
  border-radius: 0.2rem;
  background: #1c1e34;
  color: #f6f6f6;
}
.comment main .markdown-heading,
.editor-preview main .markdown-heading,
.editor-preview-side main .markdown-heading {
  margin: 1rem 0 0;
  font-size: 2rem;
  font-weight: bold;
}

.comment {
  position: relative;
  margin: 0 0 1rem;
  padding: 0;
  border: 1px solid #e1e1e1;
}
.comment.with-form {
  border-width: 0;
  border-color: #696969;
}
.comment.with-form footer {
  display: none;
}
.comment.with-form main,
.comment.with-form form {
  padding: 0;
}
.comment.with-form header {
  border: 0 solid #999;
  border-width: 1px 1px 0;
}
.comment.with-form .editor-toolbar,
.comment.with-form .EasyMDEContainer .CodeMirror,
.comment.with-form .button {
  border-radius: 0;
}
.comment.with-form .EasyMDEContainer {
  margin-bottom: 0;
}
.comment.with-form textarea {
  margin: 0;
}
.comment.with-form .actions {
  margin: 0;
  border: 1px solid #999;
  border-width: 0 1px 1px;
}
.comment.with-form .actions a {
  padding: 0 1rem;
}
.comment.with-form .comment-body {
  display: none;
}
.comment.with-hidden-form form:not(.new-comment-form) {
  display: none;
}
.comment .field-label-and-message label {
  display: none;
}
.comment .field-message {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  color: transparent;
}
.comment .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
