@charset "UTF-8";
/* line 22, app/javascript/styles/variables-breakpoints.scss */
:export {
  widthXxs: 320;
  widthXs: 576;
  widthSm: 768;
  widthMd: 992;
  widthLg: 1200;
  widthXl: 1440;
  widthMinGrid: 620;
}

/* line 1, app/javascript/styles/variables-colors.scss */
:root {
  --theme-alert: hsl(44deg 100% 46%);
  --theme-danger: hsl(7deg 67% 56%);
  --theme-info: hsl(187deg 82% 43%);
  --theme-primary: hsl(187deg 82% 43%);
  --theme-primary-darker: hsl(190deg 92% 34%);
  --theme-primary-highlighted: hsl(187deg 73% 47%);
  --theme-primary-selected: hsl(187deg 70% 51%);
  --theme-success: hsl(113deg 60% 47%);
  --theme-warning: hsl(23deg 100% 57%);
  --theme-future: hsl(214deg 17% 63%);
  --theme-gray-light: hsl(215deg 16% 79%);
  --theme-text-gray: hsl(214deg 17% 63%);
}

/* line 16, app/javascript/styles/variables-colors.scss */
body.high-contrast {
  --theme-alert: hsl(44deg 100% 46%);
  --theme-danger: hsl(7deg 67% 50%);
  --theme-info: hsl(187deg 82% 31%);
  --theme-primary: hsl(190deg 90% 31%);
  --theme-primary-darker: hsl(190deg 79% 27%);
  --theme-primary-highlighted: hsl(190deg 79% 27%);
  --theme-primary-selected: hsl(190deg 79% 27%);
  --theme-success: hsl(113deg 60% 33%);
  --theme-warning: hsl(23deg 100% 40%);
  --theme-future: hsl(214deg 17% 45%);
  --theme-gray-light: hsl(215deg 16% 59%);
  --theme-text-gray: hsl(214deg 17% 45%);
}

/* stylelint-disable-line declaration-property-unit-disallowed-list */
/* ideally, font-size--base would be 1 rem, but that is not the case because... legacy! */
/* stylelint-disable-line declaration-property-unit-disallowed-list */
/* stylelint-disable declaration-property-unit-disallowed-list  */
/* stylelint-enable */
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 2, app/assets/stylesheets/patches/_forms.scss */
.input-group-append,
.input-group-prepend {
  background: #d5dbe1;
  border: 1px solid #c0c7d1;
  padding: 0.5rem;
}

/* line 8, app/assets/stylesheets/patches/_forms.scss */
.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
  text-align: center;
  min-width: 2rem;
}

/* line 12, app/assets/stylesheets/patches/_forms.scss */
.input-group-append .input-group-text .fa,
.input-group-prepend .input-group-text .fa {
  font-size: 1rem;
  color: #c0c7d1;
}

/* line 19, app/assets/stylesheets/patches/_forms.scss */
.input-group-append {
  border-radius: 0 0.5rem 0.5rem 0;
  border-left: 0;
}

/* line 24, app/assets/stylesheets/patches/_forms.scss */
.input-group-prepend {
  border-radius: 0.5rem 0 0 0.5rem;
  border-right: 0;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* stylelint-disable property-no-vendor-prefix */
/* stylelint-disable declaration-property-unit-disallowed-list */
/* line 15, app/assets/stylesheets/patches/_reset.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 29, app/assets/stylesheets/patches/_reset.scss */
body {
  margin: 0;
}

/* line 37, app/assets/stylesheets/patches/_reset.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* line 51, app/assets/stylesheets/patches/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 64, app/assets/stylesheets/patches/_reset.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 75, app/assets/stylesheets/patches/_reset.scss */
pre {
  font-family: monospace;
  font-size: 1em;
}

/* line 88, app/assets/stylesheets/patches/_reset.scss */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 98, app/assets/stylesheets/patches/_reset.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* line 108, app/assets/stylesheets/patches/_reset.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/* line 118, app/assets/stylesheets/patches/_reset.scss */
b,
strong {
  font-weight: 600;
}

/* line 128, app/assets/stylesheets/patches/_reset.scss */
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

/* line 139, app/assets/stylesheets/patches/_reset.scss */
dfn {
  font-style: italic;
}

/* line 147, app/assets/stylesheets/patches/_reset.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 156, app/assets/stylesheets/patches/_reset.scss */
small {
  font-size: 80%;
}

/* line 165, app/assets/stylesheets/patches/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, app/assets/stylesheets/patches/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 177, app/assets/stylesheets/patches/_reset.scss */
sup {
  top: -0.5em;
}

/* line 188, app/assets/stylesheets/patches/_reset.scss */
audio,
video {
  display: inline-block;
}

/* line 197, app/assets/stylesheets/patches/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 206, app/assets/stylesheets/patches/_reset.scss */
img {
  border-style: none;
}

/* line 214, app/assets/stylesheets/patches/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 226, app/assets/stylesheets/patches/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* line 242, app/assets/stylesheets/patches/_reset.scss */
button,
input {
  overflow: visible;
}

/* line 252, app/assets/stylesheets/patches/_reset.scss */
button,
select {
  text-transform: none;
}

/* line 263, app/assets/stylesheets/patches/_reset.scss */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/* line 274, app/assets/stylesheets/patches/_reset.scss */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 286, app/assets/stylesheets/patches/_reset.scss */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 297, app/assets/stylesheets/patches/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 310, app/assets/stylesheets/patches/_reset.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 324, app/assets/stylesheets/patches/_reset.scss */
progress {
  display: inline-block;
  vertical-align: baseline;
}

/* line 333, app/assets/stylesheets/patches/_reset.scss */
textarea {
  overflow: auto;
}

/* line 342, app/assets/stylesheets/patches/_reset.scss */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/* line 352, app/assets/stylesheets/patches/_reset.scss */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/* line 362, app/assets/stylesheets/patches/_reset.scss */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 371, app/assets/stylesheets/patches/_reset.scss */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 381, app/assets/stylesheets/patches/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 394, app/assets/stylesheets/patches/_reset.scss */
details,
menu {
  display: block;
}

/* line 403, app/assets/stylesheets/patches/_reset.scss */
summary {
  display: list-item;
}

/* line 414, app/assets/stylesheets/patches/_reset.scss */
canvas {
  display: inline-block;
}

/* line 422, app/assets/stylesheets/patches/_reset.scss */
template {
  display: none;
}

/* line 433, app/assets/stylesheets/patches/_reset.scss */
[hidden] {
  display: none;
}

/* line 22, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
html {
  box-sizing: border-box;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

/* line 57, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 75, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #354052;
  background-color: #fff;
}

/* line 91, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 104, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 113, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 119, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 125, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 131, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 138, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 145, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
dt {
  font-weight: bold;
}

/* line 149, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 154, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 163, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
a {
  color: #087f97;
  text-decoration: none;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a:focus, a:hover {
  color: #109cae;
  text-decoration: none;
}

/* line 179, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 188, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 198, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 212, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 223, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
img {
  vertical-align: middle;
}

/* line 238, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 253, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
a,
area,
button,
[role="button"],
input,
label,
.edit-dialog-modal .edit-dialog-modal-body__form .label,
.edit-dialog-modal .edit-dialog-modal-body label span[class*=label],
.edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span[class*=label],
.edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span[class*=label],
select,
summary,
textarea {
  touch-action: manipulation;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 271, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
table {
  border-collapse: collapse;
  background-color: transparent;
}

/* line 278, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

/* line 286, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
th {
  text-align: left;
}

/* line 296, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
label, .edit-dialog-modal .edit-dialog-modal-body__form .label, .edit-dialog-modal .edit-dialog-modal-body label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span[class*=label] {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 306, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 311, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
input,
button,
select,
textarea {
  line-height: inherit;
}

/* line 325, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

/* line 331, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 343, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 348, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 361, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

/* line 371, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 380, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 388, app/assets/stylesheets/vendor/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
h3, .h3 {
  font-size: 1.25rem;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
h4, .h4 {
  font-size: 1.2rem;
}

/* line 18, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
h5, .h5 {
  font-size: 1.15rem;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 27, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 37, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 53, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 65, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
small,
.small {
  font-size: 86%;
  font-weight: normal;
}

/* line 71, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
mark,
.mark {
  padding: 0.125rem 0.25rem;
  background-color: #dee675;
}

/* line 82, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 87, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 90, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 93, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 104, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 110, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

/* line 117, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

/* line 122, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 128, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

/* line 137, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.blockquote-reverse .blockquote-footer::before {
  content: "";
}

/* line 140, app/assets/stylesheets/vendor/bootstrap/scss/_type.scss */
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.2rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

/* line 30, app/assets/stylesheets/vendor/bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #636c72;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 375px;
  max-width: 100%;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .container {
    width: 1100px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .container {
    width: 1120px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .container {
    width: 1240px;
    max-width: 100%;
  }
}

/* line 18, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  /* line 18, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 18, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  /* line 18, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  /* line 18, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 28, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  /* line 28, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  /* line 28, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  /* line 28, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* line 34, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/scss/_grid.scss */
.no-gutters > .col, turbo-frame#projects-tab main.table .no-gutters > .col-icon,
#workspace-frame main.table .no-gutters > .col-icon,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, #workspace-frame header.row .workspace-filters, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, turbo-frame#projects-tab main.table .col-icon,
#workspace-frame main.table .col-icon, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  /* line 8, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, #workspace-frame header.row .workspace-filters, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, turbo-frame#projects-tab main.table .col-icon,
#workspace-frame main.table .col-icon, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, #workspace-frame header.row .workspace-filters, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, turbo-frame#projects-tab main.table .col-icon,
#workspace-frame main.table .col-icon, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  /* line 8, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, #workspace-frame header.row .workspace-filters, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, turbo-frame#projects-tab main.table .col-icon,
#workspace-frame main.table .col-icon, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  /* line 8, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, #workspace-frame header.row .workspace-filters, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, turbo-frame#projects-tab main.table .col-icon,
#workspace-frame main.table .col-icon, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 31, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col, turbo-frame#projects-tab main.table .col-icon,
#workspace-frame main.table .col-icon {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 36, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.pull-0 {
  right: auto;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.pull-1 {
  right: 8.3333333333%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.pull-2 {
  right: 16.6666666667%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.pull-3 {
  right: 25%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.pull-4 {
  right: 33.3333333333%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.pull-5 {
  right: 41.6666666667%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.pull-6 {
  right: 50%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.pull-7 {
  right: 58.3333333333%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.pull-8 {
  right: 66.6666666667%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.pull-9 {
  right: 75%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.pull-10 {
  right: 83.3333333333%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.pull-11 {
  right: 91.6666666667%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.pull-12 {
  right: 100%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.push-0 {
  left: auto;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.push-1 {
  left: 8.3333333333%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.push-2 {
  left: 16.6666666667%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.push-3 {
  left: 25%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.push-4 {
  left: 33.3333333333%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.push-5 {
  left: 41.6666666667%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.push-6 {
  left: 50%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.push-7 {
  left: 58.3333333333%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.push-8 {
  left: 66.6666666667%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.push-9 {
  left: 75%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.push-10 {
  left: 83.3333333333%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.push-11 {
  left: 91.6666666667%;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.push-12 {
  left: 100%;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 31, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-0 {
    right: auto;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-3 {
    right: 25%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-6 {
    right: 50%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-9 {
    right: 75%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-sm-12 {
    right: 100%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-0 {
    left: auto;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-1 {
    left: 8.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-2 {
    left: 16.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-3 {
    left: 25%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-4 {
    left: 33.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-5 {
    left: 41.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-6 {
    left: 50%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-7 {
    left: 58.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-8 {
    left: 66.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-9 {
    left: 75%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-10 {
    left: 83.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-11 {
    left: 91.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-sm-12 {
    left: 100%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-9, #workspace-frame header.row .workspace-filters {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-0 {
    right: auto;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-1 {
    right: 8.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-2 {
    right: 16.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-3 {
    right: 25%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-4 {
    right: 33.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-5 {
    right: 41.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-6 {
    right: 50%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-7 {
    right: 58.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-8 {
    right: 66.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-9 {
    right: 75%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-10 {
    right: 83.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-11 {
    right: 91.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-md-12 {
    right: 100%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-0 {
    left: auto;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-1 {
    left: 8.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-2 {
    left: 16.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-3 {
    left: 25%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-4 {
    left: 33.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-5 {
    left: 41.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-6 {
    left: 50%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-7 {
    left: 58.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-8 {
    left: 66.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-9 {
    left: 75%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-10 {
    left: 83.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-11 {
    left: 91.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-md-12 {
    left: 100%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 31, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-0 {
    right: auto;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-3 {
    right: 25%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-6 {
    right: 50%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-9 {
    right: 75%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-lg-12 {
    right: 100%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-0 {
    left: auto;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-1 {
    left: 8.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-2 {
    left: 16.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-3 {
    left: 25%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-4 {
    left: 33.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-5 {
    left: 41.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-6 {
    left: 50%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-7 {
    left: 58.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-8 {
    left: 66.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-9 {
    left: 75%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-10 {
    left: 83.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-11 {
    left: 91.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-lg-12 {
    left: 100%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-0 {
    right: auto;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-3 {
    right: 25%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-6 {
    right: 50%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-9 {
    right: 75%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .pull-xl-12 {
    right: 100%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-0 {
    left: auto;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-1 {
    left: 8.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-2 {
    left: 16.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-3 {
    left: 25%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-4 {
    left: 33.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-5 {
    left: 41.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-6 {
    left: 50%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-7 {
    left: 58.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-8 {
    left: 66.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-9 {
    left: 75%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-10 {
    left: 83.3333333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-11 {
    left: 91.6666666667%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .push-xl-12 {
    left: 100%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

/* line 10, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

/* line 22, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 37, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 48, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table-bordered {
  border: 1px solid #eceeef;
}

/* line 51, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

/* line 57, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 70, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 23, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

/* line 23, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #e8f4f9;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #d4eaf4;
}

/* line 23, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #d4eaf4;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

/* line 23, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

/* line 23, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

/* line 107, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

/* line 114, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

/* line 120, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

/* line 124, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

/* line 130, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table-inverse.table-bordered {
  border: 0;
}

/* line 143, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 150, app/assets/stylesheets/vendor/bootstrap/scss/_tables.scss */
.table-responsive.table-bordered {
  border: 0;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.Select__control,
.Select__menu {
  text-transform: none;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.Select__control,
.ck-content,
.form-control {
  font-size: 14px;
  color: #354052;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #c0c7d1;
  border-radius: 0.2rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 45, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 46, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_forms.scss */
.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #2bc6da;
  outline: none;
}

/* line 54, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-control::-moz-placeholder {
  color: #616e89;
  font-weight: 300;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #616e89;
  font-weight: 300;
  opacity: 1;
}
.form-control::placeholder {
  color: #616e89;
  font-weight: 300;
  opacity: 1;
}

/* line 66, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

/* line 73, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-control:disabled {
  cursor: not-allowed;
}

/* line 79, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

/* line 84, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
select.form-control:focus::-ms-value {
  color: #354052;
  background-color: #fff;
}

/* line 96, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-control-file {
  display: block;
}

/* line 107, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

/* line 113, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

/* line 119, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

/* line 132, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

/* line 145, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 153, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.ui-button, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.ui-button {
  padding-right: 0;
  padding-left: 0;
}

/* line 169, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .ui-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 176, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.ui-button:not([size]):not([multiple]) {
  height: 1.8125rem;
}

/* line 181, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .ui-button {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.25rem;
}

/* line 188, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.ui-button:not([size]):not([multiple]) {
  height: 3.1666666667rem;
}

/* line 199, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-group {
  margin-bottom: 1.25rem;
}

/* line 203, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 213, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-check {
  position: relative;
  display: block;
  margin-bottom: 1.2rem;
}

/* line 219, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

/* line 226, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 232, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

/* line 237, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-check-input:only-child {
  position: static;
}

/* line 243, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-check-inline {
  display: inline-block;
}

/* line 246, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-check-inline .form-check-label {
  vertical-align: middle;
}

/* line 250, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

/* line 260, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-control-feedback {
  margin-top: 0.25rem;
}

/* line 264, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_forms.scss */
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_forms.scss */
.has-success .form-control {
  border-color: #5cb85c;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

/* line 277, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_forms.scss */
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #f0ad4e;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

/* line 285, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_forms.scss */
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #da5443;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_forms.scss */
.has-danger .form-control {
  border-color: #da5443;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_forms.scss */
.has-danger .input-group-addon {
  color: #da5443;
  border-color: #da5443;
  background-color: #fcefed;
}

/* line 293, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

/* line 308, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 316, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 322, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
  .form-inline label, .form-inline .edit-dialog-modal .edit-dialog-modal-body__form .label, .edit-dialog-modal .edit-dialog-modal-body__form .form-inline .label, .form-inline .edit-dialog-modal .edit-dialog-modal-body label span[class*=label], .form-inline .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span[class*=label], .form-inline .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body label .form-inline span[class*=label], .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label .form-inline span[class*=label], .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label .form-inline span[class*=label] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 330, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 339, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 346, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 350, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 354, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 361, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 369, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
  .form-inline .form-check-label {
    padding-left: 0;
  }
  /* line 372, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 380, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  /* line 386, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  /* line 394, app/assets/stylesheets/vendor/bootstrap/scss/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn, .ui-button {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.2rem;
  transition: all 0.2s ease-in-out;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn:focus, .ui-button:focus, .btn:hover, .ui-button:hover {
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn:focus, .ui-button:focus, .btn.focus, .focus.ui-button {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(20, 178, 199, 0.25);
}

/* line 30, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn.disabled, .disabled.ui-button, .btn:disabled, .ui-button:disabled {
  cursor: not-allowed;
  opacity: .65;
}

/* line 37, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn:active, .ui-button:active, .btn.active, .active.ui-button {
  background-image: none;
}

/* line 45, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
a.btn.disabled, a.disabled.ui-button,
fieldset[disabled] a.btn,
fieldset[disabled] a.ui-button {
  pointer-events: none;
}

/* line 55, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-primary, .ui-button {
  color: #fff;
  background-color: #14b2c7;
  border-color: #14b2c7;
  background-color: var(--theme-primary);
  border-color: var(--theme-primary);
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-primary:hover, .ui-button:hover {
  color: #fff;
  background-color: #0f8999;
  border-color: #0e808f;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:focus, .ui-button:focus, .btn-primary.focus, .focus.ui-button {
  box-shadow: 0 0 0 2px rgba(20, 178, 199, 0.5);
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-primary.disabled, .disabled.ui-button, .btn-primary:disabled, .ui-button:disabled {
  background-color: #14b2c7;
  border-color: #14b2c7;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:active, .ui-button:active, .btn-primary.active, .active.ui-button, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.ui-button {
  color: #fff;
  background-color: #0f8999;
  background-image: none;
  border-color: #0e808f;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-secondary {
  color: #087f97;
  background-image: none;
  background-color: transparent;
  border-color: #087f97;
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #087f97;
  border-color: #087f97;
}

/* line 61, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(8, 127, 151, 0.5);
}

/* line 66, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #087f97;
  background-color: transparent;
}

/* line 72, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #087f97;
  border-color: #087f97;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-secondary:hover {
  color: #109cae;
  background-color: #f4fbfc;
  border-color: #109cae;
}

/* line 70, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

/* line 73, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

/* line 76, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

/* line 79, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

/* line 84, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  color: #14b2c7;
  background-image: none;
  background-color: transparent;
  border-color: #14b2c7;
  background: #fff;
  border-color: var(--theme-primary);
  color: var(--theme-primary);
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #14b2c7;
  border-color: #14b2c7;
}

/* line 61, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(20, 178, 199, 0.5);
}

/* line 66, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #14b2c7;
  background-color: transparent;
}

/* line 72, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #14b2c7;
  border-color: #14b2c7;
}

/* line 89, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-outline-primary:hover {
  background: var(--theme-primary);
  color: #fff;
}

/* line 94, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  color: #14b2c7;
  background-image: none;
  background-color: transparent;
  border-color: #14b2c7;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #14b2c7;
  border-color: #14b2c7;
}

/* line 61, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(20, 178, 199, 0.5);
}

/* line 66, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #14b2c7;
  background-color: transparent;
}

/* line 72, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #14b2c7;
  border-color: #14b2c7;
}

/* line 97, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 61, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

/* line 66, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

/* line 72, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 100, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 61, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

/* line 66, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

/* line 72, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 103, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 61, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

/* line 66, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

/* line 72, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 106, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 61, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

/* line 66, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

/* line 72, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 116, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-link {
  font-weight: normal;
  color: #087f97;
  border-radius: 0;
}

/* line 121, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

/* line 128, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-link:hover {
  border-color: transparent;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-link:focus, .btn-link:hover {
  color: #109cae;
  text-decoration: none;
  background-color: transparent;
}

/* line 141, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-link:disabled {
  color: #636c72;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

/* line 155, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .ui-button {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.25rem;
}

/* line 159, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .ui-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 169, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 175, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 183, app/assets/stylesheets/vendor/bootstrap/scss/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 2, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 9, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

/* line 22, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

/* line 37, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #354052;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
}

/* line 59, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

/* line 66, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f6f8fa;
}

/* line 84, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #14b2c7;
}

/* line 91, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 106, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.show > .dropdown-menu {
  display: block;
}

/* line 111, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.show > a {
  outline: 0;
}

/* line 120, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 125, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 131, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
html[dir] h6.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

/* line 141, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 156, app/assets/stylesheets/vendor/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group > .btn, .btn-group > .ui-button,
.btn-group-vertical > .btn,
.btn-group-vertical > .ui-button {
  position: relative;
  flex: 0 1 auto;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.btn-group > .btn:hover, .btn-group > .ui-button:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .ui-button:hover {
  z-index: 2;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .ui-button:focus, .btn-group > .btn:active, .btn-group > .ui-button:active, .btn-group > .btn.active, .btn-group > .active.ui-button,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .ui-button:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .ui-button:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.ui-button {
  z-index: 2;
}

/* line 28, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group .btn + .btn, .btn-group .ui-button + .btn, .btn-group .btn + .ui-button, .btn-group .ui-button + .ui-button,
.btn-group .btn + .btn-group,
.btn-group .ui-button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .ui-button,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .ui-button + .btn,
.btn-group-vertical .btn + .ui-button,
.btn-group-vertical .ui-button + .ui-button,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .ui-button + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .ui-button,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 37, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  justify-content: flex-start;
}

/* line 41, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 46, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .ui-button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 51, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group > .btn:first-child, .btn-group > .ui-button:first-child {
  margin-left: 0;
}

/* line 54, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .ui-button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 59, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .ui-button:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 65, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 68, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .ui-button {
  border-radius: 0;
}

/* line 72, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .ui-button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .ui-button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 82, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 100, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn + .dropdown-toggle-split, .ui-button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 104, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn + .dropdown-toggle-split::after, .ui-button + .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 109, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .ui-button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 114, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .ui-button + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 136, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 142, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group-vertical .btn, .btn-group-vertical .ui-button,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 147, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .ui-button + .btn, .btn-group-vertical > .btn + .ui-button, .btn-group-vertical > .ui-button + .ui-button,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .ui-button + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .ui-button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 157, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .ui-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 160, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .ui-button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 163, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .ui-button:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 167, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .ui-button {
  border-radius: 0;
}

/* line 171, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .ui-button:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 176, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .ui-button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 196, app/assets/stylesheets/vendor/bootstrap/scss/_button-group.scss */
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .ui-button input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .ui-button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 2, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}

@media (-webkit-transform-3d) {
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px;
  }
}

@supports (transform: translate3d(0, 0, 0)) {
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px;
  }
}

/* line 24, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

/* line 30, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  /* line 38, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
  /* line 43, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
  /* line 48, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

@supports (transform: translate3d(0, 0, 0)) {
  /* line 38, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
  /* line 43, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
  /* line 48, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 59, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #909eb0;
  text-align: center;
  opacity: 0.5;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #909eb0;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 83, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 86, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 91, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 99, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23909eb0' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 102, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23909eb0' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 112, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 126, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-indicators li {
  position: relative;
  flex: 1 0 auto;
  max-width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(144, 158, 176, 0.5);
}

/* line 138, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 147, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 158, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  background-color: #909eb0;
}

/* line 168, app/assets/stylesheets/vendor/bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  width: 100%;
}

/* line 10, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 54, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

/* line 28, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 36, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 41, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

/* line 69, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #354052;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #c0c7d1;
  border-radius: 0.2rem;
}

/* line 82, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.ui-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 87, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.ui-button {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.25rem;
}

/* line 95, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 107, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .ui-button,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .btn-group > .ui-button,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .ui-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .ui-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 116, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group-addon:not(:last-child) {
  border-right: 0;
}

/* line 119, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .ui-button,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .btn-group > .ui-button,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .ui-button:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .ui-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 128, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

/* line 136, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 145, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group-btn > .btn, .input-group-btn > .ui-button {
  position: relative;
  flex: 1;
}

/* line 150, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group-btn > .btn + .btn, .input-group-btn > .ui-button + .btn, .input-group-btn > .btn + .ui-button, .input-group-btn > .ui-button + .ui-button {
  margin-left: -1px;
}

/* line 54, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.input-group-btn > .btn:focus, .input-group-btn > .ui-button:focus, .input-group-btn > .btn:active, .input-group-btn > .ui-button:active, .input-group-btn > .btn:hover, .input-group-btn > .ui-button:hover {
  z-index: 3;
}

/* line 162, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .ui-button,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

/* line 168, app/assets/stylesheets/vendor/bootstrap/scss/_input-group.scss */
.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .ui-button,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 54, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .ui-button:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .ui-button:active, .input-group-btn:not(:first-child) > .btn:hover, .input-group-btn:not(:first-child) > .ui-button:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #14b2c7;
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #14b2c7;
}

/* line 37, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #99eaf5;
}

/* line 44, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 81, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: 0.2rem;
}

/* line 85, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 89, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #14b2c7;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 101, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

/* line 105, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 116, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}

/* line 120, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

/* line 123, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

/* line 136, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #c0c7d1;
  border-radius: 0.2rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 153, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-select:focus {
  border-color: #6ae0f0;
  outline: none;
}

/* line 158, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #354052;
  background-color: #fff;
}

/* line 169, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

/* line 176, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 181, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 197, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 206, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 219, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #c0c7d1;
  border-radius: 0.2rem;
}

/* line 237, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

/* line 242, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid #c0c7d1;
  border-radius: 0 0.2rem 0.2rem 0;
}

/* line 259, app/assets/stylesheets/vendor/bootstrap/scss/_custom-forms.scss */
.custom-file-control:lang(en)::before {
  content: "Browse";
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5em 1em;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

/* line 33, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 36, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 40, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

/* line 48, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

/* line 55, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

/* line 62, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 76, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.2rem;
}

/* line 80, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #14b2c7;
}

/* line 94, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 101, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}

/* line 113, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 116, app/assets/stylesheets/vendor/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/scss/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.2rem;
  text-transform: uppercase;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/scss/_badge.scss */
.btn .badge, .ui-button .badge {
  position: relative;
  top: -1px;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 46, app/assets/stylesheets/vendor/bootstrap/scss/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 56, app/assets/stylesheets/vendor/bootstrap/scss/_badge.scss */
.badge-default {
  background-color: #c0c7d1;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: #a3adbb;
}

/* line 60, app/assets/stylesheets/vendor/bootstrap/scss/_badge.scss */
.badge-primary {
  background-color: #14b2c7;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #0f8999;
}

/* line 64, app/assets/stylesheets/vendor/bootstrap/scss/_badge.scss */
.badge-success {
  background-color: #41c130;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #339826;
}

/* line 68, app/assets/stylesheets/vendor/bootstrap/scss/_badge.scss */
.badge-info {
  background-color: #354052;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #212833;
}

/* line 72, app/assets/stylesheets/vendor/bootstrap/scss/_badge.scss */
.badge-warning {
  background-color: #dcbb41;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #c6a324;
}

/* line 76, app/assets/stylesheets/vendor/bootstrap/scss/_badge.scss */
.badge-danger {
  background-color: #da5443;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #c43826;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/_alert.scss */
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.2rem;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: bold;
}

/* line 30, app/assets/stylesheets/vendor/bootstrap/scss/_alert.scss */
.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 44, app/assets/stylesheets/vendor/bootstrap/scss/_alert.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #c1e2b3;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_alert.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 47, app/assets/stylesheets/vendor/bootstrap/scss/_alert.scss */
.alert-info {
  background-color: #e8f4f9;
  border-color: #14b2c7;
  color: #109cae;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #129db0;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_alert.scss */
.alert-info .alert-link {
  color: #0c727f;
}

/* line 50, app/assets/stylesheets/vendor/bootstrap/scss/_alert.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #f7ecb5;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 53, app/assets/stylesheets/vendor/bootstrap/scss/_alert.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #e4b9b9;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/scss/_progress.scss */
.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.2rem;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/_progress.scss */
.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #14b2c7;
}

/* line 24, app/assets/stylesheets/vendor/bootstrap/scss/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 30, app/assets/stylesheets/vendor/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, app/assets/stylesheets/vendor/bootstrap/scss/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 30, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

/* line 34, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 36, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  outline: 0;
}

/* line 63, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 74, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 79, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

/* line 88, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 95, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

/* line 104, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

/* line 112, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 113, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 117, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 128, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  /* line 137, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 141, app/assets/stylesheets/vendor/bootstrap/scss/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 2, app/assets/stylesheets/vendor/bootstrap/scss/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-top, .tooltip.bs-tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 30, app/assets/stylesheets/vendor/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-right, .tooltip.bs-tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 44, app/assets/stylesheets/vendor/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-bottom, .tooltip.bs-tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 49, app/assets/stylesheets/vendor/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-left, .tooltip.bs-tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 63, app/assets/stylesheets/vendor/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 75, app/assets/stylesheets/vendor/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.2rem;
}

/* line 83, app/assets/stylesheets/vendor/bootstrap/scss/_tooltip.scss */
.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 91, app/assets/stylesheets/vendor/bootstrap/scss/_tooltip.scss */
.tooltip-inner .tooltip--header {
  font-size: 18px;
}

/* line 94, app/assets/stylesheets/vendor/bootstrap/scss/_tooltip.scss */
.tooltip-inner .tooltip--caption {
  font-size: 14px;
  font-weight: 300;
}

/* line 1, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 2, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 3, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_background.scss */
.bg-faded {
  background-color: #f7f7f7;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_background-variant.scss */
.bg-primary {
  background-color: #14b2c7 !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0f8999 !important;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_background-variant.scss */
.bg-success {
  background-color: #5cb85c !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_background-variant.scss */
.bg-info {
  background-color: #5bc0de !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_background-variant.scss */
.bg-warning {
  background-color: #f0ad4e !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_background-variant.scss */
.bg-danger {
  background-color: #da5443 !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c43826 !important;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_background-variant.scss */
.bg-inverse {
  background-color: #292b2c !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 9, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 10, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_borders.scss */
.rounded {
  border-radius: 0.2rem;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_borders.scss */
.rounded-top {
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

/* line 22, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_borders.scss */
.rounded-right {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

/* line 25, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 28, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_borders.scss */
.rounded-left {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50%;
}

/* line 36, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0;
}

/* line 2, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/* line 9, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 10, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
.d-flex, .feedback-prompt.flex-format {
  display: flex !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 9, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 10, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 11, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 9, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 10, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 11, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 9, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 10, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 11, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 9, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 10, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 11, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

/* line 9, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.flex-first {
  order: -1;
}

/* line 10, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.flex-last {
  order: 1;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.flex-unordered {
  order: 0;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 18, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 20, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 22, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 23, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 24, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 25, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 28, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 29, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 30, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-items-center, .feedback-prompt.flex-format {
  align-items: center !important;
}

/* line 31, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 34, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 35, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 36, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 37, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 39, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 41, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-self-auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

/* line 42, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 43, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 44, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

/* line 45, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 46, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 9, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-first {
    order: -1;
  }
  /* line 10, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-last {
    order: 1;
  }
  /* line 11, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-unordered {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 18, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 19, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 20, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 22, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 23, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 24, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 25, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 26, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 28, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 29, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 30, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 31, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 32, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 34, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 36, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 37, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 38, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 39, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 41, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 43, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 44, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 46, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 9, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-md-first {
    order: -1;
  }
  /* line 10, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-md-last {
    order: 1;
  }
  /* line 11, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-md-unordered {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 18, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 19, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 20, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 22, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 23, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 24, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 25, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 26, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 28, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 29, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 30, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 31, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 32, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 34, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 36, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 37, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 38, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 39, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 41, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 43, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 44, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 46, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 9, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-first {
    order: -1;
  }
  /* line 10, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-last {
    order: 1;
  }
  /* line 11, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-unordered {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 18, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 19, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 20, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 22, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 23, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 24, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 25, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 26, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 28, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 29, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 30, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 31, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 32, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 34, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 36, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 37, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 38, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 39, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 41, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 43, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 44, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 46, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 9, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-first {
    order: -1;
  }
  /* line 10, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-last {
    order: 1;
  }
  /* line 11, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-unordered {
    order: 0;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 18, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 19, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 20, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 22, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 23, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 24, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 25, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 26, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 28, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 29, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 30, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 31, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 32, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 34, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 35, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 36, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 37, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 38, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 39, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 41, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  /* line 42, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 43, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 44, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 46, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 3, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_position.scss */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 23, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 9, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 10, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.m-0 {
  margin: 0 0 !important;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem 0.25rem !important;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mt-1, .listview--divided li .btn-group.no-status .edit-icon, .listview--divided .listview-item .btn-group.no-status .edit-icon, .listview--divided-hierarchical li .btn-group.no-status .edit-icon, .listview--divided-hierarchical .listview-item .btn-group.no-status .edit-icon {
  margin-top: 0.25rem !important;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem 0.5rem !important;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mr-2, .listview--divided li .edit-icon, .listview--divided .listview-item .edit-icon, .listview--divided-hierarchical li .edit-icon, .listview--divided-hierarchical .listview-item .edit-icon {
  margin-right: 0.5rem !important;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mb-2, .import-component .import-export-button .btn, .import-component .import-export-button .ui-button {
  margin-bottom: 0.5rem !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.ml-2, .operational-record .title .slick-form.new-action textarea {
  margin-left: 0.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.my-2, .preloader-text .text-content, .listview--divided .listview__header .dropdown .dropdown-toggle, .listview--divided-hierarchical .listview__header .dropdown .dropdown-toggle {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.m-3 {
  margin: 1rem 1rem !important;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mr-3 {
  margin-right: 1rem !important;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.ml-3 {
  margin-left: 1rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mx-3, .listview--divided .listview__header .dropdown .dropdown-toggle, .listview--divided-hierarchical .listview__header .dropdown .dropdown-toggle {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem 1.5rem !important;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mr-4 {
  margin-right: 1.5rem !important;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.ml-4 {
  margin-left: 1.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.m-5 {
  margin: 3rem 3rem !important;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mr-5 {
  margin-right: 3rem !important;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.ml-5 {
  margin-left: 3rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.p-0 {
  padding: 0 0 !important;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem 0.25rem !important;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem 0.5rem !important;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.p-3 {
  padding: 1rem 1rem !important;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pr-3 {
  padding-right: 1rem !important;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pl-3 {
  padding-left: 1rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.px-3, .listview--divided .listview-item, .listview--divided-hierarchical .listview-item {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem 1.5rem !important;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pr-4 {
  padding-right: 1.5rem !important;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pl-4 {
  padding-left: 1.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.p-5, .listview--divided.loading, .listview--divided-hierarchical.loading {
  padding: 3rem 3rem !important;
}

/* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pr-5, .import-component .import-export-button {
  padding-right: 3rem !important;
}

/* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.pl-5 {
  padding-left: 3rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 29, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 30, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 31, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mr-auto {
  margin-right: auto !important;
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 33, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.ml-auto {
  margin-left: auto !important;
}

/* line 34, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 0 !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 0 !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 29, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 30, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 31, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-auto {
    margin-right: auto !important;
  }
  /* line 32, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 33, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-auto {
    margin-left: auto !important;
  }
  /* line 34, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 38, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 0 !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-0 {
    margin-right: 0 !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-0 {
    margin-left: 0 !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 0 !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-0 {
    padding-right: 0 !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-0 {
    padding-left: 0 !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 29, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 30, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 31, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-auto {
    margin-right: auto !important;
  }
  /* line 32, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 33, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-auto {
    margin-left: auto !important;
  }
  /* line 34, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 38, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 0 !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 0 !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 29, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 30, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 31, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-auto {
    margin-right: auto !important;
  }
  /* line 32, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 33, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-auto {
    margin-left: auto !important;
  }
  /* line 34, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 38, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 0 !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 0 !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  /* line 13, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 14, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 29, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 30, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 31, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-auto {
    margin-right: auto !important;
  }
  /* line 32, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 33, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-auto {
    margin-left: auto !important;
  }
  /* line 34, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 38, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_spacing.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

/* line 7, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 18, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 19, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 18, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 19, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 18, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 19, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 18, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 19, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 18, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 19, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 25, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 26, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 27, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 31, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
.font-weight-normal {
  font-weight: normal;
}

/* line 32, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 33, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
.font-italic {
  font-style: italic;
}

/* line 37, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_text-emphasis.scss */
.text-muted {
  color: #636c72 !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_text-emphasis.scss */
.text-primary {
  color: #14b2c7 !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #0f8999 !important;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_text-emphasis.scss */
.text-success {
  color: #5cb85c !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_text-emphasis.scss */
.text-info {
  color: #5bc0de !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_text-emphasis.scss */
.text-warning {
  color: #f0ad4e !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_text-emphasis.scss */
.text-danger {
  color: #da5443 !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #c43826 !important;
}

/* line 4, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_text-emphasis.scss */
.text-gray-dark {
  color: #354052 !important;
}

/* line 21, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_hover.scss */
a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #212833 !important;
}

/* line 59, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

/* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
  .hidden-xl-up {
    display: none !important;
  }
}

/* line 17, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
.hidden-xl-down {
  display: none !important;
}

/* line 29, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 29, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 36, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 36, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 43, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 43, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 51, app/assets/stylesheets/vendor/bootstrap/scss/utilities/_visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 2, app/assets/stylesheets/components/_actions_page.scss */
.actions-page__sort-dropdown {
  margin-top: -0.5rem;
}

/* line 1, app/assets/stylesheets/components/_alerts.scss */
.alert--large {
  font-size: 1.25rem;
  padding: 1.25rem;
}

/* line 6, app/assets/stylesheets/components/_alerts.scss */
.alert-info a:not(.btn):not(.ui-button) {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/components/_application.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 6, app/assets/stylesheets/components/_application.scss */
body.main {
  font-size: 14px;
  background-color: #fff;
  text-rendering: optimizeLegibility;
}

/* line 11, app/assets/stylesheets/components/_application.scss */
body.main.people, body.main.settings, body.main.api_keys, body.main.integrations, body.main.my_authority {
  background-color: #f4fbfc;
}

/* line 14, app/assets/stylesheets/components/_application.scss */
body.main.people .Select__control, body.main.settings .Select__control, body.main.api_keys .Select__control, body.main.integrations .Select__control, body.main.my_authority .Select__control {
  background: transparent;
}

/* line 18, app/assets/stylesheets/components/_application.scss */
body.main.people .people-tabs, body.main.settings .people-tabs, body.main.api_keys .people-tabs, body.main.integrations .people-tabs, body.main.my_authority .people-tabs {
  font-size: 1.125rem;
}

/* line 22, app/assets/stylesheets/components/_application.scss */
body.main.people .page__main, body.main.settings .page__main, body.main.api_keys .page__main, body.main.integrations .page__main, body.main.my_authority .page__main {
  background: #fbfdff;
  border-radius: 0.5rem;
  margin: auto 1rem;
}

/* line 27, app/assets/stylesheets/components/_application.scss */
body.main.people .page__main .bg-white, body.main.settings .page__main .bg-white, body.main.api_keys .page__main .bg-white, body.main.integrations .page__main .bg-white, body.main.my_authority .page__main .bg-white {
  background: white;
  border-radius: 0.25rem;
}

/* line 34, app/assets/stylesheets/components/_application.scss */
body.main #hubspot-messages-iframe-container.widget-align-left {
  left: 3rem !important;
  bottom: -5rem !important;
}

/* line 78, app/assets/stylesheets/components/_application.scss */
.hide-me {
  display: none !important;
  visibility: hidden !important;
}

/* line 83, app/assets/stylesheets/components/_application.scss */
a.role-link {
  color: inherit;
  text-decoration: underline;
}

/* line 87, app/assets/stylesheets/components/_application.scss */
a.role-link:hover {
  color: #109cae;
  text-decoration: underline;
}

/* line 93, app/assets/stylesheets/components/_application.scss */
.no-arrow {
  -moz-appearance: textfield;
}

/* line 96, app/assets/stylesheets/components/_application.scss */
.no-arrow::-webkit-inner-spin-button, .no-arrow::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 103, app/assets/stylesheets/components/_application.scss */
.inner-page-border-blue {
  border: 3px solid #14b2c7;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding: 1rem;
}

/* line 2, app/assets/stylesheets/components/_banner.scss */
.top-banner {
  text-align: center;
}

/* line 5, app/assets/stylesheets/components/_banner.scss */
.top-banner.exceeds-free, .top-banner.past-due {
  background-color: var(--theme-warning);
}

/* line 10, app/assets/stylesheets/components/_banner.scss */
.top-banner a {
  color: #fff;
  text-decoration: underline;
}

/* line 14, app/assets/stylesheets/components/_banner.scss */
.top-banner a:hover {
  text-decoration: underline;
}

/* line 21, app/assets/stylesheets/components/_banner.scss */
.banner {
  background-color: #003975;
  border-top: none;
  border-bottom: 1px solid #fff;
  padding: 0.75rem 3.5rem 0.75rem 1rem;
  position: relative;
  color: #fff;
}

/* line 29, app/assets/stylesheets/components/_banner.scss */
.banner__past_due {
  background-color: var(--theme-warning);
}

/* line 32, app/assets/stylesheets/components/_banner.scss */
.banner__past_due a {
  color: #fff;
  text-decoration: underline;
}

/* line 36, app/assets/stylesheets/components/_banner.scss */
.banner__past_due a:hover {
  text-decoration: underline;
}

/* line 42, app/assets/stylesheets/components/_banner.scss */
.banner__governance-meeting, .banner__tactical-meeting {
  background-color: #992696;
}

/* line 47, app/assets/stylesheets/components/_banner.scss */
.banner__content {
  font-size: 0.875rem;
  -ms-grid-row-align: center;
      align-self: center;
  letter-spacing: 0.07rem;
  line-height: 1.7;
  text-align: center;
}

/* line 54, app/assets/stylesheets/components/_banner.scss */
.banner__content a,
.banner__content button.btn-link {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

/* line 60, app/assets/stylesheets/components/_banner.scss */
.banner__content a:hover,
.banner__content button.btn-link:hover {
  color: #EEE;
  text-decoration: underline;
}

/* line 66, app/assets/stylesheets/components/_banner.scss */
.banner__content-reaction {
  display: inline-flex;
  align-items: center;
}

/* line 70, app/assets/stylesheets/components/_banner.scss */
.banner__content-reaction svg {
  fill: #fff;
  height: 1.375rem;
  width: 1.375rem;
}

/* line 78, app/assets/stylesheets/components/_banner.scss */
.banner__close-icon {
  position: absolute;
  top: 7px;
  right: 22px;
  width: 30px;
  height: 30px;
}

/* line 85, app/assets/stylesheets/components/_banner.scss */
.banner__close-icon svg {
  padding: 5px;
  cursor: pointer;
  font-size: 30px;
  fill: white;
  height: 30px;
  width: 30px;
}

/* line 95, app/assets/stylesheets/components/_banner.scss */
.banner__close {
  color: #fff;
  position: absolute;
  right: 30px;
  top: 8px;
  font-size: 1.6em;
  line-height: 1;
}

/* line 103, app/assets/stylesheets/components/_banner.scss */
.banner__close i {
  color: #fff !important;
}

/* line 106, app/assets/stylesheets/components/_banner.scss */
.banner__close .fa-close:before {
  content: "\00D7";
}

/* line 22, app/javascript/styles/variables-breakpoints.scss */
:export {
  widthXxs: 320;
  widthXs: 576;
  widthSm: 768;
  widthMd: 992;
  widthLg: 1200;
  widthXl: 1440;
  widthMinGrid: 620;
}

/* line 1, app/javascript/styles/variables-colors.scss */
:root {
  --theme-alert: hsl(44deg 100% 46%);
  --theme-danger: hsl(7deg 67% 56%);
  --theme-info: hsl(187deg 82% 43%);
  --theme-primary: hsl(187deg 82% 43%);
  --theme-primary-darker: hsl(190deg 92% 34%);
  --theme-primary-highlighted: hsl(187deg 73% 47%);
  --theme-primary-selected: hsl(187deg 70% 51%);
  --theme-success: hsl(113deg 60% 47%);
  --theme-warning: hsl(23deg 100% 57%);
  --theme-future: hsl(214deg 17% 63%);
  --theme-gray-light: hsl(215deg 16% 79%);
  --theme-text-gray: hsl(214deg 17% 63%);
}

/* line 16, app/javascript/styles/variables-colors.scss */
body.high-contrast {
  --theme-alert: hsl(44deg 100% 46%);
  --theme-danger: hsl(7deg 67% 50%);
  --theme-info: hsl(187deg 82% 31%);
  --theme-primary: hsl(190deg 90% 31%);
  --theme-primary-darker: hsl(190deg 79% 27%);
  --theme-primary-highlighted: hsl(190deg 79% 27%);
  --theme-primary-selected: hsl(190deg 79% 27%);
  --theme-success: hsl(113deg 60% 33%);
  --theme-warning: hsl(23deg 100% 40%);
  --theme-future: hsl(214deg 17% 45%);
  --theme-gray-light: hsl(215deg 16% 59%);
  --theme-text-gray: hsl(214deg 17% 45%);
}

/* stylelint-disable-line declaration-property-unit-disallowed-list */
/* ideally, font-size--base would be 1 rem, but that is not the case because... legacy! */
/* stylelint-disable-line declaration-property-unit-disallowed-list */
/* stylelint-disable declaration-property-unit-disallowed-list  */
/* stylelint-enable */
/* line 3, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb {
  font-size: 11px;
  height: 1rem;
  margin: 0.75rem 0;
}

/* line 8, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/components/_buttons.scss */
.btn, .ui-button {
  cursor: pointer;
  font-size: 0.95rem;
}

@media (max-width: 576px) {
  /* line 1, app/assets/stylesheets/components/_buttons.scss */
  .btn, .ui-button {
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
  }
}

/* line 11, app/assets/stylesheets/components/_buttons.scss */
.btn-etc {
  border: none;
  color: #909eb0;
}

/* line 16, app/assets/stylesheets/components/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .ui-button {
  font-size: 0.85rem;
}

/* line 29, app/assets/stylesheets/components/_buttons.scss */
.ui-button__load-x-more {
  border-color: transparent !important;
  background: transparent;
  color: #354052;
}

/* line 34, app/assets/stylesheets/components/_buttons.scss */
.ui-button__load-x-more:hover, .ui-button__load-x-more:focus {
  background: #e6ebf1;
  color: #14b2c7;
}

/* line 42, app/assets/stylesheets/components/_buttons.scss */
.button-toolbar {
  display: flex;
}

/* line 45, app/assets/stylesheets/components/_buttons.scss */
.button-toolbar .button-group {
  margin-bottom: 0;
}

/* line 49, app/assets/stylesheets/components/_buttons.scss */
.button-toolbar .button-group + .button-group {
  margin-left: 10px;
}

/* line 57, app/assets/stylesheets/components/_buttons.scss */
.pressed {
  cursor: wait !important;
}

/* line 61, app/assets/stylesheets/components/_buttons.scss */
.unpressed {
  cursor: default;
}

/* line 65, app/assets/stylesheets/components/_buttons.scss */
.btn-reset, .ui-button {
  border: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

/* line 87, app/assets/stylesheets/components/_buttons.scss */
.btn-reset::-moz-focus-inner, .ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 93, app/assets/stylesheets/components/_buttons.scss */
.btn--wrap-text {
  white-space: normal;
}

/* line 10, app/assets/stylesheets/components/_ckeditor.glassfrog.scss */
.operational-record .ck-editor__editable {
  min-height: 1.2rem !important;
  padding: 0 0.5rem !important;
}

/* line 15, app/assets/stylesheets/components/_ckeditor.glassfrog.scss */
.operational-record div[class^="inlineButtons-"] {
  bottom: 0 !important;
}

/* line 19, app/assets/stylesheets/components/_ckeditor.glassfrog.scss */
.operational-record .ck.ck-editor__editable_inline > p {
  margin: 0.25rem;
}

/* line 26, app/assets/stylesheets/components/_ckeditor.glassfrog.scss */
.ck.ck-balloon-panel {
  z-index: 10060 !important;
  /* Bootstrap modal z-index is 1050, backdrop is 1040 */
}

/* line 1, app/assets/stylesheets/components/_dialogs.scss */
.feedback-prompt {
  background: #ECF6F8;
  padding: 1rem;
  position: relative;
}

/* line 12, app/assets/stylesheets/components/_dialogs.scss */
.feedback-prompt.wrap-text-format .icon {
  float: left;
}

/* line 17, app/assets/stylesheets/components/_dialogs.scss */
.feedback-prompt .icon {
  color: #999;
  font-size: 3em;
  margin-right: 0.5rem;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/components/_dialogs.scss */
.quick-survey.apm .form-check {
  align-items: baseline;
  margin-bottom: 0.3rem;
}

/* line 31, app/assets/stylesheets/components/_dialogs.scss */
.quick-survey.apm .form-check input {
  position: relative;
  top: 2px;
}

/* line 35, app/assets/stylesheets/components/_dialogs.scss */
.quick-survey.apm .form-check label, .quick-survey.apm .form-check .edit-dialog-modal .edit-dialog-modal-body__form .label, .edit-dialog-modal .edit-dialog-modal-body__form .quick-survey.apm .form-check .label, .quick-survey.apm .form-check .edit-dialog-modal .edit-dialog-modal-body label span[class*=label], .quick-survey.apm .form-check .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span[class*=label], .quick-survey.apm .form-check .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body label .quick-survey.apm .form-check span[class*=label], .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label .quick-survey.apm .form-check span[class*=label], .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label .quick-survey.apm .form-check span[class*=label] {
  font-weight: bold !important;
  display: block;
}

/* line 39, app/assets/stylesheets/components/_dialogs.scss */
.quick-survey.apm .form-check small {
  font-weight: initial;
  display: block;
}

/* line 46, app/assets/stylesheets/components/_dialogs.scss */
.quick-survey.feature-priority .form-check {
  margin-bottom: 0px !important;
}

/* line 49, app/assets/stylesheets/components/_dialogs.scss */
.quick-survey.feature-priority .form-check-input {
  margin-top: 5px !important;
}

/* line 55, app/assets/stylesheets/components/_dialogs.scss */
.quick-survey .buttons .btn, .quick-survey .buttons .ui-button {
  font-size: 0.875rem;
  vertical-align: middle;
}

/* line 59, app/assets/stylesheets/components/_dialogs.scss */
.quick-survey .buttons .btn + .btn, .quick-survey .buttons .ui-button + .btn, .quick-survey .buttons .btn + .ui-button, .quick-survey .buttons .ui-button + .ui-button {
  display: block;
  margin: 0.3rem auto;
}

/* line 4, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-menu button.dropdown-item,
.dropdown-menu input.dropdown-item[type="submit"] {
  padding: 3px 1.5rem;
  text-align: left;
}

/* line 10, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-menu .dropdown-item {
  cursor: pointer;
  font-size: 14px;
}

/* line 2, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .modal-content,
.edit-dialog-modal .modal-with-tooltip__content {
  background-color: #fff;
  border: 0;
  padding: 1.5rem 1.75rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px 4px rgba(53, 64, 82, 0.33);
}

@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/components/_edit_dialog_modal.scss */
  .edit-dialog-modal .modal-content,
.edit-dialog-modal .modal-with-tooltip__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 16, app/assets/stylesheets/components/_edit_dialog_modal.scss */
  .edit-dialog-modal .modal-with-tooltip__tooltip {
    display: none;
  }
}

/* line 22, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal.modal-with-tooltip .modal-content {
  background-color: transparent;
  box-shadow: none;
}

/* line 27, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .modal-header {
  border: 0;
  padding: 0;
  margin-bottom: 1.5rem;
}

/* line 32, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .modal-header .btn-close {
  box-sizing: content-box;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  opacity: 0.5;
  font-weight: 400;
  font-size: 0.75rem;
  cursor: pointer;
  border-radius: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 51, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .modal-header .btn-close:hover span {
  color: #142239;
}

/* line 56, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .modal-header .btn-close span {
  color: #354052;
  border: 0;
  font-weight: 400;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
  font-family: Sans-Serif;
  background: transparent;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
}

/* line 70, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .modal-header .btn-close span:hover span {
  color: #142239;
}

/* line 75, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .modal-header .btn-close span span {
  color: #354052;
}

/* line 79, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .modal-header .btn-close span:focus {
  outline: none;
}

/* line 84, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .modal-header .btn-close:focus:not(:focus-visible) {
  outline: 0;
}

/* line 89, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: 300;
  color: #354052;
  line-height: calc(1.5rem + 0.25rem);
}

/* line 96, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .modal-header .modal-body {
  padding: 1.25rem 0;
}

/* line 100, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .modal-header__backdrop.show {
  opacity: 0.5;
  background: #354052;
}

/* line 105, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .modal-header .proposal-button {
  display: inline;
}

/* line 110, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .edit-dialog-modal-body {
  background-color: white;
  padding: 0;
}

/* line 118, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .edit-dialog-modal-body__preamble {
  margin-bottom: .25rem;
}

/* line 123, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .edit-dialog-modal-body__form .label {
  font-size: 1.125rem;
}

/* line 128, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .edit-dialog-modal-body__form .additional-info, .edit-dialog-modal .edit-dialog-modal-body__form .main-info {
  padding: 0;
}

/* line 132, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .edit-dialog-modal-body__form .info-delimiter {
  display: none;
}

/* line 136, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .edit-dialog-modal-body__form .additional-info {
  background-color: #f1f3f5;
  border-top: 1px solid #d5dbe1;
  opacity: 0.9;
  margin-top: 1rem;
  padding: 1rem;
}

/* line 145, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .edit-dialog-modal-body__form .btn-group .btn.active, .edit-dialog-modal .edit-dialog-modal-body__form .btn-group .active.ui-button, .edit-dialog-modal .edit-dialog-modal-body__form .btn-group .btn:focus, .edit-dialog-modal .edit-dialog-modal-body__form .btn-group .ui-button:focus, .edit-dialog-modal .edit-dialog-modal-body__form .btn-group .btn:hover, .edit-dialog-modal .edit-dialog-modal-body__form .btn-group .ui-button:hover {
  z-index: 0;
}

/* line 150, app/assets/stylesheets/components/_edit_dialog_modal.scss */
.edit-dialog-modal .edit-dialog-modal-body__form .form-check-input {
  margin-top: 0.3rem;
  margin-right: 0.5rem;
  margin-left: 0;
}

/* line 1, app/assets/stylesheets/components/_follow_circle.scss */
.follow-circle-container {
  position: relative;
}

/* line 4, app/assets/stylesheets/components/_follow_circle.scss */
.follow-circle-container .subscription, .follow-circle-container .subscribed {
  border-radius: 10px;
  font-size: 8px;
  border: 1px solid #d5dbe1;
  letter-spacing: 0.1em;
  margin-left: 5px;
  padding: 2px 4px;
  text-transform: uppercase;
}

/* line 14, app/assets/stylesheets/components/_follow_circle.scss */
.follow-circle-container .subscription a.subscription {
  color: #14b2c7;
}

/* line 18, app/assets/stylesheets/components/_follow_circle.scss */
.follow-circle-container .subscription:hover {
  border-color: #E47B19;
  color: #E47B19;
}

/* line 23, app/assets/stylesheets/components/_follow_circle.scss */
.follow-circle-container .subscription a.subscription:hover {
  color: #E47B19;
}

/* line 27, app/assets/stylesheets/components/_follow_circle.scss */
.follow-circle-container .subscribed {
  border-color: #C6C6C6;
  color: #BBB;
}

/* line 32, app/assets/stylesheets/components/_follow_circle.scss */
.follow-circle-container .controls {
  position: relative;
}

/* line 36, app/assets/stylesheets/components/_follow_circle.scss */
.follow-circle-container .controls .waiting-spinner {
  position: absolute;
  right: -20px;
  bottom: 5px;
}

/* line 1, app/assets/stylesheets/components/_forms.scss */
::-webkit-input-placeholder {
  color: #616e89;
  font-weight: 300;
}

/* line 6, app/assets/stylesheets/components/_forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #616e89;
  font-weight: 300;
  opacity: 1;
}

/* line 13, app/assets/stylesheets/components/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #616e89;
  font-weight: 300;
  opacity: 1;
}

/* line 20, app/assets/stylesheets/components/_forms.scss */
:-ms-input-placeholder {
  color: #616e89;
  font-weight: 300;
}

/* line 25, app/assets/stylesheets/components/_forms.scss */
.ck.ck-editor__editable > .ck-placeholder::before {
  color: #616e89;
  font-weight: 300;
  opacity: 1;
}

/* line 31, app/assets/stylesheets/components/_forms.scss */
.form-inline .form-group--expand {
  flex: 1 1 auto;
}

/* line 35, app/assets/stylesheets/components/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 39, app/assets/stylesheets/components/_forms.scss */
label.form-check-label, .edit-dialog-modal .edit-dialog-modal-body label span.form-check-label[class*=label], .edit-dialog-modal .edit-dialog-modal-body__form .form-check-label.label, .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span.form-check-label[class*=label], .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span.form-check-label[class*=label],
.form-check-inline label:not(.form-check-label),
.form-check-inline .edit-dialog-modal .edit-dialog-modal-body label span[class*=label]:not(.form-check-label),
.edit-dialog-modal .edit-dialog-modal-body label .form-check-inline span[class*=label]:not(.form-check-label),
.form-check-inline .edit-dialog-modal .edit-dialog-modal-body__form .label:not(.form-check-label),
.edit-dialog-modal .edit-dialog-modal-body__form .form-check-inline .label:not(.form-check-label),
.form-check-inline .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span[class*=label]:not(.form-check-label),
.edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label .form-check-inline span[class*=label]:not(.form-check-label),
.form-check-inline .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span[class*=label]:not(.form-check-label),
.edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label .form-check-inline span[class*=label]:not(.form-check-label),
.form-check-label label.ui-definition-tooltip__title:not(.form-check-label),
.form-check-label .edit-dialog-modal .edit-dialog-modal-body label span.ui-definition-tooltip__title[class*=label]:not(.form-check-label),
.edit-dialog-modal .edit-dialog-modal-body label .form-check-label span.ui-definition-tooltip__title[class*=label]:not(.form-check-label),
.form-check-label .edit-dialog-modal .edit-dialog-modal-body__form .ui-definition-tooltip__title.label:not(.form-check-label),
.edit-dialog-modal .edit-dialog-modal-body__form .form-check-label .ui-definition-tooltip__title.label:not(.form-check-label),
.form-check-label .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span.ui-definition-tooltip__title[class*=label]:not(.form-check-label),
.edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label .form-check-label span.ui-definition-tooltip__title[class*=label]:not(.form-check-label),
.form-check-label .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span.ui-definition-tooltip__title[class*=label]:not(.form-check-label),
.edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label .form-check-label span.ui-definition-tooltip__title[class*=label]:not(.form-check-label),
label input[type='checkbox'] ~ span,
.edit-dialog-modal .edit-dialog-modal-body label span[class*=label] input[type='checkbox'] ~ span,
.edit-dialog-modal .edit-dialog-modal-body__form .label input[type='checkbox'] ~ span,
.edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span[class*=label] input[type='checkbox'] ~ span,
.edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span[class*=label] input[type='checkbox'] ~ span,
label input[type='checkbox'] ~ span[class*="label"],
label input[type='checkbox'] ~ div,
.edit-dialog-modal .edit-dialog-modal-body label span[class*=label] input[type='checkbox'] ~ div,
.edit-dialog-modal .edit-dialog-modal-body__form .label input[type='checkbox'] ~ div,
.edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span[class*=label] input[type='checkbox'] ~ div,
.edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span[class*=label] input[type='checkbox'] ~ div {
  font-size: 14px;
  font-weight: 400 !important;
  margin-bottom: 0.25rem;
  color: #354052;
  text-transform: none !important;
}

/* line 52, app/assets/stylesheets/components/_forms.scss */
label:not(.form-check-label, .no-default-styling), .edit-dialog-modal .edit-dialog-modal-body label span[class*=label]:not(.form-check-label, .no-default-styling), .edit-dialog-modal .edit-dialog-modal-body__form .label:not(.form-check-label, .no-default-styling), .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span[class*=label]:not(.form-check-label, .no-default-styling), .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span[class*=label]:not(.form-check-label, .no-default-styling),
span[class*="label"],
.label {
  margin-bottom: 0.25rem;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #616e89;
  letter-spacing: 0.02rem;
}

/* line 64, app/assets/stylesheets/components/_forms.scss */
.form-check.disabled {
  opacity: 0.6;
}

/* line 68, app/assets/stylesheets/components/_forms.scss */
.form-check label, .form-check .edit-dialog-modal .edit-dialog-modal-body label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body label .form-check span[class*=label], .form-check .edit-dialog-modal .edit-dialog-modal-body__form .label, .edit-dialog-modal .edit-dialog-modal-body__form .form-check .label, .form-check .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label .form-check span[class*=label], .form-check .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label .form-check span[class*=label] {
  display: flex;
  align-items: baseline;
}

/* line 72, app/assets/stylesheets/components/_forms.scss */
.form-check label.no-flex, .form-check .edit-dialog-modal .edit-dialog-modal-body label span.no-flex[class*=label], .edit-dialog-modal .edit-dialog-modal-body label .form-check span.no-flex[class*=label], .form-check .edit-dialog-modal .edit-dialog-modal-body__form .no-flex.label, .edit-dialog-modal .edit-dialog-modal-body__form .form-check .no-flex.label, .form-check .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span.no-flex[class*=label], .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label .form-check span.no-flex[class*=label], .form-check .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span.no-flex[class*=label], .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label .form-check span.no-flex[class*=label] {
  display: block;
}

/* line 76, app/assets/stylesheets/components/_forms.scss */
.form-check label input[type='checkbox'], .form-check .edit-dialog-modal .edit-dialog-modal-body label span[class*=label] input[type='checkbox'], .edit-dialog-modal .edit-dialog-modal-body label .form-check span[class*=label] input[type='checkbox'], .form-check .edit-dialog-modal .edit-dialog-modal-body__form .label input[type='checkbox'], .edit-dialog-modal .edit-dialog-modal-body__form .form-check .label input[type='checkbox'], .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label .form-check span[class*=label] input[type='checkbox'], .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label .form-check span[class*=label] input[type='checkbox'],
.form-check label input[type='radio'],
.form-check .edit-dialog-modal .edit-dialog-modal-body label span[class*=label] input[type='radio'],
.edit-dialog-modal .edit-dialog-modal-body label .form-check span[class*=label] input[type='radio'],
.form-check .edit-dialog-modal .edit-dialog-modal-body__form .label input[type='radio'],
.edit-dialog-modal .edit-dialog-modal-body__form .form-check .label input[type='radio'],
.edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label .form-check span[class*=label] input[type='radio'],
.edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label .form-check span[class*=label] input[type='radio'] {
  margin-right: 0.5rem;
}

/* line 83, app/assets/stylesheets/components/_forms.scss */
select,
select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding: 0.5rem 1.5rem 0.5rem 0.75rem;
}

/* line 94, app/assets/stylesheets/components/_forms.scss */
select option {
  color: #354052;
  padding: 3px 8px;
}

/* line 99, app/assets/stylesheets/components/_forms.scss */
.textarea--medium {
  height: 12.5rem;
}

/* line 103, app/assets/stylesheets/components/_forms.scss */
.hidden-input-file {
  width: 0.0625rem;
  height: 0.0625rem;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 115, app/assets/stylesheets/components/_forms.scss */
.input-group .ui-helper-hidden-accessible + .form-control:not(:first-child):not(:last-child) {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 120, app/assets/stylesheets/components/_forms.scss */
.white-input[readonly] {
  background-color: white;
}

/* line 124, app/assets/stylesheets/components/_forms.scss */
.form-check-label {
  display: flex;
}

/* line 127, app/assets/stylesheets/components/_forms.scss */
.form-check-label input[type="checkbox"] {
  margin-right: 0.5rem;
}

/* line 132, app/assets/stylesheets/components/_forms.scss */
.Select {
  font-size: 14px;
}

/* line 4, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
:root {
  --fc-button-active-bg-color: #087F9730;
  --fc-button-active-bg-color: #14b2c7;
  --fc-button-active-border-color: #14b2c7;
  --fc-button-bg-color: #fff;
  --fc-button-border-color: #14b2c7;
  --fc-button-hover-bg-color: #14b2c7;
  --fc-button-text-color: #14b2c7;
  --fc-today-bg-color: #087F9730;
}

/* line 16, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc table {
  background: #fff;
}

/* line 20, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .fc-button-primary:active,
#calendar.fc .fc-button-primary:focus {
  box-shadow: none;
}

/* line 25, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .fc-button-primary {
  color: #14b2c7;
  border: 1px solid #14b2c7;
  background: #fff;
}

/* line 31, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .fc-button-active {
  background: #14b2c7;
  color: #fff;
}

/* line 36, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .fc-event {
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .fc-event .fc-event-main {
  background: #f4fbfc;
  border-radius: 2px;
  color: #354052;
  padding: 0.15rem 0.5rem;
}

/* line 46, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .fc-col-header-cell-cushion {
  font-size: 14px;
  letter-spacing: 1px;
  margin-left: 0.25rem;
}

/* line 52, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .fc-prev-button,
#calendar.fc .fc-next-button {
  border: none;
  background: none;
  color: #616e89;
}

/* line 57, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .fc-prev-button:hover,
#calendar.fc .fc-next-button:hover {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
}

/* line 63, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .fc-toolbar-title {
  display: inline-block;
  margin: 3px 0.5rem 0;
  vertical-align: middle;
}

/* line 70, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .fc-scrollgrid,
#calendar.fc .fc-scrollgrid table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

/* line 76, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .fc-scrollgrid thead th,
#calendar.fc .fc-scrollgrid tbody td {
  box-sizing: border-box;
  padding: 0;
}

/* line 82, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .fc-daygrid-body tr {
  height: 16%;
}

/* line 86, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .fc-popover {
  z-index: 999;
}

/* line 91, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .gf-fc-event-icons {
  margin-left: 0.15rem;
}

/* line 95, app/assets/stylesheets/components/_fullcalendar.glassfrog.scss */
#calendar.fc .gf-fc-event-icon .fa-repeat {
  font-size: 0.75rem;
}

/* line 2, app/assets/stylesheets/components/_header.scss */
#logo {
  height: 33px;
}

/* line 5, app/assets/stylesheets/components/_header.scss */
#logo img {
  margin-top: 2px;
}

/* line 10, app/assets/stylesheets/components/_header.scss */
#navBar {
  background-color: #14b2c7;
  padding: 0;
  font-size: 16px;
  min-width: 700px;
  width: 100%;
  height: 30px;
}

/* line 21, app/assets/stylesheets/components/_header.scss */
.app-header {
  background: #14b2c7;
  color: #fff;
  height: 3.25rem;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  width: 100%;
}

/* line 29, app/assets/stylesheets/components/_header.scss */
.app-header a {
  color: #fff;
}

/* line 33, app/assets/stylesheets/components/_header.scss */
.app-header .container-fluid {
  display: flex;
}

/* line 37, app/assets/stylesheets/components/_header.scss */
.app-header .dropdown-menu {
  background: #fff;
  margin: 0;
  top: 2.8rem;
}

/* line 42, app/assets/stylesheets/components/_header.scss */
.app-header .dropdown-menu a, .app-header .dropdown-menu button.dropdown-item {
  color: #444;
  display: block;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

/* line 49, app/assets/stylesheets/components/_header.scss */
.app-header .dropdown-menu:before, .app-header .dropdown-menu:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
  display: block;
  left: 0.6rem;
  position: absolute;
  width: 16px;
  height: 8px;
}

/* line 61, app/assets/stylesheets/components/_header.scss */
.app-header .dropdown-menu:before {
  border-bottom: solid 8px #CCCCCC;
  top: -9px;
}

/* line 66, app/assets/stylesheets/components/_header.scss */
.app-header .dropdown-menu:after {
  border-bottom: solid 8px #FFFFFF;
  top: -8px;
}

/* line 72, app/assets/stylesheets/components/_header.scss */
.app-header .dropdown-item,
.app-header .dropdown-header a {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

/* line 79, app/assets/stylesheets/components/_header.scss */
.app-header .dropdown-header {
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.125rem;
  padding-top: 0.75rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

/* line 87, app/assets/stylesheets/components/_header.scss */
.app-header .dropdown-header:first-child {
  padding-top: 0.5rem;
}

/* line 91, app/assets/stylesheets/components/_header.scss */
.app-header .dropdown-header:last-child {
  padding-bottom: 0;
}

/* line 96, app/assets/stylesheets/components/_header.scss */
.app-header .dropdown-toggle .person__inner {
  margin-left: -4px;
  position: relative;
  top: 4px;
  float: left;
}

/* line 108, app/assets/stylesheets/components/_header.scss */
.app-header .right-open-nav-item .dropdown-menu:before, .app-header .right-open-nav-item .dropdown-menu:after {
  right: 0.25rem;
  left: auto;
}

/* line 116, app/assets/stylesheets/components/_header.scss */
.app-header__search {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0.1rem;
}

/* line 123, app/assets/stylesheets/components/_header.scss */
.app-search {
  display: flex;
  color: white;
  height: 2rem;
}

/* line 130, app/assets/stylesheets/components/_header.scss */
.app-search__text-field, .app-search__button {
  border: none;
  color: white !important;
}

/* line 134, app/assets/stylesheets/components/_header.scss */
.app-search__text-field:focus, .app-search__button:focus {
  outline: #14b2c7 2px;
}

/* line 139, app/assets/stylesheets/components/_header.scss */
.app-search__text-field {
  border-radius: 0;
  padding-left: 1rem;
  padding-bottom: 0;
  height: 2rem;
  width: 10rem;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  background: rgba(255, 255, 255, 0.1);
  transition-duration: 400ms;
  transition-property: width, padding-left;
}

/* line 152, app/assets/stylesheets/components/_header.scss */
.app-search__text-field::-moz-placeholder {
  color: white;
}
.app-search__text-field:-ms-input-placeholder {
  color: white;
}
.app-search__text-field::placeholder {
  color: white;
}

/* line 157, app/assets/stylesheets/components/_header.scss */
.app-search__button {
  background: rgba(255, 255, 255, 0);
  width: 3rem;
  cursor: pointer;
}

/* line 162, app/assets/stylesheets/components/_header.scss */
.app-search__button svg {
  width: 20px;
  height: 20px;
  fill: white;
  margin-top: 7px;
  margin-left: 2px;
}

/* line 171, app/assets/stylesheets/components/_header.scss */
.app-search #search-error {
  margin-top: 0.1rem;
  margin-left: 0.3rem;
  transition-duration: 400ms;
  transition-property: opacity;
}

/* line 179, app/assets/stylesheets/components/_header.scss */
.app-header__logo {
  display: block;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  width: 1.8125rem;
}

/* line 185, app/assets/stylesheets/components/_header.scss */
.app-header__logo img {
  width: 100%;
}

/* line 190, app/assets/stylesheets/components/_header.scss */
.app-header__logo-holacracy {
  display: inline-block;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  width: 1.2rem;
}

/* line 196, app/assets/stylesheets/components/_header.scss */
.app-header__logo-holacracy img {
  width: 100%;
}

/* line 201, app/assets/stylesheets/components/_header.scss */
.app-header__org-related-items {
  flex: 1;
}

/* line 206, app/assets/stylesheets/components/_header.scss */
.app-header__nav .dropdown-header a {
  color: #14b2c7;
}

/* line 209, app/assets/stylesheets/components/_header.scss */
.app-header__nav .dropdown-header a .fa {
  color: #14b2c7;
  font-size: 7px !important;
  top: -1px !important;
  position: relative;
}

/* line 216, app/assets/stylesheets/components/_header.scss */
.app-header__nav .dropdown-header a:hover {
  color: #109cae;
}

/* line 219, app/assets/stylesheets/components/_header.scss */
.app-header__nav .dropdown-header a:hover .fa {
  color: #109cae;
}

/* line 225, app/assets/stylesheets/components/_header.scss */
.app-header__nav .nav-item {
  display: inline-block;
  float: left;
  margin-left: 0.25rem;
}

/* line 235, app/assets/stylesheets/components/_header.scss */
.app-header__nav .nav-item:first-child {
  margin-left: 0;
}

/* line 239, app/assets/stylesheets/components/_header.scss */
.app-header__nav .nav-item .fa {
  color: #FFF;
}

/* line 243, app/assets/stylesheets/components/_header.scss */
.app-header__nav .nav-item .nav-link__outlined {
  border: 1px solid #fff;
  border-radius: 0.2rem;
  margin-left: 5px;
}

/* line 249, app/assets/stylesheets/components/_header.scss */
.app-header__nav .nav-item > a,
.app-header__nav .nav-item .dropdown-toggle {
  border-radius: 2px;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  height: 2rem;
  letter-spacing: 0.08rem;
  line-height: 2rem;
  padding: 0 0.625rem;
  position: relative;
}

/* line 263, app/assets/stylesheets/components/_header.scss */
.app-header__nav .nav-item > a:hover, .app-header__nav .nav-item > a:focus, .app-header__nav .nav-item > a:active,
.app-header__nav .nav-item .dropdown-toggle:hover,
.app-header__nav .nav-item .dropdown-toggle:focus,
.app-header__nav .nav-item .dropdown-toggle:active {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

/* line 271, app/assets/stylesheets/components/_header.scss */
.app-header__nav .nav-item .dropdown-toggle-without-caret:after {
  display: none;
}

/* line 276, app/assets/stylesheets/components/_header.scss */
.app-header__nav .nav-item .count-badge {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 282, app/assets/stylesheets/components/_header.scss */
.app-header__nav .nav-item .announcements-gift {
  border-radius: 15%;
  background-color: #fff;
  padding-left: 7px;
  padding-right: 7px;
}

/* line 288, app/assets/stylesheets/components/_header.scss */
.app-header__nav .nav-item .announcements-gift:hover {
  background-color: #f6f8fa;
}

/* line 292, app/assets/stylesheets/components/_header.scss */
.app-header__nav .nav-item .announcements-gift img {
  padding-bottom: 2px;
}

/* line 298, app/assets/stylesheets/components/_header.scss */
.app-header__nav .dropdown-item {
  font-size: 0.875rem;
}

/* line 301, app/assets/stylesheets/components/_header.scss */
.app-header__nav .dropdown-item:active {
  color: #FFF;
}

/* line 307, app/assets/stylesheets/components/_header.scss */
#notifications_dropdown {
  padding: 0;
  width: 325px;
}

/* line 311, app/assets/stylesheets/components/_header.scss */
#notifications_dropdown .dropdown-item {
  color: #354052;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  cursor: pointer;
}

/* line 317, app/assets/stylesheets/components/_header.scss */
#notifications_dropdown .dropdown-item .badge {
  padding: 0.3rem 0.6rem;
  margin-left: 0.5rem;
}

/* line 322, app/assets/stylesheets/components/_header.scss */
#notifications_dropdown .dropdown-item div {
  white-space: normal;
}

/* line 326, app/assets/stylesheets/components/_header.scss */
#notifications_dropdown .dropdown-item div:not(:first-child) {
  margin-top: 0.3rem;
}

/* line 331, app/assets/stylesheets/components/_header.scss */
#notifications_dropdown .dropdown-item.disabled {
  color: #d5dbe1;
}

/* line 335, app/assets/stylesheets/components/_header.scss */
#notifications_dropdown .dropdown-item:not(:first-child) {
  border-top: solid 1px #d5dbe1;
}

/* line 339, app/assets/stylesheets/components/_header.scss */
#notifications_dropdown .dropdown-link {
  min-height: 60px;
  text-align: center;
}

/* line 343, app/assets/stylesheets/components/_header.scss */
#notifications_dropdown .dropdown-link--list {
  min-height: 40px;
}

/* line 348, app/assets/stylesheets/components/_header.scss */
#notifications_dropdown__button {
  border-radius: 15%;
  padding: 0 3px;
}

/* line 353, app/assets/stylesheets/components/_header.scss */
#notifications_dropdown:after, #notifications_dropdown:before {
  right: 0.6rem;
}

@media screen and (max-width: 1500px) {
  /* line 360, app/assets/stylesheets/components/_header.scss */
  .app-header__org-related-items .nav-item {
    margin-left: 0.1rem;
  }
  /* line 366, app/assets/stylesheets/components/_header.scss */
  .app-search__text-field {
    padding-left: 0;
    width: 0;
  }
  /* line 370, app/assets/stylesheets/components/_header.scss */
  .app-search__text-field:focus {
    width: 10rem;
    padding-left: 1rem;
  }
  /* line 376, app/assets/stylesheets/components/_header.scss */
  .app-search #search-error {
    opacity: 0;
  }
  /* line 381, app/assets/stylesheets/components/_header.scss */
  .app-search:hover .app-search__text-field {
    width: 10rem;
    padding-left: 1rem;
  }
  /* line 386, app/assets/stylesheets/components/_header.scss */
  .app-search:hover #search-error {
    opacity: 1;
  }
  /* line 393, app/assets/stylesheets/components/_header.scss */
  .app-header__nav .person__avatar {
    margin-right: 2px;
  }
  /* line 397, app/assets/stylesheets/components/_header.scss */
  .app-header__nav .person__name {
    display: none;
  }
}

/* line 405, app/assets/stylesheets/components/_header.scss */
body.main.new.sessions .app-header .container-fluid {
  display: block;
}

/* line 3, app/assets/stylesheets/components/_listview.scss */
.listview--divided, .listview--divided-hierarchical {
  position: relative;
  clear: both;
}

@-webkit-keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/* line 8, app/assets/stylesheets/components/../mixins/_spinner_1.scss */
.listview--divided .spinner::before, .listview--divided-hierarchical .spinner::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: #354052;
  -webkit-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite;
}

/* line 9, app/assets/stylesheets/components/_listview.scss */
.listview--divided.loading, .listview--divided-hierarchical.loading {
  height: 8rem;
  background-color: #f1f3f5;
}

/* line 15, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview__header, .listview--divided-hierarchical .listview__header {
  border-bottom: 1px solid #d5dbe1;
}

/* line 19, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview__header .dropdown, .listview--divided-hierarchical .listview__header .dropdown {
  display: inline;
}

/* line 22, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview__header .dropdown .fa, .listview--divided-hierarchical .listview__header .dropdown .fa {
  color: transparent;
  font-size: 14px;
  position: absolute;
  float: left;
  left: 9px;
  margin-top: 4px;
  font-size: 10px;
}

/* line 31, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview__header .dropdown .fa.dropdown-item-selected, .listview--divided-hierarchical .listview__header .dropdown .fa.dropdown-item-selected {
  color: black;
}

/* line 36, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview__header .dropdown .dropdown-toggle, .listview--divided-hierarchical .listview__header .dropdown .dropdown-toggle {
  color: #616e89;
  position: relative;
  top: 1px;
  background: transparent;
  margin: 0 !important;
  padding-top: 12px;
}

/* line 46, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview__header .dropdown .dropdown-toggle.active, .listview--divided-hierarchical .listview__header .dropdown .dropdown-toggle.active {
  outline: 0;
}

/* line 51, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview__header .dropdown .dropdown-toggle:not(.governance-dropdown), .listview--divided-hierarchical .listview__header .dropdown .dropdown-toggle:not(.governance-dropdown) {
  border: 0;
}

/* line 55, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview__header .dropdown .dropdown-toggle, .listview--divided-hierarchical .listview__header .dropdown .dropdown-toggle {
  top: 0;
  border-bottom-color: white;
  color: #616e89;
  background: transparent;
  border-width: 0 0 2px 0 !important;
  margin: 0 !important;
  padding-top: 12px;
}

/* line 65, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview__header .dropdown .dropdown-item, .listview--divided-hierarchical .listview__header .dropdown .dropdown-item {
  font-size: 14px;
}

/* line 71, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview-item .prepend-checkbox, .listview--divided-hierarchical .listview-item .prepend-checkbox {
  padding-left: 28px;
}

/* line 75, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview-item, .listview--divided-hierarchical .listview-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 80, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview__header,
.listview--divided .listview__footer, .listview--divided-hierarchical .listview__header,
.listview--divided-hierarchical .listview__footer {
  background-color: #f1f3f5;
}

/* line 84, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview__header.padded,
.listview--divided .listview__footer.padded, .listview--divided-hierarchical .listview__header.padded,
.listview--divided-hierarchical .listview__footer.padded {
  padding: .8rem 1rem;
}

/* line 89, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview-item, .listview--divided-hierarchical .listview-item {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

/* line 95, app/assets/stylesheets/components/_listview.scss */
.listview--divided li, .listview--divided .listview-item, .listview--divided-hierarchical li, .listview--divided-hierarchical .listview-item {
  list-style-position: inside;
  list-style-type: none;
  cursor: pointer;
  width: 100%;
  position: relative;
}

/* line 102, app/assets/stylesheets/components/_listview.scss */
.listview--divided li:not(:last-of-type), .listview--divided .listview-item:not(:last-of-type), .listview--divided-hierarchical li:not(:last-of-type), .listview--divided-hierarchical .listview-item:not(:last-of-type) {
  border-bottom: 1px solid #d5dbe1;
}

/* line 106, app/assets/stylesheets/components/_listview.scss */
.listview--divided li .project-component-container, .listview--divided .listview-item .project-component-container, .listview--divided-hierarchical li .project-component-container, .listview--divided-hierarchical .listview-item .project-component-container {
  position: relative;
}

/* line 110, app/assets/stylesheets/components/_listview.scss */
.listview--divided li .fade-out, .listview--divided .listview-item .fade-out, .listview--divided-hierarchical li .fade-out, .listview--divided-hierarchical .listview-item .fade-out {
  position: relative;
}

/* line 114, app/assets/stylesheets/components/_listview.scss */
.listview--divided li .pl-6, .listview--divided .listview-item .pl-6, .listview--divided-hierarchical li .pl-6, .listview--divided-hierarchical .listview-item .pl-6 {
  padding-left: 3.5rem !important;
}

/* line 124, app/assets/stylesheets/components/_listview.scss */
.listview--divided li .edit-icon,
.listview--divided li .delete-icon, .listview--divided .listview-item .edit-icon,
.listview--divided .listview-item .delete-icon, .listview--divided-hierarchical li .edit-icon,
.listview--divided-hierarchical li .delete-icon, .listview--divided-hierarchical .listview-item .edit-icon,
.listview--divided-hierarchical .listview-item .delete-icon {
  font-size: 1.12rem;
  color: #909eb0;
}

/* line 129, app/assets/stylesheets/components/_listview.scss */
.listview--divided li .edit-icon:hover,
.listview--divided li .delete-icon:hover, .listview--divided .listview-item .edit-icon:hover,
.listview--divided .listview-item .delete-icon:hover, .listview--divided-hierarchical li .edit-icon:hover,
.listview--divided-hierarchical li .delete-icon:hover, .listview--divided-hierarchical .listview-item .edit-icon:hover,
.listview--divided-hierarchical .listview-item .delete-icon:hover {
  color: #14b2c7;
}

/* line 136, app/assets/stylesheets/components/_listview.scss */
.listview--divided li .edit-icon svg, .listview--divided .listview-item .edit-icon svg, .listview--divided-hierarchical li .edit-icon svg, .listview--divided-hierarchical .listview-item .edit-icon svg {
  vertical-align: middle;
}

/* line 141, app/assets/stylesheets/components/_listview.scss */
.listview--divided li:hover, .listview--divided .listview-item:hover, .listview--divided-hierarchical li:hover, .listview--divided-hierarchical .listview-item:hover {
  background-color: #f6f8fa;
}

/* line 144, app/assets/stylesheets/components/_listview.scss */
.listview--divided li:hover .edit-icon, .listview--divided .listview-item:hover .edit-icon, .listview--divided-hierarchical li:hover .edit-icon, .listview--divided-hierarchical .listview-item:hover .edit-icon {
  display: block;
}

/* line 149, app/assets/stylesheets/components/_listview.scss */
.listview--divided li .listview-item__title, .listview--divided .listview-item .listview-item__title, .listview--divided-hierarchical li .listview-item__title, .listview--divided-hierarchical .listview-item .listview-item__title {
  color: #354052;
  margin-bottom: 2px;
  margin-right: 15px;
  word-wrap: break-word;
  font-size: 14px;
}

/* line 156, app/assets/stylesheets/components/_listview.scss */
.listview--divided li .listview-item__title--with-edit-icon, .listview--divided .listview-item .listview-item__title--with-edit-icon, .listview--divided-hierarchical li .listview-item__title--with-edit-icon, .listview--divided-hierarchical .listview-item .listview-item__title--with-edit-icon {
  margin-right: 40px;
}

/* line 161, app/assets/stylesheets/components/_listview.scss */
.listview--divided li .listview-item__detail, .listview--divided .listview-item .listview-item__detail, .listview--divided-hierarchical li .listview-item__detail, .listview--divided-hierarchical .listview-item .listview-item__detail {
  color: #616e89;
}

/* line 167, app/assets/stylesheets/components/_listview.scss */
.listview--divided {
  border: 1px solid #d5dbe1;
  border-radius: 3px;
}

/* line 171, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview__body {
  position: relative;
}

/* line 174, app/assets/stylesheets/components/_listview.scss */
.listview--divided .listview__body.loading:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/* line 191, app/assets/stylesheets/components/_listview.scss */
.listview--divided-hierarchical .listview__header {
  border: 1px solid #d5dbe1;
  margin-bottom: .5rem;
}

/* line 196, app/assets/stylesheets/components/_listview.scss */
.listview--divided-hierarchical ul:first-of-type > .listview-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: none !important;
}

/* line 201, app/assets/stylesheets/components/_listview.scss */
.listview--divided-hierarchical ul:first-of-type > .listview-item:hover {
  background-color: transparent;
}

/* line 205, app/assets/stylesheets/components/_listview.scss */
.listview--divided-hierarchical ul:first-of-type > .listview-item .listview-item__title:first-of-type {
  font-weight: bold;
  font-size: .9rem;
}

/* line 210, app/assets/stylesheets/components/_listview.scss */
.listview--divided-hierarchical ul:first-of-type > .listview-item:first-child {
  padding-top: 0;
}

/* line 1, app/assets/stylesheets/components/_masonry.scss */
.masonry-section {
  /* Masonry container */
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

/* line 10, app/assets/stylesheets/components/_masonry.scss */
.masonry-item {
  /* Masonry bricks or child elements */
  display: inline-block;
  margin: 0 0 30px;
  width: 100%;
}

/* line 15, app/assets/stylesheets/components/_masonry.scss */
.masonry-item .circle-name {
  position: inherit;
}

/* line 3, app/assets/stylesheets/components/_modals.scss */
#remote-modal .modal.fade {
  background: rgba(0, 0, 0, 0.4);
}

/* line 7, app/assets/stylesheets/components/_modals.scss */
#remote-modal .modal-dialog {
  margin: 10% auto;
  max-height: 80vh;
  max-width: 700px;
  z-index: 10;
}

/* line 13, app/assets/stylesheets/components/_modals.scss */
#remote-modal .modal-dialog .modal-header {
  border-bottom: 0;
}

/* line 16, app/assets/stylesheets/components/_modals.scss */
#remote-modal .modal-dialog .modal-header .modal-title {
  color: #666;
  font-size: 1.4em;
}

/* line 21, app/assets/stylesheets/components/_modals.scss */
#remote-modal .modal-dialog .modal-header .different-record-type {
  flex-grow: 1;
  padding-right: 1rem;
  text-align: right;
}

/* line 27, app/assets/stylesheets/components/_modals.scss */
#remote-modal .modal-dialog .modal-header .close {
  cursor: pointer;
  font-size: 27px;
  margin-top: -12px;
}

/* line 34, app/assets/stylesheets/components/_modals.scss */
#remote-modal .modal-dialog .modal-footer {
  justify-content: flex-start;
}

/* line 39, app/assets/stylesheets/components/_modals.scss */
#remote-modal .target-summary {
  background: #ECF6F8;
  margin: -15px -15px 15px;
  padding: 15px;
}

/* line 44, app/assets/stylesheets/components/_modals.scss */
#remote-modal .target-summary * {
  vertical-align: middle;
}

/* line 48, app/assets/stylesheets/components/_modals.scss */
#remote-modal .target-summary .fa {
  color: #999;
  font-size: 3em;
  margin-right: 10px;
}

/* line 56, app/assets/stylesheets/components/_modals.scss */
#remote-modal form input + label, #remote-modal form .edit-dialog-modal .edit-dialog-modal-body label input + span[class*=label], .edit-dialog-modal .edit-dialog-modal-body label #remote-modal form input + span[class*=label], #remote-modal form .edit-dialog-modal .edit-dialog-modal-body__form input + .label, .edit-dialog-modal .edit-dialog-modal-body__form #remote-modal form input + .label, #remote-modal form .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label input + span[class*=label], .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label #remote-modal form input + span[class*=label], #remote-modal form .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label input + span[class*=label], .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label #remote-modal form input + span[class*=label] {
  margin-top: 0.5em;
}

/* line 60, app/assets/stylesheets/components/_modals.scss */
#remote-modal form input[type='text'] {
  display: block;
  font-weight: 400;
  padding: 8px;
  width: 100%;
}

/* line 67, app/assets/stylesheets/components/_modals.scss */
#remote-modal form select {
  max-width: 210px;
}

/* line 71, app/assets/stylesheets/components/_modals.scss */
#remote-modal form .shaded {
  background: #f6f8fa;
  margin: 1rem -15px 0;
  padding: 1rem 0;
}

/* line 76, app/assets/stylesheets/components/_modals.scss */
#remote-modal form .shaded .field {
  margin: 0.75rem 2%;
  width: 45%;
  display: inline-block;
}

/* line 81, app/assets/stylesheets/components/_modals.scss */
#remote-modal form .shaded .field.large {
  width: 95%;
}

/* line 85, app/assets/stylesheets/components/_modals.scss */
#remote-modal form .shaded .field.related_goals div {
  font-weight: 500;
}

/* line 90, app/assets/stylesheets/components/_modals.scss */
#remote-modal form .shaded .supported_by {
  background: #ECF6F8;
  margin: 0.75rem 2%;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 400;
}

/* line 99, app/assets/stylesheets/components/_modals.scss */
#remote-modal form .shaded .supported_by span:not(:last-child):after {
  content: ',';
}

/* line 105, app/assets/stylesheets/components/_modals.scss */
#remote-modal form .shaded + .shaded {
  margin-top: 0.5rem;
}

/* line 109, app/assets/stylesheets/components/_modals.scss */
#remote-modal form .custom-date-range {
  display: inline-block;
  margin-left: 2rem;
}

/* line 114, app/assets/stylesheets/components/_modals.scss */
#remote-modal form .date-range {
  align-items: baseline;
  display: inline-flex;
}

/* line 118, app/assets/stylesheets/components/_modals.scss */
#remote-modal form .date-range input {
  margin: 0 10px;
  width: 7rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

/* line 124, app/assets/stylesheets/components/_modals.scss */
#remote-modal form .date-range input#goal_start_date {
  margin-left: 5px;
}

/* line 131, app/assets/stylesheets/components/_modals.scss */
#remote-modal .row.shaded.fromTo {
  padding: 0;
}

/* line 134, app/assets/stylesheets/components/_modals.scss */
#remote-modal .row.shaded.fromTo .col-3 {
  padding: 1rem;
  background: #e1e5ea;
}

@media (min-width: 551px) {
  /* line 138, app/assets/stylesheets/components/_modals.scss */
  #remote-modal .row.shaded.fromTo .col-3:first-of-type {
    padding-left: 2rem;
  }
  /* line 141, app/assets/stylesheets/components/_modals.scss */
  #remote-modal .row.shaded.fromTo .col-3:last-of-type {
    padding-right: 2rem;
  }
}

/* line 147, app/assets/stylesheets/components/_modals.scss */
#remote-modal .row.shaded.fromTo .col-6 {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

/* line 151, app/assets/stylesheets/components/_modals.scss */
#remote-modal .row.shaded.fromTo .col-6 input {
  margin: 0 10px;
  width: 5rem;
}

@media (max-width: 550px) {
  /* line 156, app/assets/stylesheets/components/_modals.scss */
  #remote-modal .row.shaded.fromTo .col-6 input {
    width: 4rem;
  }
  /* line 159, app/assets/stylesheets/components/_modals.scss */
  #remote-modal .row.shaded.fromTo .col-6 span:first-of-type {
    display: none;
  }
}

/* line 165, app/assets/stylesheets/components/_modals.scss */
#remote-modal .row.shaded.fromTo input {
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* line 171, app/assets/stylesheets/components/_modals.scss */
#remote-modal .buttons {
  margin-top: 2em;
  text-align: center;
}

/* line 175, app/assets/stylesheets/components/_modals.scss */
#remote-modal .buttons .btn, #remote-modal .buttons .ui-button {
  font-size: 1em;
  vertical-align: bottom;
}

/* line 181, app/assets/stylesheets/components/_modals.scss */
#remote-modal .dropdown-item {
  cursor: pointer;
  line-height: 1.5rem;
}

/* line 185, app/assets/stylesheets/components/_modals.scss */
#remote-modal .dropdown-item a {
  color: initial;
}

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

/* line 5, app/assets/stylesheets/components/_navigation.scss */
.horizontal-nav a,
.horizontal-nav .nav-item {
  color: black;
  font-weight: 300;
  display: flex;
  padding: 0.75rem 1rem;
}

/* line 12, app/assets/stylesheets/components/_navigation.scss */
.horizontal-nav a--badge,
.horizontal-nav .nav-item--badge {
  color: #fff;
  font-size: 0.6rem;
  font-weight: 400;
  text-align: center;
  min-width: 1rem;
  line-height: 1;
  margin-left: 0.5rem;
  background: #909eb0;
  border-radius: 0.5rem;
  padding: 0.15rem 0.35rem;
  font-weight: 500;
  -ms-grid-row-align: center;
      align-self: center;
}

/* line 28, app/assets/stylesheets/components/_navigation.scss */
.horizontal-nav a.active,
.horizontal-nav .nav-item.active {
  font-weight: 600;
}

/* line 31, app/assets/stylesheets/components/_navigation.scss */
.horizontal-nav a.active .nav-item--badge,
.horizontal-nav .nav-item.active .nav-item--badge {
  background: var(--theme-primary);
}

/* line 35, app/assets/stylesheets/components/_navigation.scss */
.horizontal-nav a.active .nav-item--header:after,
.horizontal-nav .nav-item.active .nav-item--header:after {
  content: "";
  display: block;
  width: 70%;
  margin-left: 15%;
  border: solid 1px var(--theme-primary);
}

/* line 45, app/assets/stylesheets/components/_navigation.scss */
.horizontal-nav .filter-section {
  margin-left: auto;
  padding: 0.25rem 0 0.25rem 1rem;
  margin-right: 0.25rem;
}

/* line 49, app/assets/stylesheets/components/_navigation.scss */
.horizontal-nav .filter-section .btn, .horizontal-nav .filter-section .ui-button {
  font-size: 14px;
}

/* line 54, app/assets/stylesheets/components/_navigation.scss */
.horizontal-nav.primary {
  background: #fff;
  border-bottom: 1px solid #2bc6da;
  border-top: 1px solid #2bc6da;
  margin: 0.5rem -1rem;
  padding-left: 1rem;
}

/* line 62, app/assets/stylesheets/components/_navigation.scss */
.horizontal-nav.secondary {
  background: #e8f4f9;
}

/* line 65, app/assets/stylesheets/components/_navigation.scss */
.horizontal-nav.secondary a,
.horizontal-nav.secondary .nav-item {
  padding: 0.25rem 1rem;
}

/* line 69, app/assets/stylesheets/components/_navigation.scss */
.horizontal-nav.secondary a.active,
.horizontal-nav.secondary .nav-item.active {
  font-weight: 400;
}

/* line 76, app/assets/stylesheets/components/_navigation.scss */
.left-secondary-nav {
  background: #e8f4f9;
  color: black;
  height: calc(100vh - 7rem);
  float: left;
  width: 200px;
}

/* line 83, app/assets/stylesheets/components/_navigation.scss */
.left-secondary-nav a {
  display: block;
  color: #074150;
  padding: 0.5rem 1rem;
}

/* line 88, app/assets/stylesheets/components/_navigation.scss */
.left-secondary-nav a.active {
  background: var(--theme-primary);
  color: white;
  font-weight: 600;
}

@media (max-width: 768px) {
  /* line 76, app/assets/stylesheets/components/_navigation.scss */
  .left-secondary-nav {
    width: 100vw;
    height: 2.5rem;
    overflow-y: scroll;
  }
  /* line 99, app/assets/stylesheets/components/_navigation.scss */
  .left-secondary-nav .mobile_container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
  }
}

/* line 2, app/assets/stylesheets/components/_office_hour_button_component.scss */
.office-hour-button span.use-tipsy {
  display: inline-block;
}

/* line 3, app/assets/stylesheets/components/_page_header.scss */
.page-header__body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

/* line 8, app/assets/stylesheets/components/_page_header.scss */
.page-header__body--underlined {
  border-bottom: 1px solid #d5dbe1;
  padding-bottom: 0.5rem;
}

/* line 14, app/assets/stylesheets/components/_page_header.scss */
.page-header__title {
  margin: 0 0 0.25rem 0;
}

/* line 18, app/assets/stylesheets/components/_page_header.scss */
.page-header__etc-menu {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  top: 0.15rem;
  font-size: 1.125rem;
}

/* line 27, app/assets/stylesheets/components/_page_header.scss */
.page-header__children {
  margin: 0;
}

/* line 2, app/assets/stylesheets/components/_progress_updates.scss */
form.new_progress_update textarea {
  display: block;
  height: 6em;
  padding: 8px;
  resize: none;
  width: 100%;
}

/* line 12, app/assets/stylesheets/components/_progress_updates.scss */
section.progress-updates article.progress-update {
  display: block;
  margin: 0 -15px;
  padding: 15px;
}

/* line 16, app/assets/stylesheets/components/_progress_updates.scss */
section.progress-updates article.progress-update:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

/* line 20, app/assets/stylesheets/components/_progress_updates.scss */
section.progress-updates article.progress-update .actions {
  display: none;
}

/* line 24, app/assets/stylesheets/components/_progress_updates.scss */
section.progress-updates article.progress-update:hover .actions {
  display: inline-block;
  float: right;
}

/* line 19, app/javascript/styles/legacy/_avatar.scss */
.avatar--tiny {
  background-color: #d5dbe1;
  border-radius: 50%;
  background-size: 1.875rem 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.75rem;
}

/* line 10, app/javascript/styles/legacy/_avatar.scss */
.avatar--tiny img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

/* line 23, app/javascript/styles/legacy/_avatar.scss */
.avatar--small {
  background-color: #d5dbe1;
  border-radius: 50%;
  background-size: 2.5rem 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
}

/* line 10, app/javascript/styles/legacy/_avatar.scss */
.avatar--small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

/* line 27, app/javascript/styles/legacy/_avatar.scss */
.avatar--medium {
  background-color: #d5dbe1;
  border-radius: 50%;
  background-size: 3.5rem 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.75rem;
}

/* line 10, app/javascript/styles/legacy/_avatar.scss */
.avatar--medium img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

/* line 31, app/javascript/styles/legacy/_avatar.scss */
.avatar--large {
  background-color: #d5dbe1;
  border-radius: 50%;
  background-size: 7rem 7rem;
  width: 7rem;
  height: 7rem;
  margin-right: 0.75rem;
}

/* line 10, app/javascript/styles/legacy/_avatar.scss */
.avatar--large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

/* line 4, app/assets/stylesheets/components/_rails-select.scss */
.rails_select--option {
  display: flex;
  align-content: center;
}

/* line 9, app/assets/stylesheets/components/_rails-select.scss */
.rails_select--option-title, .rails_select--option-subtitle {
  display: inline-flex;
  -ms-grid-row-align: center;
      align-self: center;
}

/* line 15, app/assets/stylesheets/components/_rails-select.scss */
.rails_select--option-img {
  margin-right: 0.5rem;
  flex-shrink: 0;
  background-color: #d5dbe1;
  border-radius: 50%;
  background-size: 1.4rem 1.4rem;
  width: 1.4rem;
  height: 1.4rem;
  min-width: 1.4rem;
  min-height: 1.4rem;
  overflow: hidden;
}

/* line 29, app/assets/stylesheets/components/_rails-select.scss */
.rails_select--option-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

/* line 37, app/assets/stylesheets/components/_rails-select.scss */
.rails_select--option-img > .icon-element {
  font-size: 90%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* line 47, app/assets/stylesheets/components/_rails-select.scss */
.rails_select--option-subtitle {
  display: inline;
  padding-left: 0.25rem;
  color: var(--theme-text-gray);
}

/* line 53, app/assets/stylesheets/components/_rails-select.scss */
.rails_select__icon-only-single-value, .rails_select__custom-placeholder {
  position: absolute;
}

/* line 59, app/assets/stylesheets/components/_rails-select.scss */
.rails_select__icon-only-single-value + .rails_select__input-container {
  z-index: -1;
}

/* line 68, app/assets/stylesheets/components/_rails-select.scss */
.rails_select__icon-only-single-value .rails_select--option-img, .rails_select__icon-only-read-only .rails_select--option-img {
  margin: 0;
}

/* line 73, app/assets/stylesheets/components/_rails-select.scss */
.rails_select__custom-placeholder {
  margin-left: 0.75rem;
  color: var(--theme-gray-light);
}

/* line 77, app/assets/stylesheets/components/_rails-select.scss */
.rails_select__custom-placeholder.icon-only-single-value {
  margin-left: 0;
}

/* line 81, app/assets/stylesheets/components/_rails-select.scss */
.rails_select__custom-placeholder .rails_select--option-img {
  background-color: #fff;
  border: 2px dashed var(--theme-gray-light);
}

/* line 88, app/assets/stylesheets/components/_rails-select.scss */
.rails_select__menu {
  min-width: 13rem;
}

/* line 94, app/assets/stylesheets/components/_rails-select.scss */
.rails_select__option--is-focused .rails_select--option-subtitle,
.rails_select__option--is-selected .rails_select--option-subtitle {
  color: inherit;
}

/* line 2, app/assets/stylesheets/components/_react-select.scss */
.Select__placeholder,
.Select__control .Select__single-value {
  max-width: 94%;
}

/* line 8, app/assets/stylesheets/components/_react-select.scss */
.has-warning .Select__control {
  border-color: #dcbb41;
}

/* line 14, app/assets/stylesheets/components/_react-select.scss */
.has-danger .Select__control {
  border-color: #da5443;
}

/* line 19, app/assets/stylesheets/components/_react-select.scss */
.Select__menu {
  z-index: 2 !important;
}

/**
 * selectize.default.css (v0.9.0) override for GlassFrog
 */
/* line 4, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f6f8fa !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

/* line 10, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 14, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 17, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown-header {
  position: relative;
  border-bottom: 1px solid #d5dbe1;
  background: #f6f8fa;
}

/* line 22, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #354052;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 32, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown-header-close:hover {
  color: #616e89;
}

/* line 35, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #d5dbe1;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

/* line 41, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 44, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 47, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 50, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 54, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #14b2c7;
  box-sizing: border-box;
}

/* line 71, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: #f6f8fa;
}

/* line 74, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: 1px solid #14b2c7;
}

/* line 77, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 80, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #616e89;
}

/* line 83, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control {
  position: relative;
}

/* line 86, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #354052;
  font-family: inherit;
  -webkit-font-smoothing: inherit;
}

/* line 94, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-input {
  padding-top: 7px !important;
}

/* line 98, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

/* line 104, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-input {
  border: 1px solid #d5dbe1;
  display: inline-block;
  height: 42px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none !important;
}

/* line 115, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

/* line 118, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-input.full {
  background-color: #ffffff;
  padding-right: 30px;
}

/* line 122, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 128, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 135, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #14b2c7;
  color: #ffffff;
  border: 1px solid #109cae;
}

/* line 143, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #41c130;
  color: #ffffff;
  border: 1px solid #109cae;
}

/* line 148, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #909eb0;
  border: 1px solid #d5dbe1;
}

/* line 154, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-input > input {
  padding: 0 0 0 8px !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

/* line 167, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 170, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 175, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f6f8fa;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 185, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d5dbe1;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 0;
}

/* line 196, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 200, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: #f6f8fa;
}

/* line 203, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 207, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 210, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown .optgroup-header {
  color: #354052;
  background: #ffffff;
  cursor: default;
}

/* line 215, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown .active {
  background-color: #e8f4f9;
  color: #354052;
}

/* line 219, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown .active.create {
  color: #354052;
}

/* line 222, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown .create {
  color: #616e89;
}

/* line 225, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

/* line 230, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 234, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 238, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #d5dbe1 transparent transparent transparent;
}

/* line 251, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #d5dbe1 transparent;
}

/* line 256, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 260, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 263, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #f6f8fa;
}

/* line 267, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 271, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #616e89;
  text-shadow: none;
  background: none;
  box-shadow: none;
}

/* line 277, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #d5dbe1;
}

/* line 281, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

/* line 284, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #14b2c7;
}

/* line 288, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.multi .selectize-input .active[data-value] {
  background-color: #2bc6da;
}

/* line 291, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.single .selectize-input {
  background-color: #f6f8fa;
}

/* line 294, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #f6f8fa;
}

/* line 298, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
  color: #14b2c7;
}

/* line 304, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown .optgroup {
  border-top: 1px solid #f1f3f5;
  padding-left: 1px;
}

/* line 308, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* line 311, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.selectize-input .item {
  padding: 1px 8px 7px 8px;
}

/* line 314, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.dark-background .selectize-control.single .selectize-input {
  background-color: #FFF;
  height: 39px;
  font-size: 16px !important;
}

/* line 319, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.dark-background .selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #d5dbe1;
}

/* line 324, app/assets/stylesheets/components/_selectize.glassfrog.scss */
.project-circle-and-role .selectize-control, .circle-name .selectize-control {
  min-width: 10rem;
}

/* line 3, app/assets/stylesheets/components/_simpletree.scss */
ul.treeview {
  margin: 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/components/_simpletree.scss */
ul.treeview > li > ul,
ul.treeview > li > ul > li > ul {
  margin-left: 0;
}

/* line 13, app/assets/stylesheets/components/_simpletree.scss */
ul.treeview li {
  background: url(/assets/list.png) no-repeat left center;
  list-style-type: none;
  padding-left: 22px;
  margin-bottom: 3px;
  padding-top: 1px;
}

/* line 22, app/assets/stylesheets/components/_simpletree.scss */
ul.treeview li.submenu {
  background: url(/assets/closed.png) no-repeat -13px -9px;
  cursor: hand !important;
  cursor: pointer !important;
  text-indent: 0px;
}

/* line 29, app/assets/stylesheets/components/_simpletree.scss */
ul.treeview > li.submenu {
  background: url(/assets/closed.png) no-repeat -13px -5px;
}

/* line 34, app/assets/stylesheets/components/_simpletree.scss */
ul.treeview li.submenu ul {
  display: none;
}

/* line 40, app/assets/stylesheets/components/_simpletree.scss */
ul.treeview li.submenu li.domain, ul.treeview li.submenu li.accountability {
  list-style-type: disc;
  padding-left: 0;
  margin-left: 22px;
}

/* line 44, app/assets/stylesheets/components/_simpletree.scss */
ul.treeview li.submenu li.domain p, ul.treeview li.submenu li.accountability p {
  margin-bottom: 0;
}

/* line 51, app/assets/stylesheets/components/_simpletree.scss */
ul.treeview li.submenu ul li {
  cursor: default;
}

/* line 55, app/assets/stylesheets/components/_simpletree.scss */
ul.treeview li.role, ul.treeview li.submenu {
  margin-top: 15px;
}

/* line 59, app/assets/stylesheets/components/_simpletree.scss */
ul.treeview li h2 {
  background: none;
  border-bottom: 0;
  display: inline;
  padding-left: 0px;
}

/* line 67, app/assets/stylesheets/components/_simpletree.scss */
ul.treeview li h3 {
  cursor: default !important;
  padding-top: 5px;
  font-weight: bold;
}

/* line 3, app/assets/stylesheets/components/_sticky.scss */
.sticky li {
  margin-bottom: 1px;
}

/* line 6, app/assets/stylesheets/components/_sticky.scss */
.sticky a {
  background-color: #f1f3f5;
}

/* line 9, app/assets/stylesheets/components/_sticky.scss */
.sticky a.active {
  background-color: #14b2c7;
  color: #FFF;
}

/* line 17, app/assets/stylesheets/components/_sticky.scss */
.sidebar-sticky .sticky {
  max-width: 275px;
  width: 100%;
}

/* line 5, app/assets/stylesheets/components/_tabs.scss */
.tabs-group {
  border-bottom: 1px solid #d5dbe1;
  display: flex;
  padding-bottom: 1px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

/* line 2, app/assets/stylesheets/vendor/bootstrap/scss/mixins/_clearfix.scss */
.tabs-group::after {
  display: block;
  content: "";
  clear: both;
}

/* line 15, app/assets/stylesheets/components/_tabs.scss */
.tabs-group__header {
  margin-top: 30px;
}

/* line 19, app/assets/stylesheets/components/_tabs.scss */
.tabs-group__inner {
  display: flex;
  width: 100%;
}

/* line 23, app/assets/stylesheets/components/_tabs.scss */
.governance-tabs.tabs li:first-child a {
  margin-left: 0;
}

/* line 27, app/assets/stylesheets/components/_tabs.scss */
.tabs {
  margin-bottom: -2px;
}

/* line 30, app/assets/stylesheets/components/_tabs.scss */
.tabs li {
  float: left;
}

/* line 34, app/assets/stylesheets/components/_tabs.scss */
.tabs a,
.tabs span.disabled-link {
  border-bottom: 1px solid transparent;
  color: #909eb0;
  display: block;
  font-weight: 400;
  opacity: 0.8;
  padding: 15px 0;
  margin: 0 14px;
}

/* line 44, app/assets/stylesheets/components/_tabs.scss */
.tabs a:visited, .tabs a:active,
.tabs span.disabled-link:visited,
.tabs span.disabled-link:active {
  color: #909eb0;
}

/* line 49, app/assets/stylesheets/components/_tabs.scss */
.tabs a:hover, .tabs a:focus,
.tabs span.disabled-link:hover,
.tabs span.disabled-link:focus {
  border-bottom: 1px solid #909eb0;
  opacity: 1;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/components/_tabs.scss */
.tabs a.selected,
.tabs span.disabled-link.selected {
  border-bottom: 1px solid #14b2c7;
  color: #212833;
  opacity: 1;
  position: relative;
}

/* line 62, app/assets/stylesheets/components/_tabs.scss */
.tabs a.selected:hover,
.tabs span.disabled-link.selected:hover {
  border-bottom: 1px solid #14b2c7;
}

/* line 1, app/assets/stylesheets/components/_tag-list.scss */
.tag-list-container {
  min-height: 36px;
}

/* line 5, app/assets/stylesheets/components/_tag-list.scss */
.tag-form__footer {
  width: 100%;
}

/* line 3, app/assets/stylesheets/components/_tipsy.scss */
.tipsy {
  font-size: 10pt;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}

/* line 10, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-inner {
  background-color: #354052;
  color: white;
  max-width: 375px;
  padding: 1rem;
  text-align: left;
  word-wrap: break-word;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 20, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-inner a {
  color: white;
  text-decoration: underline;
}

/* line 24, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-inner a:hover {
  color: #c0c7d1;
  text-decoration: underline;
}

/* line 31, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #354052;
}

/* Rules to colour arrows */
/* line 40, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-arrow-n {
  border-bottom-color: #354052;
}

/* line 44, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-arrow-s {
  border-top-color: #354052;
}

/* line 48, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-arrow-e {
  border-left-color: #354052;
}

/* line 52, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-arrow-w {
  border-right-color: #354052;
}

/* line 56, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 66, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 75, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 84, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 94, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 103, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 112, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 122, app/assets/stylesheets/components/_tipsy.scss */
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 4, app/assets/stylesheets/components/_tooltips.scss */
.tooltip.show {
  opacity: 1;
}

/* line 11, app/assets/stylesheets/components/_tooltips.scss */
.tooltip.bs-tooltip-top .tooltip-inner::before {
  border-top-color: #354052;
}

/* line 19, app/assets/stylesheets/components/_tooltips.scss */
.tooltip.bs-tooltip-right .tooltip-inner::before {
  border-right-color: #354052;
}

/* line 27, app/assets/stylesheets/components/_tooltips.scss */
.tooltip.bs-tooltip-bottom .tooltip-inner::before {
  border-bottom-color: #354052;
}

/* line 35, app/assets/stylesheets/components/_tooltips.scss */
.tooltip.bs-tooltip-left .tooltip-inner::before {
  border-left-color: #354052;
}

/* line 41, app/assets/stylesheets/components/_tooltips.scss */
.tooltip-inner {
  max-width: 300px;
  background-color: #354052;
  padding: 1rem;
  text-align: left;
}

/* line 47, app/assets/stylesheets/components/_tooltips.scss */
.tooltip-inner a {
  color: white;
  text-decoration: underline;
}

/* line 51, app/assets/stylesheets/components/_tooltips.scss */
.tooltip-inner a:hover {
  color: #c0c7d1;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/components/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  padding: 0;
  font-weight: 300;
}

/* line 7, app/assets/stylesheets/components/_typography.scss */
h1,
.header--large,
.page__title {
  font-size: 1.8rem;
}

/* line 13, app/assets/stylesheets/components/_typography.scss */
.page__title {
  display: inline-block;
  margin-bottom: 0;
}

/* line 18, app/assets/stylesheets/components/_typography.scss */
h2,
.heading--generic,
.ck-content h3,
.header--medium {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #616e89;
}

/* line 26, app/assets/stylesheets/components/_typography.scss */
h2 .subtitle,
.heading--generic .subtitle,
.ck-content h3 .subtitle,
.header--medium .subtitle {
  color: #616e89;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
}

/* line 34, app/assets/stylesheets/components/_typography.scss */
.font-size--small {
  font-size: 0.75rem;
}

/* line 38, app/assets/stylesheets/components/_typography.scss */
.font-size--xsmall {
  font-size: 0.6rem;
}

/* line 42, app/assets/stylesheets/components/_typography.scss */
.font-size--base {
  font-size: 14px;
}

/* line 46, app/assets/stylesheets/components/_typography.scss */
.font-size--1-rem {
  font-size: 1rem;
}

/* line 50, app/assets/stylesheets/components/_typography.scss */
.font-size--medium {
  font-size: 1.125rem;
}

/* line 54, app/assets/stylesheets/components/_typography.scss */
.font-size--large {
  font-size: 1.25rem;
}

/* line 58, app/assets/stylesheets/components/_typography.scss */
i.fa.rotate {
  transform: rotate(90deg);
}

/* line 2, app/assets/stylesheets/components/haml/agenda_items.scss */
#new-agenda-item .form-group {
  background: #eaeaea;
  margin: 0;
  padding: 0.5rem;
}

/* line 8, app/assets/stylesheets/components/haml/agenda_items.scss */
#new-agenda-item .form-group:nth-of-type(2) {
  display: none !important;
}

/* line 12, app/assets/stylesheets/components/haml/agenda_items.scss */
#new-agenda-item button {
  background: var(--theme-primary);
  height: 2.25rem;
  margin-left: 0.25rem;
  padding: 0.3rem;
  width: 2.25rem;
}

/* line 19, app/assets/stylesheets/components/haml/agenda_items.scss */
#new-agenda-item button:hover, #new-agenda-item button:focus {
  background: #109cae;
}

/* line 24, app/assets/stylesheets/components/haml/agenda_items.scss */
#new-agenda-item button .fa {
  color: #fff;
}

/* line 31, app/assets/stylesheets/components/haml/agenda_items.scss */
#agenda-items .agenda-item {
  border: 1px solid #d5dbe1;
  border-radius: 1rem;
  display: flex;
  margin: 0.5rem 1rem;
}

/* line 37, app/assets/stylesheets/components/haml/agenda_items.scss */
#agenda-items .agenda-item:hover {
  background: #f6f8fa;
}

/* line 41, app/assets/stylesheets/components/haml/agenda_items.scss */
#agenda-items .agenda-item .complete,
#agenda-items .agenda-item .delete {
  flex: 0 0 auto;
  padding: 0.5rem;
}

/* line 46, app/assets/stylesheets/components/haml/agenda_items.scss */
#agenda-items .agenda-item .complete .button,
#agenda-items .agenda-item .delete .button {
  color: #d5dbe1;
}

/* line 49, app/assets/stylesheets/components/haml/agenda_items.scss */
#agenda-items .agenda-item .complete .button:hover,
#agenda-items .agenda-item .delete .button:hover {
  color: #14b2c7;
}

/* line 55, app/assets/stylesheets/components/haml/agenda_items.scss */
#agenda-items .agenda-item .item-label {
  flex: 1 1 auto;
  padding: 0.5rem 0;
}

/* line 59, app/assets/stylesheets/components/haml/agenda_items.scss */
#agenda-items .agenda-item .item-label .button {
  text-align: left;
  width: 100%;
}

/* line 65, app/assets/stylesheets/components/haml/agenda_items.scss */
#agenda-items .agenda-item .button {
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  font-weight: 400;
}

/* line 73, app/assets/stylesheets/components/haml/agenda_items.scss */
#agenda-items .agenda-item.current {
  background: none;
  border: 1px solid #d5dbe1;
}

/* line 79, app/assets/stylesheets/components/haml/agenda_items.scss */
#agenda-items .agenda-item.completed .complete .button {
  color: #14b2c7;
}

/* line 83, app/assets/stylesheets/components/haml/agenda_items.scss */
#agenda-items .agenda-item.completed .item-label .button {
  text-decoration: line-through;
}

/* line 90, app/assets/stylesheets/components/haml/agenda_items.scss */
.menu-item.selected + #agenda-items .current {
  background: #eefbfc;
  border: 1px solid #14b2c7;
}

/* line 23, app/assets/stylesheets/components/haml/card.scss */
.bootstrap-to-upgrade .card {
  --card-spacer-y: 0.75rem;
  --card-spacer-x: 1rem;
  --card-border-width: 1px;
  --card-border-color: rgba(0, 0, 0, 0.125);
  --card-border-radius: 0.2rem;
  --card-box-shadow: ;
  --card-inner-border-radius: subtract(0.2rem, 1px);
  --card-cap-padding-y: 0.375rem;
  --card-cap-padding-x: 1rem;
  --card-cap-bg: #f7f7f9;
  --card-cap-color: ;
  --card-height: ;
  --card-color: ;
  --card-bg: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--card-height);
  color: var(--body-color);
  word-wrap: break-word;
  background-color: var(--card-bg);
  background-clip: border-box;
  border: var(--card-border-width) solid var(--card-border-color);
  border-radius: var(--card-border-radius);
}

/* line 54, app/assets/stylesheets/components/haml/card.scss */
.bootstrap-to-upgrade .card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, app/assets/stylesheets/components/haml/card.scss */
.bootstrap-to-upgrade .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 63, app/assets/stylesheets/components/haml/card.scss */
.bootstrap-to-upgrade .card > .list-group:first-child {
  border-top-width: 0;
  border-top-right-radius: var(--card-inner-border-radius);
  border-top-left-radius: var(--card-inner-border-radius);
}

/* line 68, app/assets/stylesheets/components/haml/card.scss */
.bootstrap-to-upgrade .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--card-inner-border-radius);
  border-bottom-left-radius: var(--card-inner-border-radius);
}

/* line 76, app/assets/stylesheets/components/haml/card.scss */
.bootstrap-to-upgrade .card > .card-header + .list-group,
.bootstrap-to-upgrade .card > .list-group + .card-footer {
  border-top: 0;
}

/* line 82, app/assets/stylesheets/components/haml/card.scss */
.bootstrap-to-upgrade .card-body {
  flex: 1 1 auto;
  padding: var(--card-spacer-y) var(--card-spacer-x);
  color: var(--card-color);
}

/* line 90, app/assets/stylesheets/components/haml/card.scss */
.bootstrap-to-upgrade .card-header {
  padding: var(--card-cap-padding-y) var(--card-cap-padding-x);
  margin-bottom: 0;
  color: var(--card-cap-color);
  background-color: var(--card-cap-bg);
  border-bottom: var(--card-border-width) solid var(--card-border-color);
}

/* line 97, app/assets/stylesheets/components/haml/card.scss */
.bootstrap-to-upgrade .card-header:first-child {
  border-radius: var(--card-inner-border-radius) var(--card-inner-border-radius) 0 0;
}

/* line 102, app/assets/stylesheets/components/haml/card.scss */
.bootstrap-to-upgrade .card-footer {
  padding: var(--card-cap-padding-y) var(--card-cap-padding-x);
  color: var(--card-cap-color);
  background-color: var(--card-cap-bg);
  border-top: var(--card-border-width) solid var(--card-border-color);
}

/* line 108, app/assets/stylesheets/components/haml/card.scss */
.bootstrap-to-upgrade .card-footer:last-child {
  border-radius: 0 0 var(--card-inner-border-radius) var(--card-inner-border-radius);
}

/* line 2, app/assets/stylesheets/components/haml/import_data.scss */
.subdued {
  background: #f1f3f5;
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.25rem 1.5rem 1rem;
}

/* line 11, app/assets/stylesheets/components/haml/import_data.scss */
.card-body .card {
  border-radius: 0;
}

/* line 14, app/assets/stylesheets/components/haml/import_data.scss */
.card-body .card .card-header {
  padding: 0.25rem 0.75rem;
  background: #fff;
}

/* line 18, app/assets/stylesheets/components/haml/import_data.scss */
.card-body .card .card-header h3 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

/* line 25, app/assets/stylesheets/components/haml/import_data.scss */
.card-body .card .card-body p:last-child {
  margin-bottom: 0;
}

/* line 30, app/assets/stylesheets/components/haml/import_data.scss */
.card-body .card {
  border-radius: 0;
}

/* line 33, app/assets/stylesheets/components/haml/import_data.scss */
.card-body .card .card-header {
  padding: 0.25rem 0.75rem;
  background: #fff;
}

/* line 37, app/assets/stylesheets/components/haml/import_data.scss */
.card-body .card .card-header h3 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

/* line 44, app/assets/stylesheets/components/haml/import_data.scss */
.card-body .card .card-body p:last-child {
  margin-bottom: 0;
}

/* line 51, app/assets/stylesheets/components/haml/import_data.scss */
.import_help .column_info button svg {
  height: 14px !important;
  width: 14px !important;
}

/* line 2, app/assets/stylesheets/components/haml/markdown_formatting.scss */
.mrkdown-user-content a {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* line 8, app/assets/stylesheets/components/haml/markdown_formatting.scss */
.mrkdown-user-content p {
  margin-bottom: 0.5rem;
}

/* line 12, app/assets/stylesheets/components/haml/markdown_formatting.scss */
.mrkdown-user-content p:first-child {
  margin-top: 0;
}

/* line 16, app/assets/stylesheets/components/haml/markdown_formatting.scss */
.mrkdown-user-content p:last-child {
  margin-bottom: 0;
}

/* line 20, app/assets/stylesheets/components/haml/markdown_formatting.scss */
.mrkdown-user-content pre {
  white-space: pre-wrap;
}

/* line 26, app/assets/stylesheets/components/haml/markdown_formatting.scss */
.mrkdown-user-content li {
  list-style-type: none;
  margin-left: 0.85rem !important;
  /* stylelint-disable-line declaration-no-important */
  position: relative;
}

/* line 31, app/assets/stylesheets/components/haml/markdown_formatting.scss */
.mrkdown-user-content li::before {
  content: '\2022';
  font-size: 1.25rem;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
  line-height: 1rem;
  position: absolute;
  top: 0.15rem;
}

/* line 43, app/assets/stylesheets/components/haml/markdown_formatting.scss */
.mrkdown-user-content ul,
.mrkdown-user-content ol {
  margin: 0 0 0 0.75rem !important;
  /* stylelint-disable-line declaration-no-important */
  padding: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 48, app/assets/stylesheets/components/haml/markdown_formatting.scss */
.mrkdown-user-content ul:not(:last-child),
.mrkdown-user-content ol:not(:last-child) {
  margin-bottom: 1rem !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 53, app/assets/stylesheets/components/haml/markdown_formatting.scss */
.mrkdown-user-content ol {
  counter-reset: item;
}

/* line 57, app/assets/stylesheets/components/haml/markdown_formatting.scss */
.mrkdown-user-content ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  font-size: inherit;
}

/* line 2, app/assets/stylesheets/components/haml/meeting_components.scss */
#new-meeting-modal .meeting-template {
  display: inline-block;
  position: relative;
  margin: 0.75rem 0.5rem 0.75rem 0;
}

/* line 7, app/assets/stylesheets/components/haml/meeting_components.scss */
#new-meeting-modal .meeting-template .new-meeting-button {
  padding: 0.75rem;
  min-width: 9.5rem;
  text-align: center;
}

/* line 11, app/assets/stylesheets/components/haml/meeting_components.scss */
#new-meeting-modal .meeting-template .new-meeting-button .fa {
  font-size: 3rem;
  display: block;
  margin-bottom: 0.75rem;
}

/* line 17, app/assets/stylesheets/components/haml/meeting_components.scss */
#new-meeting-modal .meeting-template .unfavorite-button {
  display: none;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 2rem;
  text-align: center;
  padding: 5px;
  height: 2rem;
  background: #f1f3f5;
  border-radius: 0 2px 0 5px;
}

/* line 30, app/assets/stylesheets/components/haml/meeting_components.scss */
#new-meeting-modal .meeting-template:hover .unfavorite-button {
  display: block;
}

/* line 40, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu.ui-sortable {
  position: fixed;
  top: 20px;
  left: 20px;
  max-height: calc(100vh - 40px);
  overflow: visible;
  border: 3px solid rgba(0, 0, 0, 0.5);
  z-index: 1;
}

@media only screen and (max-width: 398px) {
  /* line 40, app/assets/stylesheets/components/haml/meeting_components.scss */
  #meeting-menu.ui-sortable {
    top: 85px;
  }
}

/* line 53, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu.ui-sortable h3 {
  background: #354052;
  color: #fff;
  margin: 0;
  padding: 0.5rem;
  z-index: 11;
}

/* line 60, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu.ui-sortable h3 .fa {
  margin: 0.5rem;
}

/* line 65, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu.ui-sortable h3 form {
  display: inline-block;
  padding: 5px 0;
  width: calc(100% - 40px);
}

/* line 71, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu.ui-sortable h3 input {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  display: inline-block;
}

/* line 78, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu.ui-sortable > * {
  position: relative;
}

/* line 83, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .add_item {
  font-size: 2rem;
  height: 0.5rem;
  left: -341px;
  margin-top: -0.3rem;
  padding-right: 135px;
  position: absolute;
  right: -150px;
  text-align: right;
  z-index: 105;
}

/* line 94, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .add_item .add-new-menu-item {
  bottom: 1rem;
  color: #087f97;
  pointer-events: none;
  visibility: hidden;
}

/* line 100, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .add_item .add-new-menu-item .fa {
  background: #fff;
  border-radius: 2rem;
  cursor: pointer;
  line-height: 1rem;
  pointer-events: all;
}

/* line 108, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .add_item:hover .add-new-menu-item,
#meeting-menu .add_item .add-new-menu-item.active {
  visibility: initial;
}

/* line 114, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .actions-row {
  background: #14b2c7;
  padding: 0.5rem;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 102;
}

/* line 122, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .actions-row .favorites-tooltip {
  color: #ECF6F8;
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
  margin-top: 2px;
}

/* line 130, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .add-new-menu-item {
  position: relative;
  z-index: 20;
}

/* line 135, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .menu-item {
  border-bottom: 1px solid #f1f3f5;
  cursor: pointer;
  padding: 0.75rem 0 0.75rem 1rem;
}

/* line 140, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .menu-item.editing {
  background: #fff;
  cursor: initial;
  position: relative;
  width: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  padding: 0 0 0 0.5rem;
}

/* line 150, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .menu-item.editing > * {
  margin: 5px;
}

/* line 153, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .menu-item.editing > *.fa {
  margin-right: 10px;
}

/* line 157, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .menu-item.editing .fa {
  font-size: 1.5rem;
  color: #d5dbe1;
}

/* line 160, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .menu-item.editing .fa.fa-bars {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 164, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .menu-item.editing .btn, #meeting-menu .menu-item.editing .ui-button {
  background: none;
  padding: 2px;
}

/* line 168, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .menu-item.editing .delete-menu-item:hover .fa {
  color: #da5443;
}

/* line 171, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .menu-item.editing .update-button {
  display: none;
}

/* line 176, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .menu-item.selected {
  background: #354052;
  border-bottom: 1px solid #d5dbe1;
  border-right: 1px solid #fff;
  border-top: 1px solid #d5dbe1;
  font-weight: 500;
  margin: -0.06 0 0;
  position: relative;
}

/* line 185, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .menu-item.selected a {
  color: #fff;
}

/* line 190, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .menu-item:last-of-type {
  border-top: 1px solid #f1f3f5;
}

/* line 194, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .menu-item .fa {
  margin-right: 0.25rem;
}

/* line 198, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .menu-item a {
  display: block;
}

/* line 203, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .ui-state-highlight {
  background: #078ca8;
  display: block;
  height: 100px;
}

/* line 209, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .resume-meeting {
  position: relative;
  z-index: 20;
}

/* line 214, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu .feedback-prompt {
  width: 336px;
  z-index: 20;
}

/* line 219, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-menu #component-library {
  display: none;
}

/* line 224, app/assets/stylesheets/components/haml/meeting_components.scss */
.component-button {
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0.75rem;
  color: #354052;
  width: 6rem;
  padding: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 236, app/assets/stylesheets/components/haml/meeting_components.scss */
.component-button .fa {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

/* line 243, app/assets/stylesheets/components/haml/meeting_components.scss */
#background-shadow {
  background: rgba(213, 219, 225, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

/* line 253, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content {
  /* TODO: At some point we will want to standardize component design, but for now things are intentionally siloed. */
}

/* line 257, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content.blank_page h1 .fa, #meeting-content.external_link h1 .fa {
  color: #c0c7d1;
  font-size: 1.125rem;
}

/* line 263, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content ol {
  margin-left: 1rem;
}

/* line 267, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin_toggles {
  position: fixed;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  border-radius: 0 20px 0 0;
}

/* line 274, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin_toggles .btn, #meeting-content .checkin_toggles .ui-button {
  border-color: #d5dbe1;
  color: #909eb0;
  margin-left: 5px;
}

/* line 282, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin.short_roles li .tag {
  visibility: hidden;
  width: 2.5rem;
}

/* line 286, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin.short_roles li .tag:first-letter {
  visibility: visible;
  border: 1px solid;
  padding: 2px 5px;
  border-radius: 16px;
}

/* line 294, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin.grid li {
  margin-bottom: 1rem;
  width: 8em;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

/* line 301, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin.grid li .person .avatar--medium {
  margin: 0 auto 10px;
  display: block;
}

/* line 308, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin.grid li .person_details .tag {
  margin-top: 8px;
}

/* line 312, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin.grid li .person_details i {
  display: none;
}

/* line 318, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin h4 {
  margin-bottom: 3px;
  position: inherit;
}

/* line 323, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin li {
  width: 32%;
  max-width: 350px;
  padding: 1rem;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 1300px) {
  /* line 323, app/assets/stylesheets/components/haml/meeting_components.scss */
  #meeting-content .checkin li {
    width: 48%;
  }
}

@media (max-width: 825px) {
  /* line 323, app/assets/stylesheets/components/haml/meeting_components.scss */
  #meeting-content .checkin li {
    width: 100%;
  }
}

/* line 338, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin li .person_details {
  display: inline-block;
  font-size: 0.75rem;
  color: #616e89;
}

/* line 345, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin li .tag {
  font-size: 0.75rem;
  padding: 1px 8px;
  border-radius: 16px;
  font-weight: bold;
  border: 1px solid;
  display: inline-block;
}

/* line 353, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin li .tag.facilitator {
  color: #354052;
  border-color: #354052;
}

/* line 358, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin li .tag.host {
  color: #41c130;
  border-color: #41c130;
}

/* line 363, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .checkin li .tag.secretary {
  color: #14b2c7;
  border-color: #14b2c7;
}

/* line 371, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .edit-component-form {
  margin-top: 2rem;
  /* TODO: This should be styled globally once we improve Bootstrap adoption. */
}

/* line 375, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .edit-component-form .form-group {
  margin-bottom: 0.5rem;
}

/* line 381, app/assets/stylesheets/components/haml/meeting_components.scss */
#meeting-content .external_link iframe {
  height: 85vh;
  width: 100%;
}

/* line 389, app/assets/stylesheets/components/haml/meeting_components.scss */
#new-meeting-component-form .meeting-component-type {
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

/* line 394, app/assets/stylesheets/components/haml/meeting_components.scss */
#new-meeting-component-form .meeting-component-type.disabled label, #new-meeting-component-form .meeting-component-type.disabled .edit-dialog-modal .edit-dialog-modal-body label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body label #new-meeting-component-form .meeting-component-type.disabled span[class*=label], #new-meeting-component-form .meeting-component-type.disabled .edit-dialog-modal .edit-dialog-modal-body__form .label, .edit-dialog-modal .edit-dialog-modal-body__form #new-meeting-component-form .meeting-component-type.disabled .label, #new-meeting-component-form .meeting-component-type.disabled .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label #new-meeting-component-form .meeting-component-type.disabled span[class*=label], #new-meeting-component-form .meeting-component-type.disabled .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label #new-meeting-component-form .meeting-component-type.disabled span[class*=label] {
  cursor: not-allowed;
  border: 1px dashed lightgrey;
}

/* line 399, app/assets/stylesheets/components/haml/meeting_components.scss */
#new-meeting-component-form .meeting-component-type label, #new-meeting-component-form .meeting-component-type .edit-dialog-modal .edit-dialog-modal-body label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body label #new-meeting-component-form .meeting-component-type span[class*=label], #new-meeting-component-form .meeting-component-type .edit-dialog-modal .edit-dialog-modal-body__form .label, .edit-dialog-modal .edit-dialog-modal-body__form #new-meeting-component-form .meeting-component-type .label, #new-meeting-component-form .meeting-component-type .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label #new-meeting-component-form .meeting-component-type span[class*=label], #new-meeting-component-form .meeting-component-type .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label #new-meeting-component-form .meeting-component-type span[class*=label] {
  height: 15rem;
  padding: 1rem;
  width: 10rem;
}

/* line 405, app/assets/stylesheets/components/haml/meeting_components.scss */
#new-meeting-component-form .meeting-component-type input[type='radio'] {
  display: none;
}

/* line 408, app/assets/stylesheets/components/haml/meeting_components.scss */
#new-meeting-component-form .meeting-component-type input[type='radio']:checked + label, #new-meeting-component-form .meeting-component-type .edit-dialog-modal .edit-dialog-modal-body label input[type='radio']:checked + span[class*=label], .edit-dialog-modal .edit-dialog-modal-body label #new-meeting-component-form .meeting-component-type input[type='radio']:checked + span[class*=label], #new-meeting-component-form .meeting-component-type .edit-dialog-modal .edit-dialog-modal-body__form input[type='radio']:checked + .label, .edit-dialog-modal .edit-dialog-modal-body__form #new-meeting-component-form .meeting-component-type input[type='radio']:checked + .label, #new-meeting-component-form .meeting-component-type .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label input[type='radio']:checked + span[class*=label], .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label #new-meeting-component-form .meeting-component-type input[type='radio']:checked + span[class*=label], #new-meeting-component-form .meeting-component-type .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label input[type='radio']:checked + span[class*=label], .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label #new-meeting-component-form .meeting-component-type input[type='radio']:checked + span[class*=label] {
  border: 1px solid purple;
}

/* line 413, app/assets/stylesheets/components/haml/meeting_components.scss */
#new-meeting-component-form .meeting-component-type i.fa {
  font-size: 3rem;
}

/* line 417, app/assets/stylesheets/components/haml/meeting_components.scss */
#new-meeting-component-form .meeting-component-type .name {
  margin: 0.5rem 0;
}

/* line 421, app/assets/stylesheets/components/haml/meeting_components.scss */
#new-meeting-component-form .meeting-component-type .description {
  text-transform: initial;
}

/* line 1, app/assets/stylesheets/components/haml/pagination.scss */
.pagination {
  text-align: center;
  padding: 1rem;
  cursor: default;
}

/* line 7, app/assets/stylesheets/components/haml/pagination.scss */
.pagination a, .pagination span {
  padding: 0.2rem 0.3rem;
}

/* line 11, app/assets/stylesheets/components/haml/pagination.scss */
.pagination .disabled {
  color: var(--theme-gray-light);
}

/* line 15, app/assets/stylesheets/components/haml/pagination.scss */
.pagination .current {
  font-style: normal;
  font-weight: 500;
  background-color: #fff;
  border: 2px solid var(--theme-primary);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5;
  border-radius: 1rem;
}

/* line 27, app/assets/stylesheets/components/haml/pagination.scss */
.pagination a {
  text-decoration: none;
  color: var(--theme-text);
}

/* line 32, app/assets/stylesheets/components/haml/pagination.scss */
.pagination a:hover, .pagination a:focus {
  text-decoration: underline;
}

/* line 4, app/assets/stylesheets/components/haml/show_more_toggle.scss */
.bootstrap-to-upgrade .collapsible .collapse {
  overflow: hidden;
  transition: max-height 0.5s ease;
}

/* line 9, app/assets/stylesheets/components/haml/show_more_toggle.scss */
.bootstrap-to-upgrade .collapsible .collapse:not(.show) {
  max-height: 0;
}

/* line 12, app/assets/stylesheets/components/haml/show_more_toggle.scss */
.bootstrap-to-upgrade .collapsible .collapse:not(.show) .collapsible--content {
  display: none;
}

/* line 17, app/assets/stylesheets/components/haml/show_more_toggle.scss */
.bootstrap-to-upgrade .collapsible .collapse.show {
  overflow: visible;
  max-height: unset;
}

/* line 23, app/assets/stylesheets/components/haml/show_more_toggle.scss */
.bootstrap-to-upgrade .collapse-icon {
  transition: transform .2s linear;
}

/* line 26, app/assets/stylesheets/components/haml/show_more_toggle.scss */
.bootstrap-to-upgrade .collapse-icon.rotate {
  transform: rotate(180deg);
}

/* line 30, app/assets/stylesheets/components/haml/show_more_toggle.scss */
.bootstrap-to-upgrade .collapse-icon.sm {
  font-size: 0.75rem;
}

/* This is the start of the css for the sidebar css as we convert it to hotwire/turbo */
/* line 3, app/assets/stylesheets/components/haml/sidebar_navigation.scss */
.sidebar-icon-button {
  background: var(--theme-primary);
  cursor: pointer;
  border-radius: 0.25rem;
}

/* line 8, app/assets/stylesheets/components/haml/sidebar_navigation.scss */
.sidebar-icon-button:focus {
  outline: none;
}

/* line 12, app/assets/stylesheets/components/haml/sidebar_navigation.scss */
.sidebar-icon-button svg {
  pointer-events: none;
  stroke-width: 1rem;
}

@media only screen and (min-width: 768px) {
  /* line 3, app/assets/stylesheets/components/haml/sidebar_navigation.scss */
  .sidebar-icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* line 23, app/assets/stylesheets/components/haml/sidebar_navigation.scss */
.sidebar-icon-button.sm {
  height: 1.75rem;
  width: 1.75rem;
}

/* line 28, app/assets/stylesheets/components/haml/sidebar_navigation.scss */
.sidebar-icon-button:hover, .sidebar-icon-button:focus {
  background: var(--theme-primary-highlighted);
}

/* line 33, app/assets/stylesheets/components/haml/sidebar_navigation.scss */
.sidebar-icon-button .sidebar--add-icon-container {
  font-size: 0.625rem;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 42, app/assets/stylesheets/components/haml/sidebar_navigation.scss */
.sidebar-icon-button .sidebar--add-icon-container.generic .fa {
  color: #fff;
  font-size: 0.875rem;
}

/* line 47, app/assets/stylesheets/components/haml/sidebar_navigation.scss */
.sidebar-icon-button .sidebar--add-icon-container.generic svg {
  width: 1rem;
  height: 1rem;
}

/* line 53, app/assets/stylesheets/components/haml/sidebar_navigation.scss */
.sidebar-icon-button .sidebar--add-icon-container.inbox {
  background-color: #f1f3f5;
  border-radius: 0.2rem;
  color: #14b2c7;
}

/* line 58, app/assets/stylesheets/components/haml/sidebar_navigation.scss */
.sidebar-icon-button .sidebar--add-icon-container.inbox:hover {
  background-color: #fff;
  box-shadow: 0 0 0.25rem #c0c7d1;
}

/* line 5, app/assets/stylesheets/components/haml/upload_file_button.scss */
input.form-control[type='file'] {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0.75rem 0;
}

/* line 12, app/assets/stylesheets/components/haml/upload_file_button.scss */
input.form-control[type='file']::-webkit-file-upload-button {
  color: #354052;
  font-size: 0.95rem;
  background-color: #e1e5ea;
  border: 1px solid #c0c7d1;
  padding: 0.5rem 1rem;
  margin: 0 1rem 0 0;
  border-radius: 0.2rem;
  pointer-events: none;
  outline: 0;
}
input.form-control[type='file']::file-selector-button {
  color: #354052;
  font-size: 0.95rem;
  background-color: #e1e5ea;
  border: 1px solid #c0c7d1;
  padding: 0.5rem 1rem;
  margin: 0 1rem 0 0;
  border-radius: 0.2rem;
  pointer-events: none;
  outline: 0;
}

/* line 3, app/assets/stylesheets/components/haml/workspace.scss */
.workspace-header__add-button {
  margin-left: 0.25rem;
}

/* line 9, app/assets/stylesheets/components/haml/workspace.scss */
.workspace-section-no-items .no-items-title {
  text-align: center;
  font-size: 1.25rem;
  color: #616e89;
  padding: 1.5rem 0;
}

/* line 17, app/assets/stylesheets/components/haml/workspace.scss */
.workspace-header__tooltip {
  -ms-grid-row-align: center;
      align-self: center;
}

/* line 19, app/assets/stylesheets/components/haml/workspace.scss */
.workspace-header__tooltip .fa.fa-question-circle {
  font-size: 1.25rem;
  padding-left: 0.15rem;
}

/* line 26, app/assets/stylesheets/components/haml/workspace.scss */
.workspace-header--tooltip-tip .tooltip-inner {
  min-width: 325px;
}

/* line 1, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container {
  display: block;
  font: 500 14px "Helvetica Neue";
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.06rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* line 10, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container svg {
  height: 100%;
  width: 100%;
}

/* line 15, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container a {
  color: #354052;
  cursor: pointer;
  pointer-events: none;
}

/* line 21, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container .ie-circle-label, .chart-container .ie-role-label {
  overflow: visible;
}

/* line 25, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container #popup {
  height: 100%;
}

/* line 29, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container .loading {
  z-index: 150;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF url(/../../assets/images/spinner.gif) no-repeat 50% 50%;
  width: 100%;
  height: 100%;
  font-size: 1.7em;
  font-weight: 600;
  color: #354052;
  text-align: center;
  filter: alpha(opacity=80);
  opacity: .75;
  box-sizing: border-box;
}

/* line 46, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container text {
  font-size: 12px;
  pointer-events: none;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 51, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container text.child.label {
  font-size: 13px;
  font-weight: bold;
}

/* line 57, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container circle {
  pointer-events: all;
  outline: none;
  stroke-width: .5%;
  stroke: transparent;
  transition: stroke 0.35s ease-out, fill-opacity 0.35s ease-out;
}

/* line 64, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container circle.highlight {
  stroke: #14b2c7;
}

/* line 68, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container circle:hover {
  stroke: #109cae;
}

/* line 73, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container circle.parent {
  fill: #14b2c7;
}

/* line 77, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container circle.role {
  fill: var(--theme-success);
}

/* line 80, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container circle.role.core-role {
  fill: #14b2c7;
}

/* line 84, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container circle.role.unfilled {
  fill: #FFF;
}

/* line 89, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container circle.label {
  pointer-events: none;
}

/* line 92, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container circle.label.child {
  fill: transparent;
  fill-opacity: 0;
  stroke: transparent;
}

/* line 99, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container .foreign-object {
  pointer-events: none;
  overflow: visible;
}

/* line 103, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container .foreign-object body {
  height: 100%;
  width: 100%;
  background-color: transparent !important;
  display: table;
  table-layout: fixed;
  overflow: visible;
}

/* line 112, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container .foreign-object .card {
  display: table-row;
  width: inherit;
}

/* line 117, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container .foreign-object .title {
  display: table-cell;
  table-layout: fixed;
  vertical-align: middle;
}

/* line 125, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container .foreign-object.role .title {
  overflow: hidden;
}

/* line 131, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container .foreign-object.filled .title {
  color: white;
}

/* line 137, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container .card {
  width: 100%;
  height: 100%;
}

/* line 141, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container .card .title {
  text-align: center;
  font-size: 15px;
  margin: 0 0 6px 0;
  line-height: 1em;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@supports (-moz-appearance: none) {
  /* line 141, app/assets/stylesheets/components/org_nav/chart_container.scss */
  .chart-container .card .title {
    overflow-wrap: normal;
    text-overflow: ellipsis;
  }
}

/* line 156, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container .card .title.hidden {
  display: none;
}

/* line 162, app/assets/stylesheets/components/org_nav/chart_container.scss */
.chart-container .label body {
  display: table;
  table-layout: fixed;
  width: inherit;
}

/* line 1, app/assets/stylesheets/components/org_nav/role_container/sections/metrics/metric-item.scss */
.org-nav-role-metric-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem 0;
  border-top: 1px #d5dbe1 solid;
}

/* line 8, app/assets/stylesheets/components/org_nav/role_container/sections/metrics/metric-item.scss */
.org-nav-role-metric-item__title {
  font-weight: 500;
}

/* line 12, app/assets/stylesheets/components/org_nav/role_container/sections/metrics/metric-item.scss */
.org-nav-role-metric-item__content {
  flex: 1;
  -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 1200px) {
  @supports (display: grid) {
    /* line 5, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_list.scss */
    .org-nav-role-list--core {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
    /* line 9, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_list.scss */
    .org-nav-role-list--core * {
      align-items: baseline;
    }
    /* line 15, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_list.scss */
    .org-nav-role-list--core .org-nav-role-list__item:nth-child(even) {
      padding-left: 0.75rem;
    }
    /* line 19, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_list.scss */
    .org-nav-role-list--core .org-nav-role-list__item:nth-child(odd) {
      padding-right: 0.75rem;
    }
    /* line 23, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_list.scss */
    .org-nav-role-list--core .org-nav-role-list__item:nth-child(n+2) {
      border-bottom: none;
    }
    /* line 27, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_list.scss */
    .org-nav-role-list--core .org-nav-role-list__item:nth-child(-n+2) {
      border-bottom: 1px solid #d5dbe1;
    }
    /* line 32, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_list.scss */
    .org-nav-role-list--core .org-nav-role-row {
      -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 1fr 3fr;
    }
    /* line 35, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_list.scss */
    .org-nav-role-list--core .org-nav-role-row .assignment-info__main {
      word-wrap: break-word;
    }
    /* line 40, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_list.scss */
    .org-nav-role-list--core,
.org-nav-role-list--core .org-nav-role-row__fillers,
.org-nav-role-list--core .org-nav-details-assignments__items {
      min-width: 0;
    }
  }
}

/* line 49, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_list.scss */
.org-nav-role-list__item {
  padding: 0.75rem 0.15rem;
  min-height: 4rem;
}

/* line 53, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_list.scss */
.org-nav-role-list__item:not(:last-child) {
  border-bottom: 1px solid #d5dbe1;
}

/* line 57, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_list.scss */
.org-nav-role-list__item .header--small {
  margin: 0;
}

/* line 61, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_list.scss */
.org-nav-role-list__item .caption {
  clear: both;
}

/* line 1, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_row.scss */
.org-nav-role-row {
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem;
  -ms-grid-rows: auto;
  -ms-grid-columns: 8fr 2rem 5fr;
      grid-template: "info fillers" / 8fr   5fr;
}

@media (max-width: 576px) {
  /* line 1, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_row.scss */
  .org-nav-role-row {
    -ms-grid-rows: auto;
        grid-template: "info" "fillers";
  }
}

/* line 13, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_row.scss */
.org-nav-role-row__info {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: info;
  word-break: break-word;
}

/* line 17, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_row.scss */
.org-nav-role-row__info a {
  font-weight: 500;
}

/* line 22, app/assets/stylesheets/components/org_nav/role_container/sections/role_list/role_row.scss */
.org-nav-role-row__fillers {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: fillers;
}
@media (max-width: 576px){
  .org-nav-role-row__info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .org-nav-role-row__fillers {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

/* line 1, app/assets/stylesheets/components/org_nav/role_container/sections/shared/assignments.scss */
.org-nav-details-assignments {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content 1fr;
  -ms-grid-rows: min-content 1fr;
  -ms-grid-columns: auto 2rem;
      grid-template: "items edit-button" -webkit-min-content "items extend-button" 1fr /auto  2rem;
      grid-template: "items edit-button" min-content "items extend-button" 1fr /auto  2rem;
}

/* line 8, app/assets/stylesheets/components/org_nav/role_container/sections/shared/assignments.scss */
.org-nav-details-assignments__items {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: items;
  display: flex;
  flex-wrap: wrap;
}

/* line 13, app/assets/stylesheets/components/org_nav/role_container/sections/shared/assignments.scss */
.org-nav-details-assignments__items--horizontal {
  align-items: start;
  flex-direction: row;
}

/* line 18, app/assets/stylesheets/components/org_nav/role_container/sections/shared/assignments.scss */
.org-nav-details-assignments__items--vertical {
  justify-content: center;
  flex-direction: column;
}

/* line 24, app/assets/stylesheets/components/org_nav/role_container/sections/shared/assignments.scss */
.org-nav-details-assignments__edit-button {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: edit-button;
  font-size: 20px;
  -ms-grid-column-align: end;
      justify-self: end;
}

/* line 30, app/assets/stylesheets/components/org_nav/role_container/sections/shared/assignments.scss */
.org-nav-details-assignments__extend-button {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: extend-button;
  -ms-grid-column-align: end;
      justify-self: end;
}

/* line 35, app/assets/stylesheets/components/org_nav/role_container/sections/shared/assignments.scss */
.org-nav-details-assignments__history {
  margin-top: 1rem;
}

/* line 1, app/assets/stylesheets/components/org_nav/role_container/sections/ui/roll_up.scss */
.org-nav-section-roll-up {
  display: flex;
  flex-direction: column;
}

/* line 6, app/assets/stylesheets/components/org_nav/role_container/sections/ui/roll_up.scss */
.org-nav-section-roll-up__link {
  margin: auto;
  background-color: transparent;
  border: none;
  font-size: 1.125rem;
}

/* line 12, app/assets/stylesheets/components/org_nav/role_container/sections/ui/roll_up.scss */
.org-nav-section-roll-up__link:hover, .org-nav-section-roll-up__link:focus {
  outline: none;
}

/* line 18, app/assets/stylesheets/components/org_nav/role_container/sections/ui/roll_up.scss */
.org-nav-section-roll-up__body {
  padding-top: 1rem;
}

/* line 2, app/assets/stylesheets/components/org_nav/role_container/sections/ui/section.scss */
.org-nav-section:not(:first-child) .org-nav-section__title {
  padding-top: 2rem;
}

/* line 6, app/assets/stylesheets/components/org_nav/role_container/sections/ui/section.scss */
.org-nav-section h3 {
  font-weight: 400;
}

@media print and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 2, app/assets/stylesheets/components/print.scss */
  .icon-container {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/components/print.scss */
  .project .current,
.project .waiting,
.project .completed,
.project .someday,
.project .item-link,
.project .private-icon {
    color: #fff !important;
    display: inline-block;
  }
  /* line 16, app/assets/stylesheets/components/print.scss */
  .project .current:before,
.project .waiting:before,
.project .completed:before,
.project .someday:before,
.project .item-link:before,
.project .private-icon:before {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px !important;
    padding-top: 6px;
    display: inline-block;
  }
  /* line 28, app/assets/stylesheets/components/print.scss */
  .project .item-link {
    display: none;
  }
}

/* line 6, app/assets/stylesheets/components/side_nav/capture_tension/quick_add.scss */
.sidebar-collapsed .sidebar-tension-quick-add {
  width: 250px;
}

/* line 12, app/assets/stylesheets/components/side_nav/capture_tension/quick_add.scss */
.sidebar-full .sidebar-tension-quick-add {
  background-color: white;
  padding: 0.5rem 0.75rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 0.25rem;
}

/* line 18, app/assets/stylesheets/components/side_nav/capture_tension/quick_add.scss */
.sidebar-full .sidebar-tension-quick-add--with-loading *:not(.spinner) {
  opacity: 0.5;
  pointer-events: none;
}

/* line 2, app/assets/stylesheets/components/side_nav/capture_tension/quick_add_body.scss */
.sidebar-inbox-quick-add-body__text-area {
  resize: none;
  margin: 0.5rem 0;
  padding: 0.25rem;
  height: 3.5em;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 10, app/assets/stylesheets/components/side_nav/capture_tension/quick_add_body.scss */
.sidebar-inbox-quick-add-body__text-area::-moz-placeholder {
  color: #2bc6da;
  font-weight: 300;
}
.sidebar-inbox-quick-add-body__text-area:-ms-input-placeholder {
  color: #2bc6da;
  font-weight: 300;
}
.sidebar-inbox-quick-add-body__text-area::placeholder {
  color: #2bc6da;
  font-weight: 300;
}

/* line 19, app/assets/stylesheets/components/side_nav/capture_tension/quick_add_body.scss */
.sidebar-collapsed .sidebar-inbox-quick-add-body {
  border-color: white;
}

/* line 2, app/assets/stylesheets/components/side_nav/capture_tension/quick_add_footer.scss */
.sidebar-inbox-quick-add-footer__role-selector {
  margin-bottom: 0.7em;
}

/* line 6, app/assets/stylesheets/components/side_nav/capture_tension/quick_add_footer.scss */
.sidebar-inbox-quick-add-footer__add-button {
  font-size: 0.75rem;
  padding: 0.5em 1em;
  display: flex;
  width: 100%;
  justify-content: center;
  color: white;
  background-color: #14b2c7;
}

/* line 1, app/assets/stylesheets/components/side_nav/capture_tension/quick_add_header.scss */
.sidebar-inbox-quick-add-header {
  border-bottom: 1px solid #eaeaea;
  display: flex;
}

/* line 5, app/assets/stylesheets/components/side_nav/capture_tension/quick_add_header.scss */
.sidebar-inbox-quick-add-header--left {
  justify-content: flex-start;
}

/* line 9, app/assets/stylesheets/components/side_nav/capture_tension/quick_add_header.scss */
.sidebar-inbox-quick-add-header--right {
  justify-content: flex-end;
}

/* line 13, app/assets/stylesheets/components/side_nav/capture_tension/quick_add_header.scss */
.sidebar-inbox-quick-add-header__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
  margin-bottom: 0.375rem;
}

/* line 24, app/assets/stylesheets/components/side_nav/capture_tension/quick_add_header.scss */
.sidebar-collapsed .sidebar-inbox-quick-add-header__title {
  color: white;
}

/* line 33, app/assets/stylesheets/components/side_nav/capture_tension/quick_add_header.scss */
.sidebar-full .sidebar-inbox-quick-add-header__title {
  color: #354052;
}

/* line 1, app/assets/stylesheets/components/side_nav/org_root_link.scss */
.side-bar-org-link {
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.25rem;
}

@media only screen and (min-width: 768px) {
  /* line 1, app/assets/stylesheets/components/side_nav/org_root_link.scss */
  .side-bar-org-link {
    display: flex;
    margin-bottom: 0.75rem;
    margin-top: 0.5rem;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/components/side_nav/org_root_link.scss */
  .side-bar-org-link {
    position: fixed;
    right: 0;
  }
}

/* line 19, app/assets/stylesheets/components/side_nav/org_root_link.scss */
.side-bar-org-link:hover {
  background-color: #142239;
}

/* line 22, app/assets/stylesheets/components/side_nav/org_root_link.scss */
.side-bar-org-link:hover svg {
  fill: #2bc6da;
}

/* line 27, app/assets/stylesheets/components/side_nav/org_root_link.scss */
.side-bar-org-link svg {
  width: 2.5rem;
  height: 2.5rem;
  padding: .1rem;
  fill: #14b2c7;
}

/* line 1, app/assets/stylesheets/components/side_nav/settings_section.scss */
.side-bar-settings-section {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.1rem;
}

@media only screen and (max-width: 767px) {
  /* line 6, app/assets/stylesheets/components/side_nav/settings_section.scss */
  .side-bar-settings-section {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/components/side_nav/ui/items-section.scss */
.side-bar-items-section {
  margin-bottom: 1.5rem;
}

/* line 4, app/assets/stylesheets/components/side_nav/ui/items-section.scss */
.side-bar-items-section__title {
  text-transform: uppercase;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 11, app/assets/stylesheets/components/side_nav/ui/items-section.scss */
.side-bar-items-section__title h3 {
  margin-left: 0.5rem;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.875rem;
}

/* line 19, app/assets/stylesheets/components/side_nav/ui/items-section.scss */
.side-bar-items-section__items-list {
  margin-top: 0.5rem;
  margin-left: -0.5rem !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 23, app/assets/stylesheets/components/side_nav/ui/items-section.scss */
.side-bar-items-section__items-list .side-bar-section-item:last-child {
  margin-bottom: 0.5rem;
}

/* line 29, app/assets/stylesheets/components/side_nav/ui/items-section.scss */
.side-bar-collapsed-section {
  margin-bottom: .15rem;
  position: relative;
}

/* line 1, app/assets/stylesheets/components/side_nav/ui/section.scss */
.side-bar-section {
  margin-bottom: 1.75rem;
}

/* line 4, app/assets/stylesheets/components/side_nav/ui/section.scss */
.side-bar-section__title {
  text-transform: uppercase;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  line-height: 100%;
}

/* line 12, app/assets/stylesheets/components/side_nav/ui/section.scss */
.side-bar-section__title h3 {
  width: 100%;
  margin-left: 0.5rem;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 24, app/assets/stylesheets/components/side_nav/ui/section.scss */
.side-bar-section__title a {
  color: white;
}

/* line 2, app/assets/stylesheets/components/ui/accordions.scss */
.accordion.bootstrap-to-upgrade {
  overflow-anchor: none;
}

/* line 5, app/assets/stylesheets/components/ui/accordions.scss */
.accordion.bootstrap-to-upgrade .card {
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/components/ui/accordions.scss */
.accordion.bootstrap-to-upgrade .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 15, app/assets/stylesheets/components/ui/accordions.scss */
.accordion.bootstrap-to-upgrade .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 20, app/assets/stylesheets/components/ui/accordions.scss */
.accordion.bootstrap-to-upgrade .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 27, app/assets/stylesheets/components/ui/accordions.scss */
.accordion.bootstrap-to-upgrade .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 42, app/assets/stylesheets/components/ui/accordions.scss */
.accordion.bootstrap-to-upgrade .collapse:not(.show) {
  display: none;
}

/* line 1, app/assets/stylesheets/components/ui/alert.scss */
.ui-alert {
  border: 1px solid transparent;
  border-radius: 0.2rem;
}

/* line 5, app/assets/stylesheets/components/ui/alert.scss */
.ui-alert--info {
  background-color: #e8f4f9;
  border-color: #14b2c7;
  color: #109cae;
}

/* line 11, app/assets/stylesheets/components/ui/alert.scss */
.ui-alert--warning {
  background-color: #fcf8e3;
  border-color: #f2dede;
  color: #8a6d3b;
}

/* line 17, app/assets/stylesheets/components/ui/alert.scss */
.ui-alert--danger {
  background-color: #f2dede;
  border-color: #f2dede;
  color: #a94442;
}

/* line 23, app/assets/stylesheets/components/ui/alert.scss */
.ui-alert__message {
  margin: 0.75rem 1.25rem;
  line-height: 1rem;
}

/* line 27, app/assets/stylesheets/components/ui/alert.scss */
.ui-alert__message--centered {
  text-align: center;
}

/* line 34, app/assets/stylesheets/components/ui/alert.scss */
.ui-status-bg-success {
  background: var(--theme-success);
}

/* line 38, app/assets/stylesheets/components/ui/alert.scss */
.ui-status-bg-warning {
  background: var(--theme-alert);
}

/* line 42, app/assets/stylesheets/components/ui/alert.scss */
.ui-status-bg-danger {
  background: var(--theme-danger);
}

/* line 1, app/assets/stylesheets/components/ui/animation.scss */
.animate-in {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: slide-down;
          animation-name: slide-down;
  overflow: hidden;
}

@-webkit-keyframes slide-down {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
    overflow: initial;
  }
}

@keyframes slide-down {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
    overflow: initial;
  }
}

/* line 18, app/assets/stylesheets/components/ui/animation.scss */
.animate-update {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: glow-briefly;
          animation-name: glow-briefly;
}

@-webkit-keyframes glow-briefly {
  50% {
    background: #D9EDF1;
  }
}

@keyframes glow-briefly {
  50% {
    background: #D9EDF1;
  }
}

/* line 29, app/assets/stylesheets/components/ui/animation.scss */
.hotwired-frogbox {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: slide-down;
          animation-name: slide-down;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/components/ui/badges.scss */
.gf-badge-rounded-outline {
  border-radius: 1.5rem;
  background-color: #fff;
  color: var(--theme-primary-darker);
  border: 1px solid var(--theme-primary-darker);
}

/* line 8, app/assets/stylesheets/components/ui/badges.scss */
.gf-badge-current {
  border: 1px solid var(--theme-success);
  color: var(--theme-success);
}

/* line 13, app/assets/stylesheets/components/ui/badges.scss */
.gf-badge-done,
.gf-badge-completed {
  border: 1px solid var(--theme-info);
  color: var(--theme-info);
}

/* line 19, app/assets/stylesheets/components/ui/badges.scss */
.gf-badge-future,
.gf-badge-scheduled {
  border: 1px solid var(--theme-future);
  color: var(--theme-future);
}

/* line 25, app/assets/stylesheets/components/ui/badges.scss */
.gf-badge-waiting {
  border: 1px solid var(--theme-warning);
  color: var(--theme-warning);
}

/* line 30, app/assets/stylesheets/components/ui/badges.scss */
.gf-badge-someday {
  border: 1px solid #800080;
  color: #800080;
}

/* line 1, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel {
  position: relative;
  background-color: #fff;
  padding: 0;
  border: 1px solid #909eb0;
}

/* line 8, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel {
  background-color: #f4fbfc;
  padding: 0;
}

/* line 12, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .carousel-item {
  padding: 0.75rem 0;
  border-top: 1px solid #14b2c7;
  border-bottom: 1px solid #14b2c7;
  background-color: #e8f4f9;
  transition: transform 1.5s ease;
}

/* line 19, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .carousel-item p {
  margin-bottom: 0.5rem;
}

/* line 24, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .carousel-item-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

/* line 30, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .carousel-control-prev,
.empty-state-with-carousel .carousel .carousel-control-next {
  position: relative;
  width: 2rem;
}

/* line 35, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .carousel-control-prev-icon,
.empty-state-with-carousel .carousel .carousel-control-next-icon {
  background-size: 0.75rem 0.75rem !important;
}

/* line 40, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
}

/* line 47, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .carousel-indicators-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* line 54, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .carousel-indicators {
  position: static;
  /* Override Bootstrap's absolute positioning */
  display: flex;
  gap: 0.25rem;
  margin: 0;
}

/* line 62, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .carousel-indicators li {
  border-radius: 100%;
  width: 0.6rem;
  height: 0.6rem;
}

/* line 71, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .carousel-section-title {
  color: #616e89;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 0.25rem;
}

/* line 80, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .carousel-item-inner {
  width: 70%;
  margin: 0 auto;
}

/* line 85, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .carousel-item .frog-icon-container {
  margin-right: 0.75rem;
  margin-top: 0.25rem;
  align-self: flex-start;
}

/* line 90, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .carousel-item .frog-icon-container .frog-icon {
  width: 50px;
  height: 50px;
  background-color: #14b2c7;
  -webkit-mask: url(/assets/frog.svg) no-repeat center;
  mask: url(/assets/frog.svg) no-repeat center;
}

/* line 100, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .markdownable-text ul {
  list-style: disc;
  margin-left: 1rem;
}

/* line 105, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
.empty-state-with-carousel .carousel .markdownable-text .li {
  margin-top: 0.5rem;
}

/* line 117, app/assets/stylesheets/components/ui/empty_state_with_carousel.scss */
html[dir='rtl'] .carousel-control-prev-icon,
html[dir='rtl'] .carousel-control-next-icon {
  transform: scale(-1, 1);
}

/* line 1, app/assets/stylesheets/components/ui/filters.scss */
.dropdown.filter {
  display: inline-block;
}

/* line 4, app/assets/stylesheets/components/ui/filters.scss */
.dropdown.filter .dropdown-toggle {
  border: none;
  color: #354052;
}

/* line 8, app/assets/stylesheets/components/ui/filters.scss */
.dropdown.filter .dropdown-toggle:focus {
  box-shadow: none;
}

/* line 12, app/assets/stylesheets/components/ui/filters.scss */
.dropdown.filter .dropdown-toggle .current-selection {
  color: #087f97;
  margin-left: 0.5rem;
  text-decoration: underline;
}

/* line 19, app/assets/stylesheets/components/ui/filters.scss */
.dropdown.filter .dropdown-menu {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 24, app/assets/stylesheets/components/ui/filters.scss */
.dropdown.filter .dropdown-item {
  cursor: pointer;
  font-size: 0.95rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

/* line 29, app/assets/stylesheets/components/ui/filters.scss */
.dropdown.filter .dropdown-item:hover {
  background: #f6f8fa;
}

/* line 33, app/assets/stylesheets/components/ui/filters.scss */
.dropdown.filter .dropdown-item i {
  font-size: 1.2rem;
  margin: 0 0.5rem;
  position: relative;
  top: 0.1rem;
  width: 1.2rem;
}

/* line 40, app/assets/stylesheets/components/ui/filters.scss */
.dropdown.filter .dropdown-item i.fa-check {
  color: #c0c7d1;
  font-size: 1rem;
}

/* line 44, app/assets/stylesheets/components/ui/filters.scss */
.dropdown.filter .dropdown-item i.fa-check-circle {
  color: #2bc6da;
}

/* line 49, app/assets/stylesheets/components/ui/filters.scss */
.dropdown.filter .dropdown-item small {
  display: block;
  margin-left: 2.2rem;
  padding: 0.3rem 0;
}

/* line 1, app/assets/stylesheets/components/ui/frogboxes.scss */
.hotwired-frogbox-toggle {
  background: none;
  border: 0;
  color: #c0c7d1;
  cursor: pointer;
  font-size: 1.3rem;
}

/* line 9, app/assets/stylesheets/components/ui/frogboxes.scss */
.hotwired-frogbox {
  background: #e8f4f9;
  display: flex;
  padding: 1rem;
}

/* line 14, app/assets/stylesheets/components/ui/frogboxes.scss */
.hotwired-frogbox .frog-icon {
  height: 2rem;
  width: 2rem;
}

/* line 18, app/assets/stylesheets/components/ui/frogboxes.scss */
.hotwired-frogbox .content {
  flex-grow: 1;
  line-height: 1.5rem;
  margin: 0 1rem;
}

/* line 23, app/assets/stylesheets/components/ui/frogboxes.scss */
.hotwired-frogbox .content ul {
  list-style: disc;
}

/* line 29, app/assets/stylesheets/components/ui/frogboxes.scss */
.hotwired-frogbox .close-frogbox,
.hotwired-frogbox .edit-frogbox {
  background: transparent;
  border: 0;
  color: #c0c7d1;
  cursor: pointer;
  font-size: 1rem;
  height: 2rem;
  width: 2rem;
}

/* line 39, app/assets/stylesheets/components/ui/frogboxes.scss */
.hotwired-frogbox .close-frogbox:hover,
.hotwired-frogbox .edit-frogbox:hover {
  background: #f1f3f5;
  color: #14b2c7;
}

/* line 46, app/assets/stylesheets/components/ui/frogboxes.scss */
.hotwired-frogbox .edit-frogbox {
  display: block;
  line-height: 2rem;
  text-align: center;
}

/* line 51, app/assets/stylesheets/components/ui/frogboxes.scss */
.hotwired-frogbox form {
  width: 100%;
}

/* line 54, app/assets/stylesheets/components/ui/frogboxes.scss */
.hotwired-frogbox form textarea.hidden {
  height: 0;
}

/* line 58, app/assets/stylesheets/components/ui/frogboxes.scss */
.hotwired-frogbox .actions-row {
  display: flex;
}

/* line 61, app/assets/stylesheets/components/ui/frogboxes.scss */
.hotwired-frogbox .actions-row .enabled-disable {
  flex-grow: 1;
}

/* line 64, app/assets/stylesheets/components/ui/frogboxes.scss */
.hotwired-frogbox .actions-row .form-buttons {
  flex-grow: 1;
  text-align: right;
}

/* line 1, app/assets/stylesheets/components/ui/inputs/datepicker.scss */
.rails-date-picker {
  position: relative;
}

/* line 4, app/assets/stylesheets/components/ui/inputs/datepicker.scss */
.rails-date-picker .calendar-icon {
  color: #c0c7d1;
  font-size: 1.2rem;
  pointer-events: none;
  position: absolute;
  right: 0.6rem;
  top: 0.5rem;
}

/* line 3, app/assets/stylesheets/components/ui/inputs/edit_item_button.scss */
.ui-edit-item-button__icon .fa-pencil {
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button, .workspace-header__add-button {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  line-height: 0;
  width: 1.75rem;
  height: 1.75rem;
  transition: color, fill, 150ms;
  border-radius: 0.2rem;
  background-color: transparent;
}

/* line 16, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button .icon-wrapper > svg, .workspace-header__add-button .icon-wrapper > svg {
  fill: #c0c7d1;
  height: 1.125rem;
}

/* line 22, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button > svg, .workspace-header__add-button > svg {
  fill: #c0c7d1;
  height: 1.125rem;
}

/* line 27, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button > .fa, .workspace-header__add-button > .fa {
  color: #c0c7d1;
  font-size: 1.125rem;
}

/* line 32, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button:hover, .workspace-header__add-button:hover, .ui-icon-button:focus, .workspace-header__add-button:focus {
  outline: 0;
  background-color: #e6ebf1;
  box-shadow: none;
}

/* line 38, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button:hover .icon-wrapper > svg, .workspace-header__add-button:hover .icon-wrapper > svg, .ui-icon-button:focus .icon-wrapper > svg, .workspace-header__add-button:focus .icon-wrapper > svg {
  fill: #087f97;
}

/* line 43, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button:hover > svg, .workspace-header__add-button:hover > svg, .ui-icon-button:focus > svg, .workspace-header__add-button:focus > svg {
  fill: #087f97;
}

/* line 47, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button:hover > .fa, .workspace-header__add-button:hover > .fa, .ui-icon-button:focus > .fa, .workspace-header__add-button:focus > .fa {
  color: #087f97;
}

/* line 52, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--xs {
  width: 1rem;
  height: 1rem;
}

/* line 56, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--xs > svg {
  height: 0.875rem;
}

/* line 60, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--xs > .fa {
  font-size: 0.875rem;
}

/* line 65, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--sm {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 69, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--sm > svg {
  height: 1rem;
}

/* line 73, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--sm > .fa {
  font-size: 14px;
}

/* line 78, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--md {
  width: 1.75rem;
  height: 1.75rem;
}

/* line 82, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--md > svg {
  height: 1.125rem;
}

/* line 86, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--md > .fa {
  font-size: 1.125rem;
}

/* line 91, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--lg {
  width: 2.25rem;
  height: 2.25rem;
}

/* line 95, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--lg > svg {
  height: 1.25rem;
}

/* line 99, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--lg > .fa {
  font-size: 1.25rem;
}

/* line 104, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--xlg {
  width: 2.25rem;
  height: 2.25rem;
}

/* line 108, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--xlg > svg {
  height: 1.8rem;
}

/* line 112, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--xlg > .fa {
  font-size: 1.8rem;
}

/* line 117, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--highlighted {
  background-color: var(--theme-primary);
  opacity: 0.9;
}

/* line 121, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--highlighted > svg {
  fill: white;
}

/* line 125, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--highlighted > .fa {
  color: white;
}

/* line 129, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--highlighted:hover, .ui-icon-button--highlighted:focus {
  background-color: #14b2c7;
  opacity: 1;
}

/* line 134, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--highlighted:hover > svg, .ui-icon-button--highlighted:focus > svg {
  fill: white;
}

/* line 138, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--highlighted:hover > .fa, .ui-icon-button--highlighted:focus > .fa {
  color: white;
}

/* line 144, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--faded {
  opacity: 0.8;
  background-color: #d5dbe1;
}

/* line 148, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--faded > svg {
  fill: var(--theme-gray-light);
}

/* line 152, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--faded > .fa {
  color: var(--theme-gray-light);
}

/* line 156, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--faded:hover, .ui-icon-button--faded:focus {
  background-color: #d5dbe1;
  opacity: 1;
}

/* line 164, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--dark > svg {
  fill: #354052;
}

/* line 168, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--dark > .fa {
  color: #354052;
}

/* line 173, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--dark:hover > svg, .ui-icon-button--dark:focus > svg {
  fill: #142239;
}

/* line 177, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--dark:hover > .fa, .ui-icon-button--dark:focus > .fa {
  color: #142239;
}

/* line 184, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--header > svg {
  fill: #5d7090;
}

/* line 188, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--header > .fa {
  color: #5d7090;
}

/* line 192, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--header:hover, .ui-icon-button--header:focus {
  background-color: transparent;
}

/* line 195, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--header:hover > svg, .ui-icon-button--header:focus > svg {
  fill: #087f97;
}

/* line 199, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--header:hover > .fa, .ui-icon-button--header:focus > .fa {
  color: #087f97;
}

/* line 205, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--disabled {
  pointer-events: none;
}

/* line 208, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--disabled > svg {
  fill: #d5dbe1;
}

/* line 212, app/assets/stylesheets/components/ui/inputs/icon_button.scss */
.ui-icon-button--disabled > .fa {
  color: #d5dbe1;
}

/* line 1, app/assets/stylesheets/components/ui/inputs/input_checkbox.scss */
.input-checkbox {
  display: block;
  border: 0.15rem solid #c0c7d1;
  border-radius: 0.25rem;
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
}

/* line 9, app/assets/stylesheets/components/ui/inputs/input_checkbox.scss */
.input-checkbox .checkmark {
  position: absolute;
  bottom: 3px;
  left: 4px;
  height: .75rem;
  width: 0.45rem;
  border-right: 0.15rem solid #c0c7d1;
  border-top: 0.15rem solid #c0c7d1;
  transform: scaleX(-1) rotate(135deg);
  opacity: 0;
}

/* line 20, app/assets/stylesheets/components/ui/inputs/input_checkbox.scss */
.input-checkbox .checkmark.checked {
  opacity: 1;
}

/* line 25, app/assets/stylesheets/components/ui/inputs/input_checkbox.scss */
.input-checkbox input[type="checkbox"],
.input-checkbox input[type="submit"] {
  display: none;
}

/* line 30, app/assets/stylesheets/components/ui/inputs/input_checkbox.scss */
.input-checkbox:not(.disabled):hover {
  border-color: #14b2c7;
}

/* line 33, app/assets/stylesheets/components/ui/inputs/input_checkbox.scss */
.input-checkbox:not(.disabled):hover .checkmark {
  border-color: inherit;
}

/* line 1, app/assets/stylesheets/components/ui/inputs/star_checkbox.scss */
.star-checkbox-label {
  cursor: pointer;
  position: relative;
}

/* line 5, app/assets/stylesheets/components/ui/inputs/star_checkbox.scss */
.star-checkbox-label .star-checkbox {
  color: var(--theme-info);
  font-size: 1.5rem;
  left: 0;
  line-height: 2.2rem;
  position: absolute;
  top: 0;
}

/* line 13, app/assets/stylesheets/components/ui/inputs/star_checkbox.scss */
.star-checkbox-label .star-checkbox:after {
  content: "\f006";
}

/* line 18, app/assets/stylesheets/components/ui/inputs/star_checkbox.scss */
.star-checkbox-label input {
  opacity: 0;
}

/* line 21, app/assets/stylesheets/components/ui/inputs/star_checkbox.scss */
.star-checkbox-label input:checked ~ .star-checkbox:after {
  content: "\f005";
}

@-webkit-keyframes loading-dots-keyframes {
  0%,
39%,
100% {
    background-color: #fff;
  }
  40% {
    background-color: #14b2c7;
  }
}

@keyframes loading-dots-keyframes {
  0%,
39%,
100% {
    background-color: #fff;
  }
  40% {
    background-color: #14b2c7;
  }
}

/* line 13, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots {
  margin: auto;
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
}

/* line 21, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots.white .dot::before {
  background-color: #fff;
}

/* line 26, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots.small {
  width: 1.125rem;
  height: 1.125rem;
}

/* line 30, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots.small .dot::before {
  width: 14%;
  height: 14%;
}

/* line 36, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots.large {
  width: 7rem;
  height: 7rem;
}

/* line 41, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #14b2c7;
  border-radius: 100%;
  -webkit-animation: loading-dots-keyframes 1.2s infinite ease-in-out both;
          animation: loading-dots-keyframes 1.2s infinite ease-in-out both;
}

/* line 52, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 60, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(1) {
  border-color: transparent;
}

/* line 64, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(2) {
  transform: rotate(30deg);
}

/* line 67, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(2)::before {
  -webkit-animation-delay: -1.1s !important;
          animation-delay: -1.1s !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 72, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(3) {
  transform: rotate(60deg);
}

/* line 75, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(3)::before {
  -webkit-animation-delay: -1s !important;
          animation-delay: -1s !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 80, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(4) {
  transform: rotate(90deg);
}

/* line 83, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(4)::before {
  -webkit-animation-delay: -0.9s !important;
          animation-delay: -0.9s !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 88, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(5) {
  transform: rotate(120deg);
}

/* line 91, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(5)::before {
  -webkit-animation-delay: -0.8s !important;
          animation-delay: -0.8s !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 96, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(6) {
  transform: rotate(150deg);
}

/* line 99, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(6)::before {
  -webkit-animation-delay: -0.7s !important;
          animation-delay: -0.7s !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 104, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(7) {
  transform: rotate(180deg);
}

/* line 107, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(7)::before {
  -webkit-animation-delay: -0.6s !important;
          animation-delay: -0.6s !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 112, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(8) {
  transform: rotate(210deg);
}

/* line 115, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(8)::before {
  -webkit-animation-delay: -0.5s !important;
          animation-delay: -0.5s !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 120, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(9) {
  transform: rotate(240deg);
}

/* line 123, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(9)::before {
  -webkit-animation-delay: -0.4s !important;
          animation-delay: -0.4s !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 128, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(10) {
  transform: rotate(270deg);
}

/* line 131, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(10)::before {
  -webkit-animation-delay: -0.3s !important;
          animation-delay: -0.3s !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 136, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(11) {
  transform: rotate(300deg);
}

/* line 139, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(11)::before {
  -webkit-animation-delay: -0.2s !important;
          animation-delay: -0.2s !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 144, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(12) {
  transform: rotate(330deg);
}

/* line 147, app/assets/stylesheets/components/ui/loading_dots.scss */
.loading-dots .dot:nth-child(12)::before {
  -webkit-animation-delay: -0.1s !important;
          animation-delay: -0.1s !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 3, app/assets/stylesheets/components/ui/modals.scss */
.modal-wide {
  max-width: 1000px;
}

/* line 7, app/assets/stylesheets/components/ui/modals.scss */
.modal-content {
  width: 100%;
}

/* line 11, app/assets/stylesheets/components/ui/modals.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
  /* line 18, app/assets/stylesheets/components/ui/modals.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

/* line 25, app/assets/stylesheets/components/ui/modals.scss */
.modal .modal-xl {
  max-width: 1200px;
}

/* line 26, app/assets/stylesheets/components/ui/modals.scss */
.modal .modal-lg {
  max-width: 800px;
}

/* line 27, app/assets/stylesheets/components/ui/modals.scss */
.modal .modal-md {
  max-width: 500px;
}

/* line 9, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .popover,
#content-frame .popover,
#meeting-menu .popover,
#projects-tab .popover,
#super-admin-fullscreen .popover,
#workspace-frame .popover,
.shepherd-element .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 37, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .popover .arrow,
#content-frame .popover .arrow,
#meeting-menu .popover .arrow,
#projects-tab .popover .arrow,
#super-admin-fullscreen .popover .arrow,
#workspace-frame .popover .arrow,
.shepherd-element .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 45, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .popover .arrow::before, #calendar .popover .arrow::after,
#content-frame .popover .arrow::before,
#content-frame .popover .arrow::after,
#meeting-menu .popover .arrow::before,
#meeting-menu .popover .arrow::after,
#projects-tab .popover .arrow::before,
#projects-tab .popover .arrow::after,
#super-admin-fullscreen .popover .arrow::before,
#super-admin-fullscreen .popover .arrow::after,
#workspace-frame .popover .arrow::before,
#workspace-frame .popover .arrow::after,
.shepherd-element .popover .arrow::before,
.shepherd-element .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 53, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-top, #calendar .bs-popover-auto[x-placement^="top"],
#content-frame .bs-popover-top,
#content-frame .bs-popover-auto[x-placement^="top"],
#meeting-menu .bs-popover-top,
#meeting-menu .bs-popover-auto[x-placement^="top"],
#projects-tab .bs-popover-top,
#projects-tab .bs-popover-auto[x-placement^="top"],
#super-admin-fullscreen .bs-popover-top,
#super-admin-fullscreen .bs-popover-auto[x-placement^="top"],
#workspace-frame .bs-popover-top,
#workspace-frame .bs-popover-auto[x-placement^="top"],
.shepherd-element .bs-popover-top,
.shepherd-element .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 57, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-top > .arrow, #calendar .bs-popover-auto[x-placement^="top"] > .arrow,
#content-frame .bs-popover-top > .arrow,
#content-frame .bs-popover-auto[x-placement^="top"] > .arrow,
#meeting-menu .bs-popover-top > .arrow,
#meeting-menu .bs-popover-auto[x-placement^="top"] > .arrow,
#projects-tab .bs-popover-top > .arrow,
#projects-tab .bs-popover-auto[x-placement^="top"] > .arrow,
#super-admin-fullscreen .bs-popover-top > .arrow,
#super-admin-fullscreen .bs-popover-auto[x-placement^="top"] > .arrow,
#workspace-frame .bs-popover-top > .arrow,
#workspace-frame .bs-popover-auto[x-placement^="top"] > .arrow,
.shepherd-element .bs-popover-top > .arrow,
.shepherd-element .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 61, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-top > .arrow::before, #calendar .bs-popover-auto[x-placement^="top"] > .arrow::before,
#content-frame .bs-popover-top > .arrow::before,
#content-frame .bs-popover-auto[x-placement^="top"] > .arrow::before,
#meeting-menu .bs-popover-top > .arrow::before,
#meeting-menu .bs-popover-auto[x-placement^="top"] > .arrow::before,
#projects-tab .bs-popover-top > .arrow::before,
#projects-tab .bs-popover-auto[x-placement^="top"] > .arrow::before,
#super-admin-fullscreen .bs-popover-top > .arrow::before,
#super-admin-fullscreen .bs-popover-auto[x-placement^="top"] > .arrow::before,
#workspace-frame .bs-popover-top > .arrow::before,
#workspace-frame .bs-popover-auto[x-placement^="top"] > .arrow::before,
.shepherd-element .bs-popover-top > .arrow::before,
.shepherd-element .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 67, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-top > .arrow::after, #calendar .bs-popover-auto[x-placement^="top"] > .arrow::after,
#content-frame .bs-popover-top > .arrow::after,
#content-frame .bs-popover-auto[x-placement^="top"] > .arrow::after,
#meeting-menu .bs-popover-top > .arrow::after,
#meeting-menu .bs-popover-auto[x-placement^="top"] > .arrow::after,
#projects-tab .bs-popover-top > .arrow::after,
#projects-tab .bs-popover-auto[x-placement^="top"] > .arrow::after,
#super-admin-fullscreen .bs-popover-top > .arrow::after,
#super-admin-fullscreen .bs-popover-auto[x-placement^="top"] > .arrow::after,
#workspace-frame .bs-popover-top > .arrow::after,
#workspace-frame .bs-popover-auto[x-placement^="top"] > .arrow::after,
.shepherd-element .bs-popover-top > .arrow::after,
.shepherd-element .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 73, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-right, #calendar .bs-popover-auto[x-placement^="right"],
#content-frame .bs-popover-right,
#content-frame .bs-popover-auto[x-placement^="right"],
#meeting-menu .bs-popover-right,
#meeting-menu .bs-popover-auto[x-placement^="right"],
#projects-tab .bs-popover-right,
#projects-tab .bs-popover-auto[x-placement^="right"],
#super-admin-fullscreen .bs-popover-right,
#super-admin-fullscreen .bs-popover-auto[x-placement^="right"],
#workspace-frame .bs-popover-right,
#workspace-frame .bs-popover-auto[x-placement^="right"],
.shepherd-element .bs-popover-right,
.shepherd-element .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 77, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-right > .arrow, #calendar .bs-popover-auto[x-placement^="right"] > .arrow,
#content-frame .bs-popover-right > .arrow,
#content-frame .bs-popover-auto[x-placement^="right"] > .arrow,
#meeting-menu .bs-popover-right > .arrow,
#meeting-menu .bs-popover-auto[x-placement^="right"] > .arrow,
#projects-tab .bs-popover-right > .arrow,
#projects-tab .bs-popover-auto[x-placement^="right"] > .arrow,
#super-admin-fullscreen .bs-popover-right > .arrow,
#super-admin-fullscreen .bs-popover-auto[x-placement^="right"] > .arrow,
#workspace-frame .bs-popover-right > .arrow,
#workspace-frame .bs-popover-auto[x-placement^="right"] > .arrow,
.shepherd-element .bs-popover-right > .arrow,
.shepherd-element .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 84, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-right > .arrow::before, #calendar .bs-popover-auto[x-placement^="right"] > .arrow::before,
#content-frame .bs-popover-right > .arrow::before,
#content-frame .bs-popover-auto[x-placement^="right"] > .arrow::before,
#meeting-menu .bs-popover-right > .arrow::before,
#meeting-menu .bs-popover-auto[x-placement^="right"] > .arrow::before,
#projects-tab .bs-popover-right > .arrow::before,
#projects-tab .bs-popover-auto[x-placement^="right"] > .arrow::before,
#super-admin-fullscreen .bs-popover-right > .arrow::before,
#super-admin-fullscreen .bs-popover-auto[x-placement^="right"] > .arrow::before,
#workspace-frame .bs-popover-right > .arrow::before,
#workspace-frame .bs-popover-auto[x-placement^="right"] > .arrow::before,
.shepherd-element .bs-popover-right > .arrow::before,
.shepherd-element .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 90, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-right > .arrow::after, #calendar .bs-popover-auto[x-placement^="right"] > .arrow::after,
#content-frame .bs-popover-right > .arrow::after,
#content-frame .bs-popover-auto[x-placement^="right"] > .arrow::after,
#meeting-menu .bs-popover-right > .arrow::after,
#meeting-menu .bs-popover-auto[x-placement^="right"] > .arrow::after,
#projects-tab .bs-popover-right > .arrow::after,
#projects-tab .bs-popover-auto[x-placement^="right"] > .arrow::after,
#super-admin-fullscreen .bs-popover-right > .arrow::after,
#super-admin-fullscreen .bs-popover-auto[x-placement^="right"] > .arrow::after,
#workspace-frame .bs-popover-right > .arrow::after,
#workspace-frame .bs-popover-auto[x-placement^="right"] > .arrow::after,
.shepherd-element .bs-popover-right > .arrow::after,
.shepherd-element .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 96, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-bottom, #calendar .bs-popover-auto[x-placement^="bottom"],
#content-frame .bs-popover-bottom,
#content-frame .bs-popover-auto[x-placement^="bottom"],
#meeting-menu .bs-popover-bottom,
#meeting-menu .bs-popover-auto[x-placement^="bottom"],
#projects-tab .bs-popover-bottom,
#projects-tab .bs-popover-auto[x-placement^="bottom"],
#super-admin-fullscreen .bs-popover-bottom,
#super-admin-fullscreen .bs-popover-auto[x-placement^="bottom"],
#workspace-frame .bs-popover-bottom,
#workspace-frame .bs-popover-auto[x-placement^="bottom"],
.shepherd-element .bs-popover-bottom,
.shepherd-element .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 100, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-bottom > .arrow, #calendar .bs-popover-auto[x-placement^="bottom"] > .arrow,
#content-frame .bs-popover-bottom > .arrow,
#content-frame .bs-popover-auto[x-placement^="bottom"] > .arrow,
#meeting-menu .bs-popover-bottom > .arrow,
#meeting-menu .bs-popover-auto[x-placement^="bottom"] > .arrow,
#projects-tab .bs-popover-bottom > .arrow,
#projects-tab .bs-popover-auto[x-placement^="bottom"] > .arrow,
#super-admin-fullscreen .bs-popover-bottom > .arrow,
#super-admin-fullscreen .bs-popover-auto[x-placement^="bottom"] > .arrow,
#workspace-frame .bs-popover-bottom > .arrow,
#workspace-frame .bs-popover-auto[x-placement^="bottom"] > .arrow,
.shepherd-element .bs-popover-bottom > .arrow,
.shepherd-element .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 104, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-bottom > .arrow::before, #calendar .bs-popover-auto[x-placement^="bottom"] > .arrow::before,
#content-frame .bs-popover-bottom > .arrow::before,
#content-frame .bs-popover-auto[x-placement^="bottom"] > .arrow::before,
#meeting-menu .bs-popover-bottom > .arrow::before,
#meeting-menu .bs-popover-auto[x-placement^="bottom"] > .arrow::before,
#projects-tab .bs-popover-bottom > .arrow::before,
#projects-tab .bs-popover-auto[x-placement^="bottom"] > .arrow::before,
#super-admin-fullscreen .bs-popover-bottom > .arrow::before,
#super-admin-fullscreen .bs-popover-auto[x-placement^="bottom"] > .arrow::before,
#workspace-frame .bs-popover-bottom > .arrow::before,
#workspace-frame .bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.shepherd-element .bs-popover-bottom > .arrow::before,
.shepherd-element .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 110, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-bottom > .arrow::after, #calendar .bs-popover-auto[x-placement^="bottom"] > .arrow::after,
#content-frame .bs-popover-bottom > .arrow::after,
#content-frame .bs-popover-auto[x-placement^="bottom"] > .arrow::after,
#meeting-menu .bs-popover-bottom > .arrow::after,
#meeting-menu .bs-popover-auto[x-placement^="bottom"] > .arrow::after,
#projects-tab .bs-popover-bottom > .arrow::after,
#projects-tab .bs-popover-auto[x-placement^="bottom"] > .arrow::after,
#super-admin-fullscreen .bs-popover-bottom > .arrow::after,
#super-admin-fullscreen .bs-popover-auto[x-placement^="bottom"] > .arrow::after,
#workspace-frame .bs-popover-bottom > .arrow::after,
#workspace-frame .bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.shepherd-element .bs-popover-bottom > .arrow::after,
.shepherd-element .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 116, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-bottom .popover-header::before, #calendar .bs-popover-auto[x-placement^="bottom"] .popover-header::before,
#content-frame .bs-popover-bottom .popover-header::before,
#content-frame .bs-popover-auto[x-placement^="bottom"] .popover-header::before,
#meeting-menu .bs-popover-bottom .popover-header::before,
#meeting-menu .bs-popover-auto[x-placement^="bottom"] .popover-header::before,
#projects-tab .bs-popover-bottom .popover-header::before,
#projects-tab .bs-popover-auto[x-placement^="bottom"] .popover-header::before,
#super-admin-fullscreen .bs-popover-bottom .popover-header::before,
#super-admin-fullscreen .bs-popover-auto[x-placement^="bottom"] .popover-header::before,
#workspace-frame .bs-popover-bottom .popover-header::before,
#workspace-frame .bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.shepherd-element .bs-popover-bottom .popover-header::before,
.shepherd-element .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 127, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-left, #calendar .bs-popover-auto[x-placement^="left"],
#content-frame .bs-popover-left,
#content-frame .bs-popover-auto[x-placement^="left"],
#meeting-menu .bs-popover-left,
#meeting-menu .bs-popover-auto[x-placement^="left"],
#projects-tab .bs-popover-left,
#projects-tab .bs-popover-auto[x-placement^="left"],
#super-admin-fullscreen .bs-popover-left,
#super-admin-fullscreen .bs-popover-auto[x-placement^="left"],
#workspace-frame .bs-popover-left,
#workspace-frame .bs-popover-auto[x-placement^="left"],
.shepherd-element .bs-popover-left,
.shepherd-element .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 131, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-left > .arrow, #calendar .bs-popover-auto[x-placement^="left"] > .arrow,
#content-frame .bs-popover-left > .arrow,
#content-frame .bs-popover-auto[x-placement^="left"] > .arrow,
#meeting-menu .bs-popover-left > .arrow,
#meeting-menu .bs-popover-auto[x-placement^="left"] > .arrow,
#projects-tab .bs-popover-left > .arrow,
#projects-tab .bs-popover-auto[x-placement^="left"] > .arrow,
#super-admin-fullscreen .bs-popover-left > .arrow,
#super-admin-fullscreen .bs-popover-auto[x-placement^="left"] > .arrow,
#workspace-frame .bs-popover-left > .arrow,
#workspace-frame .bs-popover-auto[x-placement^="left"] > .arrow,
.shepherd-element .bs-popover-left > .arrow,
.shepherd-element .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 138, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-left > .arrow::before, #calendar .bs-popover-auto[x-placement^="left"] > .arrow::before,
#content-frame .bs-popover-left > .arrow::before,
#content-frame .bs-popover-auto[x-placement^="left"] > .arrow::before,
#meeting-menu .bs-popover-left > .arrow::before,
#meeting-menu .bs-popover-auto[x-placement^="left"] > .arrow::before,
#projects-tab .bs-popover-left > .arrow::before,
#projects-tab .bs-popover-auto[x-placement^="left"] > .arrow::before,
#super-admin-fullscreen .bs-popover-left > .arrow::before,
#super-admin-fullscreen .bs-popover-auto[x-placement^="left"] > .arrow::before,
#workspace-frame .bs-popover-left > .arrow::before,
#workspace-frame .bs-popover-auto[x-placement^="left"] > .arrow::before,
.shepherd-element .bs-popover-left > .arrow::before,
.shepherd-element .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 144, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .bs-popover-left > .arrow::after, #calendar .bs-popover-auto[x-placement^="left"] > .arrow::after,
#content-frame .bs-popover-left > .arrow::after,
#content-frame .bs-popover-auto[x-placement^="left"] > .arrow::after,
#meeting-menu .bs-popover-left > .arrow::after,
#meeting-menu .bs-popover-auto[x-placement^="left"] > .arrow::after,
#projects-tab .bs-popover-left > .arrow::after,
#projects-tab .bs-popover-auto[x-placement^="left"] > .arrow::after,
#super-admin-fullscreen .bs-popover-left > .arrow::after,
#super-admin-fullscreen .bs-popover-auto[x-placement^="left"] > .arrow::after,
#workspace-frame .bs-popover-left > .arrow::after,
#workspace-frame .bs-popover-auto[x-placement^="left"] > .arrow::after,
.shepherd-element .bs-popover-left > .arrow::after,
.shepherd-element .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 150, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .popover-header,
#content-frame .popover-header,
#meeting-menu .popover-header,
#projects-tab .popover-header,
#super-admin-fullscreen .popover-header,
#workspace-frame .popover-header,
.shepherd-element .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 160, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .popover-header:empty,
#content-frame .popover-header:empty,
#meeting-menu .popover-header:empty,
#projects-tab .popover-header:empty,
#super-admin-fullscreen .popover-header:empty,
#workspace-frame .popover-header:empty,
.shepherd-element .popover-header:empty {
  display: none;
}

/* line 164, app/assets/stylesheets/components/ui/popovers.scss */
#calendar .popover-body,
#content-frame .popover-body,
#meeting-menu .popover-body,
#projects-tab .popover-body,
#super-admin-fullscreen .popover-body,
#workspace-frame .popover-body,
.shepherd-element .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 172, app/assets/stylesheets/components/ui/popovers.scss */
.shepherd-element span[data-toggle="popover"] {
  color: #14b2c7;
}

/* line 178, app/assets/stylesheets/components/ui/popovers.scss */
#meeting-menu .popover {
  min-width: 17rem;
  width: 32rem;
}

@media only screen and (min-width: 368px) {
  /* line 178, app/assets/stylesheets/components/ui/popovers.scss */
  #meeting-menu .popover {
    max-width: 50vw;
  }
}

/* line 2, app/assets/stylesheets/components/ui/preloader.scss */
.preloader-text > div {
  width: 100%;
  border-radius: 3px;
  position: relative;
  background-color: #d5dbe1;
  -webkit-animation-name: shine;
          animation-name: shine;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  padding: 5px 0;
  opacity: 0.5;
}

/* line 14, app/assets/stylesheets/components/ui/preloader.scss */
.preloader-text .header--large {
  padding: 1rem 0;
  height: 30px;
  width: 30%;
}

/* line 20, app/assets/stylesheets/components/ui/preloader.scss */
.preloader-text .header--medium {
  height: 20px;
  width: 30%;
}

/* line 25, app/assets/stylesheets/components/ui/preloader.scss */
.preloader-text .header--small {
  margin: 1.25rem 0;
  margin-bottom: 0;
  height: 14px;
  width: 30%;
}

/* line 32, app/assets/stylesheets/components/ui/preloader.scss */
.preloader-text .text-content {
  height: 10px;
}

@-webkit-keyframes shine {
  from {
    transition: none;
  }
  to {
    background-color: #f6f7f8;
    transition: all 2s ease-out;
  }
}

@keyframes shine {
  from {
    transition: none;
  }
  to {
    background-color: #f6f7f8;
    transition: all 2s ease-out;
  }
}

/* line 3, app/assets/stylesheets/components/ui/sorting.scss */
.ui-sortable .sortable-placeholder {
  background: lightgreen;
  display: block;
}

/* line 8, app/assets/stylesheets/components/ui/sorting.scss */
.ui-sortable .ui-sortable-helper .sorting-handle {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 13, app/assets/stylesheets/components/ui/sorting.scss */
.sorting-handle {
  cursor: -webkit-grab;
  cursor: grab;
  margin: 0.9rem 0.75rem auto 0;
  width: 0.5rem;
}

/* line 20, app/assets/stylesheets/components/ui/sorting.scss */
.sortable-ghost {
  display: block;
  opacity: 0.7;
  border-width: 2px !important;
  /* stylelint-disable-line declaration-no-important */
  border-style: dashed !important;
  /* stylelint-disable-line declaration-no-important */
  border-color: lightgreen;
}

/* line 29, app/assets/stylesheets/components/ui/sorting.scss */
.sortable-drag {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15), 0 1.5px 4px 0 rgba(0, 0, 0, 0.1);
}

/* line 36, app/assets/stylesheets/components/ui/sorting.scss */
.sortable-chosen {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 40, app/assets/stylesheets/components/ui/sorting.scss */
.sorting-handle {
  cursor: -webkit-grab;
  cursor: grab;
  display: none;
}

/* line 46, app/assets/stylesheets/components/ui/sorting.scss */
[data-controller="sortable"] .sorting-handle {
  display: block;
  visibility: hidden;
}

/* line 50, app/assets/stylesheets/components/ui/sorting.scss */
[data-controller="sortable"] .editable-row:hover .col-icon .sorting-handle,
[data-controller="sortable"] article:hover > .icons > .sorting-handle {
  visibility: visible;
}

/* line 1, app/assets/stylesheets/components/ui/tooltips.scss */
i.fa.fa-question-circle[data-toggle='tooltip'] {
  color: #c0c7d1;
}

/* line 4, app/assets/stylesheets/components/ui/tooltips.scss */
i.fa.fa-question-circle[data-toggle='tooltip']:hover {
  color: #4b5971;
}

/* line 1, app/assets/stylesheets/vendor/tribute.scss */
.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 210px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
  border: 1px solid #c0c7d1;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.5rem 0.02rem #f1f3f5;
}

/* line 17, app/assets/stylesheets/vendor/tribute.scss */
.tribute-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
}

/* line 24, app/assets/stylesheets/vendor/tribute.scss */
.tribute-container li {
  padding: 10px;
  min-height: 42px;
  cursor: pointer;
  color: #909eb0;
}

/* line 30, app/assets/stylesheets/vendor/tribute.scss */
.tribute-container li.highlight, .tribute-container li:hover {
  background-color: #7e1a7c;
  color: white;
}

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

/* line 39, app/assets/stylesheets/vendor/tribute.scss */
.tribute-container li span {
  font-weight: bold;
}

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

/*! jQuery UI - v1.10.4 - 2014-07-09
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=%22Helvetica%20Neue%22%2CHelvetica%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=%2397cddb&bgTextureHeader=flat&bgImgOpacityHeader=75&borderColorHeader=%2397cddb&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23fcfdfd&bgTextureContent=flat&bgImgOpacityContent=100&borderColorContent=%23e1e1e1&fcContent=%23222222&iconColorContent=%230078ae&bgColorDefault=%23a2c852&bgTextureDefault=flat&bgImgOpacityDefault=45&borderColorDefault=%23a2c852&fcDefault=%23ffffff&iconColorDefault=%23ffffff&bgColorHover=%23e47b19&bgTextureHover=flat&bgImgOpacityHover=75&borderColorHover=%23e47b19&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%23a2c852&bgTextureActive=flat&bgImgOpacityActive=45&borderColorActive=%23a2c852&fcActive=%23ffffff&iconColorActive=%23fff&bgColorHighlight=%23f8da4e&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%23fcd113&fcHighlight=%23915608&iconColorHighlight=%23f7a50d&bgColorError=%23e14f1c&bgTextureError=flat&bgImgOpacityError=45&borderColorError=%23cd0a0a&fcError=%23ffffff&iconColorError=%23fcd113&bgColorOverlay=%23000&bgTextureOverlay=flat&bgImgOpacityOverlay=40&opacityOverlay=40&bgColorShadow=%23999999&bgTextureShadow=flat&bgImgOpacityShadow=55&opacityShadow=25&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-hidden {
  display: none;
}

/* line 12, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 22, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 32, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 38, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 41, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 44, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 54, app/assets/stylesheets/jquery-ui.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 61, app/assets/stylesheets/jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 70, app/assets/stylesheets/jquery-ui.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 82, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 89, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable {
  position: relative;
}

/* line 92, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

/* line 97, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 101, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 108, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 115, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 122, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 129, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 136, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 143, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 150, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 157, app/assets/stylesheets/jquery-ui.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 162, app/assets/stylesheets/jquery-ui.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

/* line 170, app/assets/stylesheets/jquery-ui.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 173, app/assets/stylesheets/jquery-ui.scss */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

/* line 176, app/assets/stylesheets/jquery-ui.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 179, app/assets/stylesheets/jquery-ui.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 185, app/assets/stylesheets/jquery-ui.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 190, app/assets/stylesheets/jquery-ui.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 300, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 305, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 309, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 316, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 320, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 323, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 326, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 329, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 332, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 341, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 346, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 350, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 354, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 360, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 366, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 370, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 377, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 385, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 393, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 398, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 401, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 404, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 408, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 411, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 414, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 417, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 421, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 424, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 431, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 434, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 438, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 442, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 446, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 450, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 453, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 456, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 460, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 465, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 473, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 477, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 485, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 494, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 501, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 508, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 515, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

/* line 522, app/assets/stylesheets/jquery-ui.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 525, app/assets/stylesheets/jquery-ui.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

/* line 532, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

/* line 536, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

/* line 543, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 550, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

/* line 558, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* line 564, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

/* line 569, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
/* line 574, app/assets/stylesheets/jquery-ui.scss */
.ui-menu-icons {
  position: relative;
}

/* line 577, app/assets/stylesheets/jquery-ui.scss */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
/* line 583, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
/* line 590, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/* line 594, app/assets/stylesheets/jquery-ui.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 599, app/assets/stylesheets/jquery-ui.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 603, app/assets/stylesheets/jquery-ui.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url(/assets/images/animated-overlay.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

/* line 609, app/assets/stylesheets/jquery-ui.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 612, app/assets/stylesheets/jquery-ui.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 616, app/assets/stylesheets/jquery-ui.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 623, app/assets/stylesheets/jquery-ui.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
/* line 633, app/assets/stylesheets/jquery-ui.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 638, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 641, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 645, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 649, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 652, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 656, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 660, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 665, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 669, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 672, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 675, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 682, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

/* line 692, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
/* line 706, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
/* line 712, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* line 718, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner-up {
  top: 0;
}

/* line 721, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
/* line 726, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/* line 730, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 734, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 738, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 748, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 753, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 757, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 762, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 765, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 771, app/assets/stylesheets/jquery-ui.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

/* line 779, app/assets/stylesheets/jquery-ui.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 799, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-content {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #354052;
}

/* line 804, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-content a {
  color: #14b2c7;
}

/* Interaction states
----------------------------------*/
/* Interaction Cues
// ----------------------------------*/
/* Icons
----------------------------------*/
/* states and images */
/* line 928, app/assets/stylesheets/jquery-ui.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 932, app/assets/stylesheets/jquery-ui.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/images/ui-icons_0078ae_256x240.png);
}

/* line 936, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/images/ui-icons_ffffff_256x240.png);
}

/* line 939, app/assets/stylesheets/jquery-ui.scss */
.ui-state-default .ui-icon {
  background-image: url(/assets/images/ui-icons_ffffff_256x240.png);
}

/* line 942, app/assets/stylesheets/jquery-ui.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/assets/images/ui-icons_ffffff_256x240.png);
}

/* line 946, app/assets/stylesheets/jquery-ui.scss */
.ui-state-active .ui-icon {
  background-image: url(/assets/images/ui-icons_fff_256x240.png);
}

/* line 949, app/assets/stylesheets/jquery-ui.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/assets/images/ui-icons_f7a50d_256x240.png);
}

/* line 952, app/assets/stylesheets/jquery-ui.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/images/ui-icons_fcd113_256x240.png);
}

/* positioning */
/* line 958, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 959, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 960, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 961, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 962, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 963, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 964, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 965, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 966, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 967, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 968, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 969, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 970, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 971, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 972, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 973, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 974, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 975, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 976, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 977, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 978, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 979, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 980, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 981, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 982, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 983, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 984, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 985, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 986, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 987, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 988, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 989, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 990, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 991, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 992, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 993, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 994, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 995, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 996, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 997, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 998, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 999, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 1000, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 1001, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 1002, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 1003, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 1004, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 1005, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 1006, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 1007, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 1008, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 1009, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 1010, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 1011, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 1012, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 1013, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 1014, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 1015, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 1016, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 1017, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 1018, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 1019, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 1020, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 1021, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 1022, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 1023, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 1024, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 1025, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 1026, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 1027, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 1028, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 1029, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 1030, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 1031, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 1032, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 1033, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 1034, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 1035, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 1036, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 1037, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 1038, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 1039, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 1040, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 1041, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 1042, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 1043, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 1044, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 1045, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 1046, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 1047, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 1048, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 1049, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 1050, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 1051, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 1052, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 1053, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 1054, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 1055, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 1056, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 1057, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 1058, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 1059, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 1060, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 1061, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 1062, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 1063, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 1064, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 1065, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 1066, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 1067, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 1068, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 1069, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 1070, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 1071, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 1072, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 1073, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 1074, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 1075, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 1076, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 1077, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 1078, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 1079, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 1080, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 1081, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 1082, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 1083, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 1084, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 1085, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 1086, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 1087, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 1088, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 1089, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 1090, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 1091, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 1092, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 1093, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 1094, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1096, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 1097, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 1098, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 1099, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 1100, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 1101, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 1102, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 1103, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 1104, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 1105, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 1106, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 1107, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 1108, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 1109, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 1110, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 1111, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 1112, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 1113, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 1114, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 1115, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 1116, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 1117, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 1118, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 1119, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 1120, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 1121, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 1122, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 1123, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 1124, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 1125, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 1126, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 1127, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 1128, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 1129, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 1130, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 1131, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 1132, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 1133, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1140, app/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0.2rem;
}

/* line 1146, app/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0.2rem;
}

/* line 1152, app/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0.2rem;
}

/* line 1158, app/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0.2rem;
}

/* Overlays */
/* line 1166, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-overlay {
  background: #000 url(/assets/images/ui-bg_flat_40_000_40x100.png) 50% 50% repeat-x;
  opacity: .4;
  filter: Alpha(Opacity=40);
}

/* line 1171, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-shadow {
  margin: 5px 0 0 5px;
  padding: 0px;
  background: #999999 url(/assets/images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x;
  opacity: .25;
  filter: Alpha(Opacity=25);
  border-radius: 5px;
}

/* line 1, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-draggable-dragging {
  z-index: 1000 !important;
  filter: alpha(opacity=60);
  opacity: .60;
}

/* line 7, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-dialog-titlebar a {
  color: #FFF;
}

/* line 11, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-autocomplete {
  background: #FFF;
  z-index: 1101;
}

/* line 16, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-autocomplete.ui-menu {
  border: 1px solid #ccc;
  padding: 0;
}

/* line 20, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-autocomplete.ui-menu:hover {
  border: 1px solid #ccc;
}

/* line 25, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: 0 !important;
  padding: 0.5rem !important;
}

/* line 31, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-autocomplete .ui-menu-item a {
  cursor: pointer;
  padding: 0.5rem;
  border-radius: none;
}

/* line 36, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-autocomplete .ui-menu-item a:hover, .ui-autocomplete .ui-menu-item a:focus, .ui-autocomplete .ui-menu-item a.ui-state-focus {
  background-color: #f6f8fa;
  padding: 0.3rem;
}

/* line 44, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-autocomplete .ui-state-hover {
  background: #109cae;
  font-weight: normal;
}

/* line 49, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-autocomplete .ui-state-hover a,
.ui-autocomplete .ui-state-hover a:hover {
  text-decoration: none;
}

/* line 57, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-dialog {
  border: 0;
  padding: 1rem 1rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px 4px rgba(53, 64, 82, 0.33);
  position: fixed;
  max-height: calc(100vh - 4rem);
  overflow-y: scroll;
}

/* line 69, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-dialog input.role-focus {
  width: 270px;
}

/* line 73, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-dialog .ui-dialog-content {
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  max-height: 575px;
}

/* line 80, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-dialog .ui-dialog-buttonpane {
  padding: 0.8rem 1rem;
  border: none;
}

/* line 85, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-dialog .ui-dialog-titlebar-close {
  background-color: #354052;
  border-radius: 0.25rem;
  border: 3px solid #354052;
  width: 1.5rem;
  height: 1.5rem;
  outline: none;
  right: .75rem;
}

/* line 96, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
  display: none;
}

/* line 100, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-dialog .ui-dialog-titlebar-close:hover {
  background-color: #4b5971;
  border: 3px solid #4b5971;
}

/* line 106, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-dialog .ui-dialog-title {
  font-size: 1.5rem;
  font-weight: 300;
  color: #354052;
  line-height: 1.75rem;
}

/* line 115, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-slider-vertical .ui-slider-handle {
  left: 0;
}

/* line 119, app/assets/stylesheets/jquery_ui_overrides.scss */
.ui-widget-overlay {
  opacity: 0.5;
  background: #354052;
}

/* line 2, app/assets/stylesheets/features/_accounts.scss */
#pricing-plan-list .btn-blocked {
  cursor: default;
  opacity: 0.35;
}

/* line 6, app/assets/stylesheets/features/_accounts.scss */
#pricing-plan-list .btn-blocked:hover {
  background-color: #14b2c7;
  border-color: #14b2c7;
}

/* line 14, app/assets/stylesheets/features/_accounts.scss */
#admin-page .view-plans-link {
  font-size: 0.75rem !important;
  padding: 0.5rem;
}

/* line 19, app/assets/stylesheets/features/_accounts.scss */
#admin-page .upgrade-to-premium-text {
  max-width: 50rem;
  margin: 0 auto;
}

/* line 2, app/assets/stylesheets/features/_governance_meeting.scss */
#changes-list h3 {
  padding: 15px 0 0 0;
  font-weight: normal;
  font-size: 16pt;
  color: #878787;
  border-bottom: 5px solid #E9E9E9;
}

/* line 10, app/assets/stylesheets/features/_governance_meeting.scss */
#changes-list .policies {
  padding: 0 !important;
}

/* line 13, app/assets/stylesheets/features/_governance_meeting.scss */
#changes-list .roles {
  margin-top: 10px;
}

/* line 16, app/assets/stylesheets/features/_governance_meeting.scss */
#changes-list .change-sub-title {
  padding-top: 5px;
}

/* line 19, app/assets/stylesheets/features/_governance_meeting.scss */
#changes-list .inner-div {
  padding: 5px 12px;
}

/* line 25, app/assets/stylesheets/features/_governance_meeting.scss */
#governance_controller #status {
  float: right;
  margin: 10px;
  color: #AAA;
}

/* line 32, app/assets/stylesheets/features/_governance_meeting.scss */
.host-or-participant-indicator {
  display: inline-block;
  padding-top: 0.75rem;
  text-align: right;
}

/* line 38, app/assets/stylesheets/features/_governance_meeting.scss */
.election-role-end-date {
  color: black;
}

/* line 41, app/assets/stylesheets/features/_governance_meeting.scss */
.election-role-end-date--invalid {
  color: red !important;
}

/* line 1, app/assets/stylesheets/features/_habit_support.scss */
body.lessons.main.show {
  font-size: 14px;
}

/* line 4, app/assets/stylesheets/features/_habit_support.scss */
body.lessons.main.show .title-caption {
  color: #616e89;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 12, app/assets/stylesheets/features/_habit_support.scss */
body.lessons.main.show p.lesson-content {
  padding-top: 0.5rem;
}

/* line 14, app/assets/stylesheets/features/_habit_support.scss */
body.lessons.main.show p.lesson-content a {
  word-break: break-word;
}

/* line 19, app/assets/stylesheets/features/_habit_support.scss */
body.lessons.main.show iframe {
  /* override other styles to make responsive */
  width: 100% !important;
}

/* line 24, app/assets/stylesheets/features/_habit_support.scss */
body.lessons.main.show .lesson-footer {
  padding: 1.5rem;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d5dbe1;
  background: #f6f8fa;
}

/* line 36, app/assets/stylesheets/features/_habit_support.scss */
.habits.index.main progress.participant-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 135px;
  height: 15px;
  margin-right: 6px;
  position: relative;
  top: 3px;
  /* Firefox */
  border: none;
  /* IE10 */
  color: blue;
  /* Safari */
  background-size: auto;
}

/* line 59, app/assets/stylesheets/components/_application.scss */
.habits.index.main progress.participant-progress::-webkit-progress-bar {
  background-color: #f1f3f5;
  border-radius: 2px;
  box-shadow: 0 1px 1px #c0c7d1 inset;
}

/* line 65, app/assets/stylesheets/components/_application.scss */
.habits.index.main progress.participant-progress::-moz-progress-bar {
  background: #14b2c7;
}

/* line 69, app/assets/stylesheets/components/_application.scss */
.habits.index.main progress.participant-progress::-webkit-progress-value {
  border-radius: 2px;
  background-color: #14b2c7;
  background-size: 35px 20px, 100% 100%, 100% 100%;
}

/* line 40, app/assets/stylesheets/features/_habit_support.scss */
.habits.index.main .btn, .habits.index.main .ui-button {
  white-space: normal;
  word-break: normal;
}

/* line 45, app/assets/stylesheets/features/_habit_support.scss */
.habits.index.main .enroll-all-form {
  display: inline-block;
  margin: 0;
  right: 0;
  position: relative;
  top: -7px;
}

/* line 53, app/assets/stylesheets/features/_habit_support.scss */
.habits.index.main .habit-support--paused {
  position: relative;
  opacity: .5;
  cursor: not-allowed;
}

/* line 59, app/assets/stylesheets/features/_habit_support.scss */
.habits.index.main .habit-support--paused * {
  pointer-events: none;
}

/* line 3, app/assets/stylesheets/features/_search_projects.scss */
.search_projects .tipsy {
  word-wrap: break-word;
}

/* line 6, app/assets/stylesheets/features/_search_projects.scss */
#search_projects_controller {
  position: relative;
}

/* line 9, app/assets/stylesheets/features/_search_projects.scss */
#search_projects_controller .filters {
  background-color: #f6f8fa;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 2rem;
}

/* line 17, app/assets/stylesheets/features/_search_projects.scss */
#search_projects_controller .results .th {
  border-bottom: 1px solid #d5dbe1;
}

/* line 20, app/assets/stylesheets/features/_search_projects.scss */
#search_projects_controller .results .th, #search_projects_controller .results .td {
  padding: 1rem;
}

/* line 23, app/assets/stylesheets/features/_search_projects.scss */
#search_projects_controller .results .date {
  min-width: 80px;
}

/* line 26, app/assets/stylesheets/features/_search_projects.scss */
#search_projects_controller .results .external-link:after {
  font-size: 19px !important;
  content: "\f0c6";
}

/* line 30, app/assets/stylesheets/features/_search_projects.scss */
#search_projects_controller .results .private-icon:after {
  font-size: 20px !important;
  content: "\f023";
}

/* line 34, app/assets/stylesheets/features/_search_projects.scss */
#search_projects_controller .results .external-link:after, #search_projects_controller .results .private-icon:after {
  font-family: FontAwesome;
  font-style: normal;
  vertical-align: middle;
}

/* line 39, app/assets/stylesheets/features/_search_projects.scss */
#search_projects_controller .results .icon-shell {
  display: inline-block;
  padding: 5px 2px;
}

/* line 45, app/assets/stylesheets/features/_search_projects.scss */
#search_projects_controller .loading {
  position: absolute;
  background: #FFF url(/../../../assets/images/spinner.gif) no-repeat 50% 50%;
  width: 100%;
  height: 100px;
  font-size: 1.7em;
  font-weight: 600;
  color: #666;
  text-align: center;
  filter: alpha(opacity=80);
  opacity: .75;
  box-sizing: border-box;
}

/* line 2, app/assets/stylesheets/features/_search_results.scss */
.main.search a:first-child + .section {
  margin-top: 0;
}

/* line 6, app/assets/stylesheets/features/_search_results.scss */
.main.search .search_results_count {
  margin: 0.5rem 0;
}

/* line 10, app/assets/stylesheets/features/_search_results.scss */
.main.search .search_results_links {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: #e1e5ea;
}

/* line 16, app/assets/stylesheets/features/_search_results.scss */
.main.search h3 {
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/features/_search_results.scss */
.main.search .group {
  margin-bottom: 2.5rem;
}

/* line 24, app/assets/stylesheets/features/_search_results.scss */
.main.search .sub-group {
  margin-top: 1rem;
}

/* line 27, app/assets/stylesheets/features/_search_results.scss */
.main.search .sub-group p {
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/features/_search_results.scss */
.main.search .person {
  height: 1.875rem;
}

/* line 36, app/assets/stylesheets/features/_search_results.scss */
.main.search mark {
  padding: 0.15rem;
  border-radius: 0.125rem;
}

/* line 41, app/assets/stylesheets/features/_search_results.scss */
.main.search .result-subtitle {
  color: #616e89;
  margin-bottom: 0.5rem;
}

/* line 46, app/assets/stylesheets/features/_search_results.scss */
.main.search .projects_message {
  background-color: #f6f8fa;
  padding: 1rem;
  text-align: center;
}

/* line 52, app/assets/stylesheets/features/_search_results.scss */
.main.search .fa-external-link {
  margin: 0 0.5rem;
}

/* line 3, app/assets/stylesheets/features/_tactical_meeting.scss */
#tactical-meeting .tactical-item .description > *,
#circle-page .tactical-item .description > * {
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 9, app/assets/stylesheets/features/_tactical_meeting.scss */
#tactical-meeting #item-list h3,
#circle-page #item-list h3 {
  padding-top: 20px;
}

/* line 13, app/assets/stylesheets/features/_tactical_meeting.scss */
#tactical-meeting #item-list h2 + h3, #tactical-meeting h1 + h3,
#circle-page #item-list h2 + h3,
#circle-page h1 + h3 {
  padding-top: 0;
}

/* line 17, app/assets/stylesheets/features/_tactical_meeting.scss */
#tactical-meeting #triageEditor,
#circle-page #triageEditor {
  width: 100%;
}

/* line 20, app/assets/stylesheets/features/_tactical_meeting.scss */
#tactical-meeting #new-items, #tactical-meeting #triageOutputList,
#circle-page #new-items,
#circle-page #triageOutputList {
  display: table;
}

/* line 23, app/assets/stylesheets/features/_tactical_meeting.scss */
#tactical-meeting #new-items,
#circle-page #new-items {
  background-color: #eee;
  width: 100%;
  padding: 7px 2px 7px 10px;
  box-sizing: border-box;
}

/* line 29, app/assets/stylesheets/features/_tactical_meeting.scss */
#tactical-meeting #new-items h3,
#circle-page #new-items h3 {
  color: #878787;
}

/* line 32, app/assets/stylesheets/features/_tactical_meeting.scss */
#tactical-meeting #new-items .add-item,
#circle-page #new-items .add-item {
  padding-left: 5px;
}

/* line 35, app/assets/stylesheets/features/_tactical_meeting.scss */
#tactical-meeting #new-items .add-item:focus, #tactical-meeting #new-items .add-item:hover,
#circle-page #new-items .add-item:focus,
#circle-page #new-items .add-item:hover {
  text-decoration: underline;
}

/* line 39, app/assets/stylesheets/features/_tactical_meeting.scss */
#tactical-meeting #tactical-meeting .tactical-item, #tactical-meeting #tactical-meeting .column_labels,
#circle-page #tactical-meeting .tactical-item,
#circle-page #tactical-meeting .column_labels {
  display: block;
  vertical-align: middle;
  position: relative;
}

/* line 45, app/assets/stylesheets/features/_tactical_meeting.scss */
#tactical-meeting #triageNewOutput .interactive-hovered,
#circle-page #triageNewOutput .interactive-hovered {
  background: none !important;
}

/* line 48, app/assets/stylesheets/features/_tactical_meeting.scss */
#tactical-meeting #triageOutputList,
#circle-page #triageOutputList {
  width: 100%;
  box-sizing: border-box;
}

/* line 52, app/assets/stylesheets/features/_tactical_meeting.scss */
#tactical-meeting #triageOutputList .tactical-item,
#circle-page #triageOutputList .tactical-item {
  padding: 12px 0 8px;
  width: 100%;
  white-space: nowrap;
}

/* line 57, app/assets/stylesheets/features/_tactical_meeting.scss */
#tactical-meeting #triageOutputList .tactical-item div,
#circle-page #triageOutputList .tactical-item div {
  white-space: normal;
}

@media only screen and (max-width: 992px) {
  /* line 61, app/assets/stylesheets/features/_tactical_meeting.scss */
  #tactical-meeting .tactical-item.action-item .label,
#circle-page .tactical-item.action-item .label {
    margin-top: 1rem;
  }
}

/* line 67, app/assets/stylesheets/features/_tactical_meeting.scss */
.tactical-meeting__header--underlined {
  width: 100%;
  padding-top: 1em;
  border-bottom: 1px solid #DADADA;
}

/* line 74, app/assets/stylesheets/features/_tactical_meeting.scss */
.tactical_meetings.show .listview-item {
  cursor: default;
}

/* line 81, app/assets/stylesheets/features/_tactical_meeting.scss */
.tactical_meetings.show .no-tension,
#tactical-meeting .no-tension {
  opacity: 0.6;
  font-style: italic;
}

/* line 86, app/assets/stylesheets/features/_tactical_meeting.scss */
.tactical_meetings.show .viewer-owned .listview-item__title,
#tactical-meeting .viewer-owned .listview-item__title {
  font-weight: bold;
}

/* line 89, app/assets/stylesheets/features/_tactical_meeting.scss */
.tactical_meetings.show .viewer-owned .listview-item__detail__name,
#tactical-meeting .viewer-owned .listview-item__detail__name {
  text-decoration: underline;
}

@media (max-width: 992px) {
  /* line 95, app/assets/stylesheets/features/_tactical_meeting.scss */
  .app-layout.tactical main.page__main {
    padding: 2rem 0 0 0 !important;
  }
}

@media print {
  /* line 2, app/assets/stylesheets/features/printer.scss */
  .no-print {
    display: none;
  }
}

/* line 2, app/assets/stylesheets/pages/_actions.scss */
#content-frame #actions-section.animating {
  overflow-x: hidden;
}

/* line 5, app/assets/stylesheets/pages/_actions.scss */
#content-frame #actions-section.animating > turbo-frame {
  display: block;
  position: relative;
}

/* line 11, app/assets/stylesheets/pages/_actions.scss */
#content-frame article.action-record {
  background: #fff;
}

/* line 18, app/assets/stylesheets/pages/_actions.scss */
#remote-modal .action-form input + label, #remote-modal .action-form .edit-dialog-modal .edit-dialog-modal-body label input + span[class*=label], .edit-dialog-modal .edit-dialog-modal-body label #remote-modal .action-form input + span[class*=label], #remote-modal .action-form .edit-dialog-modal .edit-dialog-modal-body__form input + .label, .edit-dialog-modal .edit-dialog-modal-body__form #remote-modal .action-form input + .label, #remote-modal .action-form .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label input + span[class*=label], .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label #remote-modal .action-form input + span[class*=label], #remote-modal .action-form .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label input + span[class*=label], .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label #remote-modal .action-form input + span[class*=label] {
  margin-top: 0em;
}

/* line 23, app/assets/stylesheets/pages/_actions.scss */
#remote-modal .action-form .form-check.form-check-inline {
  display: inline-block;
  margin-right: .75rem;
}

/* line 27, app/assets/stylesheets/pages/_actions.scss */
#remote-modal .action-form .form-check-input {
  display: inline-block;
  margin-right: 0;
}

/* line 31, app/assets/stylesheets/pages/_actions.scss */
#remote-modal .action-form .form-check-label {
  display: inline-block;
}

/* line 34, app/assets/stylesheets/pages/_actions.scss */
#remote-modal .action-form .form-check-input:disabled ~ .form-check-label,
#remote-modal .action-form .form-check-input[disabled] ~ .form-check-label {
  color: #c0c7d1;
}

/* line 2, app/assets/stylesheets/pages/_announcements.scss */
#announcements-page .new-announcement {
  font-size: 12px;
  font-style: italic;
  position: relative;
  top: -8px;
  font-family: verdana, geneva, sans;
}

/* line 9, app/assets/stylesheets/pages/_announcements.scss */
#announcements-page .message {
  margin: 10px 100px 10px 45px;
  padding: 3px 12px 0 12px;
  border-left: 15px solid #A2C852;
  font-size: 15px;
  line-height: 20px;
}

/* line 16, app/assets/stylesheets/pages/_announcements.scss */
#announcements-page .message p {
  padding-bottom: 10px;
}

/* line 19, app/assets/stylesheets/pages/_announcements.scss */
#announcements-page .message ul, #announcements-page .message ol {
  padding-left: 8px;
  list-style-position: inside;
}

/* line 23, app/assets/stylesheets/pages/_announcements.scss */
#announcements-page .message ul li {
  list-style-type: disc;
}

/* line 26, app/assets/stylesheets/pages/_announcements.scss */
#announcements-page a.read-more, #announcements-page a.read-more:active, #announcements-page a.read-more:visited {
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  background-color: #58B0C6;
  float: right;
  color: #fff;
  margin-top: -7px;
}

/* line 35, app/assets/stylesheets/pages/_announcements.scss */
#announcements-page .footer-buttons {
  margin: 12px 80px 35px 73px;
}

/* line 41, app/assets/stylesheets/pages/_announcements.scss */
.announcement-box h2.header--medium {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none !important;
  color: #142239;
}

/* line 47, app/assets/stylesheets/pages/_announcements.scss */
.announcement-box .box__body a {
  word-break: normal;
}

/* line 51, app/assets/stylesheets/pages/_announcements.scss */
.announcement-box ul,
.announcement-box ol {
  margin-left: 1rem !important;
}

/* line 56, app/assets/stylesheets/pages/_announcements.scss */
.announcement-box ul li {
  list-style-type: disc;
}

/* line 2, app/assets/stylesheets/pages/_api_keys.scss */
.api_keys.main table#key-list {
  margin-top: 10px;
}

/* line 5, app/assets/stylesheets/pages/_api_keys.scss */
.api_keys.main table#key-list td:nth-of-type(1) {
  width: 175px;
}

/* line 8, app/assets/stylesheets/pages/_api_keys.scss */
.api_keys.main table#key-list td:nth-of-type(2) {
  width: 350px;
}

/* line 11, app/assets/stylesheets/pages/_api_keys.scss */
.api_keys.main table#key-list td:nth-of-type(4) {
  width: 65px;
}

/* line 14, app/assets/stylesheets/pages/_api_keys.scss */
.api_keys.main input.key-label {
  width: 200px;
}

/* line 17, app/assets/stylesheets/pages/_api_keys.scss */
.api_keys.main table#key-list td {
  padding: 12px 6px;
}

/* line 20, app/assets/stylesheets/pages/_api_keys.scss */
.api_keys.main table#key-list tbody:empty:after {
  content: 'You have not created any keys, yet. You can add them below.';
  padding: 10px 0;
  display: block;
}

/* line 2, app/assets/stylesheets/pages/_assignment_history.scss */
#assignment-history-page td.icon, #assignment-history-page th.icon {
  width: 15px;
  text-align: center;
  font-size: 17px;
}

/* line 7, app/assets/stylesheets/pages/_assignment_history.scss */
#assignment-history-page .added td.icon {
  color: #A2C852;
}

/* line 10, app/assets/stylesheets/pages/_assignment_history.scss */
#assignment-history-page .removed td.icon {
  color: #E47B19;
}

/* line 4, app/assets/stylesheets/pages/_circle.scss */
#circle_page #pageHeader,
#circle_page #footer {
  display: none;
}

/* line 10, app/assets/stylesheets/pages/_circle.scss */
body.circles.main.show .page__header {
  padding-bottom: 0;
}

/* line 16, app/assets/stylesheets/pages/_circle.scss */
#circle-page .tabs-header {
  display: none;
}

/* line 20, app/assets/stylesheets/pages/_circle.scss */
#circle-page .tactical-meeting-agenda-chooser {
  z-index: 1;
}

/* line 24, app/assets/stylesheets/pages/_circle.scss */
#circle-page .tactical-meeting-indicator__inner {
  border-bottom: 1px solid #d5dbe1;
}

/* line 28, app/assets/stylesheets/pages/_circle.scss */
#circle-page .tactical-meeting-indicator {
  display: none;
  position: absolute;
  padding: 0 10px;
  top: -25px;
  width: 100%;
}

/* line 36, app/assets/stylesheets/pages/_circle.scss */
#circle-page .tactical-open .tactical-meeting-indicator {
  display: block;
}

/* line 40, app/assets/stylesheets/pages/_circle.scss */
#circle-page .js-role-row {
  position: relative;
}

/* line 44, app/assets/stylesheets/pages/_circle.scss */
#circle-page .js-role-row .lead-link-label {
  padding-bottom: 3px;
  display: inline-block;
}

/* line 49, app/assets/stylesheets/pages/_circle.scss */
#circle-page .js-role-row .waiting-spinner {
  position: absolute;
  right: 0px;
}

/* line 54, app/assets/stylesheets/pages/_circle.scss */
#circle-page .individual-action {
  color: #da5443;
}

/* line 58, app/assets/stylesheets/pages/_circle.scss */
#circle-page .sidebar__meetings {
  display: flex;
}

/* line 61, app/assets/stylesheets/pages/_circle.scss */
#circle-page .sidebar__meetings a {
  display: block;
  flex: 1 0 auto;
}

/* line 68, app/assets/stylesheets/pages/_circle.scss */
#circle-page .meeting-button .title {
  font-size: 16px;
}

/* line 71, app/assets/stylesheets/pages/_circle.scss */
#circle-page .meeting-button .tiny-caption {
  color: #616e89;
}

/* line 76, app/assets/stylesheets/pages/_circle.scss */
#circle-page .line-item .controls a.icon-link,
#circle-page .line-item .controls .icon-link-disabled {
  margin: 0 -2px;
}

/* line 81, app/assets/stylesheets/pages/_circle.scss */
#circle-page .tabs-group--header {
  margin-top: 30px;
}

/* line 85, app/assets/stylesheets/pages/_circle.scss */
#circle-page .tabs.governance-tabs {
  margin-left: 0;
}

/* line 89, app/assets/stylesheets/pages/_circle.scss */
#circle-page .react-checklists-tab {
  min-height: 400px;
}

/* line 2, app/assets/stylesheets/pages/_global_items.scss */
.global_items .loading {
  position: absolute;
  background: #FFF url(/../../../assets/images/spinner.gif) no-repeat 50% 50%;
  width: 100%;
  height: 100px;
  font-size: 1.7em;
  font-weight: 600;
  color: #666;
  text-align: center;
  filter: alpha(opacity=80);
  opacity: .75;
  box-sizing: border-box;
}

/* line 16, app/assets/stylesheets/pages/_global_items.scss */
.global_items .inline-edit-table .main .td:first-of-type {
  width: 140px;
}

/* line 20, app/assets/stylesheets/pages/_global_items.scss */
.global_items .inline-edit-table .main .td.link-field {
  width: 300px;
}

/* line 24, app/assets/stylesheets/pages/_global_items.scss */
.global_items .inline-edit-table .main .td.owner {
  width: 205px;
}

/* line 2, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index {
  margin-top: 1em;
}

/* line 5, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .progress-count {
  width: 40%;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-align: right;
  margin-right: 0.5rem;
}

/* line 13, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .progress-count .count {
  font-weight: 500;
}

/* line 17, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .progress-count .progress-target {
  font-weight: 300;
  color: #616e89;
}

/* line 23, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .progress {
  border-radius: 10px;
  height: 10px;
  min-width: 10rem;
  width: 50%;
}

/* line 31, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .goal .progress-count {
  color: var(--theme-success);
}

/* line 35, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .goal .progress-bar {
  background-color: var(--theme-success);
}

/* line 39, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .goal.at_risk .status-icon {
  background: var(--theme-danger);
}

/* line 43, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .goal.needs_attention .status-icon {
  background: var(--theme-alert);
}

/* line 47, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .goal.on_track .status-icon {
  background: var(--theme-success);
}

/* line 53, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .target .progress {
  height: 5px;
}

/* line 57, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .target .progress-count {
  color: #14b2c7;
}

/* line 61, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .target .progress-bar {
  background-color: #14b2c7;
}

/* line 65, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .target .progress-count.grey {
  color: #616e89;
  font-weight: 300;
}

/* line 70, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .target.at_risk .status-icon {
  background: var(--theme-danger);
}

/* line 74, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .target.needs_attention .status-icon {
  background: var(--theme-alert);
}

/* line 78, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .target.on_track .status-icon {
  background: var(--theme-success);
}

/* line 83, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .popover ul li {
  margin-left: 1rem;
  list-style-type: disc;
}

/* line 89, app/assets/stylesheets/pages/_goals.scss */
#content-frame .target-summary {
  background: #ECF6F8;
  margin: -15px 0 15px;
  padding: 0.5rem;
  display: flex;
}

/* line 95, app/assets/stylesheets/pages/_goals.scss */
#content-frame .target-summary * {
  vertical-align: middle;
}

/* line 99, app/assets/stylesheets/pages/_goals.scss */
#content-frame .target-summary .fa {
  color: #999;
  font-size: 3em;
  margin-right: 10px;
}

/* line 108, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .status {
  height: 1.5rem;
  margin-right: 0.5rem;
  width: 1.5rem;
}

/* line 114, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .goal-details {
  align-items: center;
  color: #616e89;
  display: inline-block;
}

/* line 119, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .goal-details i {
  line-height: 1.25rem;
}

/* line 123, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .goal-details span {
  margin: 0 0.15rem;
}

/* line 126, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .goal-details span.prepended-item {
  margin-right: 0.25rem;
}

/* line 130, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .goal-details span:first-of-type {
  margin-left: 0;
}

/* line 134, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .goal-details span:not(:last-child):not(.prepended-item):after {
  content: ' • ';
}

/* line 140, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .health.badge {
  font-size: 0.75rem;
}

/* line 2, app/assets/stylesheets/pages/_import.scss */
.import-component .btn, .import-component .ui-button {
  position: relative;
}

/* line 5, app/assets/stylesheets/pages/_import.scss */
.import-component .btn:hover, .import-component .ui-button:hover {
  color: #fff !important;
}

/* line 9, app/assets/stylesheets/pages/_import.scss */
.import-component .btn.spinner, .import-component .spinner.ui-button {
  color: transparent !important;
}

/* line 14, app/assets/stylesheets/pages/_import.scss */
.import-component .import-export-button {
  width: 49%;
}

/* line 18, app/assets/stylesheets/pages/_import.scss */
.import-component .import-export-button .btn, .import-component .import-export-button .ui-button {
  width: 100%;
  color: #fff;
}

/* line 1, app/assets/stylesheets/pages/_inbox.scss */
.tension-info-box {
  background-color: #e8f4f9;
  margin-bottom: 1rem;
}

/* line 5, app/assets/stylesheets/pages/_inbox.scss */
.tension-info-box article {
  padding: 0.75rem;
}

/* line 9, app/assets/stylesheets/pages/_inbox.scss */
.tension-info-box .tension-icon {
  align-items: center;
  background: var(--theme-success);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 1.3rem;
  justify-content: center;
  min-width: 1.3rem;
}

/* line 20, app/assets/stylesheets/pages/_inbox.scss */
.tension-info-box .tension-description {
  flex-grow: 1;
  padding-left: 0.75rem;
}

/* line 25, app/assets/stylesheets/pages/_inbox.scss */
.tension-info-box .tension-details {
  color: #616e89;
}

/* line 30, app/assets/stylesheets/pages/_inbox.scss */
.tension--edit-inline-container {
  padding: 0.75rem;
  position: relative;
}

/* line 34, app/assets/stylesheets/pages/_inbox.scss */
.tension--edit-inline-container .save-button {
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

/* line 3, app/assets/stylesheets/pages/_lessons.scss */
body.lessons.main form.edit_lesson textarea {
  font-family: monospace;
}

/* line 9, app/assets/stylesheets/pages/_lessons.scss */
body.lessons.main .languages a.language-link:after {
  content: ', ';
}

/* line 13, app/assets/stylesheets/pages/_lessons.scss */
body.lessons.main .languages a.language-link:last-child:after {
  content: '';
}

/* line 21, app/assets/stylesheets/pages/_lessons.scss */
.enrolled-members .unenroll-button a {
  padding: 4px 3px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/pages/_meetings.scss */
  #meeting-participants {
    display: flex;
    flex-direction: row-reverse;
  }
}

/* line 7, app/assets/stylesheets/pages/_meetings.scss */
#meeting-participants .meeting-participant {
  display: inline;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/pages/_meetings.scss */
  #meeting-participants .meeting-participant {
    margin-left: -1.75rem;
  }
}

/* line 13, app/assets/stylesheets/pages/_meetings.scss */
#meeting-participants .meeting-participant:hover {
  transform: scale(1.15, 1.15);
  z-index: 1;
}

/* line 2, app/assets/stylesheets/pages/_metrics.scss */
#page-frame > #content-frame {
  background: #f4fbfc;
  display: block;
  height: 100%;
  min-height: 100vh;
  padding: 1rem;
}

/* line 2, app/assets/stylesheets/pages/_mobile_sso_signin.scss */
body.mobile .container_mobile {
  margin: 50px;
}

/* line 5, app/assets/stylesheets/pages/_mobile_sso_signin.scss */
body.mobile .col-sm-12 {
  width: 100%;
}

/* line 8, app/assets/stylesheets/pages/_mobile_sso_signin.scss */
body.mobile .alert {
  margin-left: 50px;
  margin-right: 50px;
}

/* line 2, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority .selectize-input input[type="text"],
body.my_authority .selectize-input .item {
  padding: 3px 8px 0px 8px !important;
}

/* line 10, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list {
  list-style-type: none;
  margin-left: 51px;
  padding: 0;
  counter-reset: li-counter;
}

/* line 17, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list > li {
  position: relative;
  margin-bottom: 30px;
  min-height: 3em;
}

/* line 23, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list > li:before {
  position: absolute;
  left: -52px;
  width: 42px;
  height: 42px;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  background-color: #354052;
  content: counter(li-counter);
  counter-increment: li-counter;
}

/* line 38, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list > li.result:before {
  font-family: FontAwesome;
  content: "\f0a9";
  font-size: 47px;
  background-color: transparent !important;
  color: #354052;
}

/* line 46, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list li#role-chooser {
  height: 80px;
}

/* line 50, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .sub-point {
  font-size: 1rem;
  padding: 0.25rem;
  display: inline-flex;
  align-items: baseline;
  margin: 0 0 .5rem 0;
}

/* line 58, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .sub-point:before {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  color: #41c130;
  margin-right: 0.5rem;
}

/* line 66, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .role-selector {
  display: inline-block;
  min-width: 300px;
}

/* line 72, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .policies-list .policy {
  min-height: 90px;
  padding: 10px 14px;
  position: relative;
}

/* line 78, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .policies-list .policy-text[aria-expanded~="true"] {
  margin-bottom: 11px;
}

/* line 82, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .policies-list ul li h4 {
  margin-bottom: 5px;
  height: 20px;
  font-weight: 700;
  overflow: hidden;
}

/* line 89, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .policies-list .read-more-toggle {
  font-size: 12px;
  position: absolute;
  padding-bottom: 1px;
  bottom: 2px;
  left: 0;
  right: 0;
  font-weight: 600;
  text-align: center;
}

/* line 100, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .policies-list .policy .read-more-toggle span {
  background-color: #fff;
  border-radius: 3px;
  padding: 1px 13px;
}

/* line 106, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .policies-list .policy h4 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page tbody.subscription-list:not(:empty) + tbody.messages {
  display: none;
}

/* line 5, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page tbody.subscription-list:empty + tbody.messages td div:after {
  display: block;
  content: 'You do not have any subscriptions because you have not subscribed for notifications and fill no roles.';
}

/* line 10, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page table tr.sub-header th:not(:first-child):not(:last-child) {
  width: 200px;
}

/* line 14, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page th {
  text-align: center !important;
}

/* line 18, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page tr.sub-header th {
  padding: 2px;
}

/* line 22, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page .controls a, #my-subscriptions-page .controls .icon-link-disabled {
  font-size: 20px;
  display: inline-block;
}

/* line 27, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page .controls .icon-link-disabled, #my-subscriptions-page .chbx-wrapper {
  width: 35px;
}

/* line 31, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page .chbx-wrapper {
  display: inline-block;
  padding: 5px;
}

/* line 36, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page .js-followed-name {
  position: relative;
  padding-right: 20px;
}

/* line 41, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page .waiting-spinner {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 47, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page .inline-style {
  display: flex;
}

/* line 53, app/assets/stylesheets/pages/_my_subscriptions.scss */
.subscription-toggle .btn, .subscription-toggle .ui-button {
  background: transparent;
  color: #14b2c7;
}

/* line 1, app/assets/stylesheets/pages/_new_account.scss */
.sign-up-container {
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 992px;
}

/* line 6, app/assets/stylesheets/pages/_new_account.scss */
.sign-up-container__form {
  display: flex;
  flex-direction: row-reverse;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
}

/* line 12, app/assets/stylesheets/pages/_new_account.scss */
.sign-up-container__form .column {
  flex: 1 0;
}

/* line 16, app/assets/stylesheets/pages/_new_account.scss */
.sign-up-container__form .right {
  margin-left: 1.5rem;
}

@media (max-width: 576px) {
  /* line 22, app/assets/stylesheets/pages/_new_account.scss */
  .sign-up-container__form {
    flex-direction: column;
  }
  /* line 25, app/assets/stylesheets/pages/_new_account.scss */
  .sign-up-container__form .right {
    margin-left: 0;
  }
  /* line 30, app/assets/stylesheets/pages/_new_account.scss */
  .sign-up-container .btn, .sign-up-container .ui-button {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
  }
}

/* line 2, app/assets/stylesheets/pages/_orgnav.scss */
.orgnav .page__breadcrumb {
  display: none;
}

/* line 6, app/assets/stylesheets/pages/_orgnav.scss */
.orgnav .breadcrumb {
  padding-top: 0.25rem;
}

/* line 10, app/assets/stylesheets/pages/_orgnav.scss */
.orgnav .page__content {
  padding: 0;
}

@media (max-width: 992px) {
  /* line 10, app/assets/stylesheets/pages/_orgnav.scss */
  .orgnav .page__content {
    overflow-y: initial;
  }
}

/* line 2, app/assets/stylesheets/pages/_pricing_plan_selections.scss */
.main.pricing_plan_selections .field_with_errors {
  display: inline-block;
}

/* line 7, app/assets/stylesheets/pages/_pricing_plan_selections.scss */
.main.pricing_plan_selections .effective-date .field_with_errors {
  display: block;
}

/* line 13, app/assets/stylesheets/pages/_pricing_plan_selections.scss */
.main.pricing_plan_selections .comment .field_with_errors {
  width: 100%;
}

/* line 2, app/assets/stylesheets/pages/_profile_pages.scss */
body.main.people, body.main.subscriptions, body.main.api_keys, body.main.integrations, body.main.my_authority {
  background-color: #f4fbfc;
}

/* line 5, app/assets/stylesheets/pages/_profile_pages.scss */
body.main.people .Select-control, body.main.subscriptions .Select-control, body.main.api_keys .Select-control, body.main.integrations .Select-control, body.main.my_authority .Select-control {
  background: transparent;
}

/* line 10, app/assets/stylesheets/pages/_profile_pages.scss */
body.main .page__main {
  padding: 0.5rem 0 0 0;
  background: #fbfdff;
  border-radius: 0.5rem;
  margin: auto 1rem;
}

/* line 16, app/assets/stylesheets/pages/_profile_pages.scss */
body.main .page__main .tabs-container {
  padding: 0 1.5rem;
  margin-bottom: 1rem;
}

/* line 27, app/assets/stylesheets/pages/_profile_pages.scss */
.section-wrapper, body.main .page__main > .content {
  background: #fff;
  border-radius: 0.25rem;
}

/* line 2, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab,
#workspace-frame {
  display: block;
}

/* line 7, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab header h1, turbo-frame#projects-tab header h2,
#workspace-frame header h1,
#workspace-frame header h2 {
  white-space: nowrap;
}

/* line 10, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab header h1 .ui-icon-button, turbo-frame#projects-tab header h1 .workspace-header__add-button, turbo-frame#projects-tab header h2 .ui-icon-button, turbo-frame#projects-tab header h2 .workspace-header__add-button,
#workspace-frame header h1 .ui-icon-button,
#workspace-frame header h1 .workspace-header__add-button,
#workspace-frame header h2 .ui-icon-button,
#workspace-frame header h2 .workspace-header__add-button {
  display: inline-block;
  text-align: center;
  padding: 5px;
}

/* line 18, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab #frogbox-projects_header,
#workspace-frame #frogbox-projects_header {
  display: block;
  margin: 0 -15px 1rem -15px;
}

/* line 25, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .kanban-header,
#workspace-frame main.kanban .kanban-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 2px 4px rgba(144, 158, 176, 0.2);
}

/* line 33, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .kanban-header,
turbo-frame#projects-tab main.kanban .swimlane .row,
#workspace-frame main.kanban .kanban-header,
#workspace-frame main.kanban .swimlane .row {
  margin: 0;
  background: white;
}

/* line 39, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .header,
#workspace-frame main.kanban .header {
  color: #fff;
  text-align: center;
  padding: 0.15rem;
}

/* line 44, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .header.current,
#workspace-frame main.kanban .header.current {
  background: var(--theme-success);
}

/* line 47, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .header.waiting,
#workspace-frame main.kanban .header.waiting {
  background: var(--theme-warning);
}

/* line 50, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .header.completed,
#workspace-frame main.kanban .header.completed {
  background: var(--theme-info);
}

/* line 53, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .header.someday,
#workspace-frame main.kanban .header.someday {
  background: var(--theme-future);
}

/* line 56, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .header.archived,
#workspace-frame main.kanban .header.archived {
  background: #637790;
  max-width: 2rem;
}

/* line 62, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards,
#workspace-frame main.kanban .cards {
  background: #fff;
  margin: 2px;
  padding: 0.5rem;
}

/* line 67, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards .open-project,
#workspace-frame main.kanban .cards .open-project {
  float: right;
  color: #909eb0;
}

/* line 71, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards .project-name,
#workspace-frame main.kanban .cards .project-name {
  width: calc(100% - 1rem);
}

/* line 74, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards .subscription-toggle,
#workspace-frame main.kanban .cards .subscription-toggle {
  float: right;
}

/* line 77, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards .subscription-toggle .btn, turbo-frame#projects-tab main.kanban .cards .subscription-toggle .ui-button,
#workspace-frame main.kanban .cards .subscription-toggle .btn,
#workspace-frame main.kanban .cards .subscription-toggle .ui-button {
  bottom: 2px;
  color: #909eb0;
  padding: 0;
  position: relative;
}

/* line 85, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.current,
#workspace-frame main.kanban .cards.current {
  background: #f0fbef;
}

/* line 87, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.current .project,
#workspace-frame main.kanban .cards.current .project {
  border-color: var(--theme-success);
}

/* line 91, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.waiting,
#workspace-frame main.kanban .cards.waiting {
  background: #fff8f5;
}

/* line 93, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.waiting .project,
#workspace-frame main.kanban .cards.waiting .project {
  border-color: var(--theme-warning);
}

/* line 97, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.completed,
#workspace-frame main.kanban .cards.completed {
  background: #e3f9fc;
}

/* line 99, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.completed .project,
#workspace-frame main.kanban .cards.completed .project {
  border-color: var(--theme-info);
}

/* line 103, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.someday,
#workspace-frame main.kanban .cards.someday {
  background: #eaedf0;
}

/* line 105, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.someday .project,
#workspace-frame main.kanban .cards.someday .project {
  border-color: var(--theme-future);
}

/* line 109, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.archived,
#workspace-frame main.kanban .cards.archived {
  background: #dadfe5;
  max-width: 1.8rem;
}

/* line 113, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.archived .project,
#workspace-frame main.kanban .cards.archived .project {
  display: none;
}

/* line 117, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.archived .project.sortable-ghost,
#workspace-frame main.kanban .cards.archived .project.sortable-ghost {
  display: block !important;
  /* stylelint-disable-line declaration-no-important */
  height: 4.8rem !important;
  /* stylelint-disable-line declaration-no-important */
  padding: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 122, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.archived .project.sortable-ghost .project-inner,
#workspace-frame main.kanban .cards.archived .project.sortable-ghost .project-inner {
  display: none;
}

/* line 128, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .add_new,
#workspace-frame main.kanban .add_new {
  padding: 0.15rem;
  background: white;
  display: block;
  text-align: center;
  color: #909eb0;
  opacity: 0;
}

/* line 136, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .col:hover .add_new, turbo-frame#projects-tab main.kanban main.table .col-icon:hover .add_new, turbo-frame#projects-tab main.table main.kanban .col-icon:hover .add_new,
#workspace-frame main.kanban .col:hover .add_new,
#workspace-frame main.kanban main.table .col-icon:hover .add_new,
#workspace-frame main.table main.kanban .col-icon:hover .add_new {
  opacity: .5;
}

/* line 138, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .col:hover .add_new:hover, turbo-frame#projects-tab main.kanban main.table .col-icon:hover .add_new:hover, turbo-frame#projects-tab main.table main.kanban .col-icon:hover .add_new:hover,
#workspace-frame main.kanban .col:hover .add_new:hover,
#workspace-frame main.kanban main.table .col-icon:hover .add_new:hover,
#workspace-frame main.table main.kanban .col-icon:hover .add_new:hover {
  opacity: .8;
}

/* line 142, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .project,
#workspace-frame main.kanban .project {
  border: 1px solid;
  background: #fff;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
}

/* line 147, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .project a,
#workspace-frame main.kanban .project a {
  color: black;
}

/* line 150, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .project .gray,
turbo-frame#projects-tab main.kanban .project .gray a,
#workspace-frame main.kanban .project .gray,
#workspace-frame main.kanban .project .gray a {
  color: #909eb0;
  font-size: 0.75rem;
  font-weight: 300;
}

/* line 156, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .project .gray a:hover,
#workspace-frame main.kanban .project .gray a:hover {
  color: #087f97;
}

/* line 163, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .sort-grab-column,
#workspace-frame main .sort-grab-column {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

/* line 168, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .sort-grab-column .sorting-handle,
#workspace-frame main .sort-grab-column .sorting-handle {
  height: 0.75rem;
}

/* line 173, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .icons-column,
#workspace-frame main .icons-column {
  display: flex;
  flex: 0 0 auto;
  /* This column will only take up as much space as it needs */
  margin-left: auto;
  /* Aligns this column to the right */
}

/* line 179, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .info-icon-cells,
turbo-frame#projects-tab main .button-cells,
#workspace-frame main .info-icon-cells,
#workspace-frame main .button-cells {
  display: inline-flex;
  -ms-grid-row-align: center;
      align-self: center;
}

/* line 184, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .info-icon-cells .icon-cell,
turbo-frame#projects-tab main .button-cells .icon-cell,
#workspace-frame main .info-icon-cells .icon-cell,
#workspace-frame main .button-cells .icon-cell {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 0.1rem;
  font-size: 100%;
  text-align: center;
  width: 1.125rem;
  height: 1.25rem;
}

/* line 194, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .info-icon-cells .icon-cell > a,
turbo-frame#projects-tab main .button-cells .icon-cell > a,
#workspace-frame main .info-icon-cells .icon-cell > a,
#workspace-frame main .button-cells .icon-cell > a {
  display: flex;
  -ms-grid-row-align: center;
      align-self: center;
}

/* line 200, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .info-icon-cells img,
turbo-frame#projects-tab main .button-cells img,
#workspace-frame main .info-icon-cells img,
#workspace-frame main .button-cells img {
  width: 0.9rem;
  height: 0.9rem;
}

/* line 206, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .button-cells,
#workspace-frame main .button-cells {
  margin-left: 0.5rem;
}

/* line 209, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .button-cells .icon-cell,
#workspace-frame main .button-cells .icon-cell {
  margin-left: 0.25rem;
}

/* line 214, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table,
#workspace-frame main.table {
  display: block;
  width: initial;
}

/* line 218, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .project.container.row,
#workspace-frame main.table .project.container.row {
  background: #fff;
}

/* line 222, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .edit-mode,
#workspace-frame main.table .edit-mode {
  display: contents;
}

/* line 226, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .loading-placeholder,
#workspace-frame main.table .loading-placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  overflow: hidden;
  width: 85%;
  padding-right: 0.15rem;
  z-index: -1;
}

/* line 237, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .col-icon,
#workspace-frame main.table .col-icon {
  padding: 0;
  flex-grow: 0;
  flex-shrink: 0;
  width: 1rem;
  min-width: 1rem;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  justify-content: center;
  display: flex;
}

/* line 249, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .col-icon.with-react-select, turbo-frame#projects-tab main.table .col-icon.status-column,
#workspace-frame main.table .col-icon.with-react-select,
#workspace-frame main.table .col-icon.status-column {
  width: 1.5rem;
  min-width: 1.5rem;
}

/* line 257, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .subscription-toggle,
#workspace-frame main.table .subscription-toggle {
  max-width: 50px;
  position: relative;
}

/* line 261, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .subscription-toggle .btn, turbo-frame#projects-tab main.table .subscription-toggle .ui-button,
#workspace-frame main.table .subscription-toggle .btn,
#workspace-frame main.table .subscription-toggle .ui-button {
  color: #909eb0;
  vertical-align: unset;
}

/* line 268, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-react-select .loading-placeholder,
#workspace-frame main.table .with-react-select .loading-placeholder {
  left: 1rem;
  overflow: hidden;
  width: 85%;
}

/* line 275, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg,
#workspace-frame main.table .with-wysiwyg {
  padding-left: 0.75rem;
}

/* line 278, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg .loading-placeholder,
#workspace-frame main.table .with-wysiwyg .loading-placeholder {
  left: 1rem;
}

/* line 284, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .col-icon.with-react-select .loading-placeholder,
#workspace-frame main.table .col-icon.with-react-select .loading-placeholder {
  left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  width: 100%;
  overflow: visible;
}

/* line 291, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg,
turbo-frame#projects-tab main.table .with-react-select,
#workspace-frame main.table .with-wysiwyg,
#workspace-frame main.table .with-react-select {
  margin: 0.125rem;
}

/* line 297, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg.with-rounded-trigger,
turbo-frame#projects-tab main.table .with-react-select.with-rounded-trigger,
#workspace-frame main.table .with-wysiwyg.with-rounded-trigger,
#workspace-frame main.table .with-react-select.with-rounded-trigger {
  border-radius: 1rem;
}

/* line 301, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg.with-background,
turbo-frame#projects-tab main.table .with-react-select.with-background,
#workspace-frame main.table .with-wysiwyg.with-background,
#workspace-frame main.table .with-react-select.with-background {
  background: #f9fcfd;
}

/* line 305, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg, turbo-frame#projects-tab main.table .with-wysiwyg [data-react-class],
turbo-frame#projects-tab main.table .with-react-select,
turbo-frame#projects-tab main.table .with-react-select [data-react-class],
#workspace-frame main.table .with-wysiwyg,
#workspace-frame main.table .with-wysiwyg [data-react-class],
#workspace-frame main.table .with-react-select,
#workspace-frame main.table .with-react-select [data-react-class] {
  border-radius: 5px;
}

/* line 310, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg,
#workspace-frame main.table .with-wysiwyg {
  background: #f9fcfd;
}

/* line 313, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg [class*="tinyMarginBottom"],
#workspace-frame main.table .with-wysiwyg [class*="tinyMarginBottom"] {
  margin-bottom: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 319, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .feedback-survey-wrapper,
#workspace-frame main .feedback-survey-wrapper {
  margin: 3rem -1rem 0;
}

/* line 324, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab footer.feedback-survey-wrapper,
#workspace-frame footer.feedback-survey-wrapper {
  clear: both;
  margin: 0 -1rem;
  padding-top: 3rem;
}

/* line 330, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab .subprojects,
#workspace-frame .subprojects {
  margin-top: 1.5rem;
}

/* line 332, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab .subprojects .child-records,
#workspace-frame .subprojects .child-records {
  display: none;
}

/* line 336, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab .subprojects .subproject,
#workspace-frame .subprojects .subproject {
  padding: 0.5rem 0 0.25rem 0;
}

/* line 340, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab .subprojects .project-link,
#workspace-frame .subprojects .project-link {
  text-align: right;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}

/* line 349, app/assets/stylesheets/pages/_projects.scss */
.project.row {
  display: flex;
  flex-wrap: wrap;
}

/* line 353, app/assets/stylesheets/pages/_projects.scss */
.project.row.readonly-row {
  padding: 0.25rem 0;
}

/* line 356, app/assets/stylesheets/pages/_projects.scss */
.project.row.readonly-row > * {
  align-content: center;
}

/* line 360, app/assets/stylesheets/pages/_projects.scss */
.project.row.editable-row {
  min-height: 2.875rem;
  background: #fafafa;
}

/* line 363, app/assets/stylesheets/pages/_projects.scss */
.project.row.editable-row:hover {
  background: #e1e5ea;
}

/* line 365, app/assets/stylesheets/pages/_projects.scss */
.project.row.editable-row:hover .with-background {
  background: #fafafa !important;
}

/* line 371, app/assets/stylesheets/pages/_projects.scss */
.project.row .col-sm-6, .project.row .col-sm-4, .project.row .col-sm-2, .project.row .col-sm {
  padding: 0.15rem;
}

/* line 375, app/assets/stylesheets/pages/_projects.scss */
.project.row [class^="inlineButtons"] {
  display: none;
}

/* line 378, app/assets/stylesheets/pages/_projects.scss */
.project.row [class$="indicatorContainer"] {
  width: 0;
  padding: 0;
}

/* line 383, app/assets/stylesheets/pages/_projects.scss */
.project.row .ck-editor__editable {
  overflow: hidden;
  white-space: nowrap;
  margin-top: 0;
}

/* line 388, app/assets/stylesheets/pages/_projects.scss */
.project.row .ck-editor__editable.ck-focused {
  white-space: normal;
  position: relative;
  z-index: 10;
}

/* line 395, app/assets/stylesheets/pages/_projects.scss */
.project.row .status {
  text-align: center;
  width: 8rem;
  max-width: 8rem;
  margin: 0 0.5rem;
}

/* line 401, app/assets/stylesheets/pages/_projects.scss */
.project.row .time_ago {
  font-size: 0.75rem;
  font-style: italic;
}

/* line 405, app/assets/stylesheets/pages/_projects.scss */
.project.row .time_ago, .project.row .project-link {
  line-height: 2.5rem;
}

/* line 408, app/assets/stylesheets/pages/_projects.scss */
.project.row .project-link a:hover,
.project.row .project-link a:hover i {
  color: #087f97;
}

/* line 412, app/assets/stylesheets/pages/_projects.scss */
.project.row .project-link, .project.row .project-link a {
  max-width: 1.3rem;
  color: #616e89;
}

/* line 415, app/assets/stylesheets/pages/_projects.scss */
.project.row .project-link .internal-external, .project.row .project-link a .internal-external {
  width: 12px;
  filter: invert(67%) sepia(1%) saturate(6814%) hue-rotate(180deg) brightness(92%) contrast(83%);
}

/* line 423, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .col-icon:not(.sort-grab-column) {
  padding-top: .125rem !important;
}

/* line 427, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode textarea {
  margin: auto -0.75rem;
}

/* line 431, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .form-control {
  border-color: transparent;
  background-color: transparent;
}

/* line 434, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .form-control:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* line 437, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .form-control:focus {
  border: 1px solid #074150;
  background: #fff;
}

/* line 443, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .with-react-select .rails_select__control {
  border: transparent;
  background: transparent;
}

/* line 446, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .with-react-select .rails_select__control span {
  background: transparent;
}

/* line 449, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .with-react-select .rails_select__control svg {
  fill: transparent;
}

/* line 453, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .with-wysiwyg [data-react-class] {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 465, app/assets/stylesheets/pages/_projects.scss */
i.fa.fa-eye, i.fa.fa-compass {
  color: #909eb0;
  font-size: 1.125rem;
}

/* line 470, app/assets/stylesheets/pages/_projects.scss */
.nested-project-arrow {
  transform: rotate(180deg) scaleX(-1);
  position: absolute;
  left: -1rem;
  top: 5px;
  display: inline-block;
  /* Ensure it rotates correctly */
  color: #909eb0;
  font-size: 0.75rem !important;
}

/* line 480, app/assets/stylesheets/pages/_projects.scss */
.project-icon--base,
.project-icon {
  color: #fff;
  border-radius: 1.5rem;
}

/* line 485, app/assets/stylesheets/pages/_projects.scss */
.project-icon--base.current,
.project-icon.current {
  background: var(--theme-success);
}

/* line 488, app/assets/stylesheets/pages/_projects.scss */
.project-icon--base.waiting,
.project-icon.waiting {
  background: var(--theme-warning);
}

/* line 491, app/assets/stylesheets/pages/_projects.scss */
.project-icon--base.completed,
.project-icon.completed {
  background: var(--theme-info);
}

/* line 494, app/assets/stylesheets/pages/_projects.scss */
.project-icon--base.scheduled,
.project-icon.scheduled {
  background: var(--theme-future);
}

/* line 497, app/assets/stylesheets/pages/_projects.scss */
.project-icon--base.someday,
.project-icon.someday {
  background: #800080;
}

/* line 502, app/assets/stylesheets/pages/_projects.scss */
.project-icon {
  padding: 0.25rem;
  margin: 0.25rem;
}

/* line 2, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen #advanced-toggle {
  color: var(--theme-primary);
  cursor: pointer;
  display: block;
  float: right;
  font-size: 1rem;
  line-height: 2.5rem;
  margin-right: 20px;
  text-decoration: underline;
}

/* line 13, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen .search-container {
  float: right;
  position: relative;
}

/* line 17, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen .search-container .form-control {
  width: 200px;
}

/* line 20, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen .search-container .fa {
  color: gray;
  font-size: 1.5rem;
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 29, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen .form-check.form-check-inline {
  display: inline-flex;
  margin: 0.5rem 1rem 0.5rem 0 !important;
}

/* line 33, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen .table th {
  white-space: nowrap;
}

/* line 36, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen .table td {
  vertical-align: initial;
}

/* line 39, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen .dropdown-menu.dropdown-menu-right {
  width: 300px !important;
}

/* line 1, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame {
  background: #f4fbfc;
  display: block;
  height: 100%;
  min-height: 100vh;
  padding: 1rem;
}

/* line 8, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row {
  padding: 0.5rem 0;
}

/* line 11, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 20, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters {
  align-items: center;
  -ms-grid-row-align: end;
      align-self: end;
  display: flex;
  flex: 1 1 0%;
  flex-wrap: wrap;
  font-size: 86%;
  min-width: 200px;
  /* adjust as needed */
}

/* line 29, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .filters-title {
  color: #616e89;
  margin-right: 0.5rem;
  text-transform: uppercase;
}

/* line 35, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge {
  align-items: center;
  font-size: 86%;
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem;
  padding-left: 2rem;
  position: relative;
  text-transform: unset;
}

/* line 44, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge img {
  height: 10px;
}

/* line 48, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge .icon,
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge .close {
  height: 1.1rem;
  left: 0;
  line-height: 1.2rem;
  position: absolute;
  text-align: right;
  top: 0;
  width: 1.5rem;
}

/* line 59, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge .icon {
  display: inline-block;
}

/* line 63, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge .close {
  display: none;
}

/* line 66, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge .close a {
  display: block;
  padding-right: 0.3rem;
}

/* line 73, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge:hover .close {
  border-right: 1px solid #d5dbe1;
  display: inline-block;
}

/* line 77, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge:hover .icon {
  display: none;
}

/* line 83, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .reset-all {
  color: #616e89;
  font-style: italic;
  margin-left: 0.5rem;
}

/* line 90, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .filters-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
  /* push to the right */
}

/* line 98, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame main.hotwired-record.show header {
  margin-left: -1.9rem;
}

/* line 105, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .nav-tabs {
  border: none;
}

/* line 108, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .nav-item {
  border: none;
  font-size: 0.9rem;
}

/* line 112, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .nav-item .only-when-active {
  display: none;
}

/* line 115, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .nav-item .active {
  border: none;
  color: #354052;
  font-weight: 400;
}

/* line 120, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .nav-item .active .only-when-active {
  display: inline-block;
}

/* line 123, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .nav-item .active .not-when-active {
  display: none;
}

/* line 128, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .tab-content {
  background: #fff;
  border-radius: 0 5px 5px 0;
}

/* line 132, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .tab-pane {
  padding: 0.5rem 0;
}

/* line 135, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .card,
#workspace-frame nav.role-tag-filters .card-body,
#workspace-frame nav.role-tag-filters .card-header {
  background: none;
  border: 0;
  padding: 0;
}

/* line 144, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .circle-toggle {
  padding: 0 0.5rem 0.25rem 0;
}

/* line 147, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .circle-toggle i.fa {
  color: #909eb0;
  width: 1rem;
}

/* line 151, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .circle-toggle i.fa::before {
  content: "\f078";
}

/* line 154, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .circle-toggle.collapsed i.fa::before {
  content: "\f054";
}

/* line 157, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .circle-toggle:focus {
  box-shadow: none;
}

/* line 161, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .expand-collapse {
  display: block;
  margin: 4rem auto 0.5rem;
  text-align: center;
}

/* line 168, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter {
  color: #354052;
  display: flex;
  font-weight: 500;
  padding: 0.5rem;
}

/* line 174, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter .checkbox-column {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: right;
  padding-right: 1rem;
  text-align: right;
  width: 4rem;
}

/* line 183, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter .checkbox-column .input-checkbox {
  display: inline-block;
}

/* line 187, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter .name-column {
  flex-grow: 1;
}

/* line 190, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter .only-column {
  text-align: center;
  width: 4rem;
}

/* line 194, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter .only-column .only {
  visibility: hidden;
  white-space: nowrap;
}

/* line 199, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter .count-column {
  flex-shrink: 0;
  text-align: center;
  width: 4rem;
}

/* line 204, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter .count-column .record-count {
  background: #909eb0;
  border-radius: 20px;
  font-weight: 600;
  line-height: 1.2rem;
  min-height: 1.2rem;
  min-width: 1.5rem;
  text-align: center;
}

/* line 216, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter:focus .only, #workspace-frame nav.role-tag-filters .filter:hover .only {
  visibility: visible;
}

/* line 220, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter.active {
  background: #e8f4f9;
  border-radius: 5px;
  font-weight: 600;
}

/* line 229, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame article .ck-content p {
  padding-top: 0.25rem;
  padding-bottom: 0.15rem;
}

/* line 235, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame article.completed > .body > .primary > .title {
  opacity: 0.65;
  text-decoration: line-through;
}

/* line 239, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame article.completed > .body > .primary > .title textarea, #workspace-frame article.completed > .body > .primary > .title .ck-editor {
  text-decoration: line-through;
}

/* line 244, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame article.completed > .body > .secondary > .subtitle {
  opacity: 0.65;
}

/* line 250, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame section#actions-section {
  border-radius: 5px;
}

/* line 255, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame section#workspace-section.work_item-objects .action-record {
  background: #f1f3f5;
}

/* line 262, app/assets/stylesheets/pages/_workspace.scss */
.work-item-form .dependent-field {
  padding: 1rem 0.25rem;
}

/* line 265, app/assets/stylesheets/pages/_workspace.scss */
.work-item-form .dependent-field.scheduled {
  background: #f1f3f5;
  border-bottom: 1px solid #d5dbe1;
  border-left: 2px solid #909eb0;
  border-right: 2px solid #909eb0;
  border-top: 1px solid #d5dbe1;
}

/* line 273, app/assets/stylesheets/pages/_workspace.scss */
.work-item-form .dependent-field.waiting {
  background: #FFF7F3;
  border-bottom: 1px solid #f1f3f5;
  border-left: 2px solid var(--theme-warning);
  border-right: 2px solid var(--theme-warning);
  border-top: 1px solid #f1f3f5;
}

/* line 2, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .app-layout-container {
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: stretch;
}

@media only screen and (max-width: 767px) {
  /* line 7, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-layout-container .app-side-bar {
    height: 3.2rem;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
  }
  /* line 14, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-layout-container .app-side-bar * {
    vertical-align: middle;
  }
  /* line 18, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-layout-container .app-side-bar nav, .app-layout .app-layout-container .app-side-bar .staticBlock * {
    max-height: 3.2rem;
  }
  /* line 22, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-layout-container .app-side-bar .staticBlock {
    width: 80vw;
    background: red;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-layout-container {
    display: flex;
  }
  /* line 32, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-layout-container .app-side-bar {
    height: 100vh;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    /* line 32, app/assets/stylesheets/pages/app_layout.scss */
    .app-layout .app-layout-container .app-side-bar {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
    }
  }
}

/* line 42, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .app-layout-container .app-container {
  grid-area: app-content;
  flex: 1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  /* line 42, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-layout-container .app-container {
    position: fixed;
    margin-top: 3.2rem;
    height: calc(100vh - 3.2rem);
    width: 100%;
    overflow-y: auto;
  }
}

/* line 55, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .app-layout-container .container.flash {
  margin-top: 1rem;
}

/* line 61, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .page__breadcrumb {
  margin-top: 0;
  padding-top: 0;
}

/* line 65, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .page__breadcrumb .breadcrumb {
  padding-top: 0.25rem;
}

/* line 70, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .page-header,
.app-layout .page-header + .row,
.app-layout .page__header,
.app-layout .page__header + .row,
.app-layout .page__main,
.app-layout .page__breadcrumb {
  padding: 0 1rem;
}

/* line 80, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .container {
  width: 100%;
  margin: 0;
}

/* line 84, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .container .flex__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

/* line 94, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .static-min-width .container {
  min-width: 768px;
}

@media print {
  /* line 100, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-container {
    height: auto !important;
    overflow: hidden !important;
  }
  /* line 108, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout #fc_frame {
    display: none;
  }
}

/* line 2, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .container {
  padding: 1rem;
}

/* line 5, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .billing-banner {
  background: #c7f0c1;
  clear: both;
  margin: 0.75rem;
  padding: 1rem;
}

/* line 11, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .billing-banner.recently-canceled {
  background: #c0c7d1;
  color: black;
}

/* line 15, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .billing-banner p:last-child {
  margin-bottom: 0;
}

/* line 19, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .header {
  display: block;
  padding: 0 0.75rem;
}

/* line 22, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .header h1 {
  display: inline-block;
}

/* line 25, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .header .button-bar {
  float: right;
}

/* line 29, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher {
  clear: both;
  display: flex;
}

@media (max-width: 1370px) {
  /* line 29, app/assets/stylesheets/pages/billing_and_plans.scss */
  #billing-and-plans #plan-switcher {
    flex-wrap: wrap;
  }
}

/* line 35, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination {
  flex-grow: 1;
  width: 23%;
  margin: 0.75rem;
  background: #b0eff7;
}

@media (max-width: 1370px) {
  /* line 35, app/assets/stylesheets/pages/billing_and_plans.scss */
  #billing-and-plans #plan-switcher .combination {
    width: 48%;
  }
}

@media (max-width: 650px) {
  /* line 35, app/assets/stylesheets/pages/billing_and_plans.scss */
  #billing-and-plans #plan-switcher .combination {
    width: 98%;
  }
}

/* line 47, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination.premium {
  background: rgba(192, 235, 242, 0.5);
}

/* line 50, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination.premium_goals {
  background: rgba(192, 235, 242, 0.65);
}

/* line 53, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination.premium_ai {
  background: rgba(192, 235, 242, 0.8);
}

/* line 56, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination.premium_goals_ai {
  background: #c0ebf2;
}

/* line 59, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .spacer {
  color: white;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 0.5rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 1371px) {
  /* line 59, app/assets/stylesheets/pages/billing_and_plans.scss */
  #billing-and-plans #plan-switcher .combination .spacer {
    height: 2.5rem;
  }
}

/* line 70, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .spacer.your-plan {
  background: purple;
}

/* line 74, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .icon {
  display: block;
  text-align: center;
}

/* line 77, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .icon img,
#billing-and-plans #plan-switcher .combination .icon .fa {
  font-size: 4rem;
  height: 4rem;
  margin: 1.5rem;
}

/* line 84, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .title {
  background: rgba(4, 169, 195, 0.5);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0.75rem;
  min-height: 5.5rem;
  align-content: center;
}

/* line 93, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .description {
  font-style: italic;
  padding: 0.75rem;
  min-height: 13rem;
}

@media (max-width: 1370px) {
  /* line 93, app/assets/stylesheets/pages/billing_and_plans.scss */
  #billing-and-plans #plan-switcher .combination .description {
    min-height: 9rem;
  }
}

@media (max-width: 600px) {
  /* line 93, app/assets/stylesheets/pages/billing_and_plans.scss */
  #billing-and-plans #plan-switcher .combination .description {
    min-height: 0;
  }
}

/* line 104, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options {
  display: flex;
  background: rgba(4, 169, 195, 0.2);
}

/* line 108, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options.strikethrough .monthly-price, #billing-and-plans #plan-switcher .combination .options.strikethrough .annual-price {
  text-decoration: line-through;
  color: #616e89;
}

/* line 113, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options .option {
  padding: 1rem;
  text-align: center;
  width: 50%;
}

/* line 117, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options .option.is-current {
  border: 2px solid purple;
}

/* line 122, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options .option.year .pay-button {
  background: #41c130;
}

/* line 125, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options .option .monthly-price {
  font-weight: bold;
  font-size: 1.125rem;
}

/* line 129, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options .option .annual-price {
  font-style: italic;
}

/* line 132, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options .option .pay-button {
  margin-top: 0.75rem;
  max-width: 100%;
  text-wrap: auto;
}

/* line 137, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options .option .my-plan {
  color: purple;
  margin-top: 1rem;
  font-weight: bold;
}

/* line 146, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .per-user {
  border: 1px solid rgba(4, 169, 195, 0.5);
  font-size: 1rem;
  margin: 0.75rem;
  padding: 1rem;
  text-align: center;
}

/* line 153, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart {
  margin-top: 2.5rem;
  text-align: center;
}

/* line 157, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart table {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

/* line 162, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart table th, #billing-and-plans .premium-features-chart table td {
  padding: 1rem;
  text-align: center;
  width: 33%;
}

/* line 168, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart table th {
  color: #616e89;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1.5rem 0 0.5rem;
}

/* line 174, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart table th img {
  margin-bottom: 3px;
  opacity: 0.6;
  width: 1rem;
}

/* line 179, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart table th img:last-child {
  transform: scaleX(-1);
}

/* line 185, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart table td:first-child {
  text-align: right;
}

/* line 188, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart table td:not(:first-child) {
  border: 2px solid #d5dbe1;
}

/* line 1, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout {
  overflow-y: scroll;
}

/* line 4, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout.modal-open {
  overflow-y: hidden;
}

/* line 9, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout header.page__header {
  min-width: 375px;
}

@media screen and (min-width: 3px) {
  /* line 14, app/assets/stylesheets/pages/classic_layout.scss */
  .classic-layout .container {
    max-width: 1140px !important;
    min-width: 375px !important;
    width: 100% !important;
  }
}

/* line 22, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout.sessions .container, .classic-layout.sessions .container-fluid, .classic-layout.accounts .container, .classic-layout.accounts .container-fluid, .classic-layout.passwords .container, .classic-layout.passwords .container-fluid, .classic-layout.ssos .container, .classic-layout.ssos .container-fluid, .classic-layout.legal .container, .classic-layout.legal .container-fluid {
  min-width: inherit !important;
  max-width: inherit !important;
  width: 100% !important;
  margin: 0 auto;
}

/* line 29, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout.sessions .app-header, .classic-layout.accounts .app-header, .classic-layout.passwords .app-header, .classic-layout.ssos .app-header, .classic-layout.legal .app-header {
  min-width: inherit !important;
}

/* line 33, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout.sessions .flash.container, .classic-layout.accounts .flash.container, .classic-layout.passwords .flash.container, .classic-layout.ssos .flash.container, .classic-layout.legal .flash.container {
  min-width: inherit !important;
}

/* line 37, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout.sessions .login-container, .classic-layout.accounts .login-container, .classic-layout.passwords .login-container, .classic-layout.ssos .login-container, .classic-layout.legal .login-container {
  padding: 0 1rem;
  margin: 0 auto;
}

@media (min-width: 650px) {
  /* line 37, app/assets/stylesheets/pages/classic_layout.scss */
  .classic-layout.sessions .login-container, .classic-layout.accounts .login-container, .classic-layout.passwords .login-container, .classic-layout.ssos .login-container, .classic-layout.legal .login-container {
    width: 650px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 46, app/assets/stylesheets/pages/classic_layout.scss */
  .classic-layout.sessions .login-container .new_person .small-caption.d-flex.justify-content-between, .classic-layout.sessions .login-container .new_person .small-caption.justify-content-between.feedback-prompt.flex-format, .classic-layout.accounts .login-container .new_person .small-caption.d-flex.justify-content-between, .classic-layout.accounts .login-container .new_person .small-caption.justify-content-between.feedback-prompt.flex-format, .classic-layout.passwords .login-container .new_person .small-caption.d-flex.justify-content-between, .classic-layout.passwords .login-container .new_person .small-caption.justify-content-between.feedback-prompt.flex-format, .classic-layout.ssos .login-container .new_person .small-caption.d-flex.justify-content-between, .classic-layout.ssos .login-container .new_person .small-caption.justify-content-between.feedback-prompt.flex-format, .classic-layout.legal .login-container .new_person .small-caption.d-flex.justify-content-between, .classic-layout.legal .login-container .new_person .small-caption.justify-content-between.feedback-prompt.flex-format {
    display: block !important;
    margin-bottom: 1rem;
  }
}

/* line 52, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout.sessions .login-container .sign-up, .classic-layout.accounts .login-container .sign-up, .classic-layout.passwords .login-container .sign-up, .classic-layout.ssos .login-container .sign-up, .classic-layout.legal .login-container .sign-up {
  display: flex;
}

/* line 54, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout.sessions .login-container .sign-up > div, .classic-layout.accounts .login-container .sign-up > div, .classic-layout.passwords .login-container .sign-up > div, .classic-layout.ssos .login-container .sign-up > div, .classic-layout.legal .login-container .sign-up > div {
  flex-grow: 1;
}

/* line 1, app/assets/stylesheets/pages/plan_exceeded.scss */
#plan-exceeded {
  max-width: 100%;
  margin-top: -40px;
  height: 100vh;
  padding-top: 1rem;
}

/* line 7, app/assets/stylesheets/pages/plan_exceeded.scss */
#plan-exceeded .box {
  padding: 1rem 1.5rem;
}

/* line 11, app/assets/stylesheets/pages/plan_exceeded.scss */
#plan-exceeded .green.box {
  font-size: 1.125rem;
}

/* line 15, app/assets/stylesheets/pages/plan_exceeded.scss */
#plan-exceeded .highlight.box {
  background-color: rgba(153, 38, 150, 0.3);
  font-size: 1.125rem;
  padding: 1.5rem 2rem;
}

/* line 21, app/assets/stylesheets/pages/plan_exceeded.scss */
#plan-exceeded ul.with_bullets li {
  text-align: left;
  margin: 0.5rem 2rem;
  list-style-type: disc;
}

/* line 27, app/assets/stylesheets/pages/plan_exceeded.scss */
#plan-exceeded .screenshot {
  max-width: 70%;
  margin-left: 15%;
}

/* line 1, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container, .plan_exceeded.container {
  height: calc(100vh - 3.25rem);
  height: 100%;
  margin: -4.4rem 0 0 0;
  padding: 3rem;
  background: url(/assets/lillipad.png);
  background-size: cover;
}

/* line 8, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container > .row, .plan_exceeded.container > .row {
  margin: 0 auto;
  max-width: 1200px;
}

/* line 14, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options > .col, .classic-layout.accounts .sign_up.container turbo-frame#projects-tab main.table .signup-options > .col-icon, turbo-frame#projects-tab main.table .classic-layout.accounts .sign_up.container .signup-options > .col-icon,
.classic-layout.accounts .sign_up.container #workspace-frame main.table .signup-options > .col-icon,
#workspace-frame main.table .classic-layout.accounts .sign_up.container .signup-options > .col-icon, .plan_exceeded.container .signup-options > .col, .plan_exceeded.container turbo-frame#projects-tab main.table .signup-options > .col-icon, turbo-frame#projects-tab main.table .plan_exceeded.container .signup-options > .col-icon,
.plan_exceeded.container #workspace-frame main.table .signup-options > .col-icon,
#workspace-frame main.table .plan_exceeded.container .signup-options > .col-icon {
  padding: 1rem;
  margin: 1rem;
}

/* line 18, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options > .col h3, .classic-layout.accounts .sign_up.container turbo-frame#projects-tab main.table .signup-options > .col-icon h3, turbo-frame#projects-tab main.table .classic-layout.accounts .sign_up.container .signup-options > .col-icon h3,
.classic-layout.accounts .sign_up.container #workspace-frame main.table .signup-options > .col-icon h3,
#workspace-frame main.table .classic-layout.accounts .sign_up.container .signup-options > .col-icon h3, .plan_exceeded.container .signup-options > .col h3, .plan_exceeded.container turbo-frame#projects-tab main.table .signup-options > .col-icon h3, turbo-frame#projects-tab main.table .plan_exceeded.container .signup-options > .col-icon h3,
.plan_exceeded.container #workspace-frame main.table .signup-options > .col-icon h3,
#workspace-frame main.table .plan_exceeded.container .signup-options > .col-icon h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
}

/* line 22, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options > .col h3 .light, .classic-layout.accounts .sign_up.container turbo-frame#projects-tab main.table .signup-options > .col-icon h3 .light, turbo-frame#projects-tab main.table .classic-layout.accounts .sign_up.container .signup-options > .col-icon h3 .light,
.classic-layout.accounts .sign_up.container #workspace-frame main.table .signup-options > .col-icon h3 .light,
#workspace-frame main.table .classic-layout.accounts .sign_up.container .signup-options > .col-icon h3 .light, .plan_exceeded.container .signup-options > .col h3 .light, .plan_exceeded.container turbo-frame#projects-tab main.table .signup-options > .col-icon h3 .light, turbo-frame#projects-tab main.table .plan_exceeded.container .signup-options > .col-icon h3 .light,
.plan_exceeded.container #workspace-frame main.table .signup-options > .col-icon h3 .light,
#workspace-frame main.table .plan_exceeded.container .signup-options > .col-icon h3 .light {
  font-weight: 300;
  font-size: 90%;
}

/* line 30, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options .box.green, .plan_exceeded.container .signup-options .box.green {
  background-color: rgba(65, 193, 48, 0.5);
}

/* line 34, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options .box.blue, .plan_exceeded.container .signup-options .box.blue {
  background-color: rgba(20, 178, 199, 0.5);
}

/* line 38, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options .box h3, .plan_exceeded.container .signup-options .box h3 {
  max-width: 30rem;
  margin: 0 auto;
}

/* line 43, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options .box img, .plan_exceeded.container .signup-options .box img {
  max-width: 90%;
  margin: 2% 5%;
}

/* line 50, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options.get-started legend, .plan_exceeded.container .signup-options.get-started legend {
  font-size: 1.125rem;
}

/* line 53, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options.get-started .js-coach-needs, .plan_exceeded.container .signup-options.get-started .js-coach-needs {
  display: none;
}

/* line 56, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options.get-started label.required::after, .classic-layout.accounts .sign_up.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body label span.required[class*=label]::after, .edit-dialog-modal .edit-dialog-modal-body label .classic-layout.accounts .sign_up.container .signup-options.get-started span.required[class*=label]::after, .classic-layout.accounts .sign_up.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body__form .required.label::after, .edit-dialog-modal .edit-dialog-modal-body__form .classic-layout.accounts .sign_up.container .signup-options.get-started .required.label::after, .classic-layout.accounts .sign_up.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span.required[class*=label]::after, .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label .classic-layout.accounts .sign_up.container .signup-options.get-started span.required[class*=label]::after, .classic-layout.accounts .sign_up.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span.required[class*=label]::after, .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label .classic-layout.accounts .sign_up.container .signup-options.get-started span.required[class*=label]::after, .plan_exceeded.container .signup-options.get-started label.required::after, .plan_exceeded.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body label span.required[class*=label]::after, .edit-dialog-modal .edit-dialog-modal-body label .plan_exceeded.container .signup-options.get-started span.required[class*=label]::after, .plan_exceeded.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body__form .required.label::after, .edit-dialog-modal .edit-dialog-modal-body__form .plan_exceeded.container .signup-options.get-started .required.label::after, .plan_exceeded.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span.required[class*=label]::after, .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label .plan_exceeded.container .signup-options.get-started span.required[class*=label]::after, .plan_exceeded.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span.required[class*=label]::after, .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label .plan_exceeded.container .signup-options.get-started span.required[class*=label]::after {
  color: red;
  content: '*';
  margin-left: 0.2rem;
}

/* line 63, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options .buttons, .plan_exceeded.container .signup-options .buttons {
  text-align: center;
}

/* line 2, app/assets/stylesheets/pages/_actions.scss */
#content-frame #actions-section.animating {
  overflow-x: hidden;
}

/* line 5, app/assets/stylesheets/pages/_actions.scss */
#content-frame #actions-section.animating > turbo-frame {
  display: block;
  position: relative;
}

/* line 11, app/assets/stylesheets/pages/_actions.scss */
#content-frame article.action-record {
  background: #fff;
}

/* line 18, app/assets/stylesheets/pages/_actions.scss */
#remote-modal .action-form input + label, #remote-modal .action-form .edit-dialog-modal .edit-dialog-modal-body label input + span[class*=label], .edit-dialog-modal .edit-dialog-modal-body label #remote-modal .action-form input + span[class*=label], #remote-modal .action-form .edit-dialog-modal .edit-dialog-modal-body__form input + .label, .edit-dialog-modal .edit-dialog-modal-body__form #remote-modal .action-form input + .label, #remote-modal .action-form .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label input + span[class*=label], .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label #remote-modal .action-form input + span[class*=label], #remote-modal .action-form .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label input + span[class*=label], .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label #remote-modal .action-form input + span[class*=label] {
  margin-top: 0em;
}

/* line 23, app/assets/stylesheets/pages/_actions.scss */
#remote-modal .action-form .form-check.form-check-inline {
  display: inline-block;
  margin-right: .75rem;
}

/* line 27, app/assets/stylesheets/pages/_actions.scss */
#remote-modal .action-form .form-check-input {
  display: inline-block;
  margin-right: 0;
}

/* line 31, app/assets/stylesheets/pages/_actions.scss */
#remote-modal .action-form .form-check-label {
  display: inline-block;
}

/* line 34, app/assets/stylesheets/pages/_actions.scss */
#remote-modal .action-form .form-check-input:disabled ~ .form-check-label,
#remote-modal .action-form .form-check-input[disabled] ~ .form-check-label {
  color: #c0c7d1;
}

/* line 2, app/assets/stylesheets/pages/_announcements.scss */
#announcements-page .new-announcement {
  font-size: 12px;
  font-style: italic;
  position: relative;
  top: -8px;
  font-family: verdana, geneva, sans;
}

/* line 9, app/assets/stylesheets/pages/_announcements.scss */
#announcements-page .message {
  margin: 10px 100px 10px 45px;
  padding: 3px 12px 0 12px;
  border-left: 15px solid #A2C852;
  font-size: 15px;
  line-height: 20px;
}

/* line 16, app/assets/stylesheets/pages/_announcements.scss */
#announcements-page .message p {
  padding-bottom: 10px;
}

/* line 19, app/assets/stylesheets/pages/_announcements.scss */
#announcements-page .message ul, #announcements-page .message ol {
  padding-left: 8px;
  list-style-position: inside;
}

/* line 23, app/assets/stylesheets/pages/_announcements.scss */
#announcements-page .message ul li {
  list-style-type: disc;
}

/* line 26, app/assets/stylesheets/pages/_announcements.scss */
#announcements-page a.read-more, #announcements-page a.read-more:active, #announcements-page a.read-more:visited {
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  background-color: #58B0C6;
  float: right;
  color: #fff;
  margin-top: -7px;
}

/* line 35, app/assets/stylesheets/pages/_announcements.scss */
#announcements-page .footer-buttons {
  margin: 12px 80px 35px 73px;
}

/* line 41, app/assets/stylesheets/pages/_announcements.scss */
.announcement-box h2.header--medium {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none !important;
  color: #142239;
}

/* line 47, app/assets/stylesheets/pages/_announcements.scss */
.announcement-box .box__body a {
  word-break: normal;
}

/* line 51, app/assets/stylesheets/pages/_announcements.scss */
.announcement-box ul,
.announcement-box ol {
  margin-left: 1rem !important;
}

/* line 56, app/assets/stylesheets/pages/_announcements.scss */
.announcement-box ul li {
  list-style-type: disc;
}

/* line 2, app/assets/stylesheets/pages/_api_keys.scss */
.api_keys.main table#key-list {
  margin-top: 10px;
}

/* line 5, app/assets/stylesheets/pages/_api_keys.scss */
.api_keys.main table#key-list td:nth-of-type(1) {
  width: 175px;
}

/* line 8, app/assets/stylesheets/pages/_api_keys.scss */
.api_keys.main table#key-list td:nth-of-type(2) {
  width: 350px;
}

/* line 11, app/assets/stylesheets/pages/_api_keys.scss */
.api_keys.main table#key-list td:nth-of-type(4) {
  width: 65px;
}

/* line 14, app/assets/stylesheets/pages/_api_keys.scss */
.api_keys.main input.key-label {
  width: 200px;
}

/* line 17, app/assets/stylesheets/pages/_api_keys.scss */
.api_keys.main table#key-list td {
  padding: 12px 6px;
}

/* line 20, app/assets/stylesheets/pages/_api_keys.scss */
.api_keys.main table#key-list tbody:empty:after {
  content: 'You have not created any keys, yet. You can add them below.';
  padding: 10px 0;
  display: block;
}

/* line 2, app/assets/stylesheets/pages/_assignment_history.scss */
#assignment-history-page td.icon, #assignment-history-page th.icon {
  width: 15px;
  text-align: center;
  font-size: 17px;
}

/* line 7, app/assets/stylesheets/pages/_assignment_history.scss */
#assignment-history-page .added td.icon {
  color: #A2C852;
}

/* line 10, app/assets/stylesheets/pages/_assignment_history.scss */
#assignment-history-page .removed td.icon {
  color: #E47B19;
}

/* line 4, app/assets/stylesheets/pages/_circle.scss */
#circle_page #pageHeader,
#circle_page #footer {
  display: none;
}

/* line 10, app/assets/stylesheets/pages/_circle.scss */
body.circles.main.show .page__header {
  padding-bottom: 0;
}

/* line 16, app/assets/stylesheets/pages/_circle.scss */
#circle-page .tabs-header {
  display: none;
}

/* line 20, app/assets/stylesheets/pages/_circle.scss */
#circle-page .tactical-meeting-agenda-chooser {
  z-index: 1;
}

/* line 24, app/assets/stylesheets/pages/_circle.scss */
#circle-page .tactical-meeting-indicator__inner {
  border-bottom: 1px solid #d5dbe1;
}

/* line 28, app/assets/stylesheets/pages/_circle.scss */
#circle-page .tactical-meeting-indicator {
  display: none;
  position: absolute;
  padding: 0 10px;
  top: -25px;
  width: 100%;
}

/* line 36, app/assets/stylesheets/pages/_circle.scss */
#circle-page .tactical-open .tactical-meeting-indicator {
  display: block;
}

/* line 40, app/assets/stylesheets/pages/_circle.scss */
#circle-page .js-role-row {
  position: relative;
}

/* line 44, app/assets/stylesheets/pages/_circle.scss */
#circle-page .js-role-row .lead-link-label {
  padding-bottom: 3px;
  display: inline-block;
}

/* line 49, app/assets/stylesheets/pages/_circle.scss */
#circle-page .js-role-row .waiting-spinner {
  position: absolute;
  right: 0px;
}

/* line 54, app/assets/stylesheets/pages/_circle.scss */
#circle-page .individual-action {
  color: #da5443;
}

/* line 58, app/assets/stylesheets/pages/_circle.scss */
#circle-page .sidebar__meetings {
  display: flex;
}

/* line 61, app/assets/stylesheets/pages/_circle.scss */
#circle-page .sidebar__meetings a {
  display: block;
  flex: 1 0 auto;
}

/* line 68, app/assets/stylesheets/pages/_circle.scss */
#circle-page .meeting-button .title {
  font-size: 16px;
}

/* line 71, app/assets/stylesheets/pages/_circle.scss */
#circle-page .meeting-button .tiny-caption {
  color: #616e89;
}

/* line 76, app/assets/stylesheets/pages/_circle.scss */
#circle-page .line-item .controls a.icon-link,
#circle-page .line-item .controls .icon-link-disabled {
  margin: 0 -2px;
}

/* line 81, app/assets/stylesheets/pages/_circle.scss */
#circle-page .tabs-group--header {
  margin-top: 30px;
}

/* line 85, app/assets/stylesheets/pages/_circle.scss */
#circle-page .tabs.governance-tabs {
  margin-left: 0;
}

/* line 89, app/assets/stylesheets/pages/_circle.scss */
#circle-page .react-checklists-tab {
  min-height: 400px;
}

/* line 2, app/assets/stylesheets/pages/_global_items.scss */
.global_items .loading {
  position: absolute;
  background: #FFF url(/../../../assets/images/spinner.gif) no-repeat 50% 50%;
  width: 100%;
  height: 100px;
  font-size: 1.7em;
  font-weight: 600;
  color: #666;
  text-align: center;
  filter: alpha(opacity=80);
  opacity: .75;
  box-sizing: border-box;
}

/* line 16, app/assets/stylesheets/pages/_global_items.scss */
.global_items .inline-edit-table .main .td:first-of-type {
  width: 140px;
}

/* line 20, app/assets/stylesheets/pages/_global_items.scss */
.global_items .inline-edit-table .main .td.link-field {
  width: 300px;
}

/* line 24, app/assets/stylesheets/pages/_global_items.scss */
.global_items .inline-edit-table .main .td.owner {
  width: 205px;
}

/* line 2, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index {
  margin-top: 1em;
}

/* line 5, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .progress-count {
  width: 40%;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-align: right;
  margin-right: 0.5rem;
}

/* line 13, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .progress-count .count {
  font-weight: 500;
}

/* line 17, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .progress-count .progress-target {
  font-weight: 300;
  color: #616e89;
}

/* line 23, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .progress {
  border-radius: 10px;
  height: 10px;
  min-width: 10rem;
  width: 50%;
}

/* line 31, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .goal .progress-count {
  color: var(--theme-success);
}

/* line 35, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .goal .progress-bar {
  background-color: var(--theme-success);
}

/* line 39, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .goal.at_risk .status-icon {
  background: var(--theme-danger);
}

/* line 43, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .goal.needs_attention .status-icon {
  background: var(--theme-alert);
}

/* line 47, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .goal.on_track .status-icon {
  background: var(--theme-success);
}

/* line 53, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .target .progress {
  height: 5px;
}

/* line 57, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .target .progress-count {
  color: #14b2c7;
}

/* line 61, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .target .progress-bar {
  background-color: #14b2c7;
}

/* line 65, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .target .progress-count.grey {
  color: #616e89;
  font-weight: 300;
}

/* line 70, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .target.at_risk .status-icon {
  background: var(--theme-danger);
}

/* line 74, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .target.needs_attention .status-icon {
  background: var(--theme-alert);
}

/* line 78, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .target.on_track .status-icon {
  background: var(--theme-success);
}

/* line 83, app/assets/stylesheets/pages/_goals.scss */
#content-frame #goals-index .popover ul li {
  margin-left: 1rem;
  list-style-type: disc;
}

/* line 89, app/assets/stylesheets/pages/_goals.scss */
#content-frame .target-summary {
  background: #ECF6F8;
  margin: -15px 0 15px;
  padding: 0.5rem;
  display: flex;
}

/* line 95, app/assets/stylesheets/pages/_goals.scss */
#content-frame .target-summary * {
  vertical-align: middle;
}

/* line 99, app/assets/stylesheets/pages/_goals.scss */
#content-frame .target-summary .fa {
  color: #999;
  font-size: 3em;
  margin-right: 10px;
}

/* line 108, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .status {
  height: 1.5rem;
  margin-right: 0.5rem;
  width: 1.5rem;
}

/* line 114, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .goal-details {
  align-items: center;
  color: #616e89;
  display: inline-block;
}

/* line 119, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .goal-details i {
  line-height: 1.25rem;
}

/* line 123, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .goal-details span {
  margin: 0 0.15rem;
}

/* line 126, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .goal-details span.prepended-item {
  margin-right: 0.25rem;
}

/* line 130, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .goal-details span:first-of-type {
  margin-left: 0;
}

/* line 134, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .goal-details span:not(:last-child):not(.prepended-item):after {
  content: ' • ';
}

/* line 140, app/assets/stylesheets/pages/_goals.scss */
#content-frame .hotwired-record.show header .health.badge {
  font-size: 0.75rem;
}

/* line 2, app/assets/stylesheets/pages/_import.scss */
.import-component .btn, .import-component .ui-button {
  position: relative;
}

/* line 5, app/assets/stylesheets/pages/_import.scss */
.import-component .btn:hover, .import-component .ui-button:hover {
  color: #fff !important;
}

/* line 9, app/assets/stylesheets/pages/_import.scss */
.import-component .btn.spinner, .import-component .spinner.ui-button {
  color: transparent !important;
}

/* line 14, app/assets/stylesheets/pages/_import.scss */
.import-component .import-export-button {
  width: 49%;
}

/* line 18, app/assets/stylesheets/pages/_import.scss */
.import-component .import-export-button .btn, .import-component .import-export-button .ui-button {
  width: 100%;
  color: #fff;
}

/* line 1, app/assets/stylesheets/pages/_inbox.scss */
.tension-info-box {
  background-color: #e8f4f9;
  margin-bottom: 1rem;
}

/* line 5, app/assets/stylesheets/pages/_inbox.scss */
.tension-info-box article {
  padding: 0.75rem;
}

/* line 9, app/assets/stylesheets/pages/_inbox.scss */
.tension-info-box .tension-icon {
  align-items: center;
  background: var(--theme-success);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 1.3rem;
  justify-content: center;
  min-width: 1.3rem;
}

/* line 20, app/assets/stylesheets/pages/_inbox.scss */
.tension-info-box .tension-description {
  flex-grow: 1;
  padding-left: 0.75rem;
}

/* line 25, app/assets/stylesheets/pages/_inbox.scss */
.tension-info-box .tension-details {
  color: #616e89;
}

/* line 30, app/assets/stylesheets/pages/_inbox.scss */
.tension--edit-inline-container {
  padding: 0.75rem;
  position: relative;
}

/* line 34, app/assets/stylesheets/pages/_inbox.scss */
.tension--edit-inline-container .save-button {
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

/* line 3, app/assets/stylesheets/pages/_lessons.scss */
body.lessons.main form.edit_lesson textarea {
  font-family: monospace;
}

/* line 9, app/assets/stylesheets/pages/_lessons.scss */
body.lessons.main .languages a.language-link:after {
  content: ', ';
}

/* line 13, app/assets/stylesheets/pages/_lessons.scss */
body.lessons.main .languages a.language-link:last-child:after {
  content: '';
}

/* line 21, app/assets/stylesheets/pages/_lessons.scss */
.enrolled-members .unenroll-button a {
  padding: 4px 3px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/pages/_meetings.scss */
  #meeting-participants {
    display: flex;
    flex-direction: row-reverse;
  }
}

/* line 7, app/assets/stylesheets/pages/_meetings.scss */
#meeting-participants .meeting-participant {
  display: inline;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/pages/_meetings.scss */
  #meeting-participants .meeting-participant {
    margin-left: -1.75rem;
  }
}

/* line 13, app/assets/stylesheets/pages/_meetings.scss */
#meeting-participants .meeting-participant:hover {
  transform: scale(1.15, 1.15);
  z-index: 1;
}

/* line 2, app/assets/stylesheets/pages/_metrics.scss */
#page-frame > #content-frame {
  background: #f4fbfc;
  display: block;
  height: 100%;
  min-height: 100vh;
  padding: 1rem;
}

/* line 2, app/assets/stylesheets/pages/_mobile_sso_signin.scss */
body.mobile .container_mobile {
  margin: 50px;
}

/* line 5, app/assets/stylesheets/pages/_mobile_sso_signin.scss */
body.mobile .col-sm-12 {
  width: 100%;
}

/* line 8, app/assets/stylesheets/pages/_mobile_sso_signin.scss */
body.mobile .alert {
  margin-left: 50px;
  margin-right: 50px;
}

/* line 2, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority .selectize-input input[type="text"],
body.my_authority .selectize-input .item {
  padding: 3px 8px 0px 8px !important;
}

/* line 10, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list {
  list-style-type: none;
  margin-left: 51px;
  padding: 0;
  counter-reset: li-counter;
}

/* line 17, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list > li {
  position: relative;
  margin-bottom: 30px;
  min-height: 3em;
}

/* line 23, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list > li:before {
  position: absolute;
  left: -52px;
  width: 42px;
  height: 42px;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  background-color: #354052;
  content: counter(li-counter);
  counter-increment: li-counter;
}

/* line 38, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list > li.result:before {
  font-family: FontAwesome;
  content: "\f0a9";
  font-size: 47px;
  background-color: transparent !important;
  color: #354052;
}

/* line 46, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list li#role-chooser {
  height: 80px;
}

/* line 50, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .sub-point {
  font-size: 1rem;
  padding: 0.25rem;
  display: inline-flex;
  align-items: baseline;
  margin: 0 0 .5rem 0;
}

/* line 58, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .sub-point:before {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  color: #41c130;
  margin-right: 0.5rem;
}

/* line 66, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .role-selector {
  display: inline-block;
  min-width: 300px;
}

/* line 72, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .policies-list .policy {
  min-height: 90px;
  padding: 10px 14px;
  position: relative;
}

/* line 78, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .policies-list .policy-text[aria-expanded~="true"] {
  margin-bottom: 11px;
}

/* line 82, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .policies-list ul li h4 {
  margin-bottom: 5px;
  height: 20px;
  font-weight: 700;
  overflow: hidden;
}

/* line 89, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .policies-list .read-more-toggle {
  font-size: 12px;
  position: absolute;
  padding-bottom: 1px;
  bottom: 2px;
  left: 0;
  right: 0;
  font-weight: 600;
  text-align: center;
}

/* line 100, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .policies-list .policy .read-more-toggle span {
  background-color: #fff;
  border-radius: 3px;
  padding: 1px 13px;
}

/* line 106, app/assets/stylesheets/pages/_my_authority.scss */
body.my_authority #pageContent ol.circles-list .policies-list .policy h4 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page tbody.subscription-list:not(:empty) + tbody.messages {
  display: none;
}

/* line 5, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page tbody.subscription-list:empty + tbody.messages td div:after {
  display: block;
  content: 'You do not have any subscriptions because you have not subscribed for notifications and fill no roles.';
}

/* line 10, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page table tr.sub-header th:not(:first-child):not(:last-child) {
  width: 200px;
}

/* line 14, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page th {
  text-align: center !important;
}

/* line 18, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page tr.sub-header th {
  padding: 2px;
}

/* line 22, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page .controls a, #my-subscriptions-page .controls .icon-link-disabled {
  font-size: 20px;
  display: inline-block;
}

/* line 27, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page .controls .icon-link-disabled, #my-subscriptions-page .chbx-wrapper {
  width: 35px;
}

/* line 31, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page .chbx-wrapper {
  display: inline-block;
  padding: 5px;
}

/* line 36, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page .js-followed-name {
  position: relative;
  padding-right: 20px;
}

/* line 41, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page .waiting-spinner {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 47, app/assets/stylesheets/pages/_my_subscriptions.scss */
#my-subscriptions-page .inline-style {
  display: flex;
}

/* line 53, app/assets/stylesheets/pages/_my_subscriptions.scss */
.subscription-toggle .btn, .subscription-toggle .ui-button {
  background: transparent;
  color: #14b2c7;
}

/* line 1, app/assets/stylesheets/pages/_new_account.scss */
.sign-up-container {
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 992px;
}

/* line 6, app/assets/stylesheets/pages/_new_account.scss */
.sign-up-container__form {
  display: flex;
  flex-direction: row-reverse;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
}

/* line 12, app/assets/stylesheets/pages/_new_account.scss */
.sign-up-container__form .column {
  flex: 1 0;
}

/* line 16, app/assets/stylesheets/pages/_new_account.scss */
.sign-up-container__form .right {
  margin-left: 1.5rem;
}

@media (max-width: 576px) {
  /* line 22, app/assets/stylesheets/pages/_new_account.scss */
  .sign-up-container__form {
    flex-direction: column;
  }
  /* line 25, app/assets/stylesheets/pages/_new_account.scss */
  .sign-up-container__form .right {
    margin-left: 0;
  }
  /* line 30, app/assets/stylesheets/pages/_new_account.scss */
  .sign-up-container .btn, .sign-up-container .ui-button {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
  }
}

/* line 2, app/assets/stylesheets/pages/_orgnav.scss */
.orgnav .page__breadcrumb {
  display: none;
}

/* line 6, app/assets/stylesheets/pages/_orgnav.scss */
.orgnav .breadcrumb {
  padding-top: 0.25rem;
}

/* line 10, app/assets/stylesheets/pages/_orgnav.scss */
.orgnav .page__content {
  padding: 0;
}

@media (max-width: 992px) {
  /* line 10, app/assets/stylesheets/pages/_orgnav.scss */
  .orgnav .page__content {
    overflow-y: initial;
  }
}

/* line 2, app/assets/stylesheets/pages/_pricing_plan_selections.scss */
.main.pricing_plan_selections .field_with_errors {
  display: inline-block;
}

/* line 7, app/assets/stylesheets/pages/_pricing_plan_selections.scss */
.main.pricing_plan_selections .effective-date .field_with_errors {
  display: block;
}

/* line 13, app/assets/stylesheets/pages/_pricing_plan_selections.scss */
.main.pricing_plan_selections .comment .field_with_errors {
  width: 100%;
}

/* line 2, app/assets/stylesheets/pages/_profile_pages.scss */
body.main.people, body.main.subscriptions, body.main.api_keys, body.main.integrations, body.main.my_authority {
  background-color: #f4fbfc;
}

/* line 5, app/assets/stylesheets/pages/_profile_pages.scss */
body.main.people .Select-control, body.main.subscriptions .Select-control, body.main.api_keys .Select-control, body.main.integrations .Select-control, body.main.my_authority .Select-control {
  background: transparent;
}

/* line 10, app/assets/stylesheets/pages/_profile_pages.scss */
body.main .page__main {
  padding: 0.5rem 0 0 0;
  background: #fbfdff;
  border-radius: 0.5rem;
  margin: auto 1rem;
}

/* line 16, app/assets/stylesheets/pages/_profile_pages.scss */
body.main .page__main .tabs-container {
  padding: 0 1.5rem;
  margin-bottom: 1rem;
}

/* line 27, app/assets/stylesheets/pages/_profile_pages.scss */
.section-wrapper, body.main .page__main > .content {
  background: #fff;
  border-radius: 0.25rem;
}

/* line 2, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab,
#workspace-frame {
  display: block;
}

/* line 7, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab header h1, turbo-frame#projects-tab header h2,
#workspace-frame header h1,
#workspace-frame header h2 {
  white-space: nowrap;
}

/* line 10, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab header h1 .ui-icon-button, turbo-frame#projects-tab header h1 .workspace-header__add-button, turbo-frame#projects-tab header h2 .ui-icon-button, turbo-frame#projects-tab header h2 .workspace-header__add-button,
#workspace-frame header h1 .ui-icon-button,
#workspace-frame header h1 .workspace-header__add-button,
#workspace-frame header h2 .ui-icon-button,
#workspace-frame header h2 .workspace-header__add-button {
  display: inline-block;
  text-align: center;
  padding: 5px;
}

/* line 18, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab #frogbox-projects_header,
#workspace-frame #frogbox-projects_header {
  display: block;
  margin: 0 -15px 1rem -15px;
}

/* line 25, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .kanban-header,
#workspace-frame main.kanban .kanban-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 2px 4px rgba(144, 158, 176, 0.2);
}

/* line 33, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .kanban-header,
turbo-frame#projects-tab main.kanban .swimlane .row,
#workspace-frame main.kanban .kanban-header,
#workspace-frame main.kanban .swimlane .row {
  margin: 0;
  background: white;
}

/* line 39, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .header,
#workspace-frame main.kanban .header {
  color: #fff;
  text-align: center;
  padding: 0.15rem;
}

/* line 44, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .header.current,
#workspace-frame main.kanban .header.current {
  background: var(--theme-success);
}

/* line 47, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .header.waiting,
#workspace-frame main.kanban .header.waiting {
  background: var(--theme-warning);
}

/* line 50, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .header.completed,
#workspace-frame main.kanban .header.completed {
  background: var(--theme-info);
}

/* line 53, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .header.someday,
#workspace-frame main.kanban .header.someday {
  background: var(--theme-future);
}

/* line 56, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .header.archived,
#workspace-frame main.kanban .header.archived {
  background: #637790;
  max-width: 2rem;
}

/* line 62, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards,
#workspace-frame main.kanban .cards {
  background: #fff;
  margin: 2px;
  padding: 0.5rem;
}

/* line 67, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards .open-project,
#workspace-frame main.kanban .cards .open-project {
  float: right;
  color: #909eb0;
}

/* line 71, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards .project-name,
#workspace-frame main.kanban .cards .project-name {
  width: calc(100% - 1rem);
}

/* line 74, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards .subscription-toggle,
#workspace-frame main.kanban .cards .subscription-toggle {
  float: right;
}

/* line 77, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards .subscription-toggle .btn, turbo-frame#projects-tab main.kanban .cards .subscription-toggle .ui-button,
#workspace-frame main.kanban .cards .subscription-toggle .btn,
#workspace-frame main.kanban .cards .subscription-toggle .ui-button {
  bottom: 2px;
  color: #909eb0;
  padding: 0;
  position: relative;
}

/* line 85, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.current,
#workspace-frame main.kanban .cards.current {
  background: #f0fbef;
}

/* line 87, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.current .project,
#workspace-frame main.kanban .cards.current .project {
  border-color: var(--theme-success);
}

/* line 91, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.waiting,
#workspace-frame main.kanban .cards.waiting {
  background: #fff8f5;
}

/* line 93, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.waiting .project,
#workspace-frame main.kanban .cards.waiting .project {
  border-color: var(--theme-warning);
}

/* line 97, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.completed,
#workspace-frame main.kanban .cards.completed {
  background: #e3f9fc;
}

/* line 99, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.completed .project,
#workspace-frame main.kanban .cards.completed .project {
  border-color: var(--theme-info);
}

/* line 103, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.someday,
#workspace-frame main.kanban .cards.someday {
  background: #eaedf0;
}

/* line 105, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.someday .project,
#workspace-frame main.kanban .cards.someday .project {
  border-color: var(--theme-future);
}

/* line 109, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.archived,
#workspace-frame main.kanban .cards.archived {
  background: #dadfe5;
  max-width: 1.8rem;
}

/* line 113, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.archived .project,
#workspace-frame main.kanban .cards.archived .project {
  display: none;
}

/* line 117, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.archived .project.sortable-ghost,
#workspace-frame main.kanban .cards.archived .project.sortable-ghost {
  display: block !important;
  /* stylelint-disable-line declaration-no-important */
  height: 4.8rem !important;
  /* stylelint-disable-line declaration-no-important */
  padding: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 122, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .cards.archived .project.sortable-ghost .project-inner,
#workspace-frame main.kanban .cards.archived .project.sortable-ghost .project-inner {
  display: none;
}

/* line 128, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .add_new,
#workspace-frame main.kanban .add_new {
  padding: 0.15rem;
  background: white;
  display: block;
  text-align: center;
  color: #909eb0;
  opacity: 0;
}

/* line 136, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .col:hover .add_new, turbo-frame#projects-tab main.kanban main.table .col-icon:hover .add_new, turbo-frame#projects-tab main.table main.kanban .col-icon:hover .add_new,
#workspace-frame main.kanban .col:hover .add_new,
#workspace-frame main.kanban main.table .col-icon:hover .add_new,
#workspace-frame main.table main.kanban .col-icon:hover .add_new {
  opacity: .5;
}

/* line 138, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .col:hover .add_new:hover, turbo-frame#projects-tab main.kanban main.table .col-icon:hover .add_new:hover, turbo-frame#projects-tab main.table main.kanban .col-icon:hover .add_new:hover,
#workspace-frame main.kanban .col:hover .add_new:hover,
#workspace-frame main.kanban main.table .col-icon:hover .add_new:hover,
#workspace-frame main.table main.kanban .col-icon:hover .add_new:hover {
  opacity: .8;
}

/* line 142, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .project,
#workspace-frame main.kanban .project {
  border: 1px solid;
  background: #fff;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
}

/* line 147, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .project a,
#workspace-frame main.kanban .project a {
  color: black;
}

/* line 150, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .project .gray,
turbo-frame#projects-tab main.kanban .project .gray a,
#workspace-frame main.kanban .project .gray,
#workspace-frame main.kanban .project .gray a {
  color: #909eb0;
  font-size: 0.75rem;
  font-weight: 300;
}

/* line 156, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.kanban .project .gray a:hover,
#workspace-frame main.kanban .project .gray a:hover {
  color: #087f97;
}

/* line 163, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .sort-grab-column,
#workspace-frame main .sort-grab-column {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

/* line 168, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .sort-grab-column .sorting-handle,
#workspace-frame main .sort-grab-column .sorting-handle {
  height: 0.75rem;
}

/* line 173, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .icons-column,
#workspace-frame main .icons-column {
  display: flex;
  flex: 0 0 auto;
  /* This column will only take up as much space as it needs */
  margin-left: auto;
  /* Aligns this column to the right */
}

/* line 179, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .info-icon-cells,
turbo-frame#projects-tab main .button-cells,
#workspace-frame main .info-icon-cells,
#workspace-frame main .button-cells {
  display: inline-flex;
  -ms-grid-row-align: center;
      align-self: center;
}

/* line 184, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .info-icon-cells .icon-cell,
turbo-frame#projects-tab main .button-cells .icon-cell,
#workspace-frame main .info-icon-cells .icon-cell,
#workspace-frame main .button-cells .icon-cell {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 0.1rem;
  font-size: 100%;
  text-align: center;
  width: 1.125rem;
  height: 1.25rem;
}

/* line 194, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .info-icon-cells .icon-cell > a,
turbo-frame#projects-tab main .button-cells .icon-cell > a,
#workspace-frame main .info-icon-cells .icon-cell > a,
#workspace-frame main .button-cells .icon-cell > a {
  display: flex;
  -ms-grid-row-align: center;
      align-self: center;
}

/* line 200, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .info-icon-cells img,
turbo-frame#projects-tab main .button-cells img,
#workspace-frame main .info-icon-cells img,
#workspace-frame main .button-cells img {
  width: 0.9rem;
  height: 0.9rem;
}

/* line 206, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .button-cells,
#workspace-frame main .button-cells {
  margin-left: 0.5rem;
}

/* line 209, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .button-cells .icon-cell,
#workspace-frame main .button-cells .icon-cell {
  margin-left: 0.25rem;
}

/* line 214, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table,
#workspace-frame main.table {
  display: block;
  width: initial;
}

/* line 218, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .project.container.row,
#workspace-frame main.table .project.container.row {
  background: #fff;
}

/* line 222, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .edit-mode,
#workspace-frame main.table .edit-mode {
  display: contents;
}

/* line 226, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .loading-placeholder,
#workspace-frame main.table .loading-placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  overflow: hidden;
  width: 85%;
  padding-right: 0.15rem;
  z-index: -1;
}

/* line 237, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .col-icon,
#workspace-frame main.table .col-icon {
  padding: 0;
  flex-grow: 0;
  flex-shrink: 0;
  width: 1rem;
  min-width: 1rem;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  justify-content: center;
  display: flex;
}

/* line 249, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .col-icon.with-react-select, turbo-frame#projects-tab main.table .col-icon.status-column,
#workspace-frame main.table .col-icon.with-react-select,
#workspace-frame main.table .col-icon.status-column {
  width: 1.5rem;
  min-width: 1.5rem;
}

/* line 257, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .subscription-toggle,
#workspace-frame main.table .subscription-toggle {
  max-width: 50px;
  position: relative;
}

/* line 261, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .subscription-toggle .btn, turbo-frame#projects-tab main.table .subscription-toggle .ui-button,
#workspace-frame main.table .subscription-toggle .btn,
#workspace-frame main.table .subscription-toggle .ui-button {
  color: #909eb0;
  vertical-align: unset;
}

/* line 268, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-react-select .loading-placeholder,
#workspace-frame main.table .with-react-select .loading-placeholder {
  left: 1rem;
  overflow: hidden;
  width: 85%;
}

/* line 275, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg,
#workspace-frame main.table .with-wysiwyg {
  padding-left: 0.75rem;
}

/* line 278, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg .loading-placeholder,
#workspace-frame main.table .with-wysiwyg .loading-placeholder {
  left: 1rem;
}

/* line 284, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .col-icon.with-react-select .loading-placeholder,
#workspace-frame main.table .col-icon.with-react-select .loading-placeholder {
  left: 0 !important;
  /* stylelint-disable-line declaration-no-important */
  width: 100%;
  overflow: visible;
}

/* line 291, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg,
turbo-frame#projects-tab main.table .with-react-select,
#workspace-frame main.table .with-wysiwyg,
#workspace-frame main.table .with-react-select {
  margin: 0.125rem;
}

/* line 297, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg.with-rounded-trigger,
turbo-frame#projects-tab main.table .with-react-select.with-rounded-trigger,
#workspace-frame main.table .with-wysiwyg.with-rounded-trigger,
#workspace-frame main.table .with-react-select.with-rounded-trigger {
  border-radius: 1rem;
}

/* line 301, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg.with-background,
turbo-frame#projects-tab main.table .with-react-select.with-background,
#workspace-frame main.table .with-wysiwyg.with-background,
#workspace-frame main.table .with-react-select.with-background {
  background: #f9fcfd;
}

/* line 305, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg, turbo-frame#projects-tab main.table .with-wysiwyg [data-react-class],
turbo-frame#projects-tab main.table .with-react-select,
turbo-frame#projects-tab main.table .with-react-select [data-react-class],
#workspace-frame main.table .with-wysiwyg,
#workspace-frame main.table .with-wysiwyg [data-react-class],
#workspace-frame main.table .with-react-select,
#workspace-frame main.table .with-react-select [data-react-class] {
  border-radius: 5px;
}

/* line 310, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg,
#workspace-frame main.table .with-wysiwyg {
  background: #f9fcfd;
}

/* line 313, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main.table .with-wysiwyg [class*="tinyMarginBottom"],
#workspace-frame main.table .with-wysiwyg [class*="tinyMarginBottom"] {
  margin-bottom: 0 !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 319, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab main .feedback-survey-wrapper,
#workspace-frame main .feedback-survey-wrapper {
  margin: 3rem -1rem 0;
}

/* line 324, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab footer.feedback-survey-wrapper,
#workspace-frame footer.feedback-survey-wrapper {
  clear: both;
  margin: 0 -1rem;
  padding-top: 3rem;
}

/* line 330, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab .subprojects,
#workspace-frame .subprojects {
  margin-top: 1.5rem;
}

/* line 332, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab .subprojects .child-records,
#workspace-frame .subprojects .child-records {
  display: none;
}

/* line 336, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab .subprojects .subproject,
#workspace-frame .subprojects .subproject {
  padding: 0.5rem 0 0.25rem 0;
}

/* line 340, app/assets/stylesheets/pages/_projects.scss */
turbo-frame#projects-tab .subprojects .project-link,
#workspace-frame .subprojects .project-link {
  text-align: right;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}

/* line 349, app/assets/stylesheets/pages/_projects.scss */
.project.row {
  display: flex;
  flex-wrap: wrap;
}

/* line 353, app/assets/stylesheets/pages/_projects.scss */
.project.row.readonly-row {
  padding: 0.25rem 0;
}

/* line 356, app/assets/stylesheets/pages/_projects.scss */
.project.row.readonly-row > * {
  align-content: center;
}

/* line 360, app/assets/stylesheets/pages/_projects.scss */
.project.row.editable-row {
  min-height: 2.875rem;
  background: #fafafa;
}

/* line 363, app/assets/stylesheets/pages/_projects.scss */
.project.row.editable-row:hover {
  background: #e1e5ea;
}

/* line 365, app/assets/stylesheets/pages/_projects.scss */
.project.row.editable-row:hover .with-background {
  background: #fafafa !important;
}

/* line 371, app/assets/stylesheets/pages/_projects.scss */
.project.row .col-sm-6, .project.row .col-sm-4, .project.row .col-sm-2, .project.row .col-sm {
  padding: 0.15rem;
}

/* line 375, app/assets/stylesheets/pages/_projects.scss */
.project.row [class^="inlineButtons"] {
  display: none;
}

/* line 378, app/assets/stylesheets/pages/_projects.scss */
.project.row [class$="indicatorContainer"] {
  width: 0;
  padding: 0;
}

/* line 383, app/assets/stylesheets/pages/_projects.scss */
.project.row .ck-editor__editable {
  overflow: hidden;
  white-space: nowrap;
  margin-top: 0;
}

/* line 388, app/assets/stylesheets/pages/_projects.scss */
.project.row .ck-editor__editable.ck-focused {
  white-space: normal;
  position: relative;
  z-index: 10;
}

/* line 395, app/assets/stylesheets/pages/_projects.scss */
.project.row .status {
  text-align: center;
  width: 8rem;
  max-width: 8rem;
  margin: 0 0.5rem;
}

/* line 401, app/assets/stylesheets/pages/_projects.scss */
.project.row .time_ago {
  font-size: 0.75rem;
  font-style: italic;
}

/* line 405, app/assets/stylesheets/pages/_projects.scss */
.project.row .time_ago, .project.row .project-link {
  line-height: 2.5rem;
}

/* line 408, app/assets/stylesheets/pages/_projects.scss */
.project.row .project-link a:hover,
.project.row .project-link a:hover i {
  color: #087f97;
}

/* line 412, app/assets/stylesheets/pages/_projects.scss */
.project.row .project-link, .project.row .project-link a {
  max-width: 1.3rem;
  color: #616e89;
}

/* line 415, app/assets/stylesheets/pages/_projects.scss */
.project.row .project-link .internal-external, .project.row .project-link a .internal-external {
  width: 12px;
  filter: invert(67%) sepia(1%) saturate(6814%) hue-rotate(180deg) brightness(92%) contrast(83%);
}

/* line 423, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .col-icon:not(.sort-grab-column) {
  padding-top: .125rem !important;
}

/* line 427, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode textarea {
  margin: auto -0.75rem;
}

/* line 431, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .form-control {
  border-color: transparent;
  background-color: transparent;
}

/* line 434, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .form-control:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* line 437, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .form-control:focus {
  border: 1px solid #074150;
  background: #fff;
}

/* line 443, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .with-react-select .rails_select__control {
  border: transparent;
  background: transparent;
}

/* line 446, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .with-react-select .rails_select__control span {
  background: transparent;
}

/* line 449, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .with-react-select .rails_select__control svg {
  fill: transparent;
}

/* line 453, app/assets/stylesheets/pages/_projects.scss */
.slick-form.edit-mode .with-wysiwyg [data-react-class] {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 465, app/assets/stylesheets/pages/_projects.scss */
i.fa.fa-eye, i.fa.fa-compass {
  color: #909eb0;
  font-size: 1.125rem;
}

/* line 470, app/assets/stylesheets/pages/_projects.scss */
.nested-project-arrow {
  transform: rotate(180deg) scaleX(-1);
  position: absolute;
  left: -1rem;
  top: 5px;
  display: inline-block;
  /* Ensure it rotates correctly */
  color: #909eb0;
  font-size: 0.75rem !important;
}

/* line 480, app/assets/stylesheets/pages/_projects.scss */
.project-icon--base,
.project-icon {
  color: #fff;
  border-radius: 1.5rem;
}

/* line 485, app/assets/stylesheets/pages/_projects.scss */
.project-icon--base.current,
.project-icon.current {
  background: var(--theme-success);
}

/* line 488, app/assets/stylesheets/pages/_projects.scss */
.project-icon--base.waiting,
.project-icon.waiting {
  background: var(--theme-warning);
}

/* line 491, app/assets/stylesheets/pages/_projects.scss */
.project-icon--base.completed,
.project-icon.completed {
  background: var(--theme-info);
}

/* line 494, app/assets/stylesheets/pages/_projects.scss */
.project-icon--base.scheduled,
.project-icon.scheduled {
  background: var(--theme-future);
}

/* line 497, app/assets/stylesheets/pages/_projects.scss */
.project-icon--base.someday,
.project-icon.someday {
  background: #800080;
}

/* line 502, app/assets/stylesheets/pages/_projects.scss */
.project-icon {
  padding: 0.25rem;
  margin: 0.25rem;
}

/* line 2, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen #advanced-toggle {
  color: var(--theme-primary);
  cursor: pointer;
  display: block;
  float: right;
  font-size: 1rem;
  line-height: 2.5rem;
  margin-right: 20px;
  text-decoration: underline;
}

/* line 13, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen .search-container {
  float: right;
  position: relative;
}

/* line 17, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen .search-container .form-control {
  width: 200px;
}

/* line 20, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen .search-container .fa {
  color: gray;
  font-size: 1.5rem;
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 29, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen .form-check.form-check-inline {
  display: inline-flex;
  margin: 0.5rem 1rem 0.5rem 0 !important;
}

/* line 33, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen .table th {
  white-space: nowrap;
}

/* line 36, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen .table td {
  vertical-align: initial;
}

/* line 39, app/assets/stylesheets/pages/_super_admin.scss */
turbo-frame#super-admin-fullscreen .dropdown-menu.dropdown-menu-right {
  width: 300px !important;
}

/* line 1, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame {
  background: #f4fbfc;
  display: block;
  height: 100%;
  min-height: 100vh;
  padding: 1rem;
}

/* line 8, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row {
  padding: 0.5rem 0;
}

/* line 11, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 20, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters {
  align-items: center;
  -ms-grid-row-align: end;
      align-self: end;
  display: flex;
  flex: 1 1 0%;
  flex-wrap: wrap;
  font-size: 86%;
  min-width: 200px;
  /* adjust as needed */
}

/* line 29, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .filters-title {
  color: #616e89;
  margin-right: 0.5rem;
  text-transform: uppercase;
}

/* line 35, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge {
  align-items: center;
  font-size: 86%;
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem;
  padding-left: 2rem;
  position: relative;
  text-transform: unset;
}

/* line 44, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge img {
  height: 10px;
}

/* line 48, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge .icon,
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge .close {
  height: 1.1rem;
  left: 0;
  line-height: 1.2rem;
  position: absolute;
  text-align: right;
  top: 0;
  width: 1.5rem;
}

/* line 59, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge .icon {
  display: inline-block;
}

/* line 63, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge .close {
  display: none;
}

/* line 66, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge .close a {
  display: block;
  padding-right: 0.3rem;
}

/* line 73, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge:hover .close {
  border-right: 1px solid #d5dbe1;
  display: inline-block;
}

/* line 77, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .badge:hover .icon {
  display: none;
}

/* line 83, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .currently-viewing-filters .reset-all {
  color: #616e89;
  font-style: italic;
  margin-left: 0.5rem;
}

/* line 90, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame header.row .workspace-filters .filters-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
  /* push to the right */
}

/* line 98, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame main.hotwired-record.show header {
  margin-left: -1.9rem;
}

/* line 105, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .nav-tabs {
  border: none;
}

/* line 108, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .nav-item {
  border: none;
  font-size: 0.9rem;
}

/* line 112, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .nav-item .only-when-active {
  display: none;
}

/* line 115, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .nav-item .active {
  border: none;
  color: #354052;
  font-weight: 400;
}

/* line 120, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .nav-item .active .only-when-active {
  display: inline-block;
}

/* line 123, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .nav-item .active .not-when-active {
  display: none;
}

/* line 128, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .tab-content {
  background: #fff;
  border-radius: 0 5px 5px 0;
}

/* line 132, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .tab-pane {
  padding: 0.5rem 0;
}

/* line 135, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .card,
#workspace-frame nav.role-tag-filters .card-body,
#workspace-frame nav.role-tag-filters .card-header {
  background: none;
  border: 0;
  padding: 0;
}

/* line 144, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .circle-toggle {
  padding: 0 0.5rem 0.25rem 0;
}

/* line 147, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .circle-toggle i.fa {
  color: #909eb0;
  width: 1rem;
}

/* line 151, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .circle-toggle i.fa::before {
  content: "\f078";
}

/* line 154, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .circle-toggle.collapsed i.fa::before {
  content: "\f054";
}

/* line 157, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .circle-toggle:focus {
  box-shadow: none;
}

/* line 161, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .expand-collapse {
  display: block;
  margin: 4rem auto 0.5rem;
  text-align: center;
}

/* line 168, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter {
  color: #354052;
  display: flex;
  font-weight: 500;
  padding: 0.5rem;
}

/* line 174, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter .checkbox-column {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: right;
  padding-right: 1rem;
  text-align: right;
  width: 4rem;
}

/* line 183, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter .checkbox-column .input-checkbox {
  display: inline-block;
}

/* line 187, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter .name-column {
  flex-grow: 1;
}

/* line 190, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter .only-column {
  text-align: center;
  width: 4rem;
}

/* line 194, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter .only-column .only {
  visibility: hidden;
  white-space: nowrap;
}

/* line 199, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter .count-column {
  flex-shrink: 0;
  text-align: center;
  width: 4rem;
}

/* line 204, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter .count-column .record-count {
  background: #909eb0;
  border-radius: 20px;
  font-weight: 600;
  line-height: 1.2rem;
  min-height: 1.2rem;
  min-width: 1.5rem;
  text-align: center;
}

/* line 216, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter:focus .only, #workspace-frame nav.role-tag-filters .filter:hover .only {
  visibility: visible;
}

/* line 220, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame nav.role-tag-filters .filter.active {
  background: #e8f4f9;
  border-radius: 5px;
  font-weight: 600;
}

/* line 229, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame article .ck-content p {
  padding-top: 0.25rem;
  padding-bottom: 0.15rem;
}

/* line 235, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame article.completed > .body > .primary > .title {
  opacity: 0.65;
  text-decoration: line-through;
}

/* line 239, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame article.completed > .body > .primary > .title textarea, #workspace-frame article.completed > .body > .primary > .title .ck-editor {
  text-decoration: line-through;
}

/* line 244, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame article.completed > .body > .secondary > .subtitle {
  opacity: 0.65;
}

/* line 250, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame section#actions-section {
  border-radius: 5px;
}

/* line 255, app/assets/stylesheets/pages/_workspace.scss */
#workspace-frame section#workspace-section.work_item-objects .action-record {
  background: #f1f3f5;
}

/* line 262, app/assets/stylesheets/pages/_workspace.scss */
.work-item-form .dependent-field {
  padding: 1rem 0.25rem;
}

/* line 265, app/assets/stylesheets/pages/_workspace.scss */
.work-item-form .dependent-field.scheduled {
  background: #f1f3f5;
  border-bottom: 1px solid #d5dbe1;
  border-left: 2px solid #909eb0;
  border-right: 2px solid #909eb0;
  border-top: 1px solid #d5dbe1;
}

/* line 273, app/assets/stylesheets/pages/_workspace.scss */
.work-item-form .dependent-field.waiting {
  background: #FFF7F3;
  border-bottom: 1px solid #f1f3f5;
  border-left: 2px solid var(--theme-warning);
  border-right: 2px solid var(--theme-warning);
  border-top: 1px solid #f1f3f5;
}

/* line 2, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .app-layout-container {
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: stretch;
}

@media only screen and (max-width: 767px) {
  /* line 7, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-layout-container .app-side-bar {
    height: 3.2rem;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
  }
  /* line 14, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-layout-container .app-side-bar * {
    vertical-align: middle;
  }
  /* line 18, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-layout-container .app-side-bar nav, .app-layout .app-layout-container .app-side-bar .staticBlock * {
    max-height: 3.2rem;
  }
  /* line 22, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-layout-container .app-side-bar .staticBlock {
    width: 80vw;
    background: red;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-layout-container {
    display: flex;
  }
  /* line 32, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-layout-container .app-side-bar {
    height: 100vh;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    /* line 32, app/assets/stylesheets/pages/app_layout.scss */
    .app-layout .app-layout-container .app-side-bar {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
    }
  }
}

/* line 42, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .app-layout-container .app-container {
  grid-area: app-content;
  flex: 1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  /* line 42, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-layout-container .app-container {
    position: fixed;
    margin-top: 3.2rem;
    height: calc(100vh - 3.2rem);
    width: 100%;
    overflow-y: auto;
  }
}

/* line 55, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .app-layout-container .container.flash {
  margin-top: 1rem;
}

/* line 61, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .page__breadcrumb {
  margin-top: 0;
  padding-top: 0;
}

/* line 65, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .page__breadcrumb .breadcrumb {
  padding-top: 0.25rem;
}

/* line 70, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .page-header,
.app-layout .page-header + .row,
.app-layout .page__header,
.app-layout .page__header + .row,
.app-layout .page__main,
.app-layout .page__breadcrumb {
  padding: 0 1rem;
}

/* line 80, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .container {
  width: 100%;
  margin: 0;
}

/* line 84, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .container .flex__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

/* line 94, app/assets/stylesheets/pages/app_layout.scss */
.app-layout .static-min-width .container {
  min-width: 768px;
}

@media print {
  /* line 100, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout .app-container {
    height: auto !important;
    overflow: hidden !important;
  }
  /* line 108, app/assets/stylesheets/pages/app_layout.scss */
  .app-layout #fc_frame {
    display: none;
  }
}

/* line 2, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .container {
  padding: 1rem;
}

/* line 5, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .billing-banner {
  background: #c7f0c1;
  clear: both;
  margin: 0.75rem;
  padding: 1rem;
}

/* line 11, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .billing-banner.recently-canceled {
  background: #c0c7d1;
  color: black;
}

/* line 15, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .billing-banner p:last-child {
  margin-bottom: 0;
}

/* line 19, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .header {
  display: block;
  padding: 0 0.75rem;
}

/* line 22, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .header h1 {
  display: inline-block;
}

/* line 25, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .header .button-bar {
  float: right;
}

/* line 29, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher {
  clear: both;
  display: flex;
}

@media (max-width: 1370px) {
  /* line 29, app/assets/stylesheets/pages/billing_and_plans.scss */
  #billing-and-plans #plan-switcher {
    flex-wrap: wrap;
  }
}

/* line 35, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination {
  flex-grow: 1;
  width: 23%;
  margin: 0.75rem;
  background: #b0eff7;
}

@media (max-width: 1370px) {
  /* line 35, app/assets/stylesheets/pages/billing_and_plans.scss */
  #billing-and-plans #plan-switcher .combination {
    width: 48%;
  }
}

@media (max-width: 650px) {
  /* line 35, app/assets/stylesheets/pages/billing_and_plans.scss */
  #billing-and-plans #plan-switcher .combination {
    width: 98%;
  }
}

/* line 47, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination.premium {
  background: rgba(192, 235, 242, 0.5);
}

/* line 50, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination.premium_goals {
  background: rgba(192, 235, 242, 0.65);
}

/* line 53, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination.premium_ai {
  background: rgba(192, 235, 242, 0.8);
}

/* line 56, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination.premium_goals_ai {
  background: #c0ebf2;
}

/* line 59, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .spacer {
  color: white;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 0.5rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 1371px) {
  /* line 59, app/assets/stylesheets/pages/billing_and_plans.scss */
  #billing-and-plans #plan-switcher .combination .spacer {
    height: 2.5rem;
  }
}

/* line 70, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .spacer.your-plan {
  background: purple;
}

/* line 74, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .icon {
  display: block;
  text-align: center;
}

/* line 77, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .icon img,
#billing-and-plans #plan-switcher .combination .icon .fa {
  font-size: 4rem;
  height: 4rem;
  margin: 1.5rem;
}

/* line 84, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .title {
  background: rgba(4, 169, 195, 0.5);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0.75rem;
  min-height: 5.5rem;
  align-content: center;
}

/* line 93, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .description {
  font-style: italic;
  padding: 0.75rem;
  min-height: 13rem;
}

@media (max-width: 1370px) {
  /* line 93, app/assets/stylesheets/pages/billing_and_plans.scss */
  #billing-and-plans #plan-switcher .combination .description {
    min-height: 9rem;
  }
}

@media (max-width: 600px) {
  /* line 93, app/assets/stylesheets/pages/billing_and_plans.scss */
  #billing-and-plans #plan-switcher .combination .description {
    min-height: 0;
  }
}

/* line 104, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options {
  display: flex;
  background: rgba(4, 169, 195, 0.2);
}

/* line 108, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options.strikethrough .monthly-price, #billing-and-plans #plan-switcher .combination .options.strikethrough .annual-price {
  text-decoration: line-through;
  color: #616e89;
}

/* line 113, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options .option {
  padding: 1rem;
  text-align: center;
  width: 50%;
}

/* line 117, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options .option.is-current {
  border: 2px solid purple;
}

/* line 122, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options .option.year .pay-button {
  background: #41c130;
}

/* line 125, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options .option .monthly-price {
  font-weight: bold;
  font-size: 1.125rem;
}

/* line 129, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options .option .annual-price {
  font-style: italic;
}

/* line 132, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options .option .pay-button {
  margin-top: 0.75rem;
  max-width: 100%;
  text-wrap: auto;
}

/* line 137, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans #plan-switcher .combination .options .option .my-plan {
  color: purple;
  margin-top: 1rem;
  font-weight: bold;
}

/* line 146, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .per-user {
  border: 1px solid rgba(4, 169, 195, 0.5);
  font-size: 1rem;
  margin: 0.75rem;
  padding: 1rem;
  text-align: center;
}

/* line 153, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart {
  margin-top: 2.5rem;
  text-align: center;
}

/* line 157, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart table {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

/* line 162, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart table th, #billing-and-plans .premium-features-chart table td {
  padding: 1rem;
  text-align: center;
  width: 33%;
}

/* line 168, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart table th {
  color: #616e89;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1.5rem 0 0.5rem;
}

/* line 174, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart table th img {
  margin-bottom: 3px;
  opacity: 0.6;
  width: 1rem;
}

/* line 179, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart table th img:last-child {
  transform: scaleX(-1);
}

/* line 185, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart table td:first-child {
  text-align: right;
}

/* line 188, app/assets/stylesheets/pages/billing_and_plans.scss */
#billing-and-plans .premium-features-chart table td:not(:first-child) {
  border: 2px solid #d5dbe1;
}

/* line 1, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout {
  overflow-y: scroll;
}

/* line 4, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout.modal-open {
  overflow-y: hidden;
}

/* line 9, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout header.page__header {
  min-width: 375px;
}

@media screen and (min-width: 3px) {
  /* line 14, app/assets/stylesheets/pages/classic_layout.scss */
  .classic-layout .container {
    max-width: 1140px !important;
    min-width: 375px !important;
    width: 100% !important;
  }
}

/* line 22, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout.sessions .container, .classic-layout.sessions .container-fluid, .classic-layout.accounts .container, .classic-layout.accounts .container-fluid, .classic-layout.passwords .container, .classic-layout.passwords .container-fluid, .classic-layout.ssos .container, .classic-layout.ssos .container-fluid, .classic-layout.legal .container, .classic-layout.legal .container-fluid {
  min-width: inherit !important;
  max-width: inherit !important;
  width: 100% !important;
  margin: 0 auto;
}

/* line 29, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout.sessions .app-header, .classic-layout.accounts .app-header, .classic-layout.passwords .app-header, .classic-layout.ssos .app-header, .classic-layout.legal .app-header {
  min-width: inherit !important;
}

/* line 33, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout.sessions .flash.container, .classic-layout.accounts .flash.container, .classic-layout.passwords .flash.container, .classic-layout.ssos .flash.container, .classic-layout.legal .flash.container {
  min-width: inherit !important;
}

/* line 37, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout.sessions .login-container, .classic-layout.accounts .login-container, .classic-layout.passwords .login-container, .classic-layout.ssos .login-container, .classic-layout.legal .login-container {
  padding: 0 1rem;
  margin: 0 auto;
}

@media (min-width: 650px) {
  /* line 37, app/assets/stylesheets/pages/classic_layout.scss */
  .classic-layout.sessions .login-container, .classic-layout.accounts .login-container, .classic-layout.passwords .login-container, .classic-layout.ssos .login-container, .classic-layout.legal .login-container {
    width: 650px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 46, app/assets/stylesheets/pages/classic_layout.scss */
  .classic-layout.sessions .login-container .new_person .small-caption.d-flex.justify-content-between, .classic-layout.sessions .login-container .new_person .small-caption.justify-content-between.feedback-prompt.flex-format, .classic-layout.accounts .login-container .new_person .small-caption.d-flex.justify-content-between, .classic-layout.accounts .login-container .new_person .small-caption.justify-content-between.feedback-prompt.flex-format, .classic-layout.passwords .login-container .new_person .small-caption.d-flex.justify-content-between, .classic-layout.passwords .login-container .new_person .small-caption.justify-content-between.feedback-prompt.flex-format, .classic-layout.ssos .login-container .new_person .small-caption.d-flex.justify-content-between, .classic-layout.ssos .login-container .new_person .small-caption.justify-content-between.feedback-prompt.flex-format, .classic-layout.legal .login-container .new_person .small-caption.d-flex.justify-content-between, .classic-layout.legal .login-container .new_person .small-caption.justify-content-between.feedback-prompt.flex-format {
    display: block !important;
    margin-bottom: 1rem;
  }
}

/* line 52, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout.sessions .login-container .sign-up, .classic-layout.accounts .login-container .sign-up, .classic-layout.passwords .login-container .sign-up, .classic-layout.ssos .login-container .sign-up, .classic-layout.legal .login-container .sign-up {
  display: flex;
}

/* line 54, app/assets/stylesheets/pages/classic_layout.scss */
.classic-layout.sessions .login-container .sign-up > div, .classic-layout.accounts .login-container .sign-up > div, .classic-layout.passwords .login-container .sign-up > div, .classic-layout.ssos .login-container .sign-up > div, .classic-layout.legal .login-container .sign-up > div {
  flex-grow: 1;
}

/* line 2, app/assets/stylesheets/pages/organization_settings/application.scss */
#organization-settings #features-application section {
  margin-bottom: 2rem;
}

/* line 4, app/assets/stylesheets/pages/organization_settings/application.scss */
#organization-settings #features-application section .section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 9, app/assets/stylesheets/pages/organization_settings/application.scss */
#organization-settings #features-application section .content {
  background: white;
  padding: 0.75rem;
}

/* line 15, app/assets/stylesheets/pages/organization_settings/application.scss */
#organization-settings #features-application .form-check:last-of-type,
#organization-settings #features-application .form-group:last-of-type {
  margin-bottom: 0;
}

/* line 20, app/assets/stylesheets/pages/organization_settings/application.scss */
#organization-settings #features-application .delete-icon {
  font-size: 1.25rem;
  margin: 3px .25rem 0 .75rem;
  color: #909eb0;
}

/* line 24, app/assets/stylesheets/pages/organization_settings/application.scss */
#organization-settings #features-application .delete-icon:hover {
  color: #da5443;
}

/* line 30, app/assets/stylesheets/pages/organization_settings/application.scss */
#organization-settings #features-application #custom-profile-fields .form-group {
  display: flex;
}

/* line 2, app/assets/stylesheets/pages/organization_settings/profile.scss */
#organization-settings #profile #icon-box {
  background: #e8f4f9;
  padding: 1rem 1.5rem;
}

@media (min-width: 1000px) {
  /* line 7, app/assets/stylesheets/pages/organization_settings/profile.scss */
  #organization-settings #profile .split-fields {
    display: flex;
    align-items: center;
  }
  /* line 10, app/assets/stylesheets/pages/organization_settings/profile.scss */
  #organization-settings #profile .split-fields .inputs {
    margin-left: 1rem;
    width: 100%;
  }
}

/* line 2, app/assets/stylesheets/pages/organization_settings/roles.scss */
#organization-settings #features-roles .enable-and-rename-block {
  background: #fff;
  padding: 0.75rem;
  width: 100%;
}

/* line 7, app/assets/stylesheets/pages/organization_settings/roles.scss */
#organization-settings #features-roles .enable-and-rename-block div {
  display: flex;
}

/* line 9, app/assets/stylesheets/pages/organization_settings/roles.scss */
#organization-settings #features-roles .enable-and-rename-block div .role_feature {
  flex-grow: 5;
  display: flex;
}

/* line 12, app/assets/stylesheets/pages/organization_settings/roles.scss */
#organization-settings #features-roles .enable-and-rename-block div .role_feature input {
  width: 100%;
}

/* line 18, app/assets/stylesheets/pages/organization_settings/roles.scss */
#organization-settings #features-roles .enable-and-rename-block .check-column, #organization-settings #features-roles .enable-and-rename-block .name-column, #organization-settings #features-roles .enable-and-rename-block .action-column {
  line-height: 1.6rem;
}

/* line 22, app/assets/stylesheets/pages/organization_settings/roles.scss */
#organization-settings #features-roles .enable-and-rename-block .check-column {
  display: inline-block;
  min-width: 4rem;
  text-align: center;
}

/* line 28, app/assets/stylesheets/pages/organization_settings/roles.scss */
#organization-settings #features-roles .enable-and-rename-block .name-column {
  display: inline-block;
  flex-grow: 5;
}

/* line 32, app/assets/stylesheets/pages/organization_settings/roles.scss */
#organization-settings #features-roles .enable-and-rename-block .name-column label, #organization-settings #features-roles .enable-and-rename-block .name-column .edit-dialog-modal .edit-dialog-modal-body label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body label #organization-settings #features-roles .enable-and-rename-block .name-column span[class*=label], #organization-settings #features-roles .enable-and-rename-block .name-column .edit-dialog-modal .edit-dialog-modal-body__form .label, .edit-dialog-modal .edit-dialog-modal-body__form #organization-settings #features-roles .enable-and-rename-block .name-column .label, #organization-settings #features-roles .enable-and-rename-block .name-column .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label #organization-settings #features-roles .enable-and-rename-block .name-column span[class*=label], #organization-settings #features-roles .enable-and-rename-block .name-column .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span[class*=label], .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label #organization-settings #features-roles .enable-and-rename-block .name-column span[class*=label] {
  text-transform: initial;
}

/* line 36, app/assets/stylesheets/pages/organization_settings/roles.scss */
#organization-settings #features-roles .enable-and-rename-block .action-column {
  display: inline-block;
  min-width: 5rem;
  text-align: center;
}

/* line 41, app/assets/stylesheets/pages/organization_settings/roles.scss */
#organization-settings #features-roles .enable-and-rename-block .action-column .icon {
  font-size: 1rem;
  color: #909eb0;
}

/* line 2, app/assets/stylesheets/pages/organization_settings/shared.scss */
#organization-settings {
  background: #e8f4f9;
  display: block;
}

/* line 6, app/assets/stylesheets/pages/organization_settings/shared.scss */
#organization-settings h1 {
  padding: 1rem;
  margin: 0;
}

/* line 11, app/assets/stylesheets/pages/organization_settings/shared.scss */
#organization-settings .horizontal-nav {
  margin: 0;
}

/* line 14, app/assets/stylesheets/pages/organization_settings/shared.scss */
#organization-settings .app-container {
  background: #F3FAFB;
}

/* line 18, app/assets/stylesheets/pages/organization_settings/shared.scss */
#organization-settings #content-area {
  float: left;
  padding: 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 23, app/assets/stylesheets/pages/organization_settings/shared.scss */
  #organization-settings #content-area.with_left_nav {
    width: calc(100% - 200px);
  }
}

/* line 1, app/assets/stylesheets/pages/plan_exceeded.scss */
#plan-exceeded {
  max-width: 100%;
  margin-top: -40px;
  height: 100vh;
  padding-top: 1rem;
}

/* line 7, app/assets/stylesheets/pages/plan_exceeded.scss */
#plan-exceeded .box {
  padding: 1rem 1.5rem;
}

/* line 11, app/assets/stylesheets/pages/plan_exceeded.scss */
#plan-exceeded .green.box {
  font-size: 1.125rem;
}

/* line 15, app/assets/stylesheets/pages/plan_exceeded.scss */
#plan-exceeded .highlight.box {
  background-color: rgba(153, 38, 150, 0.3);
  font-size: 1.125rem;
  padding: 1.5rem 2rem;
}

/* line 21, app/assets/stylesheets/pages/plan_exceeded.scss */
#plan-exceeded ul.with_bullets li {
  text-align: left;
  margin: 0.5rem 2rem;
  list-style-type: disc;
}

/* line 27, app/assets/stylesheets/pages/plan_exceeded.scss */
#plan-exceeded .screenshot {
  max-width: 70%;
  margin-left: 15%;
}

/* line 1, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container, .plan_exceeded.container {
  height: calc(100vh - 3.25rem);
  height: 100%;
  margin: -4.4rem 0 0 0;
  padding: 3rem;
  background: url(/assets/lillipad.png);
  background-size: cover;
}

/* line 8, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container > .row, .plan_exceeded.container > .row {
  margin: 0 auto;
  max-width: 1200px;
}

/* line 14, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options > .col, .classic-layout.accounts .sign_up.container turbo-frame#projects-tab main.table .signup-options > .col-icon, turbo-frame#projects-tab main.table .classic-layout.accounts .sign_up.container .signup-options > .col-icon,
.classic-layout.accounts .sign_up.container #workspace-frame main.table .signup-options > .col-icon,
#workspace-frame main.table .classic-layout.accounts .sign_up.container .signup-options > .col-icon, .plan_exceeded.container .signup-options > .col, .plan_exceeded.container turbo-frame#projects-tab main.table .signup-options > .col-icon, turbo-frame#projects-tab main.table .plan_exceeded.container .signup-options > .col-icon,
.plan_exceeded.container #workspace-frame main.table .signup-options > .col-icon,
#workspace-frame main.table .plan_exceeded.container .signup-options > .col-icon {
  padding: 1rem;
  margin: 1rem;
}

/* line 18, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options > .col h3, .classic-layout.accounts .sign_up.container turbo-frame#projects-tab main.table .signup-options > .col-icon h3, turbo-frame#projects-tab main.table .classic-layout.accounts .sign_up.container .signup-options > .col-icon h3,
.classic-layout.accounts .sign_up.container #workspace-frame main.table .signup-options > .col-icon h3,
#workspace-frame main.table .classic-layout.accounts .sign_up.container .signup-options > .col-icon h3, .plan_exceeded.container .signup-options > .col h3, .plan_exceeded.container turbo-frame#projects-tab main.table .signup-options > .col-icon h3, turbo-frame#projects-tab main.table .plan_exceeded.container .signup-options > .col-icon h3,
.plan_exceeded.container #workspace-frame main.table .signup-options > .col-icon h3,
#workspace-frame main.table .plan_exceeded.container .signup-options > .col-icon h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
}

/* line 22, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options > .col h3 .light, .classic-layout.accounts .sign_up.container turbo-frame#projects-tab main.table .signup-options > .col-icon h3 .light, turbo-frame#projects-tab main.table .classic-layout.accounts .sign_up.container .signup-options > .col-icon h3 .light,
.classic-layout.accounts .sign_up.container #workspace-frame main.table .signup-options > .col-icon h3 .light,
#workspace-frame main.table .classic-layout.accounts .sign_up.container .signup-options > .col-icon h3 .light, .plan_exceeded.container .signup-options > .col h3 .light, .plan_exceeded.container turbo-frame#projects-tab main.table .signup-options > .col-icon h3 .light, turbo-frame#projects-tab main.table .plan_exceeded.container .signup-options > .col-icon h3 .light,
.plan_exceeded.container #workspace-frame main.table .signup-options > .col-icon h3 .light,
#workspace-frame main.table .plan_exceeded.container .signup-options > .col-icon h3 .light {
  font-weight: 300;
  font-size: 90%;
}

/* line 30, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options .box.green, .plan_exceeded.container .signup-options .box.green {
  background-color: rgba(65, 193, 48, 0.5);
}

/* line 34, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options .box.blue, .plan_exceeded.container .signup-options .box.blue {
  background-color: rgba(20, 178, 199, 0.5);
}

/* line 38, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options .box h3, .plan_exceeded.container .signup-options .box h3 {
  max-width: 30rem;
  margin: 0 auto;
}

/* line 43, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options .box img, .plan_exceeded.container .signup-options .box img {
  max-width: 90%;
  margin: 2% 5%;
}

/* line 50, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options.get-started legend, .plan_exceeded.container .signup-options.get-started legend {
  font-size: 1.125rem;
}

/* line 53, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options.get-started .js-coach-needs, .plan_exceeded.container .signup-options.get-started .js-coach-needs {
  display: none;
}

/* line 56, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options.get-started label.required::after, .classic-layout.accounts .sign_up.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body label span.required[class*=label]::after, .edit-dialog-modal .edit-dialog-modal-body label .classic-layout.accounts .sign_up.container .signup-options.get-started span.required[class*=label]::after, .classic-layout.accounts .sign_up.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body__form .required.label::after, .edit-dialog-modal .edit-dialog-modal-body__form .classic-layout.accounts .sign_up.container .signup-options.get-started .required.label::after, .classic-layout.accounts .sign_up.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span.required[class*=label]::after, .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label .classic-layout.accounts .sign_up.container .signup-options.get-started span.required[class*=label]::after, .classic-layout.accounts .sign_up.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span.required[class*=label]::after, .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label .classic-layout.accounts .sign_up.container .signup-options.get-started span.required[class*=label]::after, .plan_exceeded.container .signup-options.get-started label.required::after, .plan_exceeded.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body label span.required[class*=label]::after, .edit-dialog-modal .edit-dialog-modal-body label .plan_exceeded.container .signup-options.get-started span.required[class*=label]::after, .plan_exceeded.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body__form .required.label::after, .edit-dialog-modal .edit-dialog-modal-body__form .plan_exceeded.container .signup-options.get-started .required.label::after, .plan_exceeded.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label span.required[class*=label]::after, .edit-dialog-modal .edit-dialog-modal-body .edit-dialog-modal-body__form .label .plan_exceeded.container .signup-options.get-started span.required[class*=label]::after, .plan_exceeded.container .signup-options.get-started .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label span.required[class*=label]::after, .edit-dialog-modal .edit-dialog-modal-body__form .edit-dialog-modal-body .label .plan_exceeded.container .signup-options.get-started span.required[class*=label]::after {
  color: red;
  content: '*';
  margin-left: 0.2rem;
}

/* line 63, app/assets/stylesheets/pages/sign_up.scss */
.classic-layout.accounts .sign_up.container .signup-options .buttons, .plan_exceeded.container .signup-options .buttons {
  text-align: center;
}

/* line 1, app/assets/stylesheets/key_metrics.scss */
body.key-metrics {
  font-size: 62.5%;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 6, app/assets/stylesheets/key_metrics.scss */
body.key-metrics .tipsy-inner {
  color: #000;
  border: 2px solid #000;
}

/* line 11, app/assets/stylesheets/key_metrics.scss */
body.key-metrics .tipsy-arrow-n {
  color: #000;
  border-bottom-color: #000;
}

/* line 16, app/assets/stylesheets/key_metrics.scss */
body.key-metrics #key-metrics {
  max-width: 50rem;
  text-align: left;
  margin: auto;
  padding: 2em;
  margin-top: 2em;
  font-size: 1.4rem;
  position: relative;
}

/* line 25, app/assets/stylesheets/key_metrics.scss */
body.key-metrics #key-metrics div,
body.key-metrics #key-metrics dl,
body.key-metrics #key-metrics dt,
body.key-metrics #key-metrics dd,
body.key-metrics #key-metrics ul,
body.key-metrics #key-metrics ol,
body.key-metrics #key-metrics li,
body.key-metrics #key-metrics h1,
body.key-metrics #key-metrics h2,
body.key-metrics #key-metrics h3,
body.key-metrics #key-metrics h4,
body.key-metrics #key-metrics h5,
body.key-metrics #key-metrics h6,
body.key-metrics #key-metrics pre,
body.key-metrics #key-metrics form,
body.key-metrics #key-metrics p,
body.key-metrics #key-metrics blockquote,
body.key-metrics #key-metrics th,
body.key-metrics #key-metrics td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  color: #000;
}

/* line 52, app/assets/stylesheets/key_metrics.scss */
body.key-metrics #key-metrics a,
body.key-metrics #key-metrics a:visited,
body.key-metrics #key-metrics a:active {
  text-decoration: none;
  color: #000;
}

/* line 59, app/assets/stylesheets/key_metrics.scss */
body.key-metrics #key-metrics table {
  border-collapse: separate;
  border-spacing: 0 20px;
}

/* line 64, app/assets/stylesheets/key_metrics.scss */
body.key-metrics #key-metrics td {
  vertical-align: middle;
  height: 2.8rem;
  padding-right: 2em;
  white-space: nowrap;
}

/* line 70, app/assets/stylesheets/key_metrics.scss */
body.key-metrics #key-metrics td.history {
  border: 1px dashed #ddd;
  width: 100%;
  border-radius: 0.2rem;
}

/* line 77, app/assets/stylesheets/key_metrics.scss */
body.key-metrics #key-metrics tr.child td {
  font-size: 1.125rem;
}

/* line 81, app/assets/stylesheets/key_metrics.scss */
body.key-metrics #key-metrics h1 {
  font-weight: normal;
  position: relative;
  display: block;
  margin-bottom: 1.5em;
  font-size: 2rem;
}

/* line 88, app/assets/stylesheets/key_metrics.scss */
body.key-metrics #key-metrics h1 .last-updated {
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  font-size: 0.9rem;
}

/* stylelint-disable */
/* line 5, app/assets/stylesheets/layout/_hotwired_records.scss */
main.hotwired-record.index header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* line 10, app/assets/stylesheets/layout/_hotwired_records.scss */
main.hotwired-record.index header h2 {
  white-space: nowrap;
}

/* line 13, app/assets/stylesheets/layout/_hotwired_records.scss */
main.hotwired-record.index header h2 .ui-icon-button, main.hotwired-record.index header h2 .workspace-header__add-button {
  display: inline-block;
  text-align: center;
  padding: 5px;
}

/* line 21, app/assets/stylesheets/layout/_hotwired_records.scss */
main.hotwired-record.index .none-found {
  color: #354052;
  font-size: 1rem;
  font-style: italic;
  padding-top: 1rem;
}

/* line 30, app/assets/stylesheets/layout/_hotwired_records.scss */
main.hotwired-record.show header {
  background: #fff;
  border-top: 1px solid #e8f4f9;
  border-bottom: 1px solid #e8f4f9;
  margin: 1rem -2.4rem 0;
  padding: 1rem 1.5rem;
}

/* line 37, app/assets/stylesheets/layout/_hotwired_records.scss */
main.hotwired-record.show header h1 {
  font-size: 1.25rem;
}

/* line 41, app/assets/stylesheets/layout/_hotwired_records.scss */
main.hotwired-record.show header .record-icon {
  border-radius: 50%;
  color: #fff;
  display: block !important;
  font-size: 1.25rem;
  padding: 0.5rem;
  text-align: center;
  width: 2.25rem;
}

/* line 51, app/assets/stylesheets/layout/_hotwired_records.scss */
main.hotwired-record.show header .tag {
  background-color: #e1e5ea;
  color: #354052;
  margin-right: 0.5rem;
}

/* stylelint-enable */
/* line 4, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record {
  background: #fff;
  border-radius: 0.2rem;
  display: flex;
  margin-bottom: 0.25rem;
  padding: 0.25rem 1rem 0 1rem;
}

/* line 12, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .icons,
.operational-record .title,
.operational-record .primary-other,
.operational-record .menu {
  align-items: center;
  display: flex;
  height: 2.3rem;
}

/* line 23, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .icons .icon {
  color: #c0c7d1;
  font-size: 1.2rem;
}

/* line 28, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .icons .focus-icon {
  background: none;
  border: none;
  margin-right: 0.75rem;
  margin-top: 0.1rem;
}

/* line 34, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .icons .focus-icon .blue_star {
  color: var(--theme-info);
}

/* line 38, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .icons .focus-icon .blue_star::before {
  content: '\f005';
}

/* line 42, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .icons .focus-icon .empty_star::before {
  content: '\f006';
}

/* line 47, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .icons .status-icon {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 1.3rem;
  justify-content: center;
  min-width: 1.3rem;
}

/* line 58, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .icons .input-checkbox {
  margin: 0;
}

/* line 64, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .body {
  flex-grow: 1;
}

/* line 68, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .parent-record {
  display: flex;
}

/* line 71, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .parent-record .content {
  flex-grow: 1;
}

/* line 75, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .parent-record .primary {
  display: flex;
}

/* line 79, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .parent-record .secondary {
  display: flex;
  flex-wrap: wrap;
  font-size: 86%;
  padding-left: 1.4rem;
}

/* line 86, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .parent-record .primary-other,
.operational-record .parent-record .secondary-other {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}

/* line 94, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .parent-record .primary-other {
  font-weight: 500;
}

/* line 98, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .parent-record .secondary-other {
  align-items: center;
}

/* line 103, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .title,
.operational-record .subtitle {
  flex: 1;
  min-width: 0;
}

/* line 109, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .title {
  font-weight: 500;
  height: auto;
  min-height: 2.3rem;
  padding-left: 1.5rem;
}

/* line 115, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .title .slick-form {
  display: inline-block;
  margin-left: -0.9rem;
  width: calc(100% - 1rem);
  /* stylelint-disable */
  /* stylelint-enable */
}

/* line 120, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .title .slick-form textarea {
  margin-top: 0.25rem;
}

/* line 133, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .title .waiting-icon + .slick-form {
  margin-left: -0.3rem;
}

/* line 137, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .title .waiting-icon {
  color: #c0c7d1;
  font-size: 0.9rem;
}

/* line 143, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .subtitle {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

/* line 149, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .subtitle span {
  display: inline-block;
  white-space: normal;
  min-width: 0;
  /* allows shrinking if needed */
}

/* line 155, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .subtitle .avatar img {
  height: 1rem;
  border-radius: 1rem;
  margin-top: -0.12rem;
}

/* line 161, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .subtitle .icon {
  font-size: 1.1rem;
  height: 0.9rem;
  vertical-align: initial;
}

/* line 168, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .tag {
  background-color: #e1e5ea;
  color: #354052;
  margin-right: 0.5rem;
}

/* line 175, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .menu .btn-etc {
  background: transparent;
  padding: 0.5rem 1rem;
}

/* line 181, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .child-records {
  margin-left: 1.4rem;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  position: relative;
}

/* line 187, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .child-records .operational-record {
  background: #fafafa;
  margin-bottom: 0.25rem;
  padding-right: 0;
}

/* line 195, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record.list {
  margin-bottom: 0.25rem !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 199, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record.compact {
  background: transparent;
}

/* line 203, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record.details {
  padding-top: 0.25rem;
}

/* line 210, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record.goal .primary-other, .operational-record.target .primary-other {
  width: 25rem;
}

@media (max-width: 601px) {
  /* line 210, app/assets/stylesheets/layout/_operational_record.scss */
  .operational-record.goal .primary-other, .operational-record.target .primary-other {
    width: 40%;
  }
}

/* line 222, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record.checklist-item .title,
.operational-record.checklist-item .secondary, .operational-record.custom-frequency .title,
.operational-record.custom-frequency .secondary, .operational-record.metric .title,
.operational-record.metric .secondary {
  padding-left: 0;
}

/* line 228, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record.role-note {
  padding: 1rem 0.5rem;
}

/* line 231, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record.role-note .title {
  padding-left: 0;
}

/* line 235, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record.role-note .child-records {
  margin-left: 0;
}

/* line 241, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record.tension .status-icon {
  background: var(--theme-success);
}

/* line 245, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record.tension.processed-tension .status-icon {
  background: var(--theme-info);
}

/* line 252, app/assets/stylesheets/layout/_operational_record.scss */
.operational-record .inline-add {
  margin-left: 1.3rem;
}

/* line 256, app/assets/stylesheets/layout/_operational_record.scss */
#workspace-frame .inline-add {
  margin-left: 3.3rem;
}

/* stylelint-disable declaration-property-unit-disallowed-list */
/* stylelint-disable declaration-no-important */
/* stylelint-disable no-descending-specificity */
/* line 4, app/assets/stylesheets/layout/_slick_form.scss */
.slick-form {
  width: 100%;
}

/* line 7, app/assets/stylesheets/layout/_slick_form.scss */
.slick-form .ck-editor__editable_inline {
  border-radius: 5px;
  margin-top: 5px;
}

/* line 12, app/assets/stylesheets/layout/_slick_form.scss */
.slick-form .ck-editor__editable_inline:not(.ck-focused),
.slick-form input.form-control:not(:focus),
.slick-form textarea.form-control:not(:focus) {
  background: transparent;
  border: 0;
  margin-top: 0;
}

/* line 20, app/assets/stylesheets/layout/_slick_form.scss */
.slick-form .ck-editor__editable_inline.ck-focused,
.slick-form input.form-control:focus,
.slick-form textarea.form-control:focus {
  background: #fafdfe;
  border-radius: 15px !important;
  border: 0 !important;
  box-shadow: none !important;
  margin-top: 0;
}

/* line 30, app/assets/stylesheets/layout/_slick_form.scss */
.slick-form textarea.form-control {
  resize: none;
}

/* stylelint-enable no-descending-specificity */
/* stylelint-enable declaration-no-important */
/* stylelint-enable declaration-property-unit-disallowed-list */
/* line 4, app/assets/stylesheets/_rtl_overrides.scss */
html[dir='rtl'] svg,
html[dir='rtl'] i.fa,
html[dir='rtl'] .rtl-flip {
  transform: scale(-1, 1);
}

/* line 10, app/assets/stylesheets/_rtl_overrides.scss */
html[dir='rtl'] .chart-container svg {
  transform: unset;
}

/* line 4, app/assets/stylesheets/_locale-overrides.scss */
html:lang(ar) body.main {
  letter-spacing: 0;
}

/* line 7, app/assets/stylesheets/_locale-overrides.scss */
html:lang(ar) body.main .banner__content {
  letter-spacing: 0;
}
