/* ----- import needed to setup the scss-stylesheets ------ */
/* ----- general colors ------ */
/* ----- modeling ------ */
/* ----- font colors ------ */
/* ----- process elements ------ */
/* ----- breadcrumbs ------ */
/* ----- further elements ------ */
/* ----- sidebar ------ */
/* ----- loading-spinner ------ */
/* ----- scrollbar ------ */
/* ----- scrollbar ------ */
/* line 1, app/assets/stylesheets/_general-settings.scss */
* {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #17334b;
  margin: 0;
  padding: 0;
}

/* font sizes */
/* sizes for scrollbar */
/* toggle sizes for page sidebar */
/* toggle sizes for content sidebar */
/* size for icons */
/* width of selected element on sidebar navigation */
/* height of processoverview tabs */
/* configuration cards */
/* configuration contentsidebar */
/* ----- general extensions ----- */
/* line 8, app/assets/stylesheets/_extensions.scss */
.hierarchy-element-title, .glossary-element-title {
  font-weight: bold;
  font-size: 1.25rem;
}

/* line 12, app/assets/stylesheets/_extensions.scss */
.hierarchy-element-title a, .glossary-element-title a {
  color: #17334b;
}

/* line 17, app/assets/stylesheets/_extensions.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container .attr-grp-attr-actions, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container .attr-grp-attr-actions, #content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-value .attr-actions, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-value .attr-actions {
  margin-left: auto;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0 .2rem 0 0;
  width: 5rem;
  background: linear-gradient(90deg, rgba(2, 2, 2, 0) 15%, white 50%);
  height: 100%;
  opacity: 0;
  z-index: 1;
}

/* line 34, app/assets/stylesheets/_extensions.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container .attr-grp-attr-actions a:hover, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container .attr-grp-attr-actions a:hover, #content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-value .attr-actions a:hover, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-value .attr-actions a:hover {
  text-decoration: none;
}

/* ----- extensions for tabs like excel ----- */
/* line 41, app/assets/stylesheets/_extensions.scss */
#processoverviews #processoverview-tabs {
  overflow-x: auto;
}

/* line 45, app/assets/stylesheets/_extensions.scss */
#processoverviews #processoverview-tabs .variant-tabs {
  display: flex;
  border-bottom: 1px solid #f7f7f7;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  white-space: nowrap;
}

/* line 55, app/assets/stylesheets/_extensions.scss */
#processoverviews #processoverview-tabs .variant-tabs .variant-tab {
  float: left;
  position: relative;
  display: inline;
  border-style: none;
  border-top: solid 1px rgba(181, 181, 181, 0.25);
  border-radius: 0 10px 0 0;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  padding: .1rem .8rem;
  margin-left: -10px;
  height: 2.3rem;
  background-color: #e7e7e7;
}

/* line 72, app/assets/stylesheets/_extensions.scss */
#processoverviews #processoverview-tabs .variant-tabs .variant-tab .variant-tab-content {
  padding: 0;
  display: flex;
  align-items: center;
  height: 2rem;
}

/* line 78, app/assets/stylesheets/_extensions.scss */
#processoverviews #processoverview-tabs .variant-tabs .variant-tab .variant-tab-content a {
  color: #9b9b9b;
  max-width: 25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 85, app/assets/stylesheets/_extensions.scss */
#processoverviews #processoverview-tabs .variant-tabs .variant-tab .variant-tab-content a:hover {
  color: #5c5c5c;
  text-decoration: none;
}

/* line 91, app/assets/stylesheets/_extensions.scss */
#processoverviews #processoverview-tabs .variant-tabs .variant-tab .variant-tab-content:first-child {
  padding: 0 0 0 10px;
}

/* line 96, app/assets/stylesheets/_extensions.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab:not(:last-child), #workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants,
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-scroll,
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-end {
  font-weight: bold;
  white-space: nowrap;
  border-top: none;
  border-radius: 0 10px 0 0;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  background-color: #e7e7e7;
  box-sizing: border-box;
  padding: .1rem .8rem .1rem 1rem;
  height: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ----- end extensions for tabs like excel ----- */
/* ----- extensions for table design ----- */
/* line 119, app/assets/stylesheets/_extensions.scss */
#report-wrapper .table, .table.pbg-table, .table-reference-not-destroy, .modal-content .modal-body .message table {
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  background-color: white;
  border: 1px solid #dedede;
}

/* line 124, app/assets/stylesheets/_extensions.scss */
#report-wrapper .table th, .table.pbg-table th, .table-reference-not-destroy th, .modal-content .modal-body .message table th, #report-wrapper .table td, .table.pbg-table td, .table-reference-not-destroy td, .modal-content .modal-body .message table td {
  border: 1px solid #dedede;
  padding: 0.75rem;
}

/* line 131, app/assets/stylesheets/_extensions.scss */
#report-wrapper .table tr:nth-child(1) td, .table.pbg-table tr:nth-child(1) td, .table-reference-not-destroy tr:nth-child(1) td, .modal-content .modal-body .message table tr:nth-child(1) td {
  border-top: none;
}

/* line 140, app/assets/stylesheets/_extensions.scss */
#report-wrapper .table thead tr:first-child > *, .table.pbg-table thead tr:first-child > *, .table-reference-not-destroy thead tr:first-child > *, .modal-content .modal-body .message table thead tr:first-child > * {
  background: #17334b;
  color: white;
}

/* line 145, app/assets/stylesheets/_extensions.scss */
#report-wrapper .table thead tr:first-child th, .table.pbg-table thead tr:first-child th, .table-reference-not-destroy thead tr:first-child th, .modal-content .modal-body .message table thead tr:first-child th {
  border-bottom: none;
  border-color: #17334b;
  vertical-align: middle;
}

/* line 150, app/assets/stylesheets/_extensions.scss */
#report-wrapper .table thead tr:first-child th div, .table.pbg-table thead tr:first-child th div, .table-reference-not-destroy thead tr:first-child th div, .modal-content .modal-body .message table thead tr:first-child th div {
  color: white;
}

/* line 157, app/assets/stylesheets/_extensions.scss */
#report-wrapper .table thead tr:nth-child(2) td, .table.pbg-table thead tr:nth-child(2) td, .table-reference-not-destroy thead tr:nth-child(2) td, .modal-content .modal-body .message table thead tr:nth-child(2) td {
  border-top: none;
}

/* line 162, app/assets/stylesheets/_extensions.scss */
#report-wrapper .table thead tr:hover, .table.pbg-table thead tr:hover, .table-reference-not-destroy thead tr:hover, .modal-content .modal-body .message table thead tr:hover {
  background-color: #f7f7f7;
}

/* line 168, app/assets/stylesheets/_extensions.scss */
#report-wrapper .table tbody > tr:hover, .table.pbg-table tbody > tr:hover, .table-reference-not-destroy tbody > tr:hover, .modal-content .modal-body .message table tbody > tr:hover {
  background-color: #f9f9f9;
}

/* ----- end extensions for table design ----- */
/* ----- import bootstrap ------ */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, app/assets/stylesheets/bootstrap/bootstrap/_root.scss */
:root {
  --blue: #17334b;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #17334b;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: orange;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Trebuchet MS";
  --font-family-monospace: "Trebuchet MS";
}

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

/* line 25, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "Trebuchet MS";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 66, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

/* line 114, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

/* line 143, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

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

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

/* line 156, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

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

/* line 178, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
a {
  color: #17334b;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a:hover {
  color: #050b10;
  text-decoration: underline;
}

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

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

/* line 217, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: "Trebuchet MS";
  font-size: 1em;
}

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

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

/* line 252, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

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

/* line 285, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
th {
  font-weight: inherit;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 319, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

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

/* line 350, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

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

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

/* line 426, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

/* line 458, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

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

/* line 471, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, app/assets/stylesheets/bootstrap/bootstrap/_reboot.scss */
template {
  display: none;
}

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

/* line 7, app/assets/stylesheets/bootstrap/bootstrap/_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.2;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 67, app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

/* line 73, app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

/* line 95, app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

/* line 112, app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, app/assets/stylesheets/bootstrap/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

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

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

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

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

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

/* line 39, app/assets/stylesheets/bootstrap/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, app/assets/stylesheets/bootstrap/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, app/assets/stylesheets/bootstrap/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

/* line 22, app/assets/stylesheets/bootstrap/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 31, app/assets/stylesheets/bootstrap/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, app/assets/stylesheets/bootstrap/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, app/assets/stylesheets/bootstrap/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, app/assets/stylesheets/bootstrap/bootstrap/_grid.scss */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, app/assets/stylesheets/bootstrap/bootstrap/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/bootstrap/bootstrap/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, app/assets/stylesheets/bootstrap/bootstrap/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, app/assets/stylesheets/bootstrap/bootstrap/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

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

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

/* line 59, app/assets/stylesheets/bootstrap/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .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-auto, .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-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .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-auto, .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,
.col-auto, .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%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 33, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 59, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 61, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 33, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 61, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  /* line 33, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 61, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  /* line 33, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 61, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  /* line 33, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 61, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 64, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, app/assets/stylesheets/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: inherit;
}

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

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

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

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

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

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

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

/* line 62, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

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

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8695a1;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #b0b9c2;
}

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b0b9c2;
}

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

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

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

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

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

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

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffd07a;
}

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

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

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

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

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

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

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

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

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

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

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

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/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 114, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

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

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

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, app/assets/stylesheets/bootstrap/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

/* line 7, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

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

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #3575ad;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(23, 51, 75, 0.25);
}

/* line 37, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

/* line 60, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 67, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

/* line 84, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

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

/* line 125, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 170, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

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

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

/* line 199, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

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

/* line 229, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

/* line 52, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 69, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 76, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 93, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 33, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 138, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 142, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 150, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 153, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 159, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background: #34ce57 linear-gradient(180deg, #52d670, #34ce57) repeat-x;
}

/* line 166, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 170, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 180, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 185, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 44, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 52, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 69, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 76, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 93, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 33, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 138, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 142, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 150, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 153, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 159, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background: #e4606d linear-gradient(180deg, #e87883, #e4606d) repeat-x;
}

/* line 166, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 170, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 180, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 185, app/assets/stylesheets/bootstrap/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

@media (min-width: 576px) {
  /* line 289, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 324, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, app/assets/stylesheets/bootstrap/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn, .toast-close-button {
  display: inline-block;
  font-family: inherit;
  font-weight: 400;
  color: #212529;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
  .btn, .toast-close-button {
    transition: none;
  }
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn:hover, .toast-close-button:hover {
  color: #212529;
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn:focus, .toast-close-button:focus, .btn.focus, .focus.toast-close-button {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 51, 75, 0.25);
}

/* line 34, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn.disabled, .disabled.toast-close-button, .btn:disabled, .toast-close-button:disabled {
  opacity: 0.65;
  box-shadow: none;
}

/* line 40, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled), .toast-close-button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 43, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active, .toast-close-button:not(:disabled):not(.disabled):active, .btn.active:not(:disabled):not(.disabled), .toast-close-button.active:not(:disabled):not(.disabled) {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 47, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active:focus, .toast-close-button:not(:disabled):not(.disabled):active:focus, .btn.active:not(:disabled):not(.disabled):focus, .toast-close-button.active:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 51, 75, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 55, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
a.btn.disabled, a.disabled.toast-close-button,
fieldset:disabled a.btn,
fieldset:disabled a.toast-close-button {
  pointer-events: none;
}

/* line 66, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background: #17334b linear-gradient(180deg, #3a5266, #17334b) repeat-x;
  border-color: #17334b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background: #0e1f2e linear-gradient(180deg, #32414d, #0e1f2e) repeat-x;
  border-color: #0b1824;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background: #0e1f2e linear-gradient(180deg, #32414d, #0e1f2e) repeat-x;
  border-color: #0b1824;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(58, 82, 102, 0.5);
}

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #17334b;
  border-color: #17334b;
  background-image: none;
}

/* line 43, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0b1824;
  background-image: none;
  border-color: #08121a;
}

/* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 82, 102, 0.5);
}

/* line 66, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background: #5a6268 linear-gradient(180deg, #73797f, #5a6268) repeat-x;
  border-color: #545b62;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background: #5a6268 linear-gradient(180deg, #73797f, #5a6268) repeat-x;
  border-color: #545b62;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  background-image: none;
}

/* line 43, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  background-image: none;
  border-color: #4e555b;
}

/* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 66, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x;
  border-color: #1e7e34;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x;
  border-color: #1e7e34;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  background-image: none;
}

/* line 43, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  background-image: none;
  border-color: #1c7430;
}

/* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 66, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background: #138496 linear-gradient(180deg, #3697a6, #138496) repeat-x;
  border-color: #117a8b;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background: #138496 linear-gradient(180deg, #3697a6, #138496) repeat-x;
  border-color: #117a8b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  background-image: none;
}

/* line 43, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  background-image: none;
  border-color: #10707f;
}

/* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 66, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background: orange linear-gradient(180deg, #ffb326, orange) repeat-x;
  border-color: orange;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #fff;
  background: #d98c00 linear-gradient(180deg, #de9d26, #d98c00) repeat-x;
  border-color: #cc8400;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background: #d98c00 linear-gradient(180deg, #de9d26, #d98c00) repeat-x;
  border-color: #cc8400;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 146, 6, 0.5);
}

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

/* line 43, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc8400;
  background-image: none;
  border-color: #bf7c00;
}

/* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 146, 6, 0.5);
}

/* line 66, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background: #c82333 linear-gradient(180deg, #d04451, #c82333) repeat-x;
  border-color: #bd2130;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background: #c82333 linear-gradient(180deg, #d04451, #c82333) repeat-x;
  border-color: #bd2130;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

/* line 43, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  background-image: none;
  border-color: #b21f2d;
}

/* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 66, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
  border-color: #dae0e5;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
  border-color: #dae0e5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  background-image: none;
}

/* line 43, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  background-image: none;
  border-color: #d3d9df;
}

/* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 66, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x;
  border-color: #1d2124;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x;
  border-color: #1d2124;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  background-image: none;
}

/* line 43, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  background-image: none;
  border-color: #171a1d;
}

/* line 53, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 72, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #17334b;
  border-color: #17334b;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #17334b;
  border-color: #17334b;
}

/* line 74, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 51, 75, 0.5);
}

/* line 79, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #17334b;
  background-color: transparent;
}

/* line 85, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #17334b;
  border-color: #17334b;
}

/* line 92, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 51, 75, 0.5);
}

/* line 72, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 74, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 79, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 85, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 92, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 72, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 74, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 79, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 85, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 92, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 72, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 74, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 79, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 85, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 92, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 72, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: orange;
  border-color: orange;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: orange;
  border-color: orange;
}

/* line 74, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.5);
}

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

/* line 85, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: orange;
  border-color: orange;
}

/* line 92, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 165, 0, 0.5);
}

/* line 72, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

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

/* line 74, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

/* line 85, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 92, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 72, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 74, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 79, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 85, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 72, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 74, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 79, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 85, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 92, app/assets/stylesheets/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 83, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #17334b;
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #050b10;
  text-decoration: underline;
}

/* line 93, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 98, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .toast-close-button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 116, app/assets/stylesheets/bootstrap/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .toast-close-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

/* line 1, app/assets/stylesheets/bootstrap/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, app/assets/stylesheets/bootstrap/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, app/assets/stylesheets/bootstrap/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, app/assets/stylesheets/bootstrap/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, app/assets/stylesheets/bootstrap/bootstrap/_transitions.scss */
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/_transitions.scss */
  .collapsing.width {
    transition: none;
  }
}

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

/* line 9, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, app/assets/stylesheets/bootstrap/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, app/assets/stylesheets/bootstrap/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/_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: #212529;
  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.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

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

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

@media (min-width: 576px) {
  /* line 42, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

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

/* line 30, app/assets/stylesheets/bootstrap/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, app/assets/stylesheets/bootstrap/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, app/assets/stylesheets/bootstrap/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, app/assets/stylesheets/bootstrap/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, app/assets/stylesheets/bootstrap/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, app/assets/stylesheets/bootstrap/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, app/assets/stylesheets/bootstrap/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, app/assets/stylesheets/bootstrap/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x;
}

/* line 154, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: #17334b linear-gradient(180deg, #3a5266, #17334b) repeat-x;
}

/* line 161, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
  background-image: none;
}

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

/* line 178, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 188, app/assets/stylesheets/bootstrap/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

/* line 10, app/assets/stylesheets/bootstrap/bootstrap/_button-group.scss */
.btn-group > .btn, .btn-group > .toast-close-button,
.btn-group-vertical > .btn,
.btn-group-vertical > .toast-close-button {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover, .btn-group > .toast-close-button:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .toast-close-button:hover {
  z-index: 1;
}

/* line 19, app/assets/stylesheets/bootstrap/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .toast-close-button:focus, .btn-group > .btn:active, .btn-group > .toast-close-button:active, .btn-group > .btn.active, .btn-group > .active.toast-close-button,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .toast-close-button:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .toast-close-button:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.toast-close-button {
  z-index: 1;
}

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

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

/* line 40, app/assets/stylesheets/bootstrap/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child), .btn-group > .toast-close-button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

/* line 69, app/assets/stylesheets/bootstrap/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, app/assets/stylesheets/bootstrap/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, app/assets/stylesheets/bootstrap/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

/* line 89, app/assets/stylesheets/bootstrap/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .toast-close-button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 97, app/assets/stylesheets/bootstrap/bootstrap/_button-group.scss */
.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 101, app/assets/stylesheets/bootstrap/bootstrap/_button-group.scss */
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

/* line 116, app/assets/stylesheets/bootstrap/bootstrap/_button-group.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .toast-close-button,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, app/assets/stylesheets/bootstrap/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .toast-close-button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

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

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

/* line 152, app/assets/stylesheets/bootstrap/bootstrap/_button-group.scss */
.btn-group-toggle > .btn, .btn-group-toggle > .toast-close-button,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .toast-close-button {
  margin-bottom: 0;
}

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

/* line 7, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 60, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 69, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 85, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 92, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group-prepend .btn, .input-group-prepend .toast-close-button,
.input-group-append .btn,
.input-group-append .toast-close-button {
  position: relative;
  z-index: 2;
}

/* line 96, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus, .input-group-prepend .toast-close-button:focus,
.input-group-append .btn:focus,
.input-group-append .toast-close-button:focus {
  z-index: 3;
}

/* line 101, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn, .input-group-prepend .toast-close-button + .btn, .input-group-prepend .btn + .toast-close-button, .input-group-prepend .toast-close-button + .toast-close-button,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .toast-close-button + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .toast-close-button,
.input-group-append .btn + .btn,
.input-group-append .toast-close-button + .btn,
.input-group-append .btn + .toast-close-button,
.input-group-append .toast-close-button + .toast-close-button,
.input-group-append .btn + .input-group-text,
.input-group-append .toast-close-button + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .toast-close-button {
  margin-left: -1px;
}

/* line 109, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 110, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 118, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

/* line 146, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 151, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .toast-close-button,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .toast-close-button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 163, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .toast-close-button,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .toast-close-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 180, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 193, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .toast-close-button,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .toast-close-button,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .toast-close-button,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .toast-close-button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 204, app/assets/stylesheets/bootstrap/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .toast-close-button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .toast-close-button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .toast-close-button:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 19, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #17334b;
  background: #17334b linear-gradient(180deg, #3a5266, #17334b) repeat-x;
  box-shadow: none;
}

/* line 39, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(23, 51, 75, 0.25);
}

/* line 48, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3575ad;
}

/* line 52, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #4c8fc8;
  border-color: #4c8fc8;
  box-shadow: none;
}

/* line 62, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 65, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  color: inherit;
  vertical-align: top;
  cursor: inherit;
}

/* line 84, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 99, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 122, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 128, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #17334b;
  background: #17334b linear-gradient(180deg, #3a5266, #17334b) repeat-x;
  box-shadow: none;
}

/* line 133, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 139, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: rgba(23, 51, 75, 0.5) linear-gradient(180deg, rgba(103, 122, 137, 0.575), rgba(23, 51, 75, 0.5)) repeat-x;
}

/* line 142, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background: rgba(23, 51, 75, 0.5) linear-gradient(180deg, rgba(103, 122, 137, 0.575), rgba(23, 51, 75, 0.5)) repeat-x;
}

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

/* line 159, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 165, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: rgba(23, 51, 75, 0.5) linear-gradient(180deg, rgba(103, 122, 137, 0.575), rgba(23, 51, 75, 0.5)) repeat-x;
}

/* line 176, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 188, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 208, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: rgba(23, 51, 75, 0.5) linear-gradient(180deg, rgba(103, 122, 137, 0.575), rgba(23, 51, 75, 0.5)) repeat-x;
}

/* line 221, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 238, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #3575ad;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(23, 51, 75, 0.25);
}

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

/* line 259, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 266, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 277, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 291, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 304, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 312, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #3575ad;
  box-shadow: 0 0 0 0.2rem rgba(23, 51, 75, 0.25);
}

/* line 327, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 333, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 343, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 361, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 385, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 392, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}

/* line 397, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(23, 51, 75, 0.25);
}

/* line 398, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(23, 51, 75, 0.25);
}

/* line 399, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(23, 51, 75, 0.25);
}

/* line 402, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 406, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background: #17334b linear-gradient(180deg, #3a5266, #17334b) repeat-x;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 406, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 417, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background: #4c8fc8 linear-gradient(180deg, #67a0d0, #4c8fc8) repeat-x;
}

/* line 422, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 433, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background: #17334b linear-gradient(180deg, #3a5266, #17334b) repeat-x;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 433, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 443, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background: #4c8fc8 linear-gradient(180deg, #67a0d0, #4c8fc8) repeat-x;
}

/* line 448, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 459, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background: #17334b linear-gradient(180deg, #3a5266, #17334b) repeat-x;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 459, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 472, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background: #4c8fc8 linear-gradient(180deg, #67a0d0, #4c8fc8) repeat-x;
}

/* line 477, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 488, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 493, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 500, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 504, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 512, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 522, app/assets/stylesheets/bootstrap/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

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

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

/* line 24, app/assets/stylesheets/bootstrap/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

/* line 38, app/assets/stylesheets/bootstrap/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 50, app/assets/stylesheets/bootstrap/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, app/assets/stylesheets/bootstrap/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

/* line 78, app/assets/stylesheets/bootstrap/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 84, app/assets/stylesheets/bootstrap/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #17334b;
}

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

/* line 105, app/assets/stylesheets/bootstrap/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 156, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 154, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 180, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 156, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 154, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 180, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 156, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 154, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 180, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 156, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 154, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 180, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 154, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 156, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 177, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 180, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 184, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 191, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 206, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 210, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 217, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 248, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 253, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 261, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 266, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 270, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 272, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 284, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 293, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 300, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 305, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 313, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 318, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 322, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 324, app/assets/stylesheets/bootstrap/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
  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 17, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 31, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 39, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  color: inherit;
}

/* line 56, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 83, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 95, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 101, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 111, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 134, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 146, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 155, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 212, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 219, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 227, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 243, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, app/assets/stylesheets/bootstrap/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, app/assets/stylesheets/bootstrap/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: inherit;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 31, app/assets/stylesheets/bootstrap/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, app/assets/stylesheets/bootstrap/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, app/assets/stylesheets/bootstrap/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #17334b;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #050b10;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 51, 75, 0.25);
}

/* line 35, app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 41, app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 46, app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #17334b;
  border-color: #17334b;
}

/* line 53, app/assets/stylesheets/bootstrap/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, app/assets/stylesheets/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, app/assets/stylesheets/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

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

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

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

/* line 51, app/assets/stylesheets/bootstrap/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #17334b;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0b1824;
}

/* line 11, app/assets/stylesheets/bootstrap/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 51, 75, 0.5);
}

/* line 51, app/assets/stylesheets/bootstrap/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 11, app/assets/stylesheets/bootstrap/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 51, app/assets/stylesheets/bootstrap/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 11, app/assets/stylesheets/bootstrap/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, app/assets/stylesheets/bootstrap/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 11, app/assets/stylesheets/bootstrap/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, app/assets/stylesheets/bootstrap/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: orange;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #cc8400;
}

/* line 11, app/assets/stylesheets/bootstrap/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.5);
}

/* line 51, app/assets/stylesheets/bootstrap/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 11, app/assets/stylesheets/bootstrap/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, app/assets/stylesheets/bootstrap/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 11, app/assets/stylesheets/bootstrap/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, app/assets/stylesheets/bootstrap/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 11, app/assets/stylesheets/bootstrap/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 1, app/assets/stylesheets/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  color: inherit;
  background-color: #e9ecef;
  border-radius: 0.2rem;
}

@media (min-width: 576px) {
  /* line 1, app/assets/stylesheets/bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

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

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

/* line 29, app/assets/stylesheets/bootstrap/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, app/assets/stylesheets/bootstrap/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, app/assets/stylesheets/bootstrap/bootstrap/_alert.scss */
.alert-primary {
  color: #0c1b27;
  background: #d1d6db linear-gradient(180deg, #d8dce0, #d1d6db) repeat-x;
  border-color: #bec6cd;
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #b0b9c2;
}

/* line 10, app/assets/stylesheets/bootstrap/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: black;
}

/* line 49, app/assets/stylesheets/bootstrap/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background: #e2e3e5 linear-gradient(180deg, #e6e7e9, #e2e3e5) repeat-x;
  border-color: #d6d8db;
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, app/assets/stylesheets/bootstrap/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 49, app/assets/stylesheets/bootstrap/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background: #d4edda linear-gradient(180deg, #daf0e0, #d4edda) repeat-x;
  border-color: #c3e6cb;
}

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

/* line 10, app/assets/stylesheets/bootstrap/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 49, app/assets/stylesheets/bootstrap/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background: #d1ecf1 linear-gradient(180deg, #d8eff3, #d1ecf1) repeat-x;
  border-color: #bee5eb;
}

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

/* line 10, app/assets/stylesheets/bootstrap/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 49, app/assets/stylesheets/bootstrap/bootstrap/_alert.scss */
.alert-warning {
  color: #855600;
  background: #ffedcc linear-gradient(180deg, #fff0d4, #ffedcc) repeat-x;
  border-color: #ffe6b8;
}

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

/* line 10, app/assets/stylesheets/bootstrap/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #523500;
}

/* line 49, app/assets/stylesheets/bootstrap/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background: #f8d7da linear-gradient(180deg, #f9dde0, #f8d7da) repeat-x;
  border-color: #f5c6cb;
}

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

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

/* line 49, app/assets/stylesheets/bootstrap/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background: #fefefe linear-gradient(180deg, #fefefe, #fefefe) repeat-x;
  border-color: #fdfdfe;
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, app/assets/stylesheets/bootstrap/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 49, app/assets/stylesheets/bootstrap/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background: #d6d8d9 linear-gradient(180deg, #dcdedf, #d6d8d9) repeat-x;
  border-color: #c6c8ca;
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, app/assets/stylesheets/bootstrap/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

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

/* line 9, app/assets/stylesheets/bootstrap/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

/* line 20, app/assets/stylesheets/bootstrap/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #17334b;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, app/assets/stylesheets/bootstrap/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/_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 38, app/assets/stylesheets/bootstrap/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, app/assets/stylesheets/bootstrap/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

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

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 21, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 45, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  color: inherit;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #17334b;
  border-color: #17334b;
}

/* line 77, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 105, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 110, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 96, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 96, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 96, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 96, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, app/assets/stylesheets/bootstrap/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #0c1b27;
  background-color: #bec6cd;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0c1b27;
  background-color: #b0b9c2;
}

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0c1b27;
  border-color: #0c1b27;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #855600;
  background-color: #ffe6b8;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #855600;
  background-color: #ffdd9f;
}

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #855600;
  border-color: #855600;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, app/assets/stylesheets/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, app/assets/stylesheets/bootstrap/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, app/assets/stylesheets/bootstrap/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, app/assets/stylesheets/bootstrap/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/bootstrap/bootstrap/_toasts.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  color: inherit;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 15, app/assets/stylesheets/bootstrap/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, app/assets/stylesheets/bootstrap/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 23, app/assets/stylesheets/bootstrap/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 28, app/assets/stylesheets/bootstrap/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, app/assets/stylesheets/bootstrap/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, app/assets/stylesheets/bootstrap/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

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

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

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 44, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 91, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: inherit;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 125, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

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

/* line 141, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}

/* line 149, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

/* line 173, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.2rem - 1px);
  border-bottom-left-radius: calc(0.2rem - 1px);
}

/* line 185, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  /* line 202, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  /* line 224, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  /* line 228, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

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

@media (min-width: 1200px) {
  /* line 239, app/assets/stylesheets/bootstrap/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Trebuchet MS";
  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;
  opacity: 0;
}

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

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, app/assets/stylesheets/bootstrap/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

/* line 1, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Trebuchet MS";
  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.2rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

/* line 20, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.2rem;
}

/* line 27, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .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 50, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.2rem 0;
}

/* line 67, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .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 73, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .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 93, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .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 113, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.2rem 0;
}

/* line 122, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .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 128, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}

/* line 162, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, app/assets/stylesheets/bootstrap/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

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

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

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

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

/* line 29, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

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

/* line 45, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 114, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}

/* line 120, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}

/* line 128, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 135, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 138, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

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

/* line 162, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 162, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 180, app/assets/stylesheets/bootstrap/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 190, app/assets/stylesheets/bootstrap/bootstrap/_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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, app/assets/stylesheets/bootstrap/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

/* line 21, app/assets/stylesheets/bootstrap/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 41, app/assets/stylesheets/bootstrap/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 53, app/assets/stylesheets/bootstrap/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, app/assets/stylesheets/bootstrap/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #17334b !important;
}

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

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-gradient-primary {
  background: #17334b linear-gradient(180deg, #3a5266, #17334b) repeat-x !important;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-gradient-secondary {
  background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x !important;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-gradient-success {
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-gradient-info {
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-gradient-warning {
  background: orange linear-gradient(180deg, #ffb326, orange) repeat-x !important;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-gradient-danger {
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important;
}

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
}

/* line 13, app/assets/stylesheets/bootstrap/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

/* line 20, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #17334b !important;
}

/* line 20, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: orange !important;
}

/* line 20, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.2rem !important;
}

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

/* line 69, app/assets/stylesheets/bootstrap/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  /* line 24, app/assets/stylesheets/bootstrap/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, app/assets/stylesheets/bootstrap/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/bootstrap/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, app/assets/stylesheets/bootstrap/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

/* line 35, app/assets/stylesheets/bootstrap/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, app/assets/stylesheets/bootstrap/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, app/assets/stylesheets/bootstrap/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

/* line 19, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

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

/* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, app/assets/stylesheets/bootstrap/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/utilities/_interactions.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/utilities/_interactions.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, app/assets/stylesheets/bootstrap/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, app/assets/stylesheets/bootstrap/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, app/assets/stylesheets/bootstrap/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, app/assets/stylesheets/bootstrap/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, app/assets/stylesheets/bootstrap/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

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

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

@supports (position: sticky) {
  /* line 26, app/assets/stylesheets/bootstrap/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

/* line 25, app/assets/stylesheets/bootstrap/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, app/assets/stylesheets/bootstrap/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, app/assets/stylesheets/bootstrap/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

/* line 7, app/assets/stylesheets/bootstrap/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

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

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

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

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

/* line 7, app/assets/stylesheets/bootstrap/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

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

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

/* line 16, app/assets/stylesheets/bootstrap/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, app/assets/stylesheets/bootstrap/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, app/assets/stylesheets/bootstrap/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

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

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

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

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

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

/* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, app/assets/stylesheets/bootstrap/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, app/assets/stylesheets/bootstrap/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: "Trebuchet MS" !important;
}

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

/* line 12, app/assets/stylesheets/bootstrap/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 36, app/assets/stylesheets/bootstrap/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, app/assets/stylesheets/bootstrap/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, app/assets/stylesheets/bootstrap/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, app/assets/stylesheets/bootstrap/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, app/assets/stylesheets/bootstrap/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #17334b !important;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #050b10 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: orange !important;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, app/assets/stylesheets/bootstrap/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, app/assets/stylesheets/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

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

/* line 51, app/assets/stylesheets/bootstrap/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, app/assets/stylesheets/bootstrap/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, app/assets/stylesheets/bootstrap/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, app/assets/stylesheets/bootstrap/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

/* line 63, app/assets/stylesheets/bootstrap/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, app/assets/stylesheets/bootstrap/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, app/assets/stylesheets/bootstrap/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, app/assets/stylesheets/bootstrap/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

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

@media print {
  /* line 13, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  a:not(.btn):not(.toast-close-button) {
    text-decoration: underline;
  }
  /* line 34, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 58, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 63, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 70, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 83, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 86, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 91, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 94, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 98, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 101, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 108, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 114, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 117, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 125, app/assets/stylesheets/bootstrap/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* ----- import jquery stuff ------ */
/* line 2, app/assets/stylesheets/jquery-ui.scss */
.ui-icon {
  background-image: url(/assets/jqueryui/ui-icons_222222_256x240-5190d0a26e02d6fad95733b509019d07df34164eccff984fc12b3cbf030b80a2.png);
  background-repeat: no-repeat;
  height: 16px;
  overflow: hidden;
  width: 16px;
}

/* line 9, app/assets/stylesheets/jquery-ui.scss */
.ui-icon.ui-icon-circle-triangle-w {
  background-position: -94px -16px;
}

/* line 13, app/assets/stylesheets/jquery-ui.scss */
.ui-icon.ui-icon-circle-triangle-e {
  background-position: -32px -16px;
}

/* line 17, app/assets/stylesheets/jquery-ui.scss */
.ui-icon.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 21, app/assets/stylesheets/jquery-ui.scss */
.ui-icon.ui-icon.ui-icon-gripsmall-diagonal-se {
  background-position-x: -80px;
  background-position-y: -224px;
}

/*----------- jquery-ui select dropdown -----------*/
/* line 29, app/assets/stylesheets/jquery-ui.scss */
ul.select {
  margin: 0;
  text-align: left;
}

/* line 33, app/assets/stylesheets/jquery-ui.scss */
ul.select > li {
  list-style: none;
}

/* line 37, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option {
  position: relative;
}

/* line 40, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option:hover {
  background-color: #2693cf;
}

/* line 44, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option > .option-list-symbol {
  display: inline-block;
  position: absolute;
  text-align: center;
  width: 9px;
}

/* line 51, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option > .option-list-symbol + .option-list-label {
  padding-left: 13px;
}

/* line 58, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option > .option-list-symbol.expand-item:hover {
  cursor: pointer;
}

/* line 63, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option > .option-list-label {
  display: inline-block;
}

/* line 68, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option.selected {
  background-color: #2693cf;
}

/* line 72, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option.ui-selected {
  background-color: #2693cf;
}

/* line 76, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option.disabled {
  background-color: inherit;
  font-style: italic;
}

/* line 81, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.optgroup {
  font-style: italic;
  font-weight: bold;
}

/* line 86, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option.level0 {
  padding-left: 2px;
}

/* line 90, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option.level1 {
  padding-left: 2px;
}

/* line 94, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option.level2 {
  padding-left: 11px;
}

/* line 98, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option.level3 {
  padding-left: 20px;
}

/* line 102, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option.level4 {
  padding-left: 29px;
}

/* line 106, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option.level5 {
  padding-left: 38px;
}

/* line 110, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option.level6 {
  padding-left: 47px;
}

/* line 114, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option.level7 {
  padding-left: 56px;
}

/* line 118, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option.level8 {
  padding-left: 65px;
}

/* line 122, app/assets/stylesheets/jquery-ui.scss */
ul.select > li.option.level9 {
  padding-left: 74px;
}

/* line 130, app/assets/stylesheets/jquery-ui.scss */
fieldset.attr_fieldset .link-list ul.selected-link-list {
  padding: 0 0 0 1.5rem;
  list-style: square;
}

/* line 134, app/assets/stylesheets/jquery-ui.scss */
fieldset.attr_fieldset .link-list ul.selected-link-list li {
  position: relative;
}

/* line 137, app/assets/stylesheets/jquery-ui.scss */
fieldset.attr_fieldset .link-list ul.selected-link-list li input[type="checkbox"] {
  display: none;
}

/* line 141, app/assets/stylesheets/jquery-ui.scss */
fieldset.attr_fieldset .link-list ul.selected-link-list li label {
  font-weight: normal;
  display: initial;
}

/* line 146, app/assets/stylesheets/jquery-ui.scss */
fieldset.attr_fieldset .link-list ul.selected-link-list li .remove-item {
  position: absolute;
  right: 4px;
  color: #9b9b9b;
}

/* line 151, app/assets/stylesheets/jquery-ui.scss */
fieldset.attr_fieldset .link-list ul.selected-link-list li .remove-item:hover {
  color: #5c5c5c;
  text-decoration: none;
}

/* line 160, app/assets/stylesheets/jquery-ui.scss */
fieldset.attr_fieldset .searchable-ui-shadow-helper {
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
}

/* line 163, app/assets/stylesheets/jquery-ui.scss */
fieldset.attr_fieldset .searchable-ui-shadow-helper input {
  box-shadow: none;
  margin: 0 !important;
}

/* line 168, app/assets/stylesheets/jquery-ui.scss */
fieldset.attr_fieldset .searchable-ui-shadow-helper .ui-searchable-button {
  display: inline;
  top: 0;
}

/* line 172, app/assets/stylesheets/jquery-ui.scss */
fieldset.attr_fieldset .searchable-ui-shadow-helper .ui-searchable-button span.ui-icon {
  margin-left: 8px;
  margin-top: -8px;
}

/* line 1, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: .5rem;
  width: 1.8em;
  height: 1.8em;
}

/* line 8, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev:hover {
  cursor: pointer;
  font-weight: bold;
}

/* line 13, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
}

/* line 21, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker {
  border: none;
  box-shadow: 3px 3px 6px 0 #5c5c5c;
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  background-color: #f7f7f7;
}

/* line 35, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 40, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker .ui-datepicker-prev {
  left: -.2rem;
}

/* line 48, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker .ui-datepicker-prev span {
  color: transparent;
}

/* line 55, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker .ui-datepicker-next {
  right: .9rem;
}

/* line 63, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker .ui-datepicker-next span {
  color: transparent;
}

/* line 69, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 74, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 78, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  width: 45%;
}

/* line 82, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 45%;
}

/* line 88, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 95, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 102, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 113, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker td a:hover {
  text-decoration: underline;
}

/* line 117, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker td a.ui-state-active {
  font-weight: bold;
}

/* line 123, app/assets/stylesheets/jquery-ui-datepicker.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 131, app/assets/stylesheets/jquery-ui-datepicker.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 139, app/assets/stylesheets/jquery-ui-datepicker.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* line 1, app/assets/stylesheets/jquery-ui-searchable.scss */
.ui-searchable-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  background: white;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
}

/* line 10, app/assets/stylesheets/jquery-ui-searchable.scss */
.ui-searchable-button .ui-state-hover {
  background-color: #E6E6E6;
  background-image: none;
}

/* line 15, app/assets/stylesheets/jquery-ui-searchable.scss */
.ui-searchable-button span.ui-icon {
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

/* line 23, app/assets/stylesheets/jquery-ui-searchable.scss */
.ui-searchable-button.ui-widget.ui-state-default.ui-corner-all {
  width: 26px;
  height: 27px;
}

/* line 29, app/assets/stylesheets/jquery-ui-searchable.scss */
.ui-searchable-menu-container {
  background: white 50% 50% repeat-x;
  border: 1px solid #aaaaaa;
  padding: 0;
  position: absolute;
  z-index: 100001;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* line 39, app/assets/stylesheets/jquery-ui-searchable.scss */
.ui-searchable-menu-container .ui-searchable-menu {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  overflow: auto;
  height: 250px;
  width: 100%;
}

/* line 49, app/assets/stylesheets/jquery-ui-searchable.scss */
.ui-searchable-menu-container .ui-searchable-menu ul li {
  padding: 0 2px;
}

/* line 54, app/assets/stylesheets/jquery-ui-searchable.scss */
.ui-searchable-menu-container .ui-searchable-menu-hint {
  display: block;
  position: relative;
  margin: 0;
  text-align: center;
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #dedede;
  background-color: #f7f7f7;
}

/* line 66, app/assets/stylesheets/jquery-ui-searchable.scss */
.ui-hidden {
  display: none;
}

/* line 72, app/assets/stylesheets/jquery-ui-searchable.scss */
ul#hierarchy-list,
ul.hierarchy-list {
  list-style: none;
  margin-left: 2px;
}

/* line 77, app/assets/stylesheets/jquery-ui-searchable.scss */
ul#hierarchy-list ul, ul#hierarchy-list ol,
ul.hierarchy-list ul,
ul.hierarchy-list ol {
  margin-left: 20px;
}

/* line 82, app/assets/stylesheets/jquery-ui-searchable.scss */
ul#hierarchy-list a.toggle-tree.collapsed,
ul.hierarchy-list a.toggle-tree.collapsed {
  -webkit-mask: url(/assets/icons/plus-95b932baf8708b42e7ccd9e5ae8fbf23a3170460bd41775d107a030bdfd25159.svg);
  mask: url(/assets/icons/plus-95b932baf8708b42e7ccd9e5ae8fbf23a3170460bd41775d107a030bdfd25159.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-origin: content-box, padding-box;
          mask-origin: content-box, padding-box;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #17334b;
  background-size: 1rem;
  padding: 3px 0 0 0;
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/jquery-ui-searchable.scss */
ul#hierarchy-list a.toggle-tree.expanded,
ul.hierarchy-list a.toggle-tree.expanded {
  -webkit-mask: url(/assets/icons/minus-2d9acc94e49783b246f757156239b6a11e905833d1bd427f0c6c04490a608c0b.svg);
  mask: url(/assets/icons/minus-2d9acc94e49783b246f757156239b6a11e905833d1bd427f0c6c04490a608c0b.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-origin: content-box, padding-box;
          mask-origin: content-box, padding-box;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #17334b;
  background-size: 1rem;
  width: 1rem;
  padding: 6px 3px 0 2px;
  cursor: pointer;
}

/* line 95, app/assets/stylesheets/jquery-ui-searchable.scss */
ul#hierarchy-list a.toggle-tree.none,
ul.hierarchy-list a.toggle-tree.none {
  background: none;
  width: 1rem;
  cursor: inherit;
  visibility: hidden;
}

/* line 2, app/assets/stylesheets/jquery-ui-sortable.scss */
.attrgroup_attr_ranks {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/jquery-ui-sortable.scss */
.attrgroup_attr_ranks li {
  margin: 1rem;
  float: left;
}

/* line 11, app/assets/stylesheets/jquery-ui-sortable.scss */
.attrgroup_attr_ranks li.placeholder-draggable-attr-element {
  border-style: dashed;
  border-width: .2rem;
  background-color: rgba(156, 170, 180, 0.2);
  height: 3.5rem;
  width: 23rem;
  position: relative;
}

/* line 22, app/assets/stylesheets/jquery-ui-sortable.scss */
.ranks_list_item {
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  list-style-type: none;
  margin: 1rem;
  cursor: pointer;
  background-color: white;
}

/* line 29, app/assets/stylesheets/jquery-ui-sortable.scss */
.ranks_list_item.movable-attr {
  display: inline;
  background-color: transparent;
  box-shadow: none;
}

/* line 36, app/assets/stylesheets/jquery-ui-sortable.scss */
.ranks_list_item.sort-list {
  width: 99%;
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  margin: .5rem 0;
}

/* line 42, app/assets/stylesheets/jquery-ui-sortable.scss */
.ranks_list_item .rank_list_text {
  display: inline-block;
  padding: 0.5rem;
}

/* ----- import styles ------ */
/* line 4, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumbs-wrapper {
  font-size: 1rem;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
  padding-left: 22px;
}

/* line 11, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumbs-wrapper .col-auto {
  padding: 0;
  margin: 0 0 5px;
}

/* line 17, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-starter {
  display: flex;
  /* required */
  flex-flow: row nowrap;
  /* required */
  width: 22px;
  height: 22px;
}

/* line 24, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper {
  display: flex;
  /* required */
  flex-flow: row nowrap;
  /* required */
  height: 22px;
  margin-left: -10px;
}

/* line 30, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .breadcrumb-text {
  display: flex;
  align-items: center;
  margin-left: -10px;
  padding: 0 0.25rem 0 1rem;
  background-color: #e7e7e7;
  height: 22px;
  color: #9b9b9b;
}

/* line 39, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .breadcrumb-text.first {
  padding: 0 0.25rem 0 1.3rem;
}

/* line 43, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .breadcrumb-text.active {
  color: #5c5c5c;
}

/* line 47, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .breadcrumb-text.breadcrumb-po {
  padding-left: 0.25rem;
  z-index: 1;
}

/* line 52, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .breadcrumb-text a {
  color: inherit;
  text-decoration: none;
}

/* line 58, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .breadcrumb-navigation {
  z-index: 1;
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .breadcrumb-navigation.breadcrumb-po {
  cursor: auto;
}

/* line 66, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .breadcrumb-navigation .color-box {
  height: 22px;
  width: 1rem;
}

/* line 70, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .breadcrumb-navigation .color-box.background-def {
  background-color: #17334b;
}

/* line 76, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu {
  background-color: #e7e7e7;
  border-radius: 0;
  overflow-y: auto;
  max-height: 442px;
}

/* line 82, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item {
  color: #5c5c5c;
  position: relative;
}

/* line 86, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item .color-box {
  height: 26px;
  width: 1rem;
  margin-top: -0.25rem;
  margin-left: -1.5rem;
  float: left;
}

/* line 93, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item .color-box.background-def {
  background-color: #4b657b;
}

/* line 96, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item .color-box.background-sp {
  background-color: #9b9b9b;
}

/* line 99, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item .color-box.background-fr {
  background-color: #ffdc72;
}

/* line 102, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item .color-box.background-mp {
  background-color: #e5ff84;
}

/* line 105, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item .color-box.background-dp {
  background-color: #ccedff;
}

/* line 110, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item.active {
  background: inherit;
  cursor: inherit;
  font-weight: bold;
  pointer-events: none;
}

/* line 118, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item.active .color-box.background-def {
  background-color: #17334b;
}

/* line 121, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item.active .color-box.background-sp {
  background-color: #5c5c5c;
}

/* line 124, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item.active .color-box.background-fr {
  background-color: #ffc71a;
}

/* line 127, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item.active .color-box.background-mp {
  background-color: #b8dc31;
}

/* line 130, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item.active .color-box.background-dp {
  background-color: #9fd4f2;
}

/* line 136, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item .item-text {
  color: #5c5c5c;
}

/* line 139, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item .item-text.margin-ref {
  margin-right: 2.25rem;
}

/* line 144, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .dropdown-menu .dropdown-item .svg-breadcrumb-ref {
  fill: #5c5c5c;
  height: 1rem;
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5rem;
  margin-right: 0.75rem;
}

/* line 157, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .svg-breadcrumb {
  width: 22px;
  height: 22px;
}

/* line 161, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .svg-breadcrumb.project {
  width: 17px;
}

/* line 165, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .svg-breadcrumb.fill-def {
  fill: #17334b;
}

/* line 169, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .svg-breadcrumb.fill-sp {
  fill: #5c5c5c;
}

/* line 173, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .svg-breadcrumb.fill-fr {
  fill: #ffc71a;
}

/* line 177, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .svg-breadcrumb.fill-mp {
  fill: #b8dc31;
}

/* line 181, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .svg-breadcrumb.fill-dp {
  fill: #9fd4f2;
}

/* line 186, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .svg-breadcrumb.fill-po {
  fill: #e7e7e7;
}

/* line 191, app/assets/stylesheets/breadcrumbs.scss */
.breadcrumb-wrapper .svg-breadcrumb-end {
  width: 22px;
  height: 22px;
  fill: #e7e7e7;
  margin-left: -6px;
}

/* line 199, app/assets/stylesheets/breadcrumbs.scss */
#page-information {
  min-height: 15px;
}

/* line 204, app/assets/stylesheets/breadcrumbs.scss */
.headline-breadcrumb {
  padding-left: 1rem;
  font-size: 2.5rem;
  color: #17334b;
  font-weight: bold;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}

/* line 1, app/assets/stylesheets/buttons.scss */
.btn, .toast-close-button {
  border: none;
  border-radius: 0;
  font-weight: bold;
}

/* line 6, app/assets/stylesheets/buttons.scss */
.btn.disabled, .disabled.toast-close-button {
  cursor: inherit;
  pointer-events: none;
}

/* line 11, app/assets/stylesheets/buttons.scss */
.btn.btn-primary, .btn-primary.toast-close-button {
  background: #17334b;
  box-shadow: 3px 3px 4px 0 rgba(23, 51, 75, 0.4);
}

/* line 15, app/assets/stylesheets/buttons.scss */
.btn.btn-primary:hover, .btn-primary.toast-close-button:hover {
  background: #0d2234;
}

/* line 19, app/assets/stylesheets/buttons.scss */
.btn.btn-primary.login, .btn-primary.login.toast-close-button {
  width: 160px;
}

/* line 23, app/assets/stylesheets/buttons.scss */
.btn.btn-primary.reset-password, .btn-primary.reset-password.toast-close-button {
  width: 15rem;
}

/* line 27, app/assets/stylesheets/buttons.scss */
.btn.btn-primary.report-config, .btn-primary.report-config.toast-close-button {
  margin-right: .75rem;
}

/* line 36, app/assets/stylesheets/buttons.scss */
.btn.btn-secondary, .btn-secondary.toast-close-button {
  background: #9b9b9b;
  box-shadow: 3px 3px 4px 0 #9b9b9b;
}

/* line 40, app/assets/stylesheets/buttons.scss */
.btn.btn-secondary:hover, .btn-secondary.toast-close-button:hover {
  background: #5c5c5c;
}

/* line 44, app/assets/stylesheets/buttons.scss */
.btn.btn-secondary.change-language, .btn-secondary.change-language.toast-close-button {
  box-shadow: none;
  background: none;
  color: #17334b;
}

/* line 51, app/assets/stylesheets/buttons.scss */
.btn.btn-white, .btn-white.toast-close-button {
  background: white;
  box-shadow: 3px 3px 4px 0 #b5b5b5;
}

/* line 55, app/assets/stylesheets/buttons.scss */
.btn.btn-white:hover, .btn-white.toast-close-button:hover {
  background: #f7f7f7;
}

/* line 60, app/assets/stylesheets/buttons.scss */
.btn.btn-danger, .btn-danger.toast-close-button {
  background: #dc3545;
  box-shadow: 3px 3px 4px 0 #dc3545;
}

/* line 64, app/assets/stylesheets/buttons.scss */
.btn.btn-danger:hover, .btn-danger.toast-close-button:hover {
  background: #ad2835;
}

/* line 70, app/assets/stylesheets/buttons.scss */
.btn.btn-link:focus, .btn-link.toast-close-button:focus {
  outline: none;
  box-shadow: none;
}

/* line 75, app/assets/stylesheets/buttons.scss */
.btn.btn-link.btn-link-attr-delete, .btn-link.btn-link-attr-delete.toast-close-button {
  padding: 0;
  margin: 0 0 0 1rem;
}

/* line 81, app/assets/stylesheets/buttons.scss */
.btn.btn-link.btn-link-attr-delete-temp, .btn-link.btn-link-attr-delete-temp.toast-close-button {
  padding: 0;
  margin: 0;
  color: #9b9b9b;
}

/* line 86, app/assets/stylesheets/buttons.scss */
.btn.btn-link.btn-link-attr-delete-temp:hover, .btn-link.btn-link-attr-delete-temp.toast-close-button:hover {
  color: #5c5c5c;
  text-decoration: none;
}

/* line 92, app/assets/stylesheets/buttons.scss */
.btn.btn-link.btn-link-attr-color-option-remove, .btn-link.btn-link-attr-color-option-remove.toast-close-button {
  padding: 0;
  color: #9b9b9b;
}

/* line 96, app/assets/stylesheets/buttons.scss */
.btn.btn-link.btn-link-attr-color-option-remove:hover, .btn-link.btn-link-attr-color-option-remove.toast-close-button:hover {
  color: #5c5c5c;
  text-decoration: none;
}

/* line 102, app/assets/stylesheets/buttons.scss */
.btn.btn-link.erase-filter, .btn-link.erase-filter.toast-close-button {
  margin: .8rem 0 0 0;
  background: none !important;
  color: inherit !important;
  border: none !important;
  font: inherit !important;
  cursor: initial !important;
  outline: inherit !important;
  box-shadow: none !important;
}

/* line 108, app/assets/stylesheets/buttons.scss */
.btn.btn-link.btn-group-sm, .btn-link.btn-group-sm.toast-close-button {
  padding: .2rem;
}

/* line 112, app/assets/stylesheets/buttons.scss */
.btn.btn-link.btn-user-attrs, .btn-link.btn-user-attrs.toast-close-button {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 2rem;
  margin: 1rem 0 0 0;
  padding: 0;
  transform: rotate(90deg);
}

/* line 123, app/assets/stylesheets/buttons.scss */
.btn.btn-mainprocess-setting, .btn-mainprocess-setting.toast-close-button {
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  margin: 0 .2rem;
  color: #5c5c5c;
  background: white;
  width: 1.5rem;
  height: 1.5rem;
  padding: .1rem;
  justify-content: center;
  align-content: center;
  line-height: 0;
  font-size: calc(0.7vw + 0.7vh);
  display: inline-grid;
}

/* line 137, app/assets/stylesheets/buttons.scss */
.btn.btn-mainprocess-setting.active, .btn-mainprocess-setting.active.toast-close-button {
  color: white;
  background: #5c5c5c;
}

/* line 142, app/assets/stylesheets/buttons.scss */
.btn.btn-mainprocess-setting .btn-text, .btn-mainprocess-setting.toast-close-button .btn-text {
  color: #5c5c5c;
}

/* line 148, app/assets/stylesheets/buttons.scss */
.filter-handling {
  cursor: pointer !important;
}

/* line 152, app/assets/stylesheets/buttons.scss */
#erase_filter_activation_codes,
#erase_filter_locked_users,
#erase_filter_users,
#erase_filter_hierarchies,
#erase_filter_changed_elements {
  background: none !important;
  color: inherit !important;
  border: none !important;
  font: inherit !important;
  cursor: initial !important;
  outline: inherit !important;
}

/* line 160, app/assets/stylesheets/buttons.scss */
.show-affected-elements {
  border: none;
  background: none;
  color: #2693cf;
}

/* line 165, app/assets/stylesheets/buttons.scss */
.show-affected-elements:hover {
  text-decoration: underline;
}

/* line 170, app/assets/stylesheets/buttons.scss */
.btn-xs {
  padding: 0.1rem 0.2rem;
}

/* line 174, app/assets/stylesheets/buttons.scss */
.btn-link-text {
  text-decoration: none;
  color: white;
}

/* line 178, app/assets/stylesheets/buttons.scss */
.btn-link-text:hover {
  text-decoration: none;
  color: white;
}

/* line 184, app/assets/stylesheets/buttons.scss */
.add-option-attr-btn {
  display: flex;
  align-items: center;
  box-shadow: 3px 3px 4px 0 rgba(23, 51, 75, 0.4);
  width: 100%;
  justify-content: space-between;
}

/* line 191, app/assets/stylesheets/buttons.scss */
.add-option-attr-btn > svg {
  fill: white;
  filter: none;
}

/* line 197, app/assets/stylesheets/buttons.scss */
.clipboard-btn {
  content: "";
  width: 2.5rem;
  white-space: nowrap;
}

/* line 202, app/assets/stylesheets/buttons.scss */
.clipboard-btn > svg {
  fill: #0d2234;
}

/* line 207, app/assets/stylesheets/buttons.scss */
.attr-delete-button-container {
  min-width: 1.2rem;
  min-height: 1.2rem;
  max-width: 1.2rem;
  max-height: 1.2rem;
}

/* line 215, app/assets/stylesheets/buttons.scss */
.js-show-details {
  visibility: hidden;
}

/* line 219, app/assets/stylesheets/buttons.scss */
span#back-to-top {
  content: "";
  display: none;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  float: right;
  width: 4rem;
  height: 4rem;
  border-radius: 50px;
  transform: rotate(90deg);
  background-color: #9b9b9b;
  opacity: 75%;
  -webkit-mask-image: linear-gradient(black, black), url(/assets/icons/arrow_left-c5405874e7f415b18876015c2ba7a69816a2b3357baffa2abd944aeaacb735ee.svg);
          mask-image: linear-gradient(black, black), url(/assets/icons/arrow_left-c5405874e7f415b18876015c2ba7a69816a2b3357baffa2abd944aeaacb735ee.svg);
  -webkit-mask-position: center, center;
          mask-position: center, center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain, 2.5rem;
          mask-size: contain, 2.5rem;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

/* line 238, app/assets/stylesheets/buttons.scss */
span#back-to-top:hover {
  cursor: pointer;
  background-color: #5c5c5c;
}

/* line 245, app/assets/stylesheets/buttons.scss */
#application-content-wrapper.mb-scroll span#back-to-top {
  bottom: 3.5rem;
}

/* line 1, app/assets/stylesheets/cards.scss */
.card {
  width: 23rem;
  height: 18rem;
  padding: 20px;
  margin: 1em;
}

/* line 10, app/assets/stylesheets/cards.scss */
.card.attributegroup {
  box-shadow: 2px 2px 0 0 #5c5c5c, 6px 6px 6px 1px rgba(92, 92, 92, 0.33), -3px -3px 20px -7px rgba(181, 181, 181, 0.5) !important;
  border: none;
  border-radius: 0;
  border-top-left-radius: 5px;
  width: 23rem;
  height: 13rem;
  padding: 0;
  margin: .5em;
}

/* line 17, app/assets/stylesheets/cards.scss */
.card.attributegroup .btn-toolbar {
  margin: 0;
}

/* line 20, app/assets/stylesheets/cards.scss */
.card.attributegroup .btn-toolbar .btn-group.btn-group-xs {
  margin: .5rem .5rem 0 0;
}

/* line 26, app/assets/stylesheets/cards.scss */
.card.user-attrs-selected {
  box-shadow: 5px 5px 0 0 #5c5c5c, 9px 9px 9px 2px rgba(92, 92, 92, 0.33), -3px -3px 20px -7px rgba(181, 181, 181, 0.5) !important;
  border: none;
  border-radius: 0;
  border-top-left-radius: 10px;
}

/* line 29, app/assets/stylesheets/cards.scss */
.card.user-attrs-selected ul li {
  margin: 0 0 0 1rem;
}

/* line 34, app/assets/stylesheets/cards.scss */
.card.frame {
  box-shadow: 5px 5px 0 0 #ffdc72, 9px 9px 9px 2px rgba(255, 220, 114, 0.33), -3px -3px 20px -7px rgba(181, 181, 181, 0.5) !important;
  border: none;
  border-radius: 0;
  border-top-left-radius: 10px;
  position: relative;
}

/* line 38, app/assets/stylesheets/cards.scss */
.card.frame.template {
  box-shadow: 5px 5px 0 0 rgba(255, 220, 114, 0.3), 9px 9px 9px 2px rgba(255, 220, 114, 0.33), -3px -3px 20px -7px rgba(181, 181, 181, 0.5) !important;
  border: none;
  border-radius: 0;
  border-top-left-radius: 10px;
}

/* line 43, app/assets/stylesheets/cards.scss */
.card.hierarchy {
  box-shadow: 5px 5px 0 0 #17334b, 9px 9px 9px 2px rgba(23, 51, 75, 0.33), -3px -3px 20px -7px rgba(181, 181, 181, 0.5) !important;
  border: none;
  border-radius: 0;
  border-top-left-radius: 10px;
  height: 13rem;
}

/* line 47, app/assets/stylesheets/cards.scss */
.card.hierarchy.template {
  box-shadow: 5px 5px 0 0 rgba(23, 51, 75, 0.3), 9px 9px 9px 2px rgba(23, 51, 75, 0.33), -3px -3px 20px -7px rgba(181, 181, 181, 0.5) !important;
  border: none;
  border-radius: 0;
  border-top-left-radius: 10px;
}

/* line 52, app/assets/stylesheets/cards.scss */
.card.glossary {
  box-shadow: 5px 5px 0 0 #5c5c5c, 9px 9px 9px 2px rgba(92, 92, 92, 0.33), -3px -3px 20px -7px rgba(181, 181, 181, 0.5) !important;
  border: none;
  border-radius: 0;
  border-top-left-radius: 10px;
  height: 13rem;
}

/* line 57, app/assets/stylesheets/cards.scss */
.card.project {
  box-shadow: 5px 5px 0 0 #17334b, 9px 9px 9px 2px rgba(23, 51, 75, 0.33), -3px -3px 20px -7px rgba(181, 181, 181, 0.5) !important;
  border: none;
  border-radius: 0;
  border-top-left-radius: 10px;
}

/* line 61, app/assets/stylesheets/cards.scss */
.card.subproject {
  box-shadow: 5px 5px 0 0 #5c5c5c, 9px 9px 9px 2px rgba(92, 92, 92, 0.33), -3px -3px 20px -7px rgba(181, 181, 181, 0.5) !important;
  border: none;
  border-radius: 0;
  border-top-left-radius: 10px;
}

/* line 65, app/assets/stylesheets/cards.scss */
.card.template {
  background-color: rgba(255, 255, 255, 0.33);
}

/* line 68, app/assets/stylesheets/cards.scss */
.card.template .template-card-content {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 16rem;
}

/* line 74, app/assets/stylesheets/cards.scss */
.card.template .template-card-title {
  color: #9b9b9b;
}

/* line 79, app/assets/stylesheets/cards.scss */
.card.new-element-card {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: transparent;
  border: none;
}

/* line 85, app/assets/stylesheets/cards.scss */
.card.new-element-card .col-auto {
  display: flex;
  align-items: center;
}

/* line 91, app/assets/stylesheets/cards.scss */
.card.new-element-col {
  width: 8rem;
  height: 13rem;
  background-color: transparent;
  border: none;
}

/* line 98, app/assets/stylesheets/cards.scss */
.card .card-entity {
  color: #9b9b9b;
  padding-top: 0.4rem;
}

/* line 106, app/assets/stylesheets/cards.scss */
.card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 1.2rem;
  max-height: 75%;
  width: 90%;
}

/* line 115, app/assets/stylesheets/cards.scss */
.card .card-body.attributegroup {
  margin: 1.5rem 1rem .7rem .7rem;
  padding: 0;
}

/* line 120, app/assets/stylesheets/cards.scss */
.card .card-body .card-title {
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-hyphens: auto;
          hyphens: auto;
  max-height: 7rem;
  line-height: normal;
  word-break: break-word;
}

/* line 128, app/assets/stylesheets/cards.scss */
.card .card-body .card-title:hover {
  text-decoration: none;
}

/* line 132, app/assets/stylesheets/cards.scss */
.card .card-body .card-title.frame {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.2em;
  display: inline-block;
  white-space: nowrap;
  color: #ffc71a;
}

/* line 141, app/assets/stylesheets/cards.scss */
.card .card-body .card-title.frame a {
  color: #ffc71a;
}

/* line 147, app/assets/stylesheets/cards.scss */
.card .card-body .card-title.hierarchy a {
  color: #17334b;
}

/* line 153, app/assets/stylesheets/cards.scss */
.card .card-body .card-title.glossary a {
  color: #5c5c5c;
}

/* line 159, app/assets/stylesheets/cards.scss */
.card .card-body .card-title.project a {
  color: #17334b;
}

/* line 165, app/assets/stylesheets/cards.scss */
.card .card-body .card-title.subproject a {
  color: #5c5c5c;
}

/* line 170, app/assets/stylesheets/cards.scss */
.card .card-body .card-title.attributegroup {
  font-size: 1.25rem;
  color: #17334b;
  margin-bottom: 0px;
  overflow-wrap: anywhere;
}

/* line 179, app/assets/stylesheets/cards.scss */
.card .card-body .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 10px 0;
}

/* line 186, app/assets/stylesheets/cards.scss */
.card .card-body .card-img img {
  max-width: 260px;
  max-height: 100px;
}

/* line 192, app/assets/stylesheets/cards.scss */
.card .card-body .card-text {
  margin: 0;
  padding: 0;
  color: #5c5c5c;
  line-height: 1.25rem;
  max-height: 4rem;
  display: flex;
  word-break: break-word;
}

/* line 201, app/assets/stylesheets/cards.scss */
.card .card-body .card-text.description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}

/* line 205, app/assets/stylesheets/cards.scss */
.card .card-body .card-text.description span {
  white-space: pre-line;
}

/* line 210, app/assets/stylesheets/cards.scss */
.card .card-body .card-text.footer {
  color: #9b9b9b;
  font-size: 0.8rem;
  line-height: 1rem;
}

/* line 215, app/assets/stylesheets/cards.scss */
.card .card-body .card-text.footer.attributegroup {
  font-size: 1rem;
  margin-top: 0;
}

/*
colpick Color Picker / colpick.com
*/
/* line 5, app/assets/stylesheets/colorpicker.scss */
.frame-color-helper {
  background-color: #FFE88A;
}

/*Main container*/
/* line 13, app/assets/stylesheets/colorpicker.scss */
.colpick {
  position: absolute;
  box-sizing: content-box;
  width: 346px;
  height: 170px;
  overflow: hidden;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  direction: ltr;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  z-index: 999999999;
  /*Prevents selecting text when dragging the selectors*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 37, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_color {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  overflow: hidden;
  outline: 1px solid #aaa;
  cursor: crosshair;
}

/* line 48, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_color_overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  /* IE8 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
  /* IE6 & IE7 */
}

/* line 78, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  /* IE8 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

/* line 110, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_selector_outer {
  background: none;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid black;
  border-radius: 50%;
}

/* line 120, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid white;
  border-radius: 50%;
}

/* line 128, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_hue {
  position: absolute;
  top: 6px;
  left: 175px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa;
  cursor: n-resize;
}

/* line 138, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0 0;
}

/* line 146, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_hue_larr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #858585;
}

/* line 155, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_hue_rarr {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #858585;
}

/* line 165, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_new_color {
  position: absolute;
  left: 207px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}

/* line 175, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_current_color {
  position: absolute;
  left: 277px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}

/* line 185, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_field, .colpick .colpick_hex_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}

/* line 199, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_rgb_r {
  top: 40px;
  left: 207px;
}

/* line 204, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_rgb_g {
  top: 67px;
  left: 207px;
}

/* line 209, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_rgb_b {
  top: 94px;
  left: 207px;
}

/* line 214, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_hsb_h {
  top: 40px;
  left: 277px;
}

/* line 219, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_hsb_s {
  top: 67px;
  left: 277px;
}

/* line 224, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_hsb_b {
  top: 94px;
  left: 277px;
}

/* line 229, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_hex_field {
  width: 68px;
  left: 207px;
  top: 121px;
}

/* line 235, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_focus {
  border-color: #999;
}

/* line 239, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_field_letter {
  position: absolute;
  width: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: bold;
  color: #777;
}

/* line 251, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none;
}

/* line 267, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_hex_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none;
  right: 4px;
}

/* line 284, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_field_arrs {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 21px;
  cursor: n-resize;
}

/* line 293, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_field_uarr {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #959595;
}

/* line 303, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_field_darr {
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #959595;
}

/* line 313, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_submit {
  position: absolute;
  left: 207px;
  top: 149px;
  width: 130px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

/* line 326, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_full_ns .colpick_submit, .colpick.colpick_full_ns .colpick_current_color {
  display: none;
}

/* line 330, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px;
}

/* line 335, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_full_ns .colpick_rgb_r, .colpick.colpick_full_ns .colpick_hsb_h {
  top: 42px;
}

/* line 339, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_full_ns .colpick_rgb_g, .colpick.colpick_full_ns .colpick_hsb_s {
  top: 73px;
}

/* line 343, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_full_ns .colpick_rgb_b, .colpick.colpick_full_ns .colpick_hsb_b {
  top: 104px;
}

/* line 347, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_full_ns .colpick_hex_field {
  top: 135px;
}

/* line 352, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_rgbhex {
  width: 282px;
}

/* line 353, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_rgbhex .colpick_hsb_h, .colpick.colpick_rgbhex .colpick_hsb_s, .colpick.colpick_rgbhex .colpick_hsb_b {
  display: none;
}

/* line 359, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_rgbhex .colpick_field, .colpick.colpick_rgbhex .colpick_submit {
  width: 68px;
}

/* line 363, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none;
}

/* line 368, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none;
}

/* line 376, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_rgbhex_ns .colpick_submit, .colpick.colpick_rgbhex_ns .colpick_current_color {
  display: none;
}

/* line 380, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f;
}

/* line 385, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px;
}

/* line 389, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px;
}

/* line 393, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px;
}

/* line 397, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px;
}

/* line 402, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_hex {
  width: 206px;
  height: 201px;
}

/* line 403, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_hex .colpick_hsb_h, .colpick.colpick_hex .colpick_hsb_s, .colpick.colpick_hex .colpick_hsb_b, .colpick.colpick_hex .colpick_rgb_r, .colpick.colpick_hex .colpick_rgb_g, .colpick.colpick_hex .colpick_rgb_b {
  display: none;
}

/* line 410, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_hex .colpick_hex_field {
  width: 72px;
  height: 25px;
  top: 168px;
  left: 80px;
}

/* line 416, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_hex .colpick_hex_field div, .colpick.colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px;
}

/* line 422, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_hex .colpick_new_color {
  left: 9px;
  top: 168px;
  width: 30px;
  border-right: none;
}

/* line 429, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none;
}

/* line 436, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px;
  height: 25px;
  line-height: 25px;
}

/* line 446, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_hex_ns .colpick_submit, .colpick.colpick_hex_ns .colpick_current_color {
  display: none;
}

/* line 450, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_hex_ns .colpick_hex_field {
  width: 80px;
}

/* line 454, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f;
}

/* line 460, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_dark {
  background: #161616;
  border-color: #2a2a2a;
}

/* line 464, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_dark .colpick_color {
  outline-color: #333;
}

/* line 468, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_dark .colpick_hue {
  border-color: #555;
}

/* line 472, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_dark .colpick_field, .colpick.colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d;
}

/* line 477, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969;
}

/* line 483, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_dark .colpick_field input, .colpick.colpick_dark .colpick_hex_field input {
  color: #7a7a7a;
}

/* line 487, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969;
}

/* line 491, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_dark .colpick_field_darr {
  border-top-color: #696969;
}

/* line 495, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_dark .colpick_focus {
  border-color: #444;
}

/* line 504, app/assets/stylesheets/colorpicker.scss */
.colpick.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444;
}

/* line 511, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_field, .colpick .colpick_hex_field {
  background: #fff;
  border-radius: 0;
}

/* line 518, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_rgb_r {
  top: 50px;
}

/* line 522, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_rgb_g {
  top: 77px;
}

/* line 526, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_rgb_b {
  top: 104px;
}

/* line 530, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_hsb_h {
  top: 50px;
}

/* line 534, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_hsb_s {
  top: 77px;
}

/* line 538, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_hsb_b {
  top: 104px;
}

/* line 542, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_hex_field {
  top: 142px;
}

/* line 546, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_field_letter {
  padding-left: 0;
}

/* line 550, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_submit {
  left: auto;
  right: 6px;
  top: auto;
  bottom: 5px;
  width: auto;
  height: auto;
  line-height: initial;
  font-size: inherit;
  font-weight: bold;
}

/* line 563, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_submit {
  box-shadow: 3px 3px 4px 0 rgba(23, 51, 75, 0.4);
  width: 58px !important;
  margin-bottom: 4px !important;
  background-color: #17334b;
  color: white;
  border: none;
  padding: .1rem;
}

/* line 573, app/assets/stylesheets/colorpicker.scss */
.colpick .colpick_submit:hover {
  background-color: #0d2234;
}

/* line 1, app/assets/stylesheets/container.scss */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  height: 100%;
}

/* line 5, app/assets/stylesheets/container.scss */
.container-center-vertical {
  display: flex;
  justify-content: center;
}

/* line 9, app/assets/stylesheets/container.scss */
.container-center-horizontal {
  display: flex;
  align-items: center;
}

/* line 14, app/assets/stylesheets/container.scss */
.container-centered {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 18, app/assets/stylesheets/container.scss */
.container-centered.table-filter-helper {
  margin-top: 2.55rem;
  border-top: 2px solid #dee2e6;
}

/* line 24, app/assets/stylesheets/container.scss */
.login-container {
  box-shadow: 9px 9px 0 0 #17334b, 13px 13px 11px 1px rgba(23, 51, 75, 0.4), -3px -3px 20px -7px rgba(181, 181, 181, 0.5) !important;
  border: none;
  border-radius: 0;
  border-top-left-radius: 25px;
  width: 500px;
  display: block;
}

/* line 29, app/assets/stylesheets/container.scss */
.login-container .login-content-container {
  padding: 4rem;
}

/* line 33, app/assets/stylesheets/container.scss */
.login-container .login-content-container-lg {
  min-height: 500px;
  padding: 2rem;
}

/* line 38, app/assets/stylesheets/container.scss */
.login-container .login-register-text-container {
  width: 15rem;
  text-align: center;
  margin: 3rem 0 0 0;
  color: #9b9b9b;
}

/* line 45, app/assets/stylesheets/container.scss */
.login-container .ms-symbollockup_signin {
  width: 160px;
  padding: 0;
}

/* line 50, app/assets/stylesheets/container.scss */
.login-container .login-dps-text-container {
  margin: 0 0 0 0.8rem;
  width: 20rem;
  color: #9b9b9b;
}

/* line 57, app/assets/stylesheets/container.scss */
.nicebox {
  box-shadow: 5px 5px 0 0 #17334b, 9px 9px 9px 2px rgba(23, 51, 75, 0.4), -3px -3px 20px -7px rgba(181, 181, 181, 0.5) !important;
  border: none;
  border-radius: 0;
  border-top-left-radius: 10px;
  width: 500px;
  height: 500px;
  display: block;
  margin: 4rem;
}

/* line 64, app/assets/stylesheets/container.scss */
.nicebox .nicebox-inlay {
  padding: 4rem;
}

/* line 67, app/assets/stylesheets/container.scss */
.nicebox .nicebox-inlay .nicebox-header {
  justify-content: space-between;
  display: flex;
}

/* line 72, app/assets/stylesheets/container.scss */
.nicebox .nicebox-inlay .nicebox-footer {
  justify-content: flex-end;
  display: flex;
  margin: 2rem 0 0 0;
}

/* line 82, app/assets/stylesheets/container.scss */
.attribute-container {
  box-shadow: 2px 2px 0 0 #17334b, 6px 6px 6px 1px rgba(23, 51, 75, 0.4), -3px -3px 20px -7px rgba(181, 181, 181, 0.5) !important;
  border: none;
  border-radius: 0;
  border-top-left-radius: 5px;
  background-color: #fefefe;
  position: relative;
  display: inline-block;
  flex-direction: column;
  width: 23rem;
  height: 3.5rem;
}

/* line 91, app/assets/stylesheets/container.scss */
.attribute-container .attribute-container-body {
  display: flex;
  align-items: center;
  position: relative;
  margin: .5rem;
}

/* line 96, app/assets/stylesheets/container.scss */
.attribute-container .attribute-container-body .content-attributes {
  width: 100%;
  position: relative;
}

/* line 100, app/assets/stylesheets/container.scss */
.attribute-container .attribute-container-body .content-attributes .attribute-title {
  font-size: 1rem;
  font-weight: bold;
  height: 1.4rem;
  max-width: 18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 111, app/assets/stylesheets/container.scss */
.attribute-container .attribute-container-body .content-attributes .attribute-footer {
  color: #9b9b9b;
  font-size: 0.8rem;
  line-height: 1rem;
}

/* line 118, app/assets/stylesheets/container.scss */
.attribute-container .attribute-container-body .btn-group-attributes {
  display: flex;
  align-items: center;
  padding: 0 0 0 .5rem;
}

/* line 125, app/assets/stylesheets/container.scss */
.grid-container {
  display: grid;
}

/* line 128, app/assets/stylesheets/container.scss */
.grid-container .grid-parent, .grid-container .grid-child {
  grid-area: 1/1;
}

/* line 133, app/assets/stylesheets/container.scss */
.page-button-container {
  margin: 1rem 0 0 0;
  height: 2.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 143, app/assets/stylesheets/container.scss */
.page-button-container #btns-change-history {
  margin-right: .25rem;
}

/* line 147, app/assets/stylesheets/container.scss */
.page-button-container .btn, .page-button-container .toast-close-button {
  margin: 0 .75rem 0 0;
}

/* line 152, app/assets/stylesheets/container.scss */
.container-load-more-changes {
  display: flex;
  width: 100%;
  margin: 1rem;
  align-content: center;
  justify-content: center;
  position: relative;
}

/* line 162, app/assets/stylesheets/container.scss */
.bottom-space {
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* line 169, app/assets/stylesheets/container.scss */
.container-fixed-bottom,
.container-fixed-bottom-user-page {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 170px;
  padding: 0 .5rem;
  margin: 0;
  z-index: 1;
  border-top: 1px solid #969696;
  background: #f7f7f7;
  height: 3rem;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  visibility: visible;
  opacity: 1;
}

/* line 193, app/assets/stylesheets/container.scss */
.container-fixed-bottom .btn, .container-fixed-bottom .toast-close-button,
.container-fixed-bottom-user-page .btn,
.container-fixed-bottom-user-page .toast-close-button {
  margin: 0 .75rem 0 0;
}

/* line 198, app/assets/stylesheets/container.scss */
.empty-card-view,
.empty-workspace {
  margin: 3rem 0;
  width: 100%;
}

/* line 203, app/assets/stylesheets/container.scss */
.empty-card-view div,
.empty-workspace div {
  text-align: center;
  font-size: 1.25rem;
  color: #9b9b9b;
}

/* line 208, app/assets/stylesheets/container.scss */
.empty-card-view div:first-child,
.empty-workspace div:first-child {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/content-sidebar.scss */
#content-sidebar {
  background: none;
  background-color: #f7f7f7;
  border-left: 1px solid #dedede;
  position: relative;
  transition: 0.8s;
  width: 400px;
}

/* line 9, app/assets/stylesheets/content-sidebar.scss */
#content-sidebar #content-sidebar-background {
  background: linear-gradient(180deg, #f0f0f0 0%, #f1f1f1 50%, #f2f2f2 100%);
  height: 100%;
  transition: 0.8s;
}

/* line 15, app/assets/stylesheets/content-sidebar.scss */
#content-sidebar #content-sidebar-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 0 0 3px;
  padding: 0 0.2rem;
  overflow: auto;
  transition: 0.8s;
  width: 397px;
}

/* line 27, app/assets/stylesheets/content-sidebar.scss */
#content-sidebar #content-sidebar-content > *[id^="content-sidebar-not-available"] {
  margin: 1rem 1rem 0 0;
}

/* line 30, app/assets/stylesheets/content-sidebar.scss */
#content-sidebar #content-sidebar-content > *[id^="content-sidebar-not-available"] p {
  font-style: italic;
  text-align: center;
}

/* line 36, app/assets/stylesheets/content-sidebar.scss */
#content-sidebar #content-sidebar-content > * .content-sidebar-header {
  margin: .5rem .2rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
}

/* line 43, app/assets/stylesheets/content-sidebar.scss */
#content-sidebar #content-sidebar-content > * .content-sidebar-body {
  margin-left: 15px;
  margin-right: 0.5rem;
}

/* line 49, app/assets/stylesheets/content-sidebar.scss */
#content-sidebar #content-sidebar-content .content-sidebar-content-not-available {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
}

/* line 56, app/assets/stylesheets/content-sidebar.scss */
#content-sidebar #content-sidebar-content .content-sidebar-content-not-available .no-content-message {
  padding: 1.5rem;
  font-style: initial;
  text-align: center;
  font-weight: bold;
  font-size: 1.85rem;
  color: #9b9b9b;
  line-height: 1;
}

/* line 68, app/assets/stylesheets/content-sidebar.scss */
#content-sidebar #content-sidebar-toggle {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  transition: transform .35s;
  transform: rotate(0deg);
}

/* line 79, app/assets/stylesheets/content-sidebar.scss */
#content-sidebar #content-sidebar-toggle #content-sidebar-activate {
  display: none;
}

/* line 80, app/assets/stylesheets/content-sidebar.scss */
#content-sidebar #content-sidebar-toggle #content-sidebar-deactivate {
  display: initial;
}

/* line 82, app/assets/stylesheets/content-sidebar.scss */
#content-sidebar #content-sidebar-toggle .svg-icon {
  fill: #17334b;
  filter: none;
  height: 15px;
  transition: fill .35s;
}

/* line 92, app/assets/stylesheets/content-sidebar.scss */
#workspace:not(.content-sidebar-active) #content-sidebar {
  background: linear-gradient(180deg, #17334b, #224b6f);
  border-left: 1px solid #17334b;
  width: 28px;
}

/* line 97, app/assets/stylesheets/content-sidebar.scss */
#workspace:not(.content-sidebar-active) #content-sidebar #content-sidebar-background {
  opacity: 0;
}

/* line 101, app/assets/stylesheets/content-sidebar.scss */
#workspace:not(.content-sidebar-active) #content-sidebar #content-sidebar-content {
  left: 31px;
  opacity: 0;
}

/* line 106, app/assets/stylesheets/content-sidebar.scss */
#workspace:not(.content-sidebar-active) #content-sidebar #content-sidebar-toggle {
  transform: rotate(180deg);
}

/* line 109, app/assets/stylesheets/content-sidebar.scss */
#workspace:not(.content-sidebar-active) #content-sidebar #content-sidebar-toggle #content-sidebar-activate {
  display: initial;
}

/* line 110, app/assets/stylesheets/content-sidebar.scss */
#workspace:not(.content-sidebar-active) #content-sidebar #content-sidebar-toggle #content-sidebar-deactivate {
  display: none;
}

/* line 112, app/assets/stylesheets/content-sidebar.scss */
#workspace:not(.content-sidebar-active) #content-sidebar #content-sidebar-toggle .svg-icon {
  fill: #f7f7f7;
}

/* line 6, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes div.box .assigned-attributes:first-of-type .attr-grp, .toolbox-attributes div.box .assigned-attributes:first-of-type .attr-grp {
  border-top: none;
}

/* line 15, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes:last-child, .toolbox-attributes .assigned-attributes:last-child {
  border-bottom: 1px solid #dedede;
  margin: .5rem 0;
}

/* line 20, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .attr-grp, .toolbox-attributes .assigned-attributes .attr-grp {
  border-top: 1px solid #dedede;
  padding: .2rem 0 0 0;
}

/* line 24, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .attr-grp .attr-grp-name, .toolbox-attributes .assigned-attributes .attr-grp .attr-grp-name {
  color: #17334b;
  font-size: 1.15rem;
}

/* line 30, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp, .toolbox-attributes .assigned-attributes .assigned-attributes-grp {
  margin: .1rem 0 .5rem 1rem;
}

/* line 35, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-name, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-name {
  color: #17334b;
}

/* line 38, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-name:hover, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-name:hover {
  color: #5c5c5c;
}

/* line 45, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover div.attr-actions, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover div.attr-actions {
  opacity: 1;
}

/* line 50, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover div.attr-value-value,
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover div.attr-value-body,
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover select:disabled,
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover .attrvalue-radiobutton-alignment span, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover div.attr-value-value,
.toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover div.attr-value-body,
.toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover select:disabled,
.toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover .attrvalue-radiobutton-alignment span {
  color: #17334b !important;
  opacity: 1;
}

/* line 57, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover div.attr-value-value a,
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover div.attr-value-body a,
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover select:disabled a,
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover .attrvalue-radiobutton-alignment span a, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover div.attr-value-value a,
.toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover div.attr-value-body a,
.toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover select:disabled a,
.toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover .attrvalue-radiobutton-alignment span a {
  color: #17334b !important;
}

/* line 66, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover span.checkmark:hover,
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover .form-check.attr-value-check-position:hover,
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover div.attr-value-body:hover, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover span.checkmark:hover,
.toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover .form-check.attr-value-check-position:hover,
.toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-wrapper:hover .attr-value-wrapper:hover div.attr-value-body:hover {
  cursor: initial;
}

/* line 75, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-value-name, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-value-name {
  color: #5c5c5c;
  font-weight: bold;
}

/* line 80, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-value, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-value {
  display: block;
  position: relative;
}

/* line 87, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-value .attr-actions.case-handling, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-value .attr-actions.case-handling {
  background: none;
}

/* line 92, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-value .attr-value-value, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-value .attr-value-value {
  background-color: white;
  padding: 0.3rem 0.3rem 0.3rem 0.5rem;
  color: #5c5c5c;
  min-height: 2rem;
  word-break: break-word;
}

/* line 99, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-value .attr-value-value.case-handling, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-value .attr-value-value.case-handling {
  background-color: transparent;
}

/* line 107, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-value .attr-value-value .attrvalue-radiobutton-alignment span, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-value .attr-value-value .attrvalue-radiobutton-alignment span {
  color: #5c5c5c;
}

/* line 111, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes .assigned-attributes .assigned-attributes-grp .attr-value .attr-value-value .attr-list, .toolbox-attributes .assigned-attributes .assigned-attributes-grp .attr-value .attr-value-value .attr-list {
  list-style: none;
  margin: 0;
}

/* line 120, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #reference-info-wrapper, .toolbox-attributes #reference-info-wrapper {
  border-top: 1px solid #dedede;
  margin: 1rem -.2rem;
}

/* line 124, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #reference-info-wrapper.no-top-border, .toolbox-attributes #reference-info-wrapper.no-top-border {
  border: none;
}

/* line 128, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #reference-info-wrapper #svg-wrapper, .toolbox-attributes #reference-info-wrapper #svg-wrapper {
  position: relative;
  display: flex;
  padding-left: 43%;
  height: 4.5rem;
  margin-top: 2rem;
}

/* line 135, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #reference-info-wrapper #svg-wrapper .reference-info-svg, .toolbox-attributes #reference-info-wrapper #svg-wrapper .reference-info-svg {
  filter: drop-shadow(1px 1px 1px #b5b5b5);
}

/* line 138, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #reference-info-wrapper #svg-wrapper .reference-info-svg.plus, .toolbox-attributes #reference-info-wrapper #svg-wrapper .reference-info-svg.plus {
  width: 3rem;
  height: 3rem;
  fill: #9b9b9b;
}

/* line 144, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #reference-info-wrapper #svg-wrapper .reference-info-svg.lock, .toolbox-attributes #reference-info-wrapper #svg-wrapper .reference-info-svg.lock {
  width: 2.5rem;
  height: 2.5rem;
  fill: #17334b;
  margin-top: .9rem;
  margin-left: -1.9rem;
}

/* line 154, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #reference-info-wrapper .reference-info-text, .toolbox-attributes #reference-info-wrapper .reference-info-text {
  display: block;
  margin: 0 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #5c5c5c;
  text-align: center;
}

/* line 164, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper, .toolbox-attributes #add-attr-wrapper {
  overflow: hidden;
}

/* line 167, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-title-wrapper, .toolbox-attributes #add-attr-wrapper .add-attr-title-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 6.5rem;
  height: 4.5rem;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 2rem;
  overflow: hidden;
  transition: all .6s 0s linear;
}

/* line 179, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-title-wrapper .add-attr-elements, .toolbox-attributes #add-attr-wrapper .add-attr-title-wrapper .add-attr-elements {
  display: flex;
  margin: .5rem 0 0 0;
  transition: all .6s 0s linear;
}

/* line 186, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-title-wrapper .add-attr-symbol > svg, .toolbox-attributes #add-attr-wrapper .add-attr-title-wrapper .add-attr-symbol > svg {
  width: 3rem;
  height: 3rem;
  transition: all .6s 0s linear;
}

/* line 193, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-title-wrapper .add-attr-title, .toolbox-attributes #add-attr-wrapper .add-attr-title-wrapper .add-attr-title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  margin-left: 2rem;
  white-space: pre-wrap;
  transition: all .6s 0s linear;
}

/* line 203, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-title-wrapper .add-attr-toggler, .toolbox-attributes #add-attr-wrapper .add-attr-title-wrapper .add-attr-toggler {
  opacity: 0;
  visibility: hidden;
  transition: all .6s 0s linear;
}

/* line 210, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper {
  opacity: 0;
  visibility: hidden;
  max-height: 1px;
  transition: all .6s 0s linear;
}

/* line 216, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-caption, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-caption {
  color: #17334b;
  font-size: 1.15rem;
  display: flex;
  justify-content: space-between;
  padding: .5rem .15rem .5rem 0;
  cursor: pointer;
  border-bottom: 1px solid #dedede;
}

/* line 225, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-caption.active, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-caption.active {
  border: transparent;
}

/* line 228, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-caption.active .add-attr-grp-toggler, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-caption.active .add-attr-grp-toggler {
  transform: rotate(270deg);
  margin-right: 2.75px;
}

/* line 234, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-caption .add-attr-grp-toggler, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-caption .add-attr-grp-toggler {
  transform: rotate(90deg);
  margin-right: .75px;
}

/* line 240, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs {
  opacity: 0;
  visibility: hidden;
  display: block;
  max-height: 0;
  margin: 0;
}

/* line 247, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs.active, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs.active {
  opacity: 1;
  visibility: visible;
  max-height: 200rem;
  margin: 0 0 .5rem 0;
}

/* line 254, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container {
  background-color: white;
  display: block;
  position: relative;
  margin: 0 0 .4rem 1rem;
}

/* line 262, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container:hover p .attr-type-name, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container:hover p .attr-type-name {
  color: #17334b;
}

/* line 266, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container:hover p .attr-type-text, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container:hover p .attr-type-text {
  color: #17334b;
}

/* line 271, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container:hover div.attr-grp-attr-actions, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container:hover div.attr-grp-attr-actions {
  opacity: 1;
}

/* line 276, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container p, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container p {
  margin: 0;
  padding: 0.3rem 0.3rem 0.3rem 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* line 282, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container p .attr-type-name, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container p .attr-type-name {
  color: #5c5c5c;
  font-weight: bold;
}

/* line 287, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container p .attr-type-text, .toolbox-attributes #add-attr-wrapper .add-attr-grp-wrapper .add-attr-grp-assign-attrs .content-sidebar-attr-container p .attr-type-text {
  color: #5c5c5c;
}

/* line 301, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper.active .add-attr-title-wrapper, .toolbox-attributes #add-attr-wrapper.active .add-attr-title-wrapper {
  padding-left: 0;
  height: 2rem;
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 308, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper.active .add-attr-title-wrapper .add-attr-symbol > svg, .toolbox-attributes #add-attr-wrapper.active .add-attr-title-wrapper .add-attr-symbol > svg {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 314, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper.active .add-attr-title-wrapper .add-attr-title, .toolbox-attributes #add-attr-wrapper.active .add-attr-title-wrapper .add-attr-title {
  padding: .2rem 0 0 0;
  font-size: 1.25rem;
  margin-left: .6rem;
  white-space: initial;
}

/* line 321, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper.active .add-attr-title-wrapper .add-attr-toggler, .toolbox-attributes #add-attr-wrapper.active .add-attr-title-wrapper .add-attr-toggler {
  opacity: 1;
  visibility: visible;
}

/* line 327, app/assets/stylesheets/content-sidebar-attributes.scss */
#content-sidebar-attributes #add-attr-wrapper.active .add-attr-grp-wrapper, .toolbox-attributes #add-attr-wrapper.active .add-attr-grp-wrapper {
  opacity: 1;
  visibility: visible;
  max-height: 30000rem;
}

/* line 3, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .edit-frame-element {
  padding: .5rem 0 0 0;
}

/* line 7, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .form-row > * {
  align-self: center;
}

/* line 11, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar hr {
  margin: 0.3rem 0 0.5rem 0;
}

/* line 15, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar label {
  line-height: 1;
}

/* line 19, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar input, #content-sidebar-toolbar button, #content-sidebar-toolbar textarea {
  height: 1.5rem;
  box-shadow: none !important;
}

/* line 23, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar input > svg, #content-sidebar-toolbar button > svg, #content-sidebar-toolbar textarea > svg {
  filter: none !important;
}

/* line 28, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar input[type="range"] {
  margin-bottom: 0 !important;
  padding: 0;
}

/* line 33, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar input[type="button"] {
  padding: 0;
}

/* line 37, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar select {
  height: 1.5rem;
  line-height: 1;
  padding: 0;
}

/* line 43, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar textarea {
  resize: vertical !important;
}

/* line 47, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn, #content-sidebar-toolbar .toast-close-button {
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  padding: 0;
  border: 1px solid;
}

/* line 57, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn svg, #content-sidebar-toolbar .toast-close-button svg {
  height: 1.4rem;
  width: 1.4rem;
  vertical-align: initial;
}

/* line 63, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn, #content-sidebar-toolbar .toast-close-button {
  background-color: white;
  border-color: white;
  color: #5c5c5c;
}

/* line 68, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn svg, #content-sidebar-toolbar .toast-close-button svg {
  fill: #5c5c5c;
}

/* line 72, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn span, #content-sidebar-toolbar .toast-close-button span {
  color: #5c5c5c;
}

/* line 77, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn.active, #content-sidebar-toolbar .active.toast-close-button {
  background-color: #5c5c5c;
  border-color: #5c5c5c;
  color: white;
}

/* line 82, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn.active svg, #content-sidebar-toolbar .active.toast-close-button svg {
  fill: white;
}

/* line 86, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn.active span, #content-sidebar-toolbar .active.toast-close-button span {
  color: white;
}

/* line 91, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn.disabled, #content-sidebar-toolbar .disabled.toast-close-button {
  cursor: pointer;
  pointer-events: none;
}

/* line 97, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn.tb-text-valign[data-value="top"] svg, #content-sidebar-toolbar .tb-text-valign.toast-close-button[data-value="top"] svg {
  height: 0.75rem;
  vertical-align: top;
}

/* line 102, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn.tb-text-valign[data-value="middle"] svg, #content-sidebar-toolbar .tb-text-valign.toast-close-button[data-value="middle"] svg {
  height: 1.0rem;
  vertical-align: initial;
}

/* line 107, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn.tb-text-valign[data-value="bottom"] svg, #content-sidebar-toolbar .tb-text-valign.toast-close-button[data-value="bottom"] svg {
  height: 1.0rem;
  vertical-align: bottom;
}

/* line 114, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn.tb-text-orientation span, #content-sidebar-toolbar .tb-text-orientation.toast-close-button span {
  display: inline-block;
}

/* line 118, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn.tb-text-orientation[data-value="upright"] span, #content-sidebar-toolbar .tb-text-orientation.toast-close-button[data-value="upright"] span {
  transform: rotate(0deg);
}

/* line 122, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn.tb-text-orientation[data-value="sideways-right"] span, #content-sidebar-toolbar .tb-text-orientation.toast-close-button[data-value="sideways-right"] span {
  transform: rotate(90deg);
}

/* line 126, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn.tb-text-orientation[data-value="upside-down"] span, #content-sidebar-toolbar .tb-text-orientation.toast-close-button[data-value="upside-down"] span {
  transform: rotate(180deg);
}

/* line 130, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .btn.tb-text-orientation[data-value="sideways-left"] span, #content-sidebar-toolbar .tb-text-orientation.toast-close-button[data-value="sideways-left"] span {
  transform: rotate(270deg);
}

/* line 136, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .element-border-color {
  background-color: #000;
  color: transparent;
  width: 5rem;
}

/* line 142, app/assets/stylesheets/content-sidebar-toolbar.scss */
#content-sidebar-toolbar .tb-input-status {
  display: inline-block;
  margin: 0.125rem 0;
}

/* line 1, app/assets/stylesheets/dropdowns.scss */
.dropdown-menu {
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
}

/* line 5, app/assets/stylesheets/dropdowns.scss */
.dropdown-menu .dropdown-item .link-color-dropdown {
  color: #9b9b9b;
}

/* line 11, app/assets/stylesheets/dropdowns.scss */
.dropdown-menu button.link-color-dropdown {
  color: #9b9b9b;
}

/* line 16, app/assets/stylesheets/dropdowns.scss */
.dropdown-menu a {
  color: #9b9b9b;
}

/* line 19, app/assets/stylesheets/dropdowns.scss */
.dropdown-menu a svg {
  fill: #9b9b9b;
}

/* line 23, app/assets/stylesheets/dropdowns.scss */
.dropdown-menu a:hover {
  color: #17334b;
}

/* line 26, app/assets/stylesheets/dropdowns.scss */
.dropdown-menu a:hover svg {
  fill: #17334b;
}

/* line 31, app/assets/stylesheets/dropdowns.scss */
.dropdown-menu a.selected-language {
  color: #17334b;
}

/* line 35, app/assets/stylesheets/dropdowns.scss */
.dropdown-menu a:active {
  background: white;
}

/* line 42, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.context-menu {
  margin: 0 0 0 0.5rem;
  padding: 0.2rem 0.3rem;
  min-width: auto;
}

/* line 47, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.context-menu > div {
  display: flex;
}

/* line 50, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.context-menu > div > a {
  margin: 0.3rem 0.4rem;
}

/* line 53, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.context-menu > div > a, #workspace .dropdown-menu.context-menu > div > a > svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 60, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.context-menu svg {
  vertical-align: baseline;
}

/* line 68, app/assets/stylesheets/dropdowns.scss */
#workspace.content-sidebar-active[data-content-sidebar-content-type="attributes"] .dropdown-menu.context-menu [data-action="attributes"] svg {
  fill: #17334b;
}

/* line 76, app/assets/stylesheets/dropdowns.scss */
#workspace.content-sidebar-active[data-content-sidebar-content-type="toolbar"] .dropdown-menu.context-menu [data-action="toolbar"] svg {
  fill: #17334b;
}

/* line 83, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0 0 0 0.5rem;
  padding: 0;
}

/* line 90, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  position: absolute;
}

/* line 98, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.mode-switch {
  display: flex;
  flex-direction: column;
}

/* line 102, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.mode-switch > a {
  border-radius: 0.25rem;
  padding: 0.75rem 0.25rem;
  width: 1.75rem;
  height: 2.75rem;
}

/* line 108, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.mode-switch > a > svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 114, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.mode-switch > a.active, #workspace .dropdown-menu.mufu-element > div.mode-switch > a.active:hover {
  background: #17334b;
}

/* line 118, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.mode-switch > a.active > svg, #workspace .dropdown-menu.mufu-element > div.mode-switch > a.active > svg:hover {
  fill: white;
}

/* line 125, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker {
  left: 2.25rem;
  min-height: 2.75rem;
  padding: 0.5rem;
}

/* line 130, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker > input {
  background: none;
  border: none;
  border-bottom: 1px solid #17334b;
  box-shadow: none;
  margin: 0 !important;
  padding: 0 1.0rem 0.1rem 0;
  width: 200px;
}

/* line 140, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker > .input-status-toggle {
  display: inline-block;
  position: absolute;
}

/* line 144, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker > .input-status-toggle.input-status-checkmark {
  height: 0.9rem;
  width: 0.9rem;
  top: 0.5rem;
  right: 0.45rem;
}

/* line 150, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker > .input-status-toggle.input-status-asterisk {
  height: 0.75rem;
  width: 0.75rem;
  top: 0.5rem;
  right: 0.5rem;
}

/* line 156, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker > .input-status-toggle.input-status-warning {
  height: 0.85rem;
  width: 0.85rem;
  top: 0.5rem;
  right: 0.5rem;
}

/* line 163, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker > .input-status-toggle > svg {
  height: 100%;
  width: 100%;
}

/* line 169, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker .result-list {
  margin: 0.5rem -0.5rem 0;
  max-height: calc(25vh);
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 175, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker .result-list > * {
  color: #17334b;
  display: block;
  padding: 0.25rem 0 0.25rem 0.5rem;
}

/* line 180, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker .result-list > *.result-item {
  font-weight: bold;
}

/* line 183, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker .result-list > *.result-item.ui-selected {
  background: #17334b;
  color: white;
}

/* line 190, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker .result-list > *.result-item-level.result-item-level-0 {
  padding-left: 0.5rem;
  padding-bottom: 0.125rem;
  padding-top: 0.375rem;
}

/* line 195, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker .result-list > *.result-item-level.result-item-level-0:first-child {
  padding-top: 0.125rem;
}

/* line 199, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker .result-list > *.result-item-level.result-item-level-0 > * {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  font-style: italic;
  font-weight: bold;
}

/* line 206, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker .result-list > *.result-item-level.result-item-level-0:first-child > * {
  border-top: none;
}

/* line 211, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker .result-list > *.result-item-level.result-item-level-1 {
  padding-left: 0.5rem;
}

/* line 215, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker .result-list > *.result-item-level.result-item-level-2 {
  padding-left: 1.0rem;
}

/* line 219, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker .result-list > *.result-item-level.result-item-level-3 {
  padding-left: 1.5rem;
}

/* line 223, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker .result-list > *.result-item-level.result-item-level-4 {
  padding-left: 2.0rem;
}

/* line 227, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.name-picker .result-list > *.result-item-level > * {
  padding: 0.125rem 0;
}

/* line 235, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.confirm-input {
  left: calc(2.25rem + 200px + 1.5rem);
  display: flex;
}

/* line 239, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.confirm-input > a {
  border-radius: 0.25rem;
  background: #17334b;
  padding: 0.75rem 0.25rem;
  width: 1.75rem;
  height: 2.75rem;
}

/* line 246, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element > div.confirm-input > a > svg {
  fill: white;
  width: 1.25rem;
  height: 1.25rem;
}

/* line 255, app/assets/stylesheets/dropdowns.scss */
#workspace .dropdown-menu.mufu-element svg {
  vertical-align: baseline;
}

/* line 3, app/assets/stylesheets/error-messages.scss */
.errorExplanation ul li {
  color: #910830;
  list-style-type: none;
}

/* line 10, app/assets/stylesheets/error-messages.scss */
input.error,
select.error {
  margin-bottom: .1rem !important;
}

/* line 15, app/assets/stylesheets/error-messages.scss */
ins {
  margin: .2rem 0 .2rem .2rem;
}

/* line 20, app/assets/stylesheets/error-messages.scss */
#options-for-attributes p.options-grid, #options-for-comb-attrs p.options-grid {
  display: grid;
  grid-template-columns: 10fr 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  width: 110%;
}

/* line 29, app/assets/stylesheets/error-messages.scss */
#options-for-attributes p.options-grid .comb_attr.attr-combination, #options-for-comb-attrs p.options-grid .comb_attr.attr-combination {
  grid-area: 1 / 1 / 2 / 2;
  margin: 0;
}

/* line 34, app/assets/stylesheets/error-messages.scss */
#options-for-attributes p.options-grid .tmp-delete-field, #options-for-comb-attrs p.options-grid .tmp-delete-field {
  grid-area: 1 / 2 / 2 / 3;
  display: flex;
  justify-content: center;
  align-content: center;
  z-index: 1;
}

/* line 44, app/assets/stylesheets/error-messages.scss */
#options-for-attributes p.options-grid ins, #options-for-comb-attrs p.options-grid ins {
  grid-area: 2 / 1 / 3 / 2;
}

/* line 1, app/assets/stylesheets/forms.scss */
.form-label {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1rem;
}

/* line 6, app/assets/stylesheets/forms.scss */
.form-label.form-label-icon {
  margin-top: 0;
}

/* line 11, app/assets/stylesheets/forms.scss */
.form-check {
  /* container for checkbox (label for being clickable to select checkbox item) */
  display: block;
  position: relative;
  padding-left: 3rem;
  padding-top: 0.25rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 24, app/assets/stylesheets/forms.scss */
.form-check:hover input ~ .checkmark {
  background-color: #f7f7f7;
}

/* line 28, app/assets/stylesheets/forms.scss */
.form-check.user-attr-grp {
  margin: 1rem;
}

/* line 32, app/assets/stylesheets/forms.scss */
.form-check.user-attrs {
  padding-top: 0;
  margin: 0 0 .4rem 2rem;
}

/* line 36, app/assets/stylesheets/forms.scss */
.form-check.user-attrs .form-check-label {
  margin-left: -.7rem;
}

/* line 41, app/assets/stylesheets/forms.scss */
.form-check.glossary-clean-up {
  padding: 0;
  margin: 0;
}

/* line 46, app/assets/stylesheets/forms.scss */
.form-check.attr-value-check-position {
  margin-bottom: -1.5rem;
}

/* line 50, app/assets/stylesheets/forms.scss */
.form-check.export-frame-modal {
  margin: 0 0 .5rem 0;
}

/* line 55, app/assets/stylesheets/forms.scss */
.form-check.attr-value-check-position, .form-check.export-frame-modal {
  padding: 0 0 0 1.5rem;
}

/* line 59, app/assets/stylesheets/forms.scss */
.form-check.attr-value-check-position .checkmark, .form-check.export-frame-modal .checkmark {
  box-shadow: none;
  border: 1px solid #b5b5b5;
  position: absolute;
  top: 3px;
  left: 3px;
  height: 13px;
  width: 13px;
  background-color: white;
}

/* line 70, app/assets/stylesheets/forms.scss */
.form-check.attr-value-check-position .checkmark:after, .form-check.export-frame-modal .checkmark:after {
  /* checkmark arrow */
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
}

/* line 79, app/assets/stylesheets/forms.scss */
.form-check.attr-value-check-position .attr-value-body, .form-check.export-frame-modal .attr-value-body {
  width: 100%;
  padding-left: .1rem;
  background-color: white;
  color: #5c5c5c;
}

/* line 87, app/assets/stylesheets/forms.scss */
.form-check.imports {
  margin: .75rem 0 .75rem .5rem;
}

/* line 91, app/assets/stylesheets/forms.scss */
.form-check.merge {
  margin: .5rem 0 .75rem 0;
}

/* line 97, app/assets/stylesheets/forms.scss */
.form-check .form-check-label.register {
  margin: 0 0 0 0.8rem;
  color: #9b9b9b;
}

/* line 104, app/assets/stylesheets/forms.scss */
.form-check .form-check-input.dps {
  top: 0.5rem;
}

/* line 108, app/assets/stylesheets/forms.scss */
.form-check .form-check-input.table-head {
  position: relative;
}

/* line 113, app/assets/stylesheets/forms.scss */
.form-check input {
  /* Hide the browser's default checkbox */
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 122, app/assets/stylesheets/forms.scss */
.form-check input:checked ~ .checkmark {
  background-color: #17334b;
}

/* line 126, app/assets/stylesheets/forms.scss */
.form-check input:checked ~ .checkmark:after {
  display: block;
}

/* line 130, app/assets/stylesheets/forms.scss */
.form-check .checkmark {
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: white;
}

/* line 139, app/assets/stylesheets/forms.scss */
.form-check .checkmark.table-head {
  height: 1.5rem;
  width: 1.5rem;
  margin: 0 0 0 -.5rem;
}

/* line 145, app/assets/stylesheets/forms.scss */
.form-check .checkmark.select-attributes {
  border: none;
  box-shadow: 1px 1px 4px 0 #b5b5b5;
  height: 1.5rem;
  width: 1.5rem;
}

/* line 150, app/assets/stylesheets/forms.scss */
.form-check .checkmark.select-attributes:after {
  /* checkmark arrow */
  left: 35%;
  top: 12%;
  border-width: 0 3px 3px 0;
  width: 6px;
  height: 12px;
}

/* line 169, app/assets/stylesheets/forms.scss */
.form-check .checkmark.small {
  border: none;
  box-shadow: 1px 1px 4px 0 #b5b5b5;
  height: 1.5rem;
  width: 1.5rem;
}

/* line 174, app/assets/stylesheets/forms.scss */
.form-check .checkmark.small.glossary-clean-up {
  margin: 0 0 0 -.5rem;
}

/* line 180, app/assets/stylesheets/forms.scss */
.form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 186, app/assets/stylesheets/forms.scss */
.form-check .checkmark:after {
  /* checkmark arrow */
  left: 9px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

/* line 199, app/assets/stylesheets/forms.scss */
.form-check .checkmark.table-head:after,
.form-check .checkmark.small:after {
  left: 6.5px;
  top: 4px;
  width: 7px;
  height: 10px;
}

/* line 207, app/assets/stylesheets/forms.scss */
.form-check .attr-value-body {
  width: 100%;
  padding-left: .5rem;
  background-color: white;
  color: #9b9b9b;
}

/* line 216, app/assets/stylesheets/forms.scss */
.form-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 2rem 1.2rem;
}

/* line 224, app/assets/stylesheets/forms.scss */
select.optlist {
  width: 100%;
  height: 100px;
  background-image: none;
  padding-right: 0.25rem;
}

@media (max-width: 991px) {
  /* line 232, app/assets/stylesheets/forms.scss */
  .optlist-label {
    min-height: 3rem;
  }
}

/* line 238, app/assets/stylesheets/forms.scss */
.error {
  color: #560c0c;
  text-decoration: none;
}

/* line 244, app/assets/stylesheets/forms.scss */
.media-preview-container {
  margin-top: 0.2rem;
}

/* line 247, app/assets/stylesheets/forms.scss */
.image-preview {
  max-height: 120px;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 254, app/assets/stylesheets/forms.scss */
.color-select-wrapper {
  display: flex;
  align-items: center;
}

/* line 258, app/assets/stylesheets/forms.scss */
.color-preview {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  margin-right: 0.5rem;
}

/* line 264, app/assets/stylesheets/forms.scss */
.color-select {
  padding-top: 5px;
}

/* line 267, app/assets/stylesheets/forms.scss */
.color-select > .color-item {
  display: flex;
  align-items: center;
  margin: 2px;
}

/* ----- selection boxes for datepicker ------ */
/* line 277, app/assets/stylesheets/forms.scss */
.datepicker-group select {
  width: 20%;
}

/* line 281, app/assets/stylesheets/forms.scss */
.datepicker-group input {
  width: 30%;
}

/* ----- selection boxes for hierarchies ------ */
/* line 289, app/assets/stylesheets/forms.scss */
.wholebox .buttonbox .assignbutton {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  width: 100%;
}

/* line 296, app/assets/stylesheets/forms.scss */
.wholebox .placeholder {
  font-style: italic;
}

/* line 301, app/assets/stylesheets/forms.scss */
.attrgroup_attr_ranks {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 307, app/assets/stylesheets/forms.scss */
.attrs_check {
  margin: 0 0 0 1rem;
}

/* line 311, app/assets/stylesheets/forms.scss */
.toggle-wrapper {
  cursor: pointer;
  background-color: transparent;
  transform: rotate(180deg);
  transition: transform .35s;
  margin-bottom: 0.5rem;
}

/* line 318, app/assets/stylesheets/forms.scss */
.toggle-wrapper.active {
  transform: rotate(90deg);
  transition: transform .35s;
}

/*----------- report -----------*/
/* line 325, app/assets/stylesheets/forms.scss */
#report-form-wrapper {
  margin: .5rem 0 3rem 0;
  padding: 1.5rem;
  width: 40rem;
  overflow-y: hidden;
}

/* line 332, app/assets/stylesheets/forms.scss */
#report-form-wrapper .report-title {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
}

/* line 339, app/assets/stylesheets/forms.scss */
#report-form-wrapper .report_context_label {
  width: 30%;
}

/* line 343, app/assets/stylesheets/forms.scss */
#report-form-wrapper .report_context_select {
  width: 69%;
}

/* line 354, app/assets/stylesheets/forms.scss */
#report-form-wrapper #create-reports-form .buttons {
  display: flex;
  justify-content: flex-end;
  margin: 1.5rem 0 .5rem 0;
}

/* line 359, app/assets/stylesheets/forms.scss */
#report-form-wrapper #create-reports-form .buttons .btn, #report-form-wrapper #create-reports-form .buttons .toast-close-button {
  margin: 0 .25rem;
}

/*----------- login -----------*/
/* line 368, app/assets/stylesheets/forms.scss */
#login .user-name,
#login .user-password {
  display: grid;
  grid-template-columns: 1fr 10fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

/* line 376, app/assets/stylesheets/forms.scss */
#login .user-name .svg,
#login .user-password .svg {
  grid-area: 1 / 1 / 2 / 2;
}

/* line 380, app/assets/stylesheets/forms.scss */
#login .user-name input,
#login .user-password input {
  grid-area: 1 / 2 / 2 / 3;
}

/* line 384, app/assets/stylesheets/forms.scss */
#login .user-name ins,
#login .user-password ins {
  margin: .2rem 0 0 .2rem;
  grid-area: 2 / 2 / 3 / 2;
}

/* line 1, app/assets/stylesheets/filters.scss */
.filter-input {
  display: flex;
  align-items: center;
}

/* line 5, app/assets/stylesheets/filters.scss */
.filter-input input {
  height: 27px;
  margin: 0 .7rem 0 0 !important;
}

/* line 10, app/assets/stylesheets/filters.scss */
.filter-input #filter-active {
  margin: 1px 0 0 0;
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/filters.scss */
.filter-input #filter-inactive {
  margin: 1px 0 0 0;
  cursor: pointer;
}

/* line 3, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd {
  margin: 1.5rem;
}

/* line 7, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd li {
  display: flex;
  align-items: flex-start;
  list-style-type: none;
  position: relative;
}

/* line 14, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper {
  align-self: stretch;
  min-height: 41px;
  width: 41px;
  position: relative;
}

/* line 20, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .parent-edge,
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .child-edge,
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .prev-edge,
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .next-edge {
  background-color: #808080;
  position: absolute;
}

/* line 28, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .parent-edge,
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .child-edge {
  top: 20px;
  height: 1px;
  width: 21px;
}

/* line 35, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .prev-edge,
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .next-edge {
  width: 1px;
  left: 20px;
}

/* line 41, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .parent-edge {
  left: 0;
}

/* line 44, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .child-edge {
  right: 0;
}

/* line 48, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .prev-edge {
  height: 20px;
  top: 0;
}

/* line 52, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .next-edge {
  top: 20px;
  bottom: 0;
}

/* line 59, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd li:not(:first-child) > .edge-wrapper .parent-edge {
  display: none;
}

/* line 64, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd li:first-child > .edge-wrapper .prev-edge {
  display: none;
}

/* line 69, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd li:last-child > .edge-wrapper .next-edge {
  display: none;
}

/* line 74, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .dnd-node {
  box-shadow: 2px 2px 2.5px #679cba;
  background-color: #dfeeff;
  color: 1px solid #dfeeff;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
  padding: 10px 2px 10px 10px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  min-width: 158px;
}

/* line 87, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .dnd-node.color-annotation-node {
  padding-left: 15px;
}

/* line 92, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .dnd-node .caption {
  overflow: visible;
  font-size: small;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  font-weight: bold;
  color: #3d3d3d;
}

/* line 102, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .dnd-node .color-annotation {
  position: absolute;
  width: 10px;
  bottom: 0;
  left: 0;
  top: 0;
}

/* line 109, app/assets/stylesheets/hierarchy-shared.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .dnd-node .color-annotation.void {
  display: none;
}

/* line 6, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd {
  margin-top: 4.0rem;
}

/* line 12, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd ul.initializing > li > .dnd-node {
  background-color: #f5f8fc;
  transition: background-color 1.0s ease;
}

/* line 22, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .toggle-branch {
  background-color: #808080;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  height: 13px;
  width: 13px;
  top: 14px;
  left: 14px;
}

/* line 32, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .toggle-branch > * {
  background-color: #fff;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

/* line 47, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd li.empty > .edge-wrapper .toggle-branch {
  display: none;
}

/* line 50, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd li.collapsed:not(.empty) > .edge-wrapper .toggle-branch > * {
  -webkit-mask-image: url(/assets/icons/plus-95b932baf8708b42e7ccd9e5ae8fbf23a3170460bd41775d107a030bdfd25159.svg);
          mask-image: url(/assets/icons/plus-95b932baf8708b42e7ccd9e5ae8fbf23a3170460bd41775d107a030bdfd25159.svg);
}

/* line 53, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd li.expanded:not(.empty) > .edge-wrapper .toggle-branch > * {
  -webkit-mask-image: url(/assets/icons/minus-2d9acc94e49783b246f757156239b6a11e905833d1bd427f0c6c04490a608c0b.svg);
          mask-image: url(/assets/icons/minus-2d9acc94e49783b246f757156239b6a11e905833d1bd427f0c6c04490a608c0b.svg);
}

/* line 57, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd li.collapsed:not(.empty) > ul.subpath {
  display: none;
}

/* line 61, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd li > ul.subpath:empty {
  position: absolute;
  height: 60px;
  width: 199px;
  left: 199px;
  top: 0;
}

/* line 70, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd ul:not(.dragging-active) .dnd-node:hover,
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd li.collapsed:not(.empty) > .dnd-node:hover {
  background-color: #bfdeff;
  border-color: #bfdeff;
}

/* line 76, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .dnd-node.interim {
  background-color: #fefefe;
  border: 2px dashed #9cc3ff;
  cursor: default;
  box-shadow: none;
}

/* line 83, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .ui-selected > .dnd-node {
  background-color: #9cc3ff;
  border-color: #9cc3ff;
}

/* line 88, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .ui-sortable-helper {
  opacity: 0.75;
  pointer-events: none;
}

/* line 92, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .ui-sortable-helper .edge-wrapper {
  display: none !important;
}

/* line 96, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .ui-sortable-helper .dnd-node {
  margin-bottom: 0 !important;
}

/* line 100, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .ui-sortable-helper ul.subpath {
  display: none !important;
}

/* line 105, app/assets/stylesheets/hierarchy-elements.scss */
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .ui-sortable-placeholder > .dnd-node {
  background-color: #fff !important;
  border: 2px dotted #aaa !important;
  min-height: 39px;
  visibility: visible !important;
}

/* line 2, app/assets/stylesheets/grid.scss */
.col-without-padding {
  padding: 0;
}

@keyframes spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* line 19, app/assets/stylesheets/loading-spinner.scss */
.loading-spinner {
  position: absolute;
  z-index: 9001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
}

/* line 31, app/assets/stylesheets/loading-spinner.scss */
.loading-spinner > * {
  width: 40px;
  height: 40px;
  border: 4px #f7f7f7 solid;
  border-top-color: #17334b;
  border-radius: 50%;
  animation: spinner-animation 0.8s infinite linear;
  display: block;
}

/* line 38, app/assets/stylesheets/loading-spinner.scss */
.loading-spinner-inline {
  margin-right: 4px;
  text-align: center;
}

/* line 42, app/assets/stylesheets/loading-spinner.scss */
.loading-spinner-inline > * {
  width: 1rem;
  height: 1rem;
  border: 2px #f7f7f7 solid;
  border-top-color: #17334b;
  border-radius: 50%;
  animation: spinner-animation 0.8s infinite linear;
  vertical-align: text-top;
  display: inline-block;
  margin-top: 1px;
}

/* line 51, app/assets/stylesheets/loading-spinner.scss */
.loading-spinner-business-objects {
  text-align: center;
  margin-bottom: .7rem;
}

/* line 55, app/assets/stylesheets/loading-spinner.scss */
.loading-spinner-business-objects > * {
  width: 3rem;
  height: 3rem;
  border: 4px #17334b solid;
  border-top-color: #fefefe;
  border-radius: 50%;
  animation: spinner-animation 0.8s infinite linear;
  vertical-align: text-top;
  display: inline-block;
}

/* line 64, app/assets/stylesheets/loading-spinner.scss */
.ilx-filter-placeholder .ilx-filter-loading-spinner {
  width: 3rem;
  height: 3rem;
  border: 4px #17334b solid;
  border-top-color: #fefefe;
  border-radius: 50%;
  animation: spinner-animation 0.8s infinite linear;
  display: inline-block;
}

/* line 71, app/assets/stylesheets/loading-spinner.scss */
body > .loading-spinner {
  position: fixed;
}

/* line 75, app/assets/stylesheets/loading-spinner.scss */
.modal-body .loading-spinner {
  position: relative;
  background: none;
}

/* line 81, app/assets/stylesheets/loading-spinner.scss */
#modeling-canvas > .loading-spinner, #content-sidebar > .loading-spinner, #toolbox > .loading-spinner {
  background: none;
}

/* line 84, app/assets/stylesheets/loading-spinner.scss */
#modeling-canvas > .loading-spinner > *, #content-sidebar > .loading-spinner > *, #toolbox > .loading-spinner > * {
  border-bottom-color: silver;
  border-left-color: silver;
  border-right-color: silver;
}

/* line 93, app/assets/stylesheets/loading-spinner.scss */
#workspace:not(.content-sidebar-active) #content-sidebar > .loading-spinner > * {
  display: none;
}

/* line 99, app/assets/stylesheets/loading-spinner.scss */
.spinner-border.spinner-upload {
  width: 1rem;
  height: 1rem;
  border: 2px #17334b solid;
  border-top-color: #f7f7f7;
  border-radius: 50%;
  animation: spinner-animation 0.8s infinite linear;
  vertical-align: text-top;
  display: inline-block;
  margin: 2px 5px;
}

/* line 109, app/assets/stylesheets/loading-spinner.scss */
#report-attr-spinner.spinner-border {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 2, app/assets/stylesheets/modals.scss */
.modal-content .modal-footer-buttons > button, .modal-content .modal-footer .buttons > button, .modal-content .modal-footer > button,
.modal-content .modal-footer-buttons input,
.modal-content .modal-footer .buttons input,
.modal-content .modal-footer input,
.modal-content .modal-footer-buttons a,
.modal-content .modal-footer .buttons a,
.modal-content .modal-footer a {
  margin-left: .75rem !important;
  margin-right: .25rem !important;
}

/* line 11, app/assets/stylesheets/modals.scss */
.modal .modal-dialog {
  transform: none !important;
}

/* line 16, app/assets/stylesheets/modals.scss */
.modal.force-interaction .modal-header .close {
  display: none;
  pointer-events: none;
}

/* line 24, app/assets/stylesheets/modals.scss */
.modal-open .modal {
  overflow-x: auto;
  overflow-y: auto;
}

/* line 30, app/assets/stylesheets/modals.scss */
.modal-content {
  box-shadow: 5px 5px 0 0 #17334b, 9px 9px 9px 2px rgba(23, 51, 75, 0.4), -3px -3px 20px -7px rgba(181, 181, 181, 0.5) !important;
  border: none;
  border-radius: 0;
  border-top-left-radius: 10px;
}

/* line 33, app/assets/stylesheets/modals.scss */
.modal-content .modal-title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  word-break: break-word;
  margin: 0 0 0 1rem;
}

/* line 41, app/assets/stylesheets/modals.scss */
.modal-content .modal-body {
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: 1px solid #dee2e6;
}

/* line 47, app/assets/stylesheets/modals.scss */
.modal-content .modal-body.attr-value-show {
  display: flex;
  justify-content: left;
}

/* line 53, app/assets/stylesheets/modals.scss */
.modal-content .modal-body #information-modal-content p {
  white-space: pre-line;
}

/* line 58, app/assets/stylesheets/modals.scss */
.modal-content .modal-body hr {
  margin: 1rem 0;
}

/* line 61, app/assets/stylesheets/modals.scss */
.modal-content .modal-body > hr {
  margin: 1rem -3rem;
}

/* line 65, app/assets/stylesheets/modals.scss */
.modal-content .modal-body .tab-content {
  padding-bottom: 0;
}

/* line 68, app/assets/stylesheets/modals.scss */
.modal-content .modal-body .tab-content .modal-footer-buttons {
  margin-right: -20px;
}

/* line 73, app/assets/stylesheets/modals.scss */
.modal-content .modal-body .tab-content hr.button-divider {
  margin: 1rem -3rem;
}

/* line 79, app/assets/stylesheets/modals.scss */
.modal-content .modal-body .container-fluid, .modal-content .modal-body .container-sm, .modal-content .modal-body .container-md, .modal-content .modal-body .container-lg, .modal-content .modal-body .container-xl {
  padding: 0;
}

/* line 84, app/assets/stylesheets/modals.scss */
.modal-content .modal-body .message ul.messages, .modal-content .modal-body .message ul.flash-messages {
  margin: 0 0 1rem;
  padding: 0;
}

/* line 88, app/assets/stylesheets/modals.scss */
.modal-content .modal-body .message ul.messages > li, .modal-content .modal-body .message ul.flash-messages > li {
  list-style-type: none;
  padding: 0.5rem;
}

/* line 92, app/assets/stylesheets/modals.scss */
.modal-content .modal-body .message ul.messages > li.error-message, .modal-content .modal-body .message ul.messages > li.error, .modal-content .modal-body .message ul.flash-messages > li.error-message, .modal-content .modal-body .message ul.flash-messages > li.error {
  background-color: #910830;
  border: 1px solid #560c0c;
  color: white;
}

/* line 98, app/assets/stylesheets/modals.scss */
.modal-content .modal-body .message ul.messages > li.warning-message, .modal-content .modal-body .message ul.messages > li.warning, .modal-content .modal-body .message ul.flash-messages > li.warning-message, .modal-content .modal-body .message ul.flash-messages > li.warning {
  background-color: #910830;
  border: 1px solid #560c0c;
  color: white;
}

/* line 106, app/assets/stylesheets/modals.scss */
.modal-content .modal-body .message table {
  border: none;
}

/* line 110, app/assets/stylesheets/modals.scss */
.modal-content .modal-body .message table thead tr th {
  border: none;
}

/* line 113, app/assets/stylesheets/modals.scss */
.modal-content .modal-body .message table thead tr th:nth-child(2) {
  border: 1px solid #dedede;
}

/* line 119, app/assets/stylesheets/modals.scss */
.modal-content .modal-body .message table thead tr:nth-child(2) th {
  border: 1px solid #dedede;
}

/* line 124, app/assets/stylesheets/modals.scss */
.modal-content .modal-body .message table th, .modal-content .modal-body .message table td {
  padding: .2rem;
}

/* line 130, app/assets/stylesheets/modals.scss */
.modal-content .modal-body .modal-footer {
  padding: 0 0 0 0;
  margin-right: -.2rem;
}

/* line 137, app/assets/stylesheets/modals.scss */
.modal-sm .modal-content .modal-header {
  padding: 1rem;
}

/* line 141, app/assets/stylesheets/modals.scss */
.modal-sm .modal-content .modal-body {
  padding-top: 1rem;
}

/* line 144, app/assets/stylesheets/modals.scss */
.modal-sm .modal-content .modal-body .delete-object {
  margin: 1rem 0 .5rem 0;
  font-size: 1.15rem;
  font-weight: bold;
  word-break: break-word;
}

/* line 157, app/assets/stylesheets/modals.scss */
.modal-lg .modal-content .modal-body {
  padding-top: 1rem;
}

/* line 160, app/assets/stylesheets/modals.scss */
.modal-lg .modal-content #imprint.modal-body {
  margin: 0 1rem;
}

/* line 166, app/assets/stylesheets/modals.scss */
.modal-lg .modal-content .col-auto.label {
  left: 15px;
  padding-left: 0;
}

/* line 172, app/assets/stylesheets/modals.scss */
.modal-lg .modal-content .icebricks-export {
  margin: 0 0 2rem 0;
}

/* line 177, app/assets/stylesheets/modals.scss */
.modal-content .preview {
  background: #f7f7f7;
  padding: 1rem;
}

/* line 181, app/assets/stylesheets/modals.scss */
.modal-content .preview .show-attr-name {
  margin: .5rem 0;
}

/* line 185, app/assets/stylesheets/modals.scss */
.modal-content .preview .preview-label {
  font-weight: bold;
  font-size: 1.25rem;
}

/* line 191, app/assets/stylesheets/modals.scss */
.modal-content .modal-footer {
  margin: 1rem 0 0 0;
  border-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 1rem;
  justify-content: flex-end;
}

/* line 200, app/assets/stylesheets/modals.scss */
.modal-content .modal-footer .buttons {
  display: flex;
  justify-content: flex-end;
}

/* line 210, app/assets/stylesheets/modals.scss */
.modal-content .modal-footer-buttons {
  margin: 1rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 231, app/assets/stylesheets/modals.scss */
#hierarchy-excel-export-dialog ul.hier-attr-table, #word-export-dialog ul.pb-attr-list,
#excel-export-dialog ul.pb-attr-list,
#processoverview-export-modal ul.pb-attr-list,
#processoverview-load-modal ul.pb-attr-list, #word-export-dialog ul.dp-attr-list,
#excel-export-dialog ul.dp-attr-list,
#processoverview-export-modal ul.dp-attr-list,
#processoverview-load-modal ul.dp-attr-list, #word-export-dialog ul.mp-attr-list,
#excel-export-dialog ul.mp-attr-list,
#processoverview-export-modal ul.mp-attr-list,
#processoverview-load-modal ul.mp-attr-list, #word-export-dialog ul.mp-list,
#excel-export-dialog ul.mp-list,
#processoverview-export-modal ul.mp-list,
#processoverview-load-modal ul.mp-list, #word-export-dialog .export-option.attr-container ul.attr-select,
#excel-export-dialog .export-option.attr-container ul.attr-select {
  height: 100px;
  list-style-type: none;
  margin: 0 3px 0 0;
  overflow-x: auto;
  overflow-y: auto;
  padding: 0;
}

/* line 239, app/assets/stylesheets/modals.scss */
#hierarchy-excel-export-dialog ul.hier-attr-table li, #word-export-dialog ul.pb-attr-list li,
#excel-export-dialog ul.pb-attr-list li,
#processoverview-export-modal ul.pb-attr-list li,
#processoverview-load-modal ul.pb-attr-list li, #word-export-dialog ul.dp-attr-list li,
#excel-export-dialog ul.dp-attr-list li,
#processoverview-export-modal ul.dp-attr-list li,
#processoverview-load-modal ul.dp-attr-list li, #word-export-dialog ul.mp-attr-list li,
#excel-export-dialog ul.mp-attr-list li,
#processoverview-export-modal ul.mp-attr-list li,
#processoverview-load-modal ul.mp-attr-list li, #word-export-dialog ul.mp-list li,
#excel-export-dialog ul.mp-list li,
#processoverview-export-modal ul.mp-list li,
#processoverview-load-modal ul.mp-list li, #word-export-dialog .export-option.attr-container ul.attr-select li,
#excel-export-dialog .export-option.attr-container ul.attr-select li {
  margin-left: 0.25rem;
}

/* line 250, app/assets/stylesheets/modals.scss */
#hierarchy-excel-export-dialog .export-option,
#word-export-dialog .export-option,
#excel-export-dialog .export-option,
#processoverview-export-modal .export-option,
#processoverview-load-modal .export-option {
  margin: 4px 0;
}

/* line 255, app/assets/stylesheets/modals.scss */
#hierarchy-excel-export-dialog .export-option.mp-container label.form-check, #hierarchy-excel-export-dialog .export-option.attr-container label.form-check,
#word-export-dialog .export-option.mp-container label.form-check,
#word-export-dialog .export-option.attr-container label.form-check,
#excel-export-dialog .export-option.mp-container label.form-check,
#excel-export-dialog .export-option.attr-container label.form-check,
#processoverview-export-modal .export-option.mp-container label.form-check,
#processoverview-export-modal .export-option.attr-container label.form-check,
#processoverview-load-modal .export-option.mp-container label.form-check,
#processoverview-load-modal .export-option.attr-container label.form-check {
  margin: 0;
}

/* line 260, app/assets/stylesheets/modals.scss */
#hierarchy-excel-export-dialog .export-option.attr-container,
#word-export-dialog .export-option.attr-container,
#excel-export-dialog .export-option.attr-container,
#processoverview-export-modal .export-option.attr-container,
#processoverview-load-modal .export-option.attr-container {
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  margin: .7rem 0;
}

/* line 264, app/assets/stylesheets/modals.scss */
#hierarchy-excel-export-dialog .export-option.attr-container div.attr-subselect,
#word-export-dialog .export-option.attr-container div.attr-subselect,
#excel-export-dialog .export-option.attr-container div.attr-subselect,
#processoverview-export-modal .export-option.attr-container div.attr-subselect,
#processoverview-load-modal .export-option.attr-container div.attr-subselect {
  padding: .5rem 1rem 0 1rem;
  margin: 0 0 .4rem 0;
}

/* line 269, app/assets/stylesheets/modals.scss */
#hierarchy-excel-export-dialog .export-option.attr-container .attrs-clear,
#word-export-dialog .export-option.attr-container .attrs-clear,
#excel-export-dialog .export-option.attr-container .attrs-clear,
#processoverview-export-modal .export-option.attr-container .attrs-clear,
#processoverview-load-modal .export-option.attr-container .attrs-clear {
  clear: both;
  display: none !important;
}

/* line 276, app/assets/stylesheets/modals.scss */
#hierarchy-excel-export-dialog .mp-toggle,
#hierarchy-excel-export-dialog .attr-toggle,
#hierarchy-excel-export-dialog .hier-attr-toggle,
#word-export-dialog .mp-toggle,
#word-export-dialog .attr-toggle,
#word-export-dialog .hier-attr-toggle,
#excel-export-dialog .mp-toggle,
#excel-export-dialog .attr-toggle,
#excel-export-dialog .hier-attr-toggle,
#processoverview-export-modal .mp-toggle,
#processoverview-export-modal .attr-toggle,
#processoverview-export-modal .hier-attr-toggle,
#processoverview-load-modal .mp-toggle,
#processoverview-load-modal .attr-toggle,
#processoverview-load-modal .hier-attr-toggle {
  background-color: #17334b;
  color: white;
  font-weight: bold;
}

/* line 284, app/assets/stylesheets/modals.scss */
#hierarchy-excel-export-dialog .select-helper,
#word-export-dialog .select-helper,
#excel-export-dialog .select-helper,
#processoverview-export-modal .select-helper,
#processoverview-load-modal .select-helper {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 290, app/assets/stylesheets/modals.scss */
#hierarchy-excel-export-dialog .select-helper .select-none,
#hierarchy-excel-export-dialog .select-helper .select-all,
#word-export-dialog .select-helper .select-none,
#word-export-dialog .select-helper .select-all,
#excel-export-dialog .select-helper .select-none,
#excel-export-dialog .select-helper .select-all,
#processoverview-export-modal .select-helper .select-none,
#processoverview-export-modal .select-helper .select-all,
#processoverview-load-modal .select-helper .select-none,
#processoverview-load-modal .select-helper .select-all {
  float: right;
  width: 10rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 304, app/assets/stylesheets/modals.scss */
#word-export-dialog .export-option.attr-container,
#excel-export-dialog .export-option.attr-container {
  display: grid;
  grid-template-areas: "select-list attr-list" "attr-sub-list attr-sub-list";
  grid-template-columns: 2fr 10fr;
}

/* line 310, app/assets/stylesheets/modals.scss */
#word-export-dialog .export-option.attr-container ul.attr-select,
#excel-export-dialog .export-option.attr-container ul.attr-select {
  grid-area: select-list;
  width: 9.1rem;
}

/* line 316, app/assets/stylesheets/modals.scss */
#word-export-dialog .export-option.attr-container div.attr-select,
#excel-export-dialog .export-option.attr-container div.attr-select {
  grid-area: attr-list;
  border-left: 1px solid #dedede;
}

/* line 321, app/assets/stylesheets/modals.scss */
#word-export-dialog .export-option.attr-container div.attr-subselect,
#excel-export-dialog .export-option.attr-container div.attr-subselect {
  grid-area: attr-sub-list;
  border-top: 1px solid #dedede;
}

/* line 328, app/assets/stylesheets/modals.scss */
#word-export-dialog .attr-select,
#excel-export-dialog .attr-select {
  float: left;
}

/* line 338, app/assets/stylesheets/modals.scss */
#word-export-dialog ul.attr-select,
#excel-export-dialog ul.attr-select,
#processoverview-export-modal ul.attr-select,
#processoverview-load-modal ul.attr-select {
  overflow: hidden;
}

/* line 341, app/assets/stylesheets/modals.scss */
#word-export-dialog ul.attr-select li,
#excel-export-dialog ul.attr-select li,
#processoverview-export-modal ul.attr-select li,
#processoverview-load-modal ul.attr-select li {
  padding-left: 0.25rem;
}

/* line 344, app/assets/stylesheets/modals.scss */
#word-export-dialog ul.attr-select li label,
#excel-export-dialog ul.attr-select li label,
#processoverview-export-modal ul.attr-select li label,
#processoverview-load-modal ul.attr-select li label {
  padding: 0.25rem;
  width: 100%;
  text-align: center;
}

/* line 350, app/assets/stylesheets/modals.scss */
#word-export-dialog ul.attr-select li.selected label,
#excel-export-dialog ul.attr-select li.selected label,
#processoverview-export-modal ul.attr-select li.selected label,
#processoverview-load-modal ul.attr-select li.selected label {
  background-color: #17334b;
  color: white;
}

/* line 361, app/assets/stylesheets/modals.scss */
#word-export-dialog ul.mp-attr-list,
#excel-export-dialog ul.mp-attr-list,
#processoverview-export-modal ul.mp-attr-list,
#processoverview-load-modal ul.mp-attr-list {
  grid-area: 1;
}

/* line 366, app/assets/stylesheets/modals.scss */
#word-export-dialog ul.dp-attr-list,
#excel-export-dialog ul.dp-attr-list,
#processoverview-export-modal ul.dp-attr-list,
#processoverview-load-modal ul.dp-attr-list {
  grid-area: 1;
}

/* line 371, app/assets/stylesheets/modals.scss */
#word-export-dialog ul.pb-attr-list,
#excel-export-dialog ul.pb-attr-list,
#processoverview-export-modal ul.pb-attr-list,
#processoverview-load-modal ul.pb-attr-list {
  grid-area: 1;
}

/* line 377, app/assets/stylesheets/modals.scss */
#word-export-dialog .mp-select,
#excel-export-dialog .mp-select,
#processoverview-export-modal .mp-select,
#processoverview-load-modal .mp-select {
  float: left;
}

/* line 381, app/assets/stylesheets/modals.scss */
#word-export-dialog .attr-select,
#excel-export-dialog .attr-select,
#processoverview-export-modal .attr-select,
#processoverview-load-modal .attr-select {
  width: 100%;
}

/* line 386, app/assets/stylesheets/modals.scss */
#word-export-dialog div.mp-select,
#excel-export-dialog div.mp-select,
#processoverview-export-modal div.mp-select,
#processoverview-load-modal div.mp-select {
  width: 100%;
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
}

/* line 399, app/assets/stylesheets/modals.scss */
#hierarchy-excel-export-dialog ul.hier-attr-table {
  height: 100px;
  list-style-type: none;
  margin: 0 3px 0 0;
  overflow-x: auto;
  overflow-y: auto;
  padding: 0;
}

/* line 409, app/assets/stylesheets/modals.scss */
#hierarchy-excel-export-dialog .attr-select {
  width: 100%;
}

/* line 414, app/assets/stylesheets/modals.scss */
.dialog-hint {
  line-height: 1.1;
}

/* line 419, app/assets/stylesheets/modals.scss */
#delete-elements-modal .modal-body ul.elements {
  list-style-type: none;
  margin: 1rem 0 .5rem 0;
}

/* line 423, app/assets/stylesheets/modals.scss */
#delete-elements-modal .modal-body ul.elements li {
  font-weight: bold;
  font-size: 1.15rem;
  padding: 0;
}

/* line 433, app/assets/stylesheets/modals.scss */
#resolve-glossary-input-modal .modal-body .resolve-glossary-input-flex {
  display: flex;
}

/* line 436, app/assets/stylesheets/modals.scss */
#resolve-glossary-input-modal .modal-body .resolve-glossary-input-flex > * {
  padding: 0 0.5rem;
  width: 50%;
}

/* line 444, app/assets/stylesheets/modals.scss */
#process-overview-dialog .option {
  margin: 4px 0;
}

/* line 449, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body {
  display: grid;
}

/* line 452, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body .attr-element-title {
  color: #5c5c5c;
  font-size: 1.15rem;
  font-weight: initial;
}

/* line 458, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body .attr-group-title {
  border-bottom: 1px solid #dedede;
  color: #5c5c5c;
  font-size: 1.15rem;
  font-weight: bold;
  margin: 0;
  padding: 0 0 .75rem 1rem;
}

/* line 468, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body .attr-name-type {
  font-size: 1.25rem;
  font-weight: bold;
  margin: .75rem 0 1rem 0;
}

/* line 474, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body h5.attr-name-type {
  font-size: 1.25rem;
  margin: .75rem 0;
}

/* line 479, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body .attr-values {
  margin: 0 1rem;
}

/* line 483, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body .media-preview-container {
  margin: -0.8rem 0 1rem 0;
}

/* line 488, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body .comb-attr-edit-row {
  font-size: 1.25rem;
  font-style: italic;
  cursor: pointer;
}

/* line 495, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body .comb-attr-edit-row .toggle-comb-attr, #handle-attrvalue-modal .modal-body .comb-attr-edit-row .toggle-comb-attr svg {
  width: 1rem;
  height: 1rem;
  padding: 0 0 .2rem 0;
}

/* line 500, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body .comb-attr-edit-row .toggle-comb-attr.rotated, #handle-attrvalue-modal .modal-body .comb-attr-edit-row .toggle-comb-attr svg.rotated {
  transform: rotate(90deg);
}

/* line 509, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body .comb_attr_fieldset .attr-values {
  border-bottom: 1px solid #dedede;
  padding: 0 0 1rem 0;
}

/* line 513, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body .comb_attr_fieldset .attr-values:last-child {
  border: none;
}

/* line 518, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body .comb_attr_fieldset .attr-values .hierarchy-list li.ui-selectee {
  margin: .5rem 0 1rem 0;
}

/* line 523, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body .comb_attr_fieldset .attr-values label.form-check {
  margin-bottom: .5rem;
}

/* line 526, app/assets/stylesheets/modals.scss */
#handle-attrvalue-modal .modal-body .comb_attr_fieldset .attr-values label.form-check:last-child {
  margin-bottom: 0;
}

/* line 540, app/assets/stylesheets/modals.scss */
.modal .glossary li.businessobject a span.ui-icon, .modal .edit_glossary li.businessobject a span.ui-icon {
  background-image: none !important;
}

/* line 550, app/assets/stylesheets/modals.scss */
#help-modal .table .help-modal-top {
  padding-bottom: 0;
}

/* line 554, app/assets/stylesheets/modals.scss */
#help-modal .table .help-modal-mdl {
  padding-bottom: 0;
  padding-top: 0;
  border: none;
}

/* line 560, app/assets/stylesheets/modals.scss */
#help-modal .table .help-modal-end {
  padding-top: 0;
  border: none;
}

/* line 566, app/assets/stylesheets/modals.scss */
#help-modal span.hierarchy-trigger {
  background-color: transparent;
  background-image: url(/assets/hierarchies/trigger-a6c4686a672c63c793707117ec97c8fd66098f046c551eb628a10f6179f171d4.gif);
  background-repeat: no-repeat;
  float: left;
  height: 30px;
  width: 43px;
}

/* line 574, app/assets/stylesheets/modals.scss */
#help-modal span.hierarchy-trigger.toggle-hierarchy-plus {
  background-position: 1px -160px;
}

/* line 578, app/assets/stylesheets/modals.scss */
#help-modal span.hierarchy-trigger.toggle-hierarchy-minus {
  background-position: 1px -43px;
}

/* line 3, app/assets/stylesheets/navbars.scss */
.nav-item a {
  color: #17334b;
}

/* line 6, app/assets/stylesheets/navbars.scss */
.nav-item a:hover {
  color: initial;
}

/* line 11, app/assets/stylesheets/navbars.scss */
.nav-item.button {
  margin: 0 0 0 1rem;
}

/*----------- page -----------*/
/* line 3, app/assets/stylesheets/page-styles.scss */
html {
  font-size: 13px;
  min-height: 100%;
}

/* line 7, app/assets/stylesheets/page-styles.scss */
html ::-moz-placeholder {
  color: #9b9b9b;
}
html ::placeholder {
  color: #9b9b9b;
}

/*----------- body -----------*/
/* line 14, app/assets/stylesheets/page-styles.scss */
body {
  background-color: #f7f7f7;
}

/* line 17, app/assets/stylesheets/page-styles.scss */
body.login {
  background: linear-gradient(white, #f9f9f9);
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 23, app/assets/stylesheets/page-styles.scss */
body.modeling-view {
  overflow: hidden;
}

/*----------- selects -----------*/
/* line 30, app/assets/stylesheets/page-styles.scss */
select {
  border: none;
  border-radius: 0;
  background-color: white;
  font: inherit;
  width: 100%;
  color: #5c5c5c;
  padding: 4px 4px 4px 12px;
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  margin-bottom: 0.5rem;
  /* styling */
  display: inline-block;
  padding-right: 1.5rem;
  /* reset */
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
}

/* line 62, app/assets/stylesheets/_mixins.scss */
select:focus {
  outline: none;
}

/* line 48, app/assets/stylesheets/page-styles.scss */
select:disabled {
  color: #9b9b9b;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='lightgray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
}

/* line 53, app/assets/stylesheets/page-styles.scss */
select#frame_standard {
  margin: 0 0 0 1rem;
}

/* line 57, app/assets/stylesheets/page-styles.scss */
select.error {
  border: none;
  box-shadow: 3px 3px 6px 0 #910830;
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/page-styles.scss */
select.content-attribute {
  color: #9b9b9b;
  opacity: 1;
  box-shadow: none;
  margin: 0;
  padding: 0 4px;
}

/* line 74, app/assets/stylesheets/page-styles.scss */
select.pdf-export-page-size, select.pdf-export-orientation {
  width: auto;
}

/* line 79, app/assets/stylesheets/page-styles.scss */
select.no-shadow {
  box-shadow: none;
}

/* line 83, app/assets/stylesheets/page-styles.scss */
select option {
  color: #5c5c5c;
}

/*----------- inputs -----------*/
/* line 90, app/assets/stylesheets/page-styles.scss */
input {
  border: none;
  border-radius: 0;
  background-color: white;
  font: inherit;
  width: 100%;
  color: #5c5c5c;
  padding: 4px 4px 4px 12px;
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
}

/* line 62, app/assets/stylesheets/_mixins.scss */
input:focus {
  outline: none;
}

/* line 94, app/assets/stylesheets/page-styles.scss */
input:not([type="submit"]):not([type="button"]):not([type="image"]):not(#search-input):not([type="attr-option"]) {
  margin-bottom: 0.5rem;
}

/* line 98, app/assets/stylesheets/page-styles.scss */
input.btn-cancel {
  background: none;
  box-shadow: none;
  color: white;
  padding: 0;
}

/* line 105, app/assets/stylesheets/page-styles.scss */
input.header-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* line 111, app/assets/stylesheets/page-styles.scss */
input.btn, input.toast-close-button {
  width: inherit;
}

/* line 115, app/assets/stylesheets/page-styles.scss */
input[type="radio"], input[type="checkbox"] {
  width: auto;
  box-shadow: none;
  margin-right: 0.25rem;
}

/* line 120, app/assets/stylesheets/page-styles.scss */
input.attrvalue-radio[type="radio"], input.attrvalue-radio[type="checkbox"] {
  margin: .25rem !important;
}

/* line 125, app/assets/stylesheets/page-styles.scss */
input.error {
  border: none;
  box-shadow: 3px 3px 6px 0 #560c0c;
}

/* line 129, app/assets/stylesheets/page-styles.scss */
input.import-data {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
}

/*----------- links -----------*/
/* line 139, app/assets/stylesheets/page-styles.scss */
a {
  color: #2693cf;
}

/* line 142, app/assets/stylesheets/page-styles.scss */
a:hover {
  color: #2693cf;
}

/* line 147, app/assets/stylesheets/page-styles.scss */
a.no-underline:hover {
  font-style: normal;
  text-decoration: none;
}

/* line 153, app/assets/stylesheets/page-styles.scss */
a.btn, a.toast-close-button {
  color: white;
}

/* line 156, app/assets/stylesheets/page-styles.scss */
a.btn:hover, a.toast-close-button:hover {
  color: white;
}

/* line 165, app/assets/stylesheets/page-styles.scss */
a.toggle-tree {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  text-align: center;
  color: #17334b;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
}

/* line 176, app/assets/stylesheets/page-styles.scss */
a.toggle-tree:hover {
  text-underline: none;
  text-decoration: none;
}

/* line 181, app/assets/stylesheets/page-styles.scss */
a.toggle-tree.expanded {
  line-height: 1rem;
}

/* line 185, app/assets/stylesheets/page-styles.scss */
a.toggle-tree.collapsed {
  line-height: 1.3rem;
}

/* line 189, app/assets/stylesheets/page-styles.scss */
a.toggle-tree.none {
  background: none;
  cursor: inherit;
  visibility: hidden;
  box-shadow: none;
}

/*----------- spans -----------*/
/* line 200, app/assets/stylesheets/page-styles.scss */
span {
  word-break: break-word;
}

/*----------- insertions -----------*/
/* line 206, app/assets/stylesheets/page-styles.scss */
ins {
  display: block;
}

/*----------- horizontal row -----------*/
/* line 213, app/assets/stylesheets/page-styles.scss */
hr.attr-group-headline {
  margin: 0;
  border-width: 2px;
}

/*----------- textareas -----------*/
/* line 221, app/assets/stylesheets/page-styles.scss */
textarea {
  border: none;
  border-radius: 0;
  background-color: white;
  font: inherit;
  width: 100%;
  color: #5c5c5c;
  padding: 4px 4px 4px 12px;
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
}

/* line 62, app/assets/stylesheets/_mixins.scss */
textarea:focus {
  outline: none;
}

/*----------- fieldsets -----------*/
/* line 229, app/assets/stylesheets/page-styles.scss */
fieldset.select_from_glossary {
  background-color: #fff;
  float: right;
  margin-bottom: 0;
  z-index: 100;
}

/*----------- unsorted lists -----------*/
/* line 240, app/assets/stylesheets/page-styles.scss */
ul.ul-report {
  padding: 0 0 0 .5rem;
}

/* line 243, app/assets/stylesheets/page-styles.scss */
ul.ul-report li {
  list-style-type: square;
  padding: 0 0 .2rem 0;
}

/* line 247, app/assets/stylesheets/page-styles.scss */
ul.ul-report li::marker {
  font-size: 1.25rem;
  line-height: 1rem;
  font-weight: bold;
}

/* line 255, app/assets/stylesheets/page-styles.scss */
ul.attrgroup_attr_ranks_list {
  max-height: 25rem;
  overflow-x: auto;
}

/* line 261, app/assets/stylesheets/page-styles.scss */
ul.list {
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  background-color: white;
  clear: left;
  height: 250px;
  list-style-type: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

/* line 273, app/assets/stylesheets/page-styles.scss */
ul.list a {
  color: #000;
  display: block;
  outline: none;
  padding: 2px 4px;
  text-decoration: none;
}

/* line 280, app/assets/stylesheets/page-styles.scss */
ul.list a:hover {
  background-color: #f6f6f6;
}

/* line 284, app/assets/stylesheets/page-styles.scss */
ul.list a span.ui-icon {
  background-position: -64px -14px;
  float: right;
}

/* line 290, app/assets/stylesheets/page-styles.scss */
ul.list li {
  clear: both;
  line-height: 15px;
}

/* line 295, app/assets/stylesheets/page-styles.scss */
ul.list li.open a {
  font-weight: bold;
}

/* line 298, app/assets/stylesheets/page-styles.scss */
ul.list li.open a span.ui-icon {
  transform: rotateX(180deg);
}

/* line 303, app/assets/stylesheets/page-styles.scss */
ul.list li.open ul li a {
  font-weight: normal;
}

/* line 309, app/assets/stylesheets/page-styles.scss */
ul.list li.selected a {
  background-color: #d5e5f2;
  color: #fff;
  font-weight: bold;
}

/* line 315, app/assets/stylesheets/page-styles.scss */
ul.list li.selected ul li a {
  background-color: #fff;
  color: #000;
  font-weight: normal;
}

/* line 321, app/assets/stylesheets/page-styles.scss */
ul.list li.selected ul li.selected a {
  background-color: #d5e5f2;
  color: #fff;
  font-weight: normal;
}

/* line 327, app/assets/stylesheets/page-styles.scss */
ul.list li.selected ul li.new-item a {
  color: #00bf00;
  font-style: italic;
}

/* line 333, app/assets/stylesheets/page-styles.scss */
ul.list li.no-match ul {
  display: none;
}

/* line 337, app/assets/stylesheets/page-styles.scss */
ul.list li.match ul {
  display: block;
}

/* line 341, app/assets/stylesheets/page-styles.scss */
ul.list li.no-match {
  display: none;
}

/* line 345, app/assets/stylesheets/page-styles.scss */
ul.list li.new-item .caption {
  color: gray;
  font-style: italic;
}

/* line 350, app/assets/stylesheets/page-styles.scss */
ul.list li.no-items {
  display: none;
  font-style: italic;
}

/* line 354, app/assets/stylesheets/page-styles.scss */
ul.list li.no-items:first-child:last-child {
  display: block;
}

/* line 358, app/assets/stylesheets/page-styles.scss */
ul.list li.no-items a {
  color: #5c5c5c;
  font-style: italic;
  pointer-events: none;
}

/* line 365, app/assets/stylesheets/page-styles.scss */
ul.list li span.description {
  background-color: #F6F6F6;
  border: 1px solid #ddd;
  display: none;
  margin: 5px;
  padding: 5px;
}

/* line 373, app/assets/stylesheets/page-styles.scss */
ul.list li ul li a span.ui-icon {
  background-position: -32px -15px;
  float: left;
}

/* line 378, app/assets/stylesheets/page-styles.scss */
ul.list li ul {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: none;
  list-style-type: none;
  margin-left: 0;
}

/* line 387, app/assets/stylesheets/page-styles.scss */
ul.list.cat {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 100%;
  font-weight: bold;
  padding: 0 4px;
}

/* line 396, app/assets/stylesheets/page-styles.scss */
ul.remove-hierarchy-list {
  list-style: none;
}

/* line 399, app/assets/stylesheets/page-styles.scss */
ul.remove-hierarchy-list .attr-value-list {
  margin-bottom: 1rem;
}

/* line 402, app/assets/stylesheets/page-styles.scss */
ul.remove-hierarchy-list .attr-value-list:last-child {
  margin-bottom: 0;
}

/* line 407, app/assets/stylesheets/page-styles.scss */
ul.remove-hierarchy-list ul {
  list-style: disc;
  margin: 0 0 0 1.4rem;
  color: green;
}

/*----------- custom scrollbar -----------*/
/* line 69, app/assets/stylesheets/_mixins.scss */
*::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

/* line 74, app/assets/stylesheets/_mixins.scss */
*::-webkit-scrollbar-corner {
  background: transparent;
}

/* line 78, app/assets/stylesheets/_mixins.scss */
*::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border: 3px transparent solid;
  background-clip: padding-box;
  border-radius: 5px;
}

/* line 84, app/assets/stylesheets/_mixins.scss */
*::-webkit-scrollbar-thumb:hover {
  background: #b9b9b9;
  background-clip: padding-box;
  border-radius: 5px;
}

/* line 91, app/assets/stylesheets/_mixins.scss */
*::-webkit-scrollbar-track {
  background: transparent;
}

/* line 96, app/assets/stylesheets/_mixins.scss */
* {
  scrollbar-face-color: #cdcdcd;
  scrollbar-track-color: transparent;
}

/* line 69, app/assets/stylesheets/_mixins.scss */
.breadcrumb-wrapper .dropdown-menu::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

/* line 74, app/assets/stylesheets/_mixins.scss */
.breadcrumb-wrapper .dropdown-menu::-webkit-scrollbar-corner {
  background: #e7e7e7;
}

/* line 78, app/assets/stylesheets/_mixins.scss */
.breadcrumb-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border: 3px #e7e7e7 solid;
  background-clip: padding-box;
  border-radius: 5px;
}

/* line 84, app/assets/stylesheets/_mixins.scss */
.breadcrumb-wrapper .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #b9b9b9;
  background-clip: padding-box;
  border-radius: 5px;
}

/* line 91, app/assets/stylesheets/_mixins.scss */
.breadcrumb-wrapper .dropdown-menu::-webkit-scrollbar-track {
  background: #e7e7e7;
}

/* line 96, app/assets/stylesheets/_mixins.scss */
.breadcrumb-wrapper .dropdown-menu {
  scrollbar-face-color: #cdcdcd;
  scrollbar-track-color: #e7e7e7;
}

/*----------- miscellaneous -----------*/
/* line 429, app/assets/stylesheets/page-styles.scss */
#imprint a {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/page-layout.scss */
#wrapper {
  padding-left: 170px;
  transition: 0.8s;
}

/* line 5, app/assets/stylesheets/page-layout.scss */
#wrapper:not(.page-sidebar-active) {
  padding-left: 28px;
}

/* line 9, app/assets/stylesheets/page-layout.scss */
#wrapper #page-content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh);
  width: 100%;
  position: relative;
}

/* line 18, app/assets/stylesheets/page-layout.scss */
#wrapper #page-content-wrapper #application-content-wrapper {
  flex: 1 1 0;
  display: flex;
  background-color: #f7f7f7;
  overflow: auto;
  margin-bottom: 0;
}

/* line 26, app/assets/stylesheets/page-layout.scss */
#wrapper #page-content-wrapper #application-content-wrapper.mb-scroll {
  margin-bottom: 2.9rem;
}

/* line 30, app/assets/stylesheets/page-layout.scss */
#wrapper #page-content-wrapper #application-content-wrapper #application-content {
  flex: 1 1 0;
}

/* line 33, app/assets/stylesheets/page-layout.scss */
#wrapper #page-content-wrapper #application-content-wrapper #application-content .scroll-snap {
  scroll-margin-top: 101px;
}

/* line 42, app/assets/stylesheets/page-layout.scss */
body.modeling-view #page-content-wrapper {
  height: calc(100vh);
}

/* line 45, app/assets/stylesheets/page-layout.scss */
body.modeling-view #page-content-wrapper #application-content-wrapper {
  height: calc(100vh - 130px);
  overflow: hidden !important;
  margin-bottom: 0 !important;
}

/* line 50, app/assets/stylesheets/page-layout.scss */
body.modeling-view #page-content-wrapper #application-content-wrapper #application-content {
  display: flex;
}

/* ---------- login ------------ */
/* line 58, app/assets/stylesheets/page-layout.scss */
.login-brand {
  width: 300px;
  height: 80px;
}

/* line 63, app/assets/stylesheets/page-layout.scss */
.loggedout-footer {
  margin: 5rem 0 0 0;
  bottom: 2rem;
  width: 100%;
}

/* line 68, app/assets/stylesheets/page-layout.scss */
.loggedout-footer .footer-text {
  color: #9b9b9b;
  text-align: center;
}

/* line 74, app/assets/stylesheets/page-layout.scss */
.page-content-header {
  margin: 1rem 0 .5rem .2rem;
}

/* line 1, app/assets/stylesheets/page-topbar.scss */
#page-topbar {
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
}

/* line 5, app/assets/stylesheets/page-topbar.scss */
#page-topbar #search-form {
  margin-right: .8rem;
}

/* line 9, app/assets/stylesheets/page-topbar.scss */
#page-topbar .search-box {
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
}

/* line 12, app/assets/stylesheets/page-topbar.scss */
#page-topbar .search-box #search-input,
#page-topbar .search-box .input-group-append #btnGroupAddon {
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-color: #f7f7f7;
}

/* line 20, app/assets/stylesheets/page-topbar.scss */
#page-topbar .search-box .input-group:focus-within {
  outline: none;
}

/* line 24, app/assets/stylesheets/page-topbar.scss */
#page-topbar .search-box .input-group:focus-within *:focus {
  outline: none;
  border: 1px solid #ced4da;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 31, app/assets/stylesheets/page-topbar.scss */
#page-topbar .search-box .input-group .input-group-append:hover .input-group-text .pagenav-icon {
  fill: #5c5c5c;
}

/* line 35, app/assets/stylesheets/page-topbar.scss */
#page-topbar .search-box .form-control {
  height: auto;
}

/* line 40, app/assets/stylesheets/page-topbar.scss */
#page-topbar #delayed-jobs {
  display: none;
  position: relative;
}

/* line 44, app/assets/stylesheets/page-topbar.scss */
#page-topbar #delayed-jobs .delayed-jobs-busy {
  position: relative;
  transition: all 1s ease-in-out;
}

/* line 49, app/assets/stylesheets/page-topbar.scss */
#page-topbar #delayed-jobs .delayed-jobs-done {
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 1s ease-in-out;
}

/* line 56, app/assets/stylesheets/page-topbar.scss */
#page-topbar #delayed-jobs ul.messages {
  width: -moz-max-content;
  width: max-content;
}

/* line 60, app/assets/stylesheets/page-topbar.scss */
#page-topbar #delayed-jobs ul.messages > li.running {
  align-items: center;
  display: flex;
  padding: .25rem .5rem .25rem .25rem;
}

/* line 65, app/assets/stylesheets/page-topbar.scss */
#page-topbar #delayed-jobs ul.messages > li.complete, #page-topbar #delayed-jobs ul.messages > li.faulty {
  padding: .1rem .5rem;
}

/* line 68, app/assets/stylesheets/page-topbar.scss */
#page-topbar #delayed-jobs ul.messages > li.more-jobs {
  padding: 0 .5rem;
}

/* line 72, app/assets/stylesheets/page-topbar.scss */
#page-topbar #delayed-jobs ul.messages > li .icon.close {
  cursor: pointer;
}

/* Page Sidebar Styles */
/* line 5, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar {
  background: linear-gradient(180deg, #17334b, #224b6f);
  z-index: 10;
  position: fixed;
  margin-left: -170px;
  left: 170px;
  width: 170px;
  height: 100%;
  transform-origin: left;
  transition: 0.8s;
}

/* line 17, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content {
  transition: 0.8s;
}

/* line 21, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .sidebar-nav {
  left: 0;
  right: 0;
  top: 120px;
  position: absolute;
  width: 170px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: 0.8s;
}

/* line 32, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .sidebar-nav li {
  text-indent: 20px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}

/* line 39, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .sidebar-nav li a {
  display: block;
  color: #f7f7f7 !important;
  border-style: none none none solid;
  border-left-width: 1rem;
  border-color: transparent;
  font-weight: normal;
}

/* line 48, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .sidebar-nav li a:hover {
  background: rgba(254, 254, 254, 0.2);
}

/* line 54, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .sidebar-nav .sidebar-nav-organisation {
  color: #000;
  background: linear-gradient(to right, rgba(254, 254, 254, 0.2), transparent);
  border-style: none none none solid;
  border-left-width: 1rem;
  border-color: #fefefe;
}

/* line 61, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .sidebar-nav .sidebar-nav-organisation:hover {
  border-color: #fefefe;
}

/* line 65, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .sidebar-nav .sidebar-nav-organisation.project {
  background-color: linear-gradient(to right, rgba(254, 254, 254, 0.2), transparent);
  border-color: #fefefe;
}

/* line 70, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .sidebar-nav .sidebar-nav-organisation.subproject {
  background-color: linear-gradient(to right, rgba(254, 254, 254, 0.2), transparent);
  border-color: #fefefe;
}

/* line 75, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .sidebar-nav .sidebar-nav-organisation.frame {
  background-color: linear-gradient(to right, rgba(254, 254, 254, 0.2), transparent);
  border-color: #ffc71a;
}

/* line 80, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .sidebar-nav .sidebar-nav-organisation.mainprocess {
  background-color: linear-gradient(to right, rgba(254, 254, 254, 0.2), transparent);
  border-color: #b8dc31;
}

/* line 85, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .sidebar-nav .sidebar-nav-organisation.detailprocess {
  background-color: linear-gradient(to right, rgba(254, 254, 254, 0.2), transparent);
  border-color: #9fd4f2;
}

/* line 93, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .page-sidebar-footer {
  width: 170px;
  position: absolute;
  bottom: 0;
  font-size: 0.8rem;
  text-align: center;
  padding-bottom: 1rem;
}

/* line 101, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .page-sidebar-footer p {
  color: #fefefe;
}

/* line 105, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .page-sidebar-footer a {
  color: #fefefe;
  text-decoration: none;
}

/* line 109, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-content .page-sidebar-footer a:hover {
  text-decoration: underline;
}

/* line 116, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-toggle {
  position: absolute;
  bottom: 5px;
  right: 4px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  transition: transform .35s;
  transform: rotate(180deg);
}

/* line 127, app/assets/stylesheets/page-sidebar.scss */
#page-sidebar #page-sidebar-toggle .svg-icon {
  fill: #f7f7f7;
  filter: none;
  height: 15px;
}

/* line 136, app/assets/stylesheets/page-sidebar.scss */
#wrapper:not(.page-sidebar-active) #page-sidebar {
  width: 28px;
}

/* line 139, app/assets/stylesheets/page-sidebar.scss */
#wrapper:not(.page-sidebar-active) #page-sidebar #page-sidebar-content {
  margin-left: -170px;
}

/* line 142, app/assets/stylesheets/page-sidebar.scss */
#wrapper:not(.page-sidebar-active) #page-sidebar #page-sidebar-content .sidebar-nav {
  left: -170px;
}

/* line 147, app/assets/stylesheets/page-sidebar.scss */
#wrapper:not(.page-sidebar-active) #page-sidebar #page-sidebar-toggle {
  transform: rotate(0deg);
}

/* line 153, app/assets/stylesheets/page-sidebar.scss */
#wrapper:not(.page-sidebar-active) #page-content-wrapper .container-fixed-bottom,
#wrapper:not(.page-sidebar-active) #page-content-wrapper .container-fixed-bottom-user-page {
  left: 28px;
}

/* line 5, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1.5rem;
}

/* line 12, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul {
  float: left;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

/* line 19, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul:after,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul:after {
  border-left: 1px solid;
  border-color: transparent;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  z-index: -1;
}

/* line 33, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd li,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd li {
  list-style-type: none;
  margin: 0 auto;
  padding: 0 7px 0 7px;
  position: relative;
  text-align: center;
}

/* line 41, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd li.branching,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd li.branching {
  background-color: #f7f7f7;
}

/* line 45, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .splitting-edge,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .splitting-edge {
  background-color: #808080;
  clear: both;
  content: ".";
  display: block;
  height: 1px;
}

/* line 53, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .joining-edge,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .joining-edge {
  background-color: #808080;
  clear: both;
  content: ".";
  display: block;
  height: 1px;
}

/* line 61, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node {
  cursor: pointer;
  display: block;
  margin: 10px auto;
  padding: 10px 2px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 211px;
}

/* line 72, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node.color-annotation-node a.reference,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node.color-annotation-node a.reference {
  left: 12px;
}

/* line 78, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node.interim,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node.interim {
  cursor: default;
  box-shadow: none;
}

/* line 83, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .caption,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .caption {
  overflow: visible;
  font-size: small;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  font-weight: bold;
  color: #3d3d3d;
}

/* line 93, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .caption.free-text,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .caption.free-text {
  font-style: italic;
}

/* line 97, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .reference,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .reference {
  -webkit-mask-image: url(/assets/icons/reference-46fcfb5f5e912d1c44be5d9f02b1d634a28f190a57a018cd8415ca5b34b2bd2c.svg);
          mask-image: url(/assets/icons/reference-46fcfb5f5e912d1c44be5d9f02b1d634a28f190a57a018cd8415ca5b34b2bd2c.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  height: 12px;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 11px;
}

/* line 109, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .color-annotation,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .color-annotation {
  position: absolute;
  width: 10px;
  bottom: -1px;
  left: -1px;
  top: -1px;
}

/* line 116, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .color-annotation.void,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .color-annotation.void {
  display: none;
}

/* line 121, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .action,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .action {
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  height: 14px;
  left: 12px;
  position: absolute;
  top: 35%;
  width: 14px;
}

/* line 132, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .action:hover,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .action:hover {
  text-decoration: none;
}

/* line 136, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .action.branch,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .action.branch {
  -webkit-mask-image: url(/assets/icons/split-c75e9b29561e09d072f7e7401e21e67c23544e2f1893641f8f5a77e8dbcb5410.svg);
          mask-image: url(/assets/icons/split-c75e9b29561e09d072f7e7401e21e67c23544e2f1893641f8f5a77e8dbcb5410.svg);
}

/* line 140, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .action.join,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .action.join {
  -webkit-mask-image: url(/assets/icons/merge-779720c959ddadde0c65f2f94b64530d60ad3b32334003587b32aee0f6f951c7.svg);
          mask-image: url(/assets/icons/merge-779720c959ddadde0c65f2f94b64530d60ad3b32334003587b32aee0f6f951c7.svg);
}

/* line 144, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .action.end,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .action.end {
  -webkit-mask-image: url(/assets/icons/arrow_end-9898c784ae23ff4e9224c78299e0c1a6a35cd004f36168a25673a2fd1553f31a.svg);
          mask-image: url(/assets/icons/arrow_end-9898c784ae23ff4e9224c78299e0c1a6a35cd004f36168a25673a2fd1553f31a.svg);
}

/* line 148, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .action.close,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .action.close {
  -webkit-mask-image: url(/assets/icons/split_right-4119095f037ae194e643c12e109e0f7b6a3765c51a5e62c23468efb69911d664.svg);
          mask-image: url(/assets/icons/split_right-4119095f037ae194e643c12e109e0f7b6a3765c51a5e62c23468efb69911d664.svg);
}

/* line 152, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .level-down,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .level-down {
  position: absolute;
  right: 12px;
  top: 30%;
}

/* line 158, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .level-down:hover,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .level-down:hover {
  text-decoration: none;
}

/* line 165, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul.subpath,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul.subpath {
  width: 231px;
}

/* line 169, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul.main-path > li:first-of-type .dnd-node,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul.main-path > li:first-of-type .dnd-node {
  margin-top: 0;
}

/* line 173, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul.main-path > li:last-of-type .dnd-node,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul.main-path > li:last-of-type .dnd-node {
  margin-bottom: 0;
}

/* line 177, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul.subpath,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul.subpath {
  border-bottom: 0;
}

/* line 181, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul.subpath.ending-branch,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul.subpath.ending-branch {
  border-bottom: 10px solid #f7f7f7;
}

/* line 185, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul.subpath.ending-branch > li:last-of-type .dnd-node,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul.subpath.ending-branch > li:last-of-type .dnd-node {
  margin-bottom: 0;
}

/* line 189, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .ui-selected .dnd-node .caption,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .ui-selected .dnd-node .caption {
  text-decoration: underline;
}

/* line 193, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .ui-sortable-helper,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .ui-sortable-helper {
  opacity: 0.75;
  pointer-events: none;
}

/* line 198, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .ui-sortable-placeholder .dnd-node,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .ui-sortable-placeholder .dnd-node {
  background-color: #fff !important;
  border: 2px dotted #aaa !important;
  min-height: 3.333rem;
  visibility: visible !important;
}

/* line 205, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .ui-phantom .dnd-node,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .ui-phantom .dnd-node {
  background-color: #ddd !important;
  border: 1px dotted #aaa !important;
  text-decoration: none !important;
}

/* line 211, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .ui-phantom .dnd-node a,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .ui-phantom .dnd-node a {
  color: #aaa !important;
}

/* line 216, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .ui-invalid .dnd-node,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .ui-invalid .dnd-node {
  background-color: #fdd !important;
  border: 1px dotted #faa !important;
}

/* line 229, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul:after {
  border-color: #6c933d;
}

/* line 233, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .splitting-edge,
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .joining-edge {
  background-color: #6c933d;
}

/* line 238, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node {
  box-shadow: 2px 2px 2.5px #6c933d;
  background-color: #e5ff84;
  border: 1px solid #e5ff84;
}

/* line 244, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node:hover {
  background-color: #e5ff84;
  border-color: #e5ff84;
}

/* line 249, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .ui-selected .dnd-node {
  background-color: #b8dc31;
  border-color: #b8dc31;
}

/* line 254, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node.interim {
  background-color: #fefefe;
  border: 2px dashed #b8dc31;
}

/* line 259, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .level-down {
  color: #8cb953;
}

/* line 262, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .level-down:hover {
  color: #357424;
}

/* line 267, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .reference {
  background-color: #8cb953;
}

/* line 272, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .dnd-node:hover .reference, #workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .dnd-node:hover .action.branch, #workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .dnd-node:hover .action.join, #workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .dnd-node:hover .action.end, #workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .dnd-node:hover .action.close {
  background-color: #8cb953;
}

/* line 278, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .reference:hover, #workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .action.branch:hover, #workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .action.join:hover, #workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .action.end:hover, #workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .action.close:hover {
  background-color: #357424 !important;
}

/* line 284, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .ui-selected .level-down {
  color: #357424;
}

/* line 288, app/assets/stylesheets/process-elements.scss */
#workspace.mainprocessvariants #modeling-wrapper #modeling-canvas .ui-selected .reference {
  background-color: #357424 !important;
}

/* line 301, app/assets/stylesheets/process-elements.scss */
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd ul:after {
  border-color: #34769b;
}

/* line 305, app/assets/stylesheets/process-elements.scss */
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .splitting-edge,
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .joining-edge {
  background-color: #34769b;
}

/* line 310, app/assets/stylesheets/process-elements.scss */
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node {
  box-shadow: 2px 2px 2.5px #34769b;
  background-color: #ccedff;
  border: 1px solid #ccedff;
  border-radius: 10px;
}

/* line 316, app/assets/stylesheets/process-elements.scss */
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node .color-annotation {
  border-radius: 10px 0 0 10px;
}

/* line 321, app/assets/stylesheets/process-elements.scss */
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node:hover {
  background-color: #ccedff;
  border-color: #ccedff;
}

/* line 326, app/assets/stylesheets/process-elements.scss */
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .ui-selected .dnd-node {
  background-color: #9fd4f2;
  border-color: #9fd4f2;
}

/* line 331, app/assets/stylesheets/process-elements.scss */
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas div.dnd .dnd-node.interim {
  background-color: #fefefe;
  border: 2px dashed #9fd4f2;
}

/* line 336, app/assets/stylesheets/process-elements.scss */
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .level-down {
  color: #679cba;
}

/* line 339, app/assets/stylesheets/process-elements.scss */
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .level-down:hover {
  color: #34769b;
}

/* line 344, app/assets/stylesheets/process-elements.scss */
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .reference {
  background-color: #679cba;
}

/* line 349, app/assets/stylesheets/process-elements.scss */
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .dnd-node:hover .reference, #workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .dnd-node:hover .action.branch, #workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .dnd-node:hover .action.join, #workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .dnd-node:hover .action.end, #workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .dnd-node:hover .action.close {
  background-color: #679cba;
}

/* line 355, app/assets/stylesheets/process-elements.scss */
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .reference:hover, #workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .action.branch:hover, #workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .action.join:hover, #workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .action.end:hover, #workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .action.close:hover {
  background-color: #34769b !important;
}

/* line 361, app/assets/stylesheets/process-elements.scss */
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .ui-selected .level-down {
  color: #34769b;
}

/* line 365, app/assets/stylesheets/process-elements.scss */
#workspace.detailprocessvariants #modeling-wrapper #modeling-canvas .ui-selected .reference {
  background-color: #34769b !important;
}

/* line 377, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node {
  color: #000;
  position: absolute;
  /* defaults */
  height: 27px;
  width: 150px;
}

/* line 385, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /* defaults */
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  opacity: 1.0;
}

/* line 397, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .background-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  /* defaults */
  opacity: 1.0;
}

/* line 408, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .HH {
  display: table;
  overflow: hidden;
  position: absolute;
  /* defaults */
  height: 27px;
  width: 150px;
}

/* line 417, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .VV {
  display: table;
  overflow: hidden;
  position: absolute;
  transform: rotate(90deg);
  /* defaults */
  height: 150px;
  width: 27px;
  transform-origin: 75px 50%;
}

/* line 428, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.upright .VV {
  display: none;
}

/* line 432, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.upside-down .VV {
  display: none;
}

/* line 436, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.sideways-left .HH {
  display: none;
}

/* line 440, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.sideways-right .HH {
  display: none;
}

/* line 444, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .foreground {
  display: table-cell;
  position: relative;
  /* defaults */
  text-align: center;
  vertical-align: middle;
}

/* line 452, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.horizontal-left .HH .foreground {
  text-align: left;
}

/* line 456, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.horizontal-center .HH .foreground {
  text-align: center;
}

/* line 460, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.horizontal-right .HH .foreground {
  text-align: right;
}

/* line 464, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.vertical-top .HH .foreground {
  vertical-align: top;
}

/* line 468, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.vertical-middle .HH .foreground {
  vertical-align: middle;
}

/* line 472, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.vertical-bottom .HH .foreground {
  vertical-align: bottom;
}

/* line 476, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.horizontal-left .VV .foreground {
  vertical-align: bottom;
}

/* line 480, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.horizontal-center .VV .foreground {
  vertical-align: middle;
}

/* line 484, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.horizontal-right .VV .foreground {
  vertical-align: top;
}

/* line 488, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.vertical-top .VV .foreground {
  text-align: left;
}

/* line 492, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.vertical-middle .VV .foreground {
  text-align: center;
}

/* line 496, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.vertical-bottom .VV .foreground {
  text-align: right;
}

/* line 500, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .caption {
  display: inline-block;
  padding: 5px;
  position: relative;
  text-decoration: none;
  /* defaults */
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

/* line 512, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .HH a.link {
  /* defaults */
  background: none;
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* line 526, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .HH .caption {
  /* defaults */
  max-height: 27px;
  max-width: 150px;
}

/* line 532, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .VV .caption {
  /* defaults */
  max-height: 150px;
  max-width: 27px;
}

/* line 538, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.vertical-middle .HH .caption {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 543, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.horizontal-center .VV .caption {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 548, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.upright .HH .caption {
  transform: rotate(0deg);
}

/* line 552, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.upside-down .HH .caption {
  transform: rotate(180deg);
}

/* line 556, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.sideways-left .VV .caption {
  transform: rotate(180deg);
}

/* line 560, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.sideways-right .VV .caption {
  transform: rotate(0deg);
}

/* line 566, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.color-annotation-node a.reference {
  left: 12px;
}

/* line 571, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .reference {
  -webkit-mask-image: url(/assets/icons/reference-46fcfb5f5e912d1c44be5d9f02b1d634a28f190a57a018cd8415ca5b34b2bd2c.svg);
          mask-image: url(/assets/icons/reference-46fcfb5f5e912d1c44be5d9f02b1d634a28f190a57a018cd8415ca5b34b2bd2c.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  height: 12px;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 12px;
}

/* line 582, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .reference:hover {
  opacity: 0.5;
  text-decoration: none;
}

/* line 589, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .color-annotation {
  position: absolute;
  width: 10px;
  bottom: 1px;
  left: 1px;
  top: 1px;
}

/* line 596, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .color-annotation.void {
  display: none;
}

/* line 601, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .level-down {
  position: relative;
}

/* line 604, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node .level-down:hover {
  opacity: 0.5;
  text-decoration: none;
}

/* line 610, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .node.ui-selected .caption,
#workspace.frames #modeling-wrapper #modeling-canvas .node.ui-selecting .caption {
  text-decoration: underline;
}

/* line 615, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .ui-selectable-helper {
  border: 1px dotted black;
  position: fixed;
  z-index: 100;
}

/* line 621, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .ui-resizable-handle.ui-resizable-se {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 626, app/assets/stylesheets/process-elements.scss */
#workspace.frames #modeling-wrapper #modeling-canvas .ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se {
  background-position-x: -80px;
  background-position-y: -224px;
}

/* line 637, app/assets/stylesheets/process-elements.scss */
#workspace.frames.editing-enabled #modeling-canvas .node a.link {
  -webkit-mask-image: url(/assets/icons/chain-a45dd7fa1f95ab8f8317a3b4a89c570b47401c7066715cddc98de449c48279a3.svg) !important;
          mask-image: url(/assets/icons/chain-a45dd7fa1f95ab8f8317a3b4a89c570b47401c7066715cddc98de449c48279a3.svg) !important;
  -webkit-mask-position: center center !important;
          mask-position: center center !important;
  -webkit-mask-repeat: no-repeat !important;
          mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
          mask-size: contain !important;
  background: black !important;
  position: relative !important;
  display: inline-block !important;
  width: 1rem !important;
  height: 1rem !important;
  vertical-align: middle !important;
}

/* line 650, app/assets/stylesheets/process-elements.scss */
#workspace.frames.editing-enabled #modeling-canvas .node a.link:hover {
  opacity: 0.5 !important;
  text-decoration: none !important;
}

/* line 3, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview {
  clear: both;
  bottom: 0;
  left: 0;
  position: relative;
  z-index: 0;
  display: block;
}

/* line 11, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview a {
  color: #3d3d3d;
}

/* line 15, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview ul {
  box-sizing: border-box;
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

/* line 23, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview ul.mainprocesses {
  margin: 5px;
  padding: 5px;
  transition: opacity 1s ease-in-out, width 1s ease-in-out, height 1s ease-in-out;
}

/* line 28, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview ul.mainprocesses .no_mainprocesses {
  font-size: 1.5rem;
  font-weight: bold;
  color: #9b9b9b;
}

/* line 35, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview ul.mainprocessvariants {
  background-color: #f0ffb7;
  padding: 0 5px;
  border: 1px solid #8ac47a;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* line 42, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview ul.mainprocessvariants > li.variant {
  min-width: 262px;
  padding: 0 5px;
}

/* line 48, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview ul.detailprocesses {
  padding: 0 0 5px 0;
}

/* line 52, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview ul.detailprocessvariants {
  background-color: #e6f6ff;
  border: 1px solid #7fb9ff;
  padding: 0 5px;
}

/* line 57, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview ul.detailprocessvariants > li.variant {
  min-width: 230px;
  padding: 0 5px;
}

/* line 63, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview ul.processbricks {
  padding: 0 5px;
}

/* line 67, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview ul.substructure {
  display: table;
  margin: 0 auto 0;
  width: 100%;
}

/* line 72, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview ul.substructure > li.detailprocess:not(:first-of-type) > ul.variants {
  border-left: none;
}

/* line 78, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview li {
  list-style: none;
  position: relative;
}

/* line 82, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview li.mainprocess {
  background-color: #ffe88a;
  border: 1px solid #ffd424;
  display: inline-block;
  margin: 5px;
  padding: 5px;
  text-align: center;
  vertical-align: top;
}

/* line 92, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview li.detailprocess {
  float: left;
}

/* line 96, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview li.processbrick {
  float: left;
}

/* line 100, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview li.variant {
  box-sizing: border-box;
  float: left;
}

/* line 106, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .node-container {
  padding: 0 5px;
}

/* line 110, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .node {
  border: 1px solid;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 5px;
  position: relative;
  text-align: center;
  width: 200px;
}

/* line 119, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .node.mainprocess {
  background-color: #ffe88a;
  border-color: #ffd424;
}

/* line 124, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .node.detailprocess {
  background-color: #e5ff84;
  border-color: #8ac47a;
}

/* line 129, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .node.processbrick {
  background-color: #ccedff;
  border-color: #7fb9ff;
  border-radius: 6px;
}

/* line 136, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .variant-caption {
  display: inline-block;
  padding-top: 3px;
}

/* line 140, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .variant-caption:last-child {
  padding-bottom: 3px;
}

/* line 146, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview li.first-level, #processoverviews .workspace.overview li.second-level {
  float: none;
}

/* line 150, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .line-vertical-top, #processoverviews .workspace.overview .line-vertical-bottom, #processoverviews .workspace.overview .empty-space-bottom {
  display: block;
  font-size: 0;
  height: 10px;
  line-height: 1px;
  margin: 0 auto;
  padding: 0;
  width: 0;
}

/* line 160, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .line-vertical-top, #processoverviews .workspace.overview .line-vertical-bottom {
  border-left: 1px solid #808080;
}

/* line 165, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview ul.mainprocesses > li.mainprocess > .line-vertical-bottom:last-child {
  display: none;
}

/* line 169, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview ul.detailprocesses > li.detailprocess:last-child > .line-vertical-bottom:last-child,
#processoverviews .workspace.overview ul.detailprocesses > li.detailprocess:last-child > .empty-space-bottom:last-child {
  visibility: hidden;
}

/* line 174, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview ul.processbricks > li.processbrick:last-child > .line-vertical-bottom:last-child {
  visibility: hidden;
}

/* line 178, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview li.processbrick:last-child li.processbrick > .line-vertical-bottom:last-child {
  visibility: hidden;
}

/* line 182, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .line-vertical-bottom-filler {
  border-left: 1px solid #808080;
  display: block;
  font-size: 0;
  line-height: 1px;
  margin: 0 auto;
  padding: 0;
  width: 0;
}

/* line 192, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .line-bottom, #processoverviews .workspace.overview .line-top {
  border-top: 1px solid #808080;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 1px;
  padding: 0;
  position: absolute;
}

/* line 202, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .line-top {
  top: 0;
}

/* line 207, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .line-bottom {
  bottom: 0;
}

/* line 212, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview a.reference {
  height: 12px;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 11px;
  -webkit-mask-image: url(/assets/icons/reference-46fcfb5f5e912d1c44be5d9f02b1d634a28f190a57a018cd8415ca5b34b2bd2c.svg);
          mask-image: url(/assets/icons/reference-46fcfb5f5e912d1c44be5d9f02b1d634a28f190a57a018cd8415ca5b34b2bd2c.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

/* line 225, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .mainprocess .reference {
  background-color: #baac4c;
}

/* line 228, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .mainprocess .reference:hover {
  background-color: #8c7f26;
}

/* line 233, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .detailprocess .reference {
  background-color: #8cb953;
}

/* line 236, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .detailprocess .reference:hover {
  background-color: #357424;
}

/* line 241, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .processbrick .reference {
  background-color: #679cba;
}

/* line 244, app/assets/stylesheets/processoverview-shared.scss */
#processoverviews .workspace.overview .processbrick .reference:hover {
  background-color: #34769b;
}

/* line 6, app/assets/stylesheets/processoverview.scss */
#processoverviews .workspace.overview {
  overflow: auto;
  text-align: left;
  width: calc(100vw - 170px);
}

/* line 13, app/assets/stylesheets/processoverview.scss */
#processoverviews #processoverview-tabs {
  z-index: 1;
  bottom: 0;
  position: fixed;
  width: calc(100vw - 170px);
}

/* line 27, app/assets/stylesheets/processoverview.scss */
#processoverviews #processoverview-tabs .variant-tabs .variant-tab:first-child {
  margin-left: 0;
}

/* line 30, app/assets/stylesheets/processoverview.scss */
#processoverviews #processoverview-tabs .variant-tabs .variant-tab:first-child .variant-tab-content {
  padding: 0;
}

/* line 35, app/assets/stylesheets/processoverview.scss */
#processoverviews #processoverview-tabs .variant-tabs .variant-tab.ui-state-active {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
}

/* line 40, app/assets/stylesheets/processoverview.scss */
#processoverviews #processoverview-tabs .variant-tabs .variant-tab.ui-state-active .variant-tab-content a {
  color: #5c5c5c;
}

/* line 43, app/assets/stylesheets/processoverview.scss */
#processoverviews #processoverview-tabs .variant-tabs .variant-tab.ui-state-active .variant-tab-content a:hover {
  color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

/* line 49, app/assets/stylesheets/processoverview.scss */
#processoverviews #processoverview-tabs .variant-tabs .variant-tab.ui-state-active .variant-tab-content .variant-tab-btn-group {
  display: inherit;
}

/* line 59, app/assets/stylesheets/processoverview.scss */
#processoverviews #processoverview-tabs .variant-tabs .variant-tab .variant-tab-content .variant-tab-btn-group {
  display: none;
}

/* line 69, app/assets/stylesheets/processoverview.scss */
#wrapper:not(.page-sidebar-active) #processoverviews .workspace.overview {
  width: calc(100vw - 28px);
}

/* line 73, app/assets/stylesheets/processoverview.scss */
#wrapper:not(.page-sidebar-active) #processoverviews #processoverview-tabs {
  width: calc(100vw - 28px);
}

/* line 1, app/assets/stylesheets/qtip-styles.scss */
.qtip-content {
  max-width: 50vw;
}

/* line 11, app/assets/stylesheets/qtip-styles.scss */
.qtip-content table tbody tr td div.attr-value-value label.form-check.attr-value-check-position {
  margin-bottom: -.5rem;
}

/* line 14, app/assets/stylesheets/qtip-styles.scss */
.qtip-content table tbody tr td div.attr-value-value label.form-check.attr-value-check-position span.checkmark {
  top: 0;
}

/* line 18, app/assets/stylesheets/qtip-styles.scss */
.qtip-content table tbody tr td div.attr-value-value label.form-check.attr-value-check-position div.attr-value-body {
  margin: 0;
}

/* line 25, app/assets/stylesheets/qtip-styles.scss */
.qtip-content table tbody tr td div.attr-value-value,
.qtip-content table tbody tr td div.attr-value-body,
.qtip-content table tbody tr td select:disabled,
.qtip-content table tbody tr td label {
  color: #17334b !important;
  opacity: 1;
}

/* line 32, app/assets/stylesheets/qtip-styles.scss */
.qtip-content table tbody tr td div.attr-value-value a,
.qtip-content table tbody tr td div.attr-value-body a,
.qtip-content table tbody tr td select:disabled a,
.qtip-content table tbody tr td label a {
  color: #17334b !important;
}

/* line 1, app/assets/stylesheets/svg-icons.scss */
.svg-icon {
  filter: drop-shadow(1px 1px 1px #b5b5b5);
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  fill: #17334b;
}

/* line 8, app/assets/stylesheets/svg-icons.scss */
.svg-icon.no-shadow {
  filter: none;
}

/* line 12, app/assets/stylesheets/svg-icons.scss */
.svg-icon.attr-grp-toggle {
  fill: #9b9b9b;
  width: .8rem;
  height: .8rem;
  filter: none;
}

/* line 18, app/assets/stylesheets/svg-icons.scss */
.svg-icon.attr-grp-toggle:hover {
  fill: #5c5c5c;
}

/* line 23, app/assets/stylesheets/svg-icons.scss */
.svg-icon.modal-icon {
  min-width: 1.5rem;
  min-height: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
}

/* line 30, app/assets/stylesheets/svg-icons.scss */
.svg-icon.new-attribute-icon {
  fill: #9b9b9b;
  width: 3rem;
  height: 3rem;
}

/* line 35, app/assets/stylesheets/svg-icons.scss */
.svg-icon.new-attribute-icon:hover {
  fill: #5c5c5c;
}

/* line 40, app/assets/stylesheets/svg-icons.scss */
.svg-icon.warning-icon {
  height: 13em;
  width: 13em;
}

/* line 45, app/assets/stylesheets/svg-icons.scss */
.svg-icon.label-icon {
  fill: #17334b;
  margin: 0 0.2rem 0.5rem 0;
}

/* line 50, app/assets/stylesheets/svg-icons.scss */
.svg-icon.reorder-icon {
  width: 1rem;
  height: 1rem;
  fill: #9b9b9b;
  margin-bottom: .2rem;
}

/* line 58, app/assets/stylesheets/svg-icons.scss */
.svg-icon.text-icon {
  fill: #17334b;
}

/* line 62, app/assets/stylesheets/svg-icons.scss */
.svg-icon.login {
  margin: 0 1rem 0 0;
  width: 2rem;
  height: 2rem;
}

/* line 68, app/assets/stylesheets/svg-icons.scss */
.svg-icon.image-delete-icon {
  fill: #9b9b9b;
  width: 1rem;
  height: 1rem;
}

/* line 73, app/assets/stylesheets/svg-icons.scss */
.svg-icon.image-delete-icon:hover {
  fill: #5c5c5c;
}

/* line 78, app/assets/stylesheets/svg-icons.scss */
.svg-icon.attr-option-delete-icon {
  fill: #9b9b9b;
  width: 1rem;
  height: 1rem;
}

/* line 83, app/assets/stylesheets/svg-icons.scss */
.svg-icon.attr-option-delete-icon:hover {
  fill: #5c5c5c;
}

/* line 88, app/assets/stylesheets/svg-icons.scss */
.svg-icon.picture-placeholder {
  fill: #17334b;
  width: 120px;
  height: 100px;
}

/* line 93, app/assets/stylesheets/svg-icons.scss */
.svg-icon.picture-placeholder:hover {
  fill: #17334b;
}

/* line 98, app/assets/stylesheets/svg-icons.scss */
.svg-icon.card-icon {
  fill: #9b9b9b;
  width: 20px;
  height: 20px;
}

/* line 103, app/assets/stylesheets/svg-icons.scss */
.svg-icon.card-icon.new {
  filter: drop-shadow(2px 2px 2px #b5b5b5);
  width: 50px;
  height: 50px;
}

/* line 109, app/assets/stylesheets/svg-icons.scss */
.svg-icon.card-icon.small {
  width: 1rem;
  height: 1rem;
}

/* line 114, app/assets/stylesheets/svg-icons.scss */
.svg-icon.card-icon.smaller {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 119, app/assets/stylesheets/svg-icons.scss */
.svg-icon.card-icon:hover {
  fill: #5c5c5c;
}

/* line 124, app/assets/stylesheets/svg-icons.scss */
.svg-icon.filter-icon-active {
  fill: #17334b;
  width: 20px;
  height: 20px;
}

/* line 130, app/assets/stylesheets/svg-icons.scss */
.svg-icon.filter-icon-inactive {
  fill: rgba(23, 51, 75, 0.4);
  width: 20px;
  height: 20px;
}

/* line 136, app/assets/stylesheets/svg-icons.scss */
.svg-icon.buttonbox-icon {
  fill: #fefefe;
  height: 20px;
  filter: none;
}

/* line 142, app/assets/stylesheets/svg-icons.scss */
.svg-icon.info {
  display: flex;
  align-items: center;
  width: 15px;
  height: 15px;
}

/* line 148, app/assets/stylesheets/svg-icons.scss */
.svg-icon.info.glossaries {
  width: 13px;
  height: 13px;
  bottom: 2px;
}

/* line 155, app/assets/stylesheets/svg-icons.scss */
.svg-icon.toggler {
  fill: #17334b;
  filter: none;
  height: 15px;
}

/* line 161, app/assets/stylesheets/svg-icons.scss */
.svg-icon.modeling-tab {
  fill: #9b9b9b;
  width: 15px;
  height: 15px;
}

/* line 166, app/assets/stylesheets/svg-icons.scss */
.svg-icon.modeling-tab g {
  display: block !important;
}

/* line 170, app/assets/stylesheets/svg-icons.scss */
.svg-icon.modeling-tab:hover {
  fill: #5c5c5c;
  text-decoration: none !important;
}

/* line 176, app/assets/stylesheets/svg-icons.scss */
.svg-icon.inline-glossary-modal-svg {
  width: 1rem;
  height: 1rem;
}

/* line 180, app/assets/stylesheets/svg-icons.scss */
.svg-icon.inline-glossary-modal-svg:hover {
  fill: #5c5c5c;
  text-decoration: none !important;
}

/* line 186, app/assets/stylesheets/svg-icons.scss */
.svg-icon.delete-attr-value {
  width: 1rem;
  height: 1rem;
  fill: #910830;
}

/* line 191, app/assets/stylesheets/svg-icons.scss */
.svg-icon.delete-attr-value:hover {
  fill: #560c0c;
}

/* line 196, app/assets/stylesheets/svg-icons.scss */
.svg-icon.helper-button {
  fill: #9b9b9b;
}

/* line 199, app/assets/stylesheets/svg-icons.scss */
.svg-icon.helper-button:hover {
  fill: #5c5c5c;
}

/* line 204, app/assets/stylesheets/svg-icons.scss */
.svg-icon.delete-hierarchy {
  fill: #9b9b9b;
}

/* line 207, app/assets/stylesheets/svg-icons.scss */
.svg-icon.delete-hierarchy:hover {
  fill: #5c5c5c;
}

/* line 212, app/assets/stylesheets/svg-icons.scss */
.svg-icon.back-to-top {
  height: 15px;
  width: 15px;
  transform: rotate(90deg);
}

/* line 218, app/assets/stylesheets/svg-icons.scss */
.svg-icon.attr-actions-svg {
  height: 1rem;
  width: 1rem;
  margin: 0 .2rem;
  padding: 0 0 .1rem 0;
  fill: #9b9b9b;
  filter: none;
}

/* line 226, app/assets/stylesheets/svg-icons.scss */
.svg-icon.attr-actions-svg:hover {
  fill: #5c5c5c;
}

/* line 231, app/assets/stylesheets/svg-icons.scss */
.svg-icon.cancel-add-attr {
  filter: none;
  height: 1.3rem;
  width: 1.3rem;
  margin: 0;
  fill: #9b9b9b;
}

/* line 239, app/assets/stylesheets/svg-icons.scss */
.svg-icon.toggle-selected-user-attrs {
  height: 1rem;
  width: 1rem;
}

/* line 245, app/assets/stylesheets/svg-icons.scss */
.btn:hover .card-icon, .toast-close-button:hover .card-icon {
  fill: #5c5c5c;
}

/* line 249, app/assets/stylesheets/svg-icons.scss */
.pagenav-icon {
  filter: drop-shadow(1px 1px 1px #b5b5b5);
  width: 2rem;
  height: 2rem;
  fill: #9b9b9b;
  margin: 0;
  padding: 2px;
}

/* line 257, app/assets/stylesheets/svg-icons.scss */
.pagenav-icon:hover {
  fill: #5c5c5c;
}

/* line 261, app/assets/stylesheets/svg-icons.scss */
.pagenav-icon.faulty {
  margin-top: .15rem;
  width: 2.15rem;
  height: 2.15rem;
}

/* line 267, app/assets/stylesheets/svg-icons.scss */
.pagenav-icon.checkmark {
  margin-top: .15rem;
  width: 2.15rem;
  height: 2.15rem;
}

/* line 274, app/assets/stylesheets/svg-icons.scss */
.hlp-icon {
  width: 1rem;
  height: 1rem;
  fill: #5c5c5c;
  filter: none;
}

/* line 280, app/assets/stylesheets/svg-icons.scss */
.hlp-icon.big {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 285, app/assets/stylesheets/svg-icons.scss */
.hlp-icon.rotated {
  transform: rotate(-90deg);
}

/* line 290, app/assets/stylesheets/svg-icons.scss */
.toolbox-icon {
  width: 15px;
  height: 15px;
  fill: #9b9b9b;
}

/* line 295, app/assets/stylesheets/svg-icons.scss */
.toolbox-icon.arrow-toggle {
  fill: white;
}

/* line 299, app/assets/stylesheets/svg-icons.scss */
.toolbox-icon.shadow {
  filter: drop-shadow(1px 1px 1px #b5b5b5);
}

/* line 304, app/assets/stylesheets/svg-icons.scss */
.brand-icon {
  margin: 2rem 1rem 1.4rem 1rem;
  padding: 0.8rem;
  width: 80%;
  height: 80%;
  fill: #9caab4;
}

/* line 311, app/assets/stylesheets/svg-icons.scss */
.brand-icon.login {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 0;
}

/* line 319, app/assets/stylesheets/svg-icons.scss */
.svg {
  position: relative;
  width: 2rem;
  height: 2rem;
  fill: red;
  margin: 0;
  padding: 0;
}

/* line 328, app/assets/stylesheets/svg-icons.scss */
.assign-element-icon {
  fill: #9b9b9b;
  width: .8rem;
  height: .8rem;
  margin: 0;
}

/* line 334, app/assets/stylesheets/svg-icons.scss */
.assign-element-icon.extend {
  transform: rotate(90deg);
}

/* line 337, app/assets/stylesheets/svg-icons.scss */
.assign-element-icon.extend:hover {
  fill: #5c5c5c;
}

/* line 343, app/assets/stylesheets/svg-icons.scss */
.default-img-frame-card {
  width: 9rem;
  height: 9rem;
  fill: #e7e7e7 !important;
}

/*----------- modify bootstrap standard table styles -----------*/
/* line 6, app/assets/stylesheets/tables.scss */
.table.no-header tr:first-child td {
  border-top: none;
}

/*----------- new table styles -----------*/
/* line 15, app/assets/stylesheets/tables.scss */
.color-options-table {
  margin: 0;
}

/* line 18, app/assets/stylesheets/tables.scss */
.color-options-table .td-name {
  width: 60% !important;
}

/* line 21, app/assets/stylesheets/tables.scss */
.color-options-table .td-name input {
  width: 100%;
}

/* line 26, app/assets/stylesheets/tables.scss */
.color-options-table .td-color {
  width: 20% !important;
}

/* line 30, app/assets/stylesheets/tables.scss */
.color-options-table .td-delete-option {
  display: flex;
  justify-content: center;
  align-content: baseline;
  padding-top: 1.1rem;
}

/* line 38, app/assets/stylesheets/tables.scss */
.cardtable {
  border-collapse: separate;
  border-spacing: 0 0.8rem;
}

/* line 43, app/assets/stylesheets/tables.scss */
.cardtable tr.cardtable-row {
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
}

/* line 46, app/assets/stylesheets/tables.scss */
.cardtable tr.cardtable-row.blank {
  box-shadow: none;
}

/* line 49, app/assets/stylesheets/tables.scss */
.cardtable tr.cardtable-row.blank .cardtable-td {
  background: none;
}

/* line 52, app/assets/stylesheets/tables.scss */
.cardtable tr.cardtable-row.blank .cardtable-td .cardtable-col {
  background: none;
  font-size: 1.5rem;
  text-align: center;
  color: #9b9b9b;
  font-weight: bold;
}

/* line 59, app/assets/stylesheets/tables.scss */
.cardtable tr.cardtable-row.blank .cardtable-td .cardtable-col .subtitle {
  margin-top: 1rem;
  font-size: 1.25rem;
  color: #9b9b9b;
  font-weight: initial;
}

/* line 71, app/assets/stylesheets/tables.scss */
.cardtable td, .cardtable th {
  border-top: 0;
}

/* line 74, app/assets/stylesheets/tables.scss */
.cardtable td hr, .cardtable th hr {
  margin: 0 0;
}

/* line 78, app/assets/stylesheets/tables.scss */
.cardtable td ul, .cardtable th ul {
  list-style: square;
}

/* line 81, app/assets/stylesheets/tables.scss */
.cardtable td ul li, .cardtable th ul li {
  margin: .5rem 0 .5rem 1.5rem;
}

/* line 86, app/assets/stylesheets/tables.scss */
.cardtable td.cardtable-td, .cardtable td.cardtable-th, .cardtable th.cardtable-td, .cardtable th.cardtable-th {
  border-top: 0;
  padding: 0;
  background-color: white;
}

/* line 91, app/assets/stylesheets/tables.scss */
.cardtable td.cardtable-td.centered, .cardtable td.cardtable-th.centered, .cardtable th.cardtable-td.centered, .cardtable th.cardtable-th.centered {
  text-align: center;
  vertical-align: middle;
}

/* line 96, app/assets/stylesheets/tables.scss */
.cardtable td.cardtable-td.vertical-align, .cardtable td.cardtable-th.vertical-align, .cardtable th.cardtable-td.vertical-align, .cardtable th.cardtable-th.vertical-align {
  vertical-align: middle;
}

/* line 100, app/assets/stylesheets/tables.scss */
.cardtable td.cardtable-td.glossary-first-td, .cardtable td.cardtable-th.glossary-first-td, .cardtable th.cardtable-td.glossary-first-td, .cardtable th.cardtable-th.glossary-first-td {
  visibility: hidden;
}

/* line 104, app/assets/stylesheets/tables.scss */
.cardtable td.cardtable-td.glossary-shadow, .cardtable td.cardtable-th.glossary-shadow, .cardtable th.cardtable-td.glossary-shadow, .cardtable th.cardtable-th.glossary-shadow {
  border: none;
  box-shadow: 3px 3px 3px 0 #b5b5b5;
}

/* line 109, app/assets/stylesheets/tables.scss */
.cardtable td.cardtable-td.checkbox, .cardtable td.cardtable-th.checkbox, .cardtable th.cardtable-td.checkbox, .cardtable th.cardtable-th.checkbox {
  margin-top: -.5rem;
}

/* line 114, app/assets/stylesheets/tables.scss */
.cardtable td.cardtable-td.cardtable-th[scope=col], .cardtable td.cardtable-th.cardtable-th[scope=col], .cardtable th.cardtable-td.cardtable-th[scope=col], .cardtable th.cardtable-th.cardtable-th[scope=col] {
  background-color: inherit;
  padding-left: 0.25rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

/* line 120, app/assets/stylesheets/tables.scss */
.cardtable td.cardtable-td.cardtable-th.checkbox[scope=col], .cardtable td.cardtable-th.cardtable-th.checkbox[scope=col], .cardtable th.cardtable-td.cardtable-th.checkbox[scope=col], .cardtable th.cardtable-th.cardtable-th.checkbox[scope=col] {
  padding-left: 1rem;
}

/* line 124, app/assets/stylesheets/tables.scss */
.cardtable td.cardtable-td.cardtable-th[scope=col] .checkmark, .cardtable td.cardtable-th.cardtable-th[scope=col] .checkmark, .cardtable th.cardtable-td.cardtable-th[scope=col] .checkmark, .cardtable th.cardtable-th.cardtable-th[scope=col] .checkmark {
  left: 3px;
}

/* line 130, app/assets/stylesheets/tables.scss */
.cardtable td.cardtable-td.cardtable-th[scope=row], .cardtable td.cardtable-th.cardtable-th[scope=row], .cardtable th.cardtable-td.cardtable-th[scope=row], .cardtable th.cardtable-th.cardtable-th[scope=row] {
  padding: 0;
}

/* line 135, app/assets/stylesheets/tables.scss */
.cardtable td.cardtable-td.boxshadow-start, .cardtable td.cardtable-th.boxshadow-start, .cardtable th.cardtable-td.boxshadow-start, .cardtable th.cardtable-th.boxshadow-start {
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
}

/* line 140, app/assets/stylesheets/tables.scss */
.cardtable td.cardtable-td.boxshadow-middle, .cardtable td.cardtable-th.boxshadow-middle, .cardtable th.cardtable-td.boxshadow-middle, .cardtable th.cardtable-th.boxshadow-middle {
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  box-shadow: 0 3px 6px 0 #b5b5b5;
}

/* line 145, app/assets/stylesheets/tables.scss */
.cardtable td.cardtable-td.boxshadow-end, .cardtable td.cardtable-th.boxshadow-end, .cardtable th.cardtable-td.boxshadow-end, .cardtable th.cardtable-th.boxshadow-end {
  border: none;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
  box-shadow: 3px 3px 6px 0 #b5b5b5;
}

/* line 152, app/assets/stylesheets/tables.scss */
.cardtable td .cardtable-col, .cardtable th .cardtable-col {
  margin: 0.75rem;
  background-color: #FFFFFF;
  word-break: break-word;
}

/* line 157, app/assets/stylesheets/tables.scss */
.cardtable td .cardtable-col.checkbox, .cardtable th .cardtable-col.checkbox {
  margin-left: 1rem;
}

/* line 161, app/assets/stylesheets/tables.scss */
.cardtable td .cardtable-col.description, .cardtable th .cardtable-col.description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* line 164, app/assets/stylesheets/tables.scss */
.cardtable td .cardtable-col.description span, .cardtable th .cardtable-col.description span {
  white-space: pre-line;
}

/* line 169, app/assets/stylesheets/tables.scss */
.cardtable td .cardtable-col p.description, .cardtable th .cardtable-col p.description {
  white-space: pre-line;
}

/* line 175, app/assets/stylesheets/tables.scss */
.cardtable td .cardtable-col ul li.attr-value-list, .cardtable th .cardtable-col ul li.attr-value-list {
  list-style: none;
  margin: 0 0 1rem 0;
}

/* line 180, app/assets/stylesheets/tables.scss */
.cardtable td .cardtable-col ul li.attr-values, .cardtable th .cardtable-col ul li.attr-values {
  list-style: none;
  margin: 0 0 0 1rem;
}

/* line 187, app/assets/stylesheets/tables.scss */
.cardtable td .cardtable-col .description, .cardtable th .cardtable-col .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* line 194, app/assets/stylesheets/tables.scss */
.cardtable th.cardtable-th.tablesorter-header .table-filter {
  top: 39px;
  position: relative;
}

/* line 202, app/assets/stylesheets/tables.scss */
tr.tablesorter-filter-row input.disabled {
  display: none;
}

/* line 206, app/assets/stylesheets/tables.scss */
tr.tablesorter-filter-row td:not(:first-child) {
  padding: 0 0.75rem 0.25rem 0.25rem;
  position: relative;
}

/* line 215, app/assets/stylesheets/tables.scss */
#activation-codes-table.cardtable td.cardtable-td,
#users-table.cardtable td.cardtable-td,
#locked_users_table.cardtable td.cardtable-td {
  vertical-align: middle;
}

/* line 218, app/assets/stylesheets/tables.scss */
#activation-codes-table.cardtable td.cardtable-td .form-check,
#users-table.cardtable td.cardtable-td .form-check,
#locked_users_table.cardtable td.cardtable-td .form-check {
  padding: 0;
  margin: 0;
}

/* line 222, app/assets/stylesheets/tables.scss */
#activation-codes-table.cardtable td.cardtable-td .form-check span.checkmark,
#users-table.cardtable td.cardtable-td .form-check span.checkmark,
#locked_users_table.cardtable td.cardtable-td .form-check span.checkmark {
  bottom: -8px;
  top: initial;
}

/* line 240, app/assets/stylesheets/tables.scss */
.table-reference-not-destroy thead tr td {
  width: 50%;
  font-weight: bold;
}

/* line 245, app/assets/stylesheets/tables.scss */
.table-reference-not-destroy thead tr:hover {
  background-color: white;
}

/*----------- pbg table -----------*/
/* line 258, app/assets/stylesheets/tables.scss */
.table.pbg-table th[scope="col"] {
  white-space: nowrap;
}

/* line 262, app/assets/stylesheets/tables.scss */
.table.pbg-table p {
  margin-bottom: 0;
}

/* line 267, app/assets/stylesheets/tables.scss */
.table.pbg-table.transfer-bo p {
  margin-bottom: 1rem;
}

/* line 270, app/assets/stylesheets/tables.scss */
.table.pbg-table.transfer-bo p:last-child {
  margin-bottom: 0;
}

/*----------- changes table-hover -----------*/
/* line 280, app/assets/stylesheets/tables.scss */
.table-hover tbody > tr:hover {
  background-color: #f9f9f9;
}

/*----------- merge and delete tables -----------*/
/* line 291, app/assets/stylesheets/tables.scss */
#glossaries-merge-form .table ul,
#procedures-merge-form .table ul,
#businessobjects-merge-form .table ul {
  list-style: none;
}

/*----------- search tables -----------*/
/*----------- report tables -----------*/
/* line 305, app/assets/stylesheets/tables.scss */
#report-wrapper {
  padding: 0 0 2rem 0;
}

/* line 308, app/assets/stylesheets/tables.scss */
#report-wrapper #report_footer fieldset {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

/* line 315, app/assets/stylesheets/tables.scss */
#report-wrapper #report_footer fieldset > * {
  margin: 1rem 0 0 1rem;
}

/* line 319, app/assets/stylesheets/tables.scss */
#report-wrapper #report_footer fieldset input {
  width: -moz-fit-content;
  width: fit-content;
}

/* line 324, app/assets/stylesheets/tables.scss */
#report-wrapper #report_context {
  margin: 1rem 0 0 0;
}

/* line 328, app/assets/stylesheets/tables.scss */
#report-wrapper #report_maintained {
  margin: 0 0 6rem 0;
}

/* line 336, app/assets/stylesheets/tables.scss */
#report-wrapper .table tr.tablesorter-filter-row td {
  vertical-align: middle;
  padding: 0;
}

/* line 340, app/assets/stylesheets/tables.scss */
#report-wrapper .table tr.tablesorter-filter-row td select {
  margin: 0 !important;
  box-shadow: none;
}

/* line 345, app/assets/stylesheets/tables.scss */
#report-wrapper .table tr.tablesorter-filter-row td input {
  margin: 0 !important;
  box-shadow: none;
}

/* line 355, app/assets/stylesheets/tables.scss */
#change-history-reports-form {
  margin: 1rem 0;
}

/* line 358, app/assets/stylesheets/tables.scss */
#change-history-reports-form #from_date {
  width: 7rem;
}

/* line 362, app/assets/stylesheets/tables.scss */
#change-history-reports-form #to_date {
  width: 7rem;
}

/* line 366, app/assets/stylesheets/tables.scss */
#change-history-reports-form select {
  width: 4rem !important;
}

/* line 370, app/assets/stylesheets/tables.scss */
#change-history-reports-form label {
  max-width: 10rem;
}

/* line 381, app/assets/stylesheets/tables.scss */
#changed-elements-list.table thead tr.ilx-filter-placeholder th,
#changed-elements-list.table thead tr.ilx-filter-placeholder td,
#changed-elements-list.table tbody tr.ilx-filter-placeholder th,
#changed-elements-list.table tbody tr.ilx-filter-placeholder td {
  text-align: center;
}

/*----------- adjustments for attributes -----------*/
/* line 394, app/assets/stylesheets/tables.scss */
.attribute-table-title-row .col-2 {
  width: 30%;
  max-width: 30%;
}

/* line 399, app/assets/stylesheets/tables.scss */
.attribute-table-title-row .col-10 {
  width: 70%;
  max-width: 70%;
}

/* line 404, app/assets/stylesheets/tables.scss */
.attribute-table-title-row .attribute-table-title {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 0 0 .5rem;
  word-break: break-word;
}

/* line 410, app/assets/stylesheets/tables.scss */
.attribute-table-title-row .attribute-table-title:first-child {
  padding: 0 0 0 1.5rem;
}

/*----------- designs for glossaries -----------*/
/* line 417, app/assets/stylesheets/tables.scss */
.list_filter {
  background-color: #f6f6f6;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  line-height: normal;
  margin-bottom: 0;
  padding: 4px;
}

/* line 426, app/assets/stylesheets/tables.scss */
.list_filter label {
  float: left;
  margin-right: 10px;
}

/* line 431, app/assets/stylesheets/tables.scss */
.list_filter input {
  font-size: 100%;
  margin-bottom: 0;
  padding: 0;
  width: 205px;
}

/* line 438, app/assets/stylesheets/tables.scss */
.list_filter.error {
  background-color: #ff7f7f !important;
  border: 1px solid #df6f6f !important;
  color: #fff !important;
  padding: 0;
}

/* line 444, app/assets/stylesheets/tables.scss */
.list_filter.error a {
  font-size: inherit;
  position: inherit;
}

/* line 454, app/assets/stylesheets/tables.scss */
.edit-glossary-panel li.cat {
  background: #e7e7e7;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0 .3rem;
}

/* line 464, app/assets/stylesheets/tables.scss */
.edit-glossary-panel li.procedure a span.caption, .edit-glossary-panel li.businessobject a span.caption {
  color: #5c5c5c;
}

/* line 475, app/assets/stylesheets/tables.scss */
.edit-glossary-panel .assignment .glossary-assignment-buttons {
  padding: 8rem 15px;
}

/* line 478, app/assets/stylesheets/tables.scss */
.edit-glossary-panel .assignment .glossary-assignment-buttons .assignbutton {
  justify-content: center;
  margin: 1rem 0;
  width: 100%;
}

/* line 491, app/assets/stylesheets/tables.scss */
.edit-glossary-panel .filter .element-name {
  display: block;
  position: relative;
}

/* line 495, app/assets/stylesheets/tables.scss */
.edit-glossary-panel .filter .element-name input {
  box-sizing: border-box;
}

/* line 499, app/assets/stylesheets/tables.scss */
.edit-glossary-panel .filter .element-name .erase {
  cursor: pointer;
  display: none;
  position: absolute;
  right: .15rem;
  top: .15rem;
}

/* line 507, app/assets/stylesheets/tables.scss */
.edit-glossary-panel .filter .element-name .input-status-sprite {
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
  top: .15rem;
}

/* line 516, app/assets/stylesheets/tables.scss */
.edit-glossary-panel .input-status-sprite {
  display: inline-block;
}

/* line 519, app/assets/stylesheets/tables.scss */
.edit-glossary-panel .input-status-sprite.none {
  display: none;
  background: none;
}

/* line 527, app/assets/stylesheets/tables.scss */
#glossaries-change-reports-form {
  margin: 1rem 0;
}

/* line 530, app/assets/stylesheets/tables.scss */
#glossaries-change-reports-form #since_date {
  width: 7rem !important;
}

/* line 534, app/assets/stylesheets/tables.scss */
#glossaries-change-reports-form select {
  width: 4rem !important;
}

/* line 538, app/assets/stylesheets/tables.scss */
#glossaries-change-reports-form label {
  max-width: 10rem;
}

/* line 543, app/assets/stylesheets/tables.scss */
#businessobject-list {
  margin-bottom: 0;
}

/*----------- toolbox -> can be deleted after reworking hierarchy modelling -----------*/
/* line 549, app/assets/stylesheets/tables.scss */
#toolbox .toolbox-attributes {
  padding: 1rem;
}

/* line 552, app/assets/stylesheets/tables.scss */
#toolbox .toolbox-attributes .assigned_attributes td, #toolbox .toolbox-attributes .assigned_attributes th {
  padding: 0.25rem;
}

/* line 556, app/assets/stylesheets/tables.scss */
#toolbox .toolbox-attributes .assigned_attributes td.attr-value .attr-value-output, #toolbox .toolbox-attributes .assigned_attributes th.attr-value .attr-value-output {
  display: inline;
}

/* line 564, app/assets/stylesheets/tables.scss */
.page_content p, .page_content table, .page_content ol, .page_content ul, .comb_attr_content p, .comb_attr_content table, .comb_attr_content ol, .comb_attr_content ul, .qtip p, .qtip table, .qtip ol, .qtip ul {
  margin: 8px 0 0 0 !important;
}

/* line 568, app/assets/stylesheets/tables.scss */
.page_content table, .comb_attr_content table, .qtip table {
  border: 1px solid #000 !important;
  width: auto !important;
  border-collapse: collapse !important;
}

/* line 574, app/assets/stylesheets/tables.scss */
.page_content thead, .page_content th, .comb_attr_content thead, .comb_attr_content th, .qtip thead, .qtip th {
  background-color: #ddd !important;
  font-weight: bold !important;
  border: 1px solid #000 !important;
}

/* line 580, app/assets/stylesheets/tables.scss */
.page_content th, .page_content td, .comb_attr_content th, .comb_attr_content td, .qtip th, .qtip td {
  padding: 3px !important;
  text-align: left;
  border: 1px solid #000 !important;
}

/* line 586, app/assets/stylesheets/tables.scss */
.page_content ol, .page_content ul, .comb_attr_content ol, .comb_attr_content ul, .qtip ol, .qtip ul {
  margin-left: 43px !important;
}

/* line 1, app/assets/stylesheets/tabs.scss */
.nav-tabs {
  border-bottom: 1px solid #17334b !important;
}

/* line 4, app/assets/stylesheets/tabs.scss */
.nav-tabs li.nav-item a.active {
  background-color: #17334b !important;
  border-color: #17334b !important;
  color: white;
}

/* line 10, app/assets/stylesheets/tabs.scss */
.nav-tabs li.nav-item :hover {
  border-bottom: 1px solid #17334b !important;
}

/* line 14, app/assets/stylesheets/tabs.scss */
.nav-tabs .nav-item {
  font-weight: bold;
  font-size: 1.1rem;
}

/* line 18, app/assets/stylesheets/tabs.scss */
.nav-tabs .nav-item:focus {
  border: none;
}

/* line 24, app/assets/stylesheets/tabs.scss */
.nav-tabs .nav-item a.nav-link.inline_loading_tab span.loading-spinner-inline > * {
  width: 1.1rem;
  height: 1.1rem;
  border-color: #17334b;
  border-top-color: #fefefe;
}

/* line 31, app/assets/stylesheets/tabs.scss */
.nav-tabs .nav-item a.nav-link.inline_loading_tab span.loading-spinner-inline:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

/* line 37, app/assets/stylesheets/tabs.scss */
.nav-tabs .nav-item a.nav-link.inline_loading_tab:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

/* line 45, app/assets/stylesheets/tabs.scss */
.tab-content {
  padding: 20px;
}

/* line 51, app/assets/stylesheets/tabs.scss */
.scroll-tab .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

/* line 56, app/assets/stylesheets/tabs.scss */
.scroll-tab .nav-tabs .nav-link {
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/text-elements.scss */
.highlighted-link-in-text {
  color: #17334b;
}

/* line 5, app/assets/stylesheets/text-elements.scss */
.highlighted-link {
  font-weight: bold;
  font-size: 1.25rem;
  color: #17334b;
}

/* line 11, app/assets/stylesheets/text-elements.scss */
.highlighted-link a {
  font-weight: bold;
  font-size: 1.25rem;
}

/* line 16, app/assets/stylesheets/text-elements.scss */
.highlighted-link:hover {
  color: #17334b !important;
}

/* line 29, app/assets/stylesheets/text-elements.scss */
.attr-default-text {
  margin: 1.2rem;
}

/* line 33, app/assets/stylesheets/text-elements.scss */
.login-error {
  color: #560c0c;
}

/* line 37, app/assets/stylesheets/text-elements.scss */
.medium-text-for-title {
  font-size: 1.5rem;
  margin: 0;
}

/* line 41, app/assets/stylesheets/text-elements.scss */
.medium-text-for-title:hover {
  font-weight: normal;
}

/* line 47, app/assets/stylesheets/text-elements.scss */
.created-or-edited:hover {
  cursor: help;
}

/* line 52, app/assets/stylesheets/text-elements.scss */
.page-content-headline {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0 0 0;
}

/* line 58, app/assets/stylesheets/text-elements.scss */
.color-darkergray-helper {
  color: #5c5c5c;
}

/* line 62, app/assets/stylesheets/text-elements.scss */
.color-annotation-representation {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 2px 10px;
}

/* line 71, app/assets/stylesheets/text-elements.scss */
.searches-hdl-txt {
  margin: 1.5rem 0;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 78, app/assets/stylesheets/text-elements.scss */
.searches-hdl-txt .search-results {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}

/* line 85, app/assets/stylesheets/text-elements.scss */
.hlp-wrapper {
  font-weight: bold;
  text-align: left;
  margin: 0 0 1rem 0;
}

/* line 90, app/assets/stylesheets/text-elements.scss */
.hlp-wrapper .hlp_text,
.hlp-wrapper .hlp_table_text {
  line-height: 120%;
  font-weight: initial;
  margin: .2rem 0;
}

/* line 97, app/assets/stylesheets/text-elements.scss */
.hlp-wrapper .hlp-nav-dp-icon {
  color: #5c5c5c;
}

/* line 101, app/assets/stylesheets/text-elements.scss */
.hlp-wrapper .hlp_table_text_button {
  width: 1.2rem;
  height: 1.4rem;
  display: inline-block;
  text-align: center;
  color: #5c5c5c;
  background-color: #f7f7f7;
}

/* line 109, app/assets/stylesheets/text-elements.scss */
.hlp-wrapper .hlp_table_text_button.bold {
  font-weight: bold;
}

/* line 113, app/assets/stylesheets/text-elements.scss */
.hlp-wrapper .hlp_table_text_button.italic {
  font-style: italic;
}

/* line 118, app/assets/stylesheets/text-elements.scss */
.hlp-wrapper .hlp_table_text_button.tb-text-valign[data-value="top"] svg {
  height: 0.75rem;
  vertical-align: top;
}

/* line 123, app/assets/stylesheets/text-elements.scss */
.hlp-wrapper .hlp_table_text_button.tb-text-valign[data-value="middle"] svg {
  height: 1rem;
}

/* line 127, app/assets/stylesheets/text-elements.scss */
.hlp-wrapper .hlp_table_text_button.tb-text-valign[data-value="bottom"] svg {
  height: .75rem;
  vertical-align: bottom;
}

/* line 134, app/assets/stylesheets/text-elements.scss */
.hlp-wrapper .hlp_table_text_button.tb-text-orientation span {
  display: inline-block;
}

/* line 138, app/assets/stylesheets/text-elements.scss */
.hlp-wrapper .hlp_table_text_button.tb-text-orientation[data-value="upright"] span {
  transform: rotate(0deg);
}

/* line 142, app/assets/stylesheets/text-elements.scss */
.hlp-wrapper .hlp_table_text_button.tb-text-orientation[data-value="sideways-right"] span {
  transform: rotate(90deg);
}

/* line 146, app/assets/stylesheets/text-elements.scss */
.hlp-wrapper .hlp_table_text_button.tb-text-orientation[data-value="upside-down"] span {
  transform: rotate(180deg);
}

/* line 150, app/assets/stylesheets/text-elements.scss */
.hlp-wrapper .hlp_table_text_button.tb-text-orientation[data-value="sideways-left"] span {
  transform: rotate(270deg);
}

/* line 157, app/assets/stylesheets/text-elements.scss */
.assign-glossary-filter-label {
  margin: 2.75rem 0 0 0;
}

/* line 161, app/assets/stylesheets/text-elements.scss */
.assign-bo-filter-label {
  margin: 2.75rem 0 0 0;
}

/* line 165, app/assets/stylesheets/text-elements.scss */
.assign-procedure-filter-label {
  margin: 2.75rem 0 0 0;
}

/* line 169, app/assets/stylesheets/text-elements.scss */
.span-confirm-import {
  margin: .2rem 0 0 .5rem;
}

/* line 172, app/assets/stylesheets/text-elements.scss */
.span-confirm-import .form-label {
  margin-top: .5rem;
}

/* line 177, app/assets/stylesheets/text-elements.scss */
.merge-glossary-label {
  font-weight: bold;
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/toastr-notifications.scss */
.toast {
  width: 283px !important;
}

/* line 5, app/assets/stylesheets/toastr-notifications.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: white;
  text-align: left;
}

/* line 11, app/assets/stylesheets/toastr-notifications.scss */
.toast-info .toast-message {
  color: #9b9b9b;
}

/* line 15, app/assets/stylesheets/toastr-notifications.scss */
.toast-message a {
  color: white;
}

/* line 20, app/assets/stylesheets/toastr-notifications.scss */
.toast-close-button {
  position: relative;
  top: -12px;
  right: -3px;
  float: right;
  font-size: 20px;
  padding: 0;
  background: transparent;
  color: white;
}

/* line 31, app/assets/stylesheets/toastr-notifications.scss */
.toast-close-button:focus {
  outline: none;
  box-shadow: none;
}

/* line 36, app/assets/stylesheets/toastr-notifications.scss */
.toast-close-button:hover {
  color: white;
  fill: white;
}

/* line 41, app/assets/stylesheets/toastr-notifications.scss */
.toast-info .toast-close-button {
  color: #9b9b9b;
}

/* line 46, app/assets/stylesheets/toastr-notifications.scss */
#toast-container {
  position: fixed;
  z-index: 999999;
  box-sizing: border-box;
}

/* line 53, app/assets/stylesheets/toastr-notifications.scss */
#toast-container > div {
  margin: 0 0 6px 0;
  padding: 8px 8px 8px 50px;
  width: 283px;
  border: none;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 6px 0 #9b9b9b;
  color: white;
  opacity: 0.93;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}

@media all and (max-width: 240px) {
  /* line 53, app/assets/stylesheets/toastr-notifications.scss */
  #toast-container > div {
    width: 11em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 53, app/assets/stylesheets/toastr-notifications.scss */
  #toast-container > div {
    width: 18em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 53, app/assets/stylesheets/toastr-notifications.scss */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* line 81, app/assets/stylesheets/toastr-notifications.scss */
#toast-container > :hover {
  box-shadow: 3px 3px 6px 0 #5c5c5c;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 90, app/assets/stylesheets/toastr-notifications.scss */
#toast-container > .toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MC4wMDEiIGhlaWdodD0iNzAiIHZpZXdCb3g9IjAgMCA3MC4wMDEgNzAiIGZpbGw9IiM5YjliOWIiPgogIDxwYXRoIGQ9Ik0tMzc0LjQ5NC0yMi40OGMwLS4wODQsMC0uMTY4LDAtLjI1MmEzNC45MzMsMzQuOTMzLDAsMCwwLTIuMTE5LTExLjc5MWMtLjAyLS4wNTYtLjA0My0uMTExLS4wNjMtLjE2Ny0uMDc3LS4yMDYtLjE1NC0uNDEzLS4yMzUtLjYxOHEtLjE0OS0uMzgtLjMwOC0uNzU2bC0uMDA3LS4wMThBMzUuMDUxLDM1LjA1MSwwLDAsMC00MDkuMjI1LTU3LjQ5Yy0uMDg2LDAtLjE3LDAtLjI1NiwwbC0uMjc2LDBhMzQuOTA2LDM0LjkwNiwwLDAsMC0xMi41NywyLjQyNGwtLjA2Mi4wMjVxLS4zNi4xNDMtLjcxNy4yOTNjLS4xNTEuMDYzLS4zLjEzMS0uNDUuMi0uMTA2LjA0Ny0uMjEzLjA5Mi0uMzE5LjEzOWEzNS4wNDEsMzUuMDQxLDAsMCwwLTIwLjYxOCwzMS42NjFjMCwuMDgxLDAsLjE2MywwLC4yNDRzMCwuMTc5LDAsLjI2OWEzNC44OSwzNC44OSwwLDAsMCwyLjQyLDEyLjU2OGMuMDUyLjEzMi4xMDcuMjYyLjE2LjM5M3MuMS4yNTYuMTU2LjM4MmEzNS4wNTIsMzUuMDUyLDAsMCwwLDMyLjAyMywyMS40bC4yMjMsMCwuMjU4LDBhMzQuOTUzLDM0Ljk1MywwLDAsMCwxMC45NzEtMS44MzJjLjE0NC0uMDQ5LjI4NS0uMS40MjgtLjE1MS4xMjEtLjA0My4yNDItLjA4NC4zNjMtLjEyOEEzNS4wNjIsMzUuMDYyLDAsMCwwLTM3NC41LTIyLjI1OEMtMzc0LjUtMjIuMzMyLTM3NC40OTQtMjIuNDA1LTM3NC40OTQtMjIuNDhabS0zNC4wMjYtMjRhNi4zNzksNi4zNzksMCwwLDEsNi4yODQsNi4zNzYsNi4zNTEsNi4zNTEsMCwwLDEtNi4zLDYuMzU0LDYuMzQ2LDYuMzQ2LDAsMCwxLTYuMzEzLTYuMzMzQTYuMzU4LDYuMzU4LDAsMCwxLTQwOC41MTktNDYuNDc5Wm04LjUsNDMuNzA4YTExLjc4MywxMS43ODMsMCwwLDEtOC4xNTQsNC4xNDYsMTUuOTY4LDE1Ljk2OCwwLDAsMS01LjM4NS0uMjQ3LDYuNjUsNi42NSwwLDAsMS01LjAxMy03LjIwOWMuNDE0LTMuMzA2LDEuMDQ0LTYuNTg0LDEuNi05Ljg3Mi40ODEtMi44NjEsMS01LjcxNSwxLjQ2NS04LjU3OGE0Ljk4LDQuOTgsMCwwLDAtLjAzNC0xLjQyOSwxLjYxNywxLjYxNywwLDAsMC0xLjQwNS0xLjQ3NmMtLjQ2OS0uMDg4LS45Ny0uMDM2LTEuNDI1LS4xNTlhNS45NjcsNS45NjcsMCwwLDEtMS44NzgtLjcxNSwxLjI5NCwxLjI5NCwwLDAsMSwuMjg4LTIuMjgyLDQuMzI2LDQuMzI2LDAsMCwxLDEuNTk0LS4zYzIuMDU3LS4wMzQsNC4xMTYtLjAxNCw2LjE3NS0uMDE0di4wMThjMi4xLDAsNC4yMDgtLjAwOCw2LjMxMywwYTIuMDg1LDIuMDg1LDAsMCwxLDIuMzE1LDEuOTM1LDguMzczLDguMzczLDAsMCwxLS4yODYsMy4zODRxLTEuMzIxLDcuMDcyLTIuNjA1LDE0LjE1MWMtLjI2NiwxLjQ1OC0uNTA2LDIuOTItLjc0Niw0LjM4MmE0LjM3LDQuMzcsMCwwLDAtLjAyOC43NTNjLjAzMiwyLjg2OCwxLjg0NiwzLjI1OCwzLjkyNCwyLjQyNWExNy41NDQsMTcuNTQ0LDAsMCwwLDEuNjctLjk0MWMuOTc1LS41MjIsMS40OTEtLjUzNywxLjg3OC0uMDg2QTEuNTUzLDEuNTUzLDAsMCwxLTQwMC4wMi0yLjc3MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ0NC40OTUgNTcuNDkzKSIvPgo8L3N2Zz4K");
  background-size: 25px 25px;
}

/* line 95, app/assets/stylesheets/toastr-notifications.scss */
#toast-container > .toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImJpIGJpLWxpZ2h0bmluZyIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNMTEuMjUxLjA2OGEuNS41IDAgMCAxIC4yMjcuNThMOS42NzcgNi41SDEzYS41LjUgMCAwIDEgLjM2NC44NDNsLTggOC41YS41LjUgMCAwIDEtLjg0Mi0uNDlMNi4zMjMgOS41SDNhLjUuNSAwIDAgMS0uMzY0LS44NDNsOC04LjVhLjUuNSAwIDAgMSAuNjE1LS4wOXpNNC4xNTcgOC41SDdhLjUuNSAwIDAgMSAuNDc4LjY0N0w2LjExIDEzLjU5bDUuNzMyLTYuMDlIOWEuNS41IDAgMCAxLS40NzgtLjY0N0w5Ljg5IDIuNDEgNC4xNTcgOC41eiIvPgo8L3N2Zz4=");
  background-size: 25px 25px;
}

/* line 100, app/assets/stylesheets/toastr-notifications.scss */
#toast-container > .toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NC44ODEiIGhlaWdodD0iNTcuNTc5IiB2aWV3Qm94PSIwIDAgNzQuODgxIDU3LjU3OSIgZmlsbD0iI2ZmZmZmZiI+CiAgPGcgaWQ9Im5vdW5fY2hlY2ttYXJrXzIxOTM1NjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjgwNCAtMTE1Ljc1KSI+CiAgICA8ZyBpZD0iR3J1cHBlXzIyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS41MTUgMTE3LjI1KSI+CiAgICAgIDxwYXRoIGlkPSJQZmFkXzU5IiBkPSJNNDQuOTcsMTU3bDM5LjE1MS0zOS4xNTFhMi4wOSwyLjA5LDAsMCwxLDIuOTMsMGw0Ljc5NCw0Ljc5NGEyLjA5LDIuMDksMCwwLDEsMCwyLjkzTDQ2LjM5MSwxNzEuMDI4YTEuOTgzLDEuOTgzLDAsMCwxLTIuODQxLDBMMjEuNTMzLDE0OS4wMTFhMi4xNiwyLjE2LDAsMCwxLDAtMi44NDFsNC44ODMtNC43OTRhMS45ODMsMS45ODMsMCwwLDEsMi44NDEsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMSAtMTE3LjI1KSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");
  background-size: 25px 25px;
}

/* line 106, app/assets/stylesheets/toastr-notifications.scss */
.toast-success {
  background-color: #17334b;
}

/* line 110, app/assets/stylesheets/toastr-notifications.scss */
.toast-error {
  background-color: #910830;
}

/* line 114, app/assets/stylesheets/toastr-notifications.scss */
.toast-info {
  background-color: #f7f7f7;
}

/* line 118, app/assets/stylesheets/toastr-notifications.scss */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 123, app/assets/stylesheets/toastr-notifications.scss */
.toast-top-right {
  top: 65px;
  right: 12px;
}

/* line 128, app/assets/stylesheets/toastr-notifications.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 133, app/assets/stylesheets/toastr-notifications.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 1, app/assets/stylesheets/workspace.scss */
#workspace {
  display: flex;
  flex: 1 1 0;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

/* line 8, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  position: relative;
  width: calc(100vw - 400px - 170px);
}

/* line 16, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-canvas {
  background: #f7f7f7;
  flex: 1 1 0;
  overflow: auto;
  position: relative;
}

/* line 23, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer {
  background: #e7e7e7;
  border-top: 1px solid rgba(181, 181, 181, 0.25);
  z-index: 0;
}

/* line 28, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions {
  margin: 0;
  list-style-type: none;
  display: flex;
}

/* line 39, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-scroll,
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-end {
  width: 60px;
}

/* line 44, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants {
  z-index: 2;
  max-width: 83%;
  overflow: hidden;
  margin-left: -11px;
  -ms-overflow-style: none;
}

/* line 53, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants::-webkit-scrollbar {
  display: none;
}

/* line 57, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list {
  margin: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
}

/* line 63, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab {
  padding: .1rem .8rem .1rem 1rem;
  height: 2.3rem;
}

/* line 71, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab:last-child {
  padding-right: 0;
}

/* line 75, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab:first-child {
  margin-left: 4px;
  padding-left: 2px;
}

/* line 80, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab.btn-only {
  display: flex;
  padding: .1rem 0;
  box-shadow: none;
  border-right: rgba(181, 181, 181, 0.25) solid 3px;
}

/* line 87, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab .variant-tab-element {
  position: relative;
}

/* line 90, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab .variant-tab-element .background {
  border-top: none;
  border-radius: 0 10px 0 0;
  background-color: #e7e7e7;
  width: calc(100% + 3.8rem);
  height: 30px;
  top: -.4rem;
  left: -3rem;
  position: absolute;
}

/* line 103, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab .variant-tab-element .variant-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 109, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab .variant-tab-element .variant-wrapper a {
  color: #9b9b9b;
  margin-top: .1rem;
}

/* line 113, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab .variant-tab-element .variant-wrapper a:hover {
  color: #5c5c5c;
  text-decoration: none;
}

/* line 119, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab .variant-tab-element .variant-wrapper .variant-btn-group {
  display: none;
}

/* line 127, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab.active .variant-tab-element .background {
  top: -.2rem;
  background-color: #f7f7f7;
}

/* line 132, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab.active .variant-tab-element .variant-wrapper .variant-btn-group {
  display: flex;
}

/* line 135, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab.active .variant-tab-element .variant-wrapper .variant-btn-group a {
  color: #5c5c5c;
  font-weight: bold;
}

/* line 139, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab.active .variant-tab-element .variant-wrapper .variant-btn-group a:hover {
  color: #5c5c5c;
  text-decoration: none;
}

/* line 149, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-variants ul.variant-list li.e-tab:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 157, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-scroll {
  z-index: 1;
  padding: .1rem .1rem .1rem .3rem;
  display: flex;
  justify-content: space-evenly;
}

/* line 163, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-scroll #scroll-left,
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-scroll #scroll-right {
  background-color: transparent;
  margin-bottom: .2rem;
}

/* line 168, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-scroll #scroll-left > svg,
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-scroll #scroll-right > svg {
  filter: drop-shadow(1px 1px 1px #b5b5b5);
  width: 1.4rem;
  height: 1.1rem;
  margin-bottom: -.2rem;
  fill: #9b9b9b;
}

/* line 177, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-scroll #scroll-left:hover > svg,
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-scroll #scroll-right:hover > svg {
  fill: #5c5c5c;
}

/* line 183, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-scroll #scroll-left.inactive > svg,
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-scroll #scroll-right.inactive > svg {
  fill: #dedede;
}

/* line 190, app/assets/stylesheets/workspace.scss */
#workspace #modeling-wrapper #modeling-footer ul.tab-actions li.tab-end {
  z-index: 0;
  margin-right: 1rem;
  padding: 0;
}

/* line 200, app/assets/stylesheets/workspace.scss */
#workspace.frames.editing-enabled #modeling-canvas {
  background: #f7f7f7 url(/assets/grid-10x10-5b79c2d1c526957a6d1c6d611c9a2a555879fe37a8ad0bb2e9af37289ed5fe23.gif) !important;
}

/* line 205, app/assets/stylesheets/workspace.scss */
#workspace .workspace-inline-actions {
  position: relative;
}

/* line 209, app/assets/stylesheets/workspace.scss */
#workspace a.workspace-inline-action {
  position: absolute;
  top: 1rem;
  z-index: 101;
}

/* line 214, app/assets/stylesheets/workspace.scss */
#workspace a.workspace-inline-action.disabled {
  cursor: default;
}

/* line 218, app/assets/stylesheets/workspace.scss */
#workspace a.workspace-inline-action, #workspace a.workspace-inline-action svg {
  height: 2rem;
  width: 2rem;
}

/* line 223, app/assets/stylesheets/workspace.scss */
#workspace a.workspace-inline-action svg {
  fill: #9b9b9b;
}

/* line 227, app/assets/stylesheets/workspace.scss */
#workspace a.workspace-inline-action.active svg {
  fill: #17334b;
}

/* line 231, app/assets/stylesheets/workspace.scss */
#workspace a.workspace-inline-action:hover svg {
  fill: #17334b;
}

/* line 235, app/assets/stylesheets/workspace.scss */
#workspace a.workspace-inline-action.disabled svg {
  fill: #e7e7e7;
}

/* line 241, app/assets/stylesheets/workspace.scss */
#workspace a.workspace-inline-action[data-action="help"] {
  right: 1rem;
}

/* line 248, app/assets/stylesheets/workspace.scss */
#workspace.frames a.workspace-inline-action[data-action="new"] {
  left: 1rem;
}

/* line 252, app/assets/stylesheets/workspace.scss */
#workspace.frames a.workspace-inline-action[data-action="import"] {
  left: 4rem;
}

/* line 256, app/assets/stylesheets/workspace.scss */
#workspace.frames a.workspace-inline-action[data-action="copy-css"] {
  right: 10rem;
}

/* line 260, app/assets/stylesheets/workspace.scss */
#workspace.frames a.workspace-inline-action[data-action="save"] {
  right: 7rem;
}

/* line 264, app/assets/stylesheets/workspace.scss */
#workspace.frames a.workspace-inline-action[data-action="enable-editing"], #workspace.frames a.workspace-inline-action[data-action="disable-editing"] {
  right: 4rem;
}

/* line 274, app/assets/stylesheets/workspace.scss */
#workspace.mainprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="new"], #workspace.mainprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="import"], #workspace.detailprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="new"], #workspace.detailprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="import"] {
  top: 5rem;
}

/* line 278, app/assets/stylesheets/workspace.scss */
#workspace.mainprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="new"], #workspace.mainprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="new"] svg, #workspace.mainprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="import"], #workspace.mainprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="import"] svg, #workspace.detailprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="new"], #workspace.detailprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="new"] svg, #workspace.detailprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="import"], #workspace.detailprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="import"] svg {
  height: 5rem;
  width: 5rem;
}

/* line 284, app/assets/stylesheets/workspace.scss */
#workspace.mainprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="new"], #workspace.detailprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="new"] {
  right: calc(50% + 0.75rem);
}

/* line 288, app/assets/stylesheets/workspace.scss */
#workspace.mainprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="import"], #workspace.detailprocessvariants #modeling-wrapper > a.workspace-inline-action[data-action="import"] {
  left: calc(50% + 0.75rem);
}

/* line 293, app/assets/stylesheets/workspace.scss */
#workspace.mainprocessvariants :not(#modeling-wrapper) > a.workspace-inline-action, #workspace.detailprocessvariants :not(#modeling-wrapper) > a.workspace-inline-action {
  position: absolute;
}

/* line 296, app/assets/stylesheets/workspace.scss */
#workspace.mainprocessvariants :not(#modeling-wrapper) > a.workspace-inline-action[data-action="new"], #workspace.detailprocessvariants :not(#modeling-wrapper) > a.workspace-inline-action[data-action="new"] {
  right: calc(50% + 0.5rem);
}

/* line 300, app/assets/stylesheets/workspace.scss */
#workspace.mainprocessvariants :not(#modeling-wrapper) > a.workspace-inline-action[data-action="import"], #workspace.detailprocessvariants :not(#modeling-wrapper) > a.workspace-inline-action[data-action="import"] {
  left: calc(50% + 0.5rem);
}

/* line 308, app/assets/stylesheets/workspace.scss */
#workspace.mainprocessvariants ul.main-path.last-node-interim + .workspace-inline-actions, #workspace.mainprocessvariants ul.main-path.last-node-interim + a.workspace-inline-action, #workspace.mainprocessvariants ul.main-path.empty + .workspace-inline-actions, #workspace.mainprocessvariants ul.main-path.empty + a.workspace-inline-action, #workspace.detailprocessvariants ul.main-path.last-node-interim + .workspace-inline-actions, #workspace.detailprocessvariants ul.main-path.last-node-interim + a.workspace-inline-action, #workspace.detailprocessvariants ul.main-path.empty + .workspace-inline-actions, #workspace.detailprocessvariants ul.main-path.empty + a.workspace-inline-action {
  display: none;
}

/* line 315, app/assets/stylesheets/workspace.scss */
#workspace.mainprocessvariants #modeling-canvas, #workspace.detailprocessvariants #modeling-canvas {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 135px;
}

/* line 325, app/assets/stylesheets/workspace.scss */
#workspace.hierarchies a.workspace-inline-action[data-action="toggle-all"] {
  right: 7rem;
  transition: all .5s ease-in-out;
  transform: rotate(-90deg);
}

/* line 330, app/assets/stylesheets/workspace.scss */
#workspace.hierarchies a.workspace-inline-action.inverse[data-action="toggle-all"] {
  transform: scaleX(-1) rotate(-90deg);
}

/* line 335, app/assets/stylesheets/workspace.scss */
#workspace.hierarchies a.workspace-inline-action[data-action="export"] {
  right: 10rem;
}

/* line 342, app/assets/stylesheets/workspace.scss */
#workspace.hierarchies.editing-disabled a.workspace-inline-action[data-action="toggle-all"] {
  right: 4rem;
}

/* line 346, app/assets/stylesheets/workspace.scss */
#workspace.hierarchies.editing-disabled a.workspace-inline-action[data-action="export"] {
  right: 7rem;
}

/* line 352, app/assets/stylesheets/workspace.scss */
#workspace.hierarchies #modeling-wrapper #modeling-footer {
  display: none;
}

/* line 361, app/assets/stylesheets/workspace.scss */
#workspace.mainprocessvariants a.workspace-inline-action[data-action="undo"], #workspace.mainprocessvariants a.workspace-inline-action[data-action="redo"], #workspace.detailprocessvariants a.workspace-inline-action[data-action="undo"], #workspace.detailprocessvariants a.workspace-inline-action[data-action="redo"], #workspace.hierarchies a.workspace-inline-action[data-action="undo"], #workspace.hierarchies a.workspace-inline-action[data-action="redo"] {
  right: 4rem;
}

/* line 365, app/assets/stylesheets/workspace.scss */
#workspace.mainprocessvariants a.workspace-inline-action[data-action="undo"], #workspace.mainprocessvariants a.workspace-inline-action[data-action="undo"] svg, #workspace.mainprocessvariants a.workspace-inline-action[data-action="redo"], #workspace.mainprocessvariants a.workspace-inline-action[data-action="redo"] svg, #workspace.detailprocessvariants a.workspace-inline-action[data-action="undo"], #workspace.detailprocessvariants a.workspace-inline-action[data-action="undo"] svg, #workspace.detailprocessvariants a.workspace-inline-action[data-action="redo"], #workspace.detailprocessvariants a.workspace-inline-action[data-action="redo"] svg, #workspace.hierarchies a.workspace-inline-action[data-action="undo"], #workspace.hierarchies a.workspace-inline-action[data-action="undo"] svg, #workspace.hierarchies a.workspace-inline-action[data-action="redo"], #workspace.hierarchies a.workspace-inline-action[data-action="redo"] svg {
  height: 1rem;
}

/* line 370, app/assets/stylesheets/workspace.scss */
#workspace.mainprocessvariants a.workspace-inline-action[data-action="undo"], #workspace.detailprocessvariants a.workspace-inline-action[data-action="undo"], #workspace.hierarchies a.workspace-inline-action[data-action="undo"] {
  top: 0.5rem;
}

/* line 374, app/assets/stylesheets/workspace.scss */
#workspace.mainprocessvariants a.workspace-inline-action[data-action="redo"], #workspace.detailprocessvariants a.workspace-inline-action[data-action="redo"], #workspace.hierarchies a.workspace-inline-action[data-action="redo"] {
  top: 2rem;
}

/* line 382, app/assets/stylesheets/workspace.scss */
#workspace.frames.editing-enabled a.workspace-inline-action[data-action="enable-editing"] {
  display: none;
}

/* line 390, app/assets/stylesheets/workspace.scss */
#workspace.frames.editing-disabled a.workspace-inline-action[data-action]:not([data-action="enable-editing"], [data-action="help"]) {
  display: none;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  /* line 5, app/assets/stylesheets/_media-adjustments.scss */
  #workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .next-edge,
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .prev-edge {
    width: .75px;
  }
  /* line 9, app/assets/stylesheets/_media-adjustments.scss */
  #workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .parent-edge,
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .child-edge {
    height: .75px;
  }
  /* line 16, app/assets/stylesheets/_media-adjustments.scss */
  #workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .toggle-branch {
    height: 13.5px;
    width: 13.5px;
    top: 13.5px;
    left: 13.5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 25, app/assets/stylesheets/_media-adjustments.scss */
  #workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .toggle-branch span {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    background: none;
    position: initial;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  /* line 33, app/assets/stylesheets/_media-adjustments.scss */
  #workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .toggle-branch span:after {
    content: "" !important;
    background-color: white;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
  /* line 44, app/assets/stylesheets/_media-adjustments.scss */
  #workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd li.collapsed > .edge-wrapper .toggle-branch span:after {
    width: 7.5px;
    height: 7.5px;
    -webkit-mask-image: url(/assets/icons/plus-95b932baf8708b42e7ccd9e5ae8fbf23a3170460bd41775d107a030bdfd25159.svg);
            mask-image: url(/assets/icons/plus-95b932baf8708b42e7ccd9e5ae8fbf23a3170460bd41775d107a030bdfd25159.svg);
  }
  /* line 50, app/assets/stylesheets/_media-adjustments.scss */
  #workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd li.expanded > .edge-wrapper .toggle-branch span:after {
    height: 2.4px;
    width: 7px;
    -webkit-mask-image: url(/assets/icons/minus-2d9acc94e49783b246f757156239b6a11e905833d1bd427f0c6c04490a608c0b.svg);
            mask-image: url(/assets/icons/minus-2d9acc94e49783b246f757156239b6a11e905833d1bd427f0c6c04490a608c0b.svg);
  }
}

@media (-webkit-device-pixel-ratio: 1.5) {
  /* line 60, app/assets/stylesheets/_media-adjustments.scss */
  #workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .next-edge,
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .prev-edge {
    width: .5px;
  }
  /* line 64, app/assets/stylesheets/_media-adjustments.scss */
  #workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .parent-edge,
#workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .child-edge {
    height: .5px;
  }
  /* line 71, app/assets/stylesheets/_media-adjustments.scss */
  #workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .toggle-branch {
    height: 14px;
    width: 14px;
    top: 13.5px;
    left: 13.5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 80, app/assets/stylesheets/_media-adjustments.scss */
  #workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .toggle-branch span {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    background: none;
    position: initial;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  /* line 88, app/assets/stylesheets/_media-adjustments.scss */
  #workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd .edge-wrapper .toggle-branch span:after {
    content: "" !important;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background-color: white;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  /* line 105, app/assets/stylesheets/_media-adjustments.scss */
  #workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd li.collapsed > .edge-wrapper .toggle-branch span:after {
    -webkit-mask-image: url(/assets/icons/plus-95b932baf8708b42e7ccd9e5ae8fbf23a3170460bd41775d107a030bdfd25159.svg);
            mask-image: url(/assets/icons/plus-95b932baf8708b42e7ccd9e5ae8fbf23a3170460bd41775d107a030bdfd25159.svg);
  }
  /* line 109, app/assets/stylesheets/_media-adjustments.scss */
  #workspace.hierarchies #modeling-wrapper #modeling-canvas div.dnd li.expanded > .edge-wrapper .toggle-branch span:after {
    height: 3.5px;
    top: 5.2px;
    -webkit-mask-image: url(/assets/icons/minus-2d9acc94e49783b246f757156239b6a11e905833d1bd427f0c6c04490a608c0b.svg);
            mask-image: url(/assets/icons/minus-2d9acc94e49783b246f757156239b6a11e905833d1bd427f0c6c04490a608c0b.svg);
  }
}
