@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 7, app/assets/stylesheets/space-theme.scss */
:root {
  --bs-blue: #334AC0;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #692340;
  --bs-orange: #fd7e14;
  --bs-yellow: #F1B980;
  --bs-green: #008060;
  --bs-teal: #077C76;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #8C98A4;
  --bs-gray-dark: #51596C;
  --bs-gray-100: #F9FAFC;
  --bs-gray-200: #F8FAFD;
  --bs-gray-300: #E7EAF3;
  --bs-gray-400: #BDC5D1;
  --bs-gray-500: #97A4AF;
  --bs-gray-600: #8C98A4;
  --bs-gray-700: #677788;
  --bs-gray-800: #51596C;
  --bs-gray-900: #223B41;
  --bs-primary: #008060;
  --bs-secondary: #51596C;
  --bs-success: #077C76;
  --bs-info: #334AC0;
  --bs-warning: #F1B980;
  --bs-danger: #692340;
  --bs-light: #F9FAFC;
  --bs-dark: #00221C;
  --bs-primary-rgb: 0, 128, 96;
  --bs-secondary-rgb: 81, 89, 108;
  --bs-success-rgb: 7, 124, 118;
  --bs-info-rgb: 51, 74, 192;
  --bs-warning-rgb: 241, 185, 128;
  --bs-danger-rgb: 105, 35, 64;
  --bs-light-rgb: 249, 250, 252;
  --bs-dark-rgb: 0, 34, 28;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 81, 89, 108;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Inter, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #51596C;
  --bs-body-bg: #fff
;
}

/* line 61, app/assets/stylesheets/space-theme.scss */
*, ::after, ::before {
  box-sizing: border-box;
}

/* line 65, app/assets/stylesheets/space-theme.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 78, app/assets/stylesheets/space-theme.scss */
hr {
  margin: 1rem 0;
  color: rgba(0, 34, 28, 0.1);
  background-color: currentColor;
  border: 0;
  opacity: 1;
}

/* line 86, app/assets/stylesheets/space-theme.scss */
hr:not([size]) {
  height: .0625rem;
}

/* line 90, app/assets/stylesheets/space-theme.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #00221c;
}

/* line 98, app/assets/stylesheets/space-theme.scss */
.h1, h1 {
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  /* line 103, app/assets/stylesheets/space-theme.scss */
  .h1, h1 {
    font-size: 3.5rem;
  }
}

/* line 108, app/assets/stylesheets/space-theme.scss */
.h2, h2 {
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  /* line 113, app/assets/stylesheets/space-theme.scss */
  .h2, h2 {
    font-size: 3rem;
  }
}

/* line 118, app/assets/stylesheets/space-theme.scss */
.h3, h3 {
  font-size: calc(1.3375rem + 1.05vw);
}

@media (min-width: 1200px) {
  /* line 123, app/assets/stylesheets/space-theme.scss */
  .h3, h3 {
    font-size: 2.125rem;
  }
}

/* line 128, app/assets/stylesheets/space-theme.scss */
.h4, h4 {
  font-size: calc(1.2875rem + .45vw);
}

@media (min-width: 1200px) {
  /* line 133, app/assets/stylesheets/space-theme.scss */
  .h4, h4 {
    font-size: 1.625rem;
  }
}

/* line 138, app/assets/stylesheets/space-theme.scss */
.h5, h5 {
  font-size: calc(1.2625rem + .15vw);
}

@media (min-width: 1200px) {
  /* line 143, app/assets/stylesheets/space-theme.scss */
  .h5, h5 {
    font-size: 1.375rem;
  }
}

/* line 148, app/assets/stylesheets/space-theme.scss */
.h6, h6 {
  font-size: 1.125rem;
}

/* line 152, app/assets/stylesheets/space-theme.scss */
.h7 {
  font-size: 1rem;
}

/* line 156, app/assets/stylesheets/space-theme.scss */
.h8 {
  font-size: .875rem;
}

/* line 160, app/assets/stylesheets/space-theme.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 165, app/assets/stylesheets/space-theme.scss */
abbr[data-bs-original-title], abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

/* line 179, app/assets/stylesheets/space-theme.scss */
ol, ul {
  padding-left: 2rem;
}

/* line 183, app/assets/stylesheets/space-theme.scss */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 188, app/assets/stylesheets/space-theme.scss */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 192, app/assets/stylesheets/space-theme.scss */
dt {
  font-weight: 700;
}

/* line 196, app/assets/stylesheets/space-theme.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 201, app/assets/stylesheets/space-theme.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 205, app/assets/stylesheets/space-theme.scss */
b, strong {
  font-weight: bolder;
}

/* line 209, app/assets/stylesheets/space-theme.scss */
.small, small {
  font-size: .875em;
}

/* line 213, app/assets/stylesheets/space-theme.scss */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 218, app/assets/stylesheets/space-theme.scss */
sub, sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 225, app/assets/stylesheets/space-theme.scss */
sub {
  bottom: -.25em;
}

/* line 229, app/assets/stylesheets/space-theme.scss */
sup {
  top: -.5em;
}

/* line 233, app/assets/stylesheets/space-theme.scss */
a {
  color: #008060;
  text-decoration: none;
}

/* line 238, app/assets/stylesheets/space-theme.scss */
a:hover {
  color: #005c45;
}

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

/* line 247, app/assets/stylesheets/space-theme.scss */
code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

/* line 254, app/assets/stylesheets/space-theme.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 1em;
}

/* line 262, app/assets/stylesheets/space-theme.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 268, app/assets/stylesheets/space-theme.scss */
code {
  font-size: 1em;
  color: #d63384;
  word-wrap: break-word;
}

/* line 274, app/assets/stylesheets/space-theme.scss */
a > code {
  color: inherit;
}

/* line 278, app/assets/stylesheets/space-theme.scss */
kbd {
  padding: .2rem .4rem;
  font-size: 1em;
  color: #00221c;
  background-color: #e7eaf3;
  border-radius: .125rem;
}

/* line 286, app/assets/stylesheets/space-theme.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

/* line 292, app/assets/stylesheets/space-theme.scss */
figure {
  margin: 0 0 1rem;
}

/* line 296, app/assets/stylesheets/space-theme.scss */
img, svg {
  vertical-align: middle;
}

/* line 300, app/assets/stylesheets/space-theme.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 305, app/assets/stylesheets/space-theme.scss */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #8c98a4;
  text-align: left;
}

/* line 312, app/assets/stylesheets/space-theme.scss */
th {
  font-weight: 400;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 318, app/assets/stylesheets/space-theme.scss */
tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 324, app/assets/stylesheets/space-theme.scss */
label {
  display: inline-block;
}

/* line 328, app/assets/stylesheets/space-theme.scss */
button {
  border-radius: 0;
}

/* line 332, app/assets/stylesheets/space-theme.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

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

/* line 343, app/assets/stylesheets/space-theme.scss */
button, select {
  text-transform: none;
}

/* line 347, app/assets/stylesheets/space-theme.scss */
[role=button] {
  cursor: pointer;
}

/* line 351, app/assets/stylesheets/space-theme.scss */
select {
  word-wrap: normal;
}

/* line 355, app/assets/stylesheets/space-theme.scss */
select:disabled {
  opacity: 1;
}

/* line 359, app/assets/stylesheets/space-theme.scss */
[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 363, app/assets/stylesheets/space-theme.scss */
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

/* line 367, app/assets/stylesheets/space-theme.scss */
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

/* line 371, app/assets/stylesheets/space-theme.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 376, app/assets/stylesheets/space-theme.scss */
textarea {
  resize: vertical;
}

/* line 380, app/assets/stylesheets/space-theme.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 387, app/assets/stylesheets/space-theme.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 397, app/assets/stylesheets/space-theme.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 402, app/assets/stylesheets/space-theme.scss */
legend + * {
  clear: left;
}

/* line 406, app/assets/stylesheets/space-theme.scss */
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 410, app/assets/stylesheets/space-theme.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 414, app/assets/stylesheets/space-theme.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* line 419, app/assets/stylesheets/space-theme.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 423, app/assets/stylesheets/space-theme.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 427, app/assets/stylesheets/space-theme.scss */
::file-selector-button {
  font: inherit;
}

/* line 431, app/assets/stylesheets/space-theme.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 436, app/assets/stylesheets/space-theme.scss */
output {
  display: inline-block;
}

/* line 440, app/assets/stylesheets/space-theme.scss */
iframe {
  border: 0;
}

/* line 444, app/assets/stylesheets/space-theme.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 449, app/assets/stylesheets/space-theme.scss */
progress {
  vertical-align: baseline;
}

/* line 453, app/assets/stylesheets/space-theme.scss */
[hidden] {
  display: none !important;
}

/* line 457, app/assets/stylesheets/space-theme.scss */
.lead {
  font-size: calc(1.275rem + .3vw);
  font-weight: 400;
}

@media (min-width: 1200px) {
  /* line 463, app/assets/stylesheets/space-theme.scss */
  .lead {
    font-size: 1.5rem;
  }
}

/* line 468, app/assets/stylesheets/space-theme.scss */
.display-1 {
  font-size: calc(1.75rem + 6vw);
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 475, app/assets/stylesheets/space-theme.scss */
  .display-1 {
    font-size: 6.25rem;
  }
}

/* line 480, app/assets/stylesheets/space-theme.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 487, app/assets/stylesheets/space-theme.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 492, app/assets/stylesheets/space-theme.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 499, app/assets/stylesheets/space-theme.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 504, app/assets/stylesheets/space-theme.scss */
.display-4 {
  font-size: calc(1.5rem + 3vw);
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 511, app/assets/stylesheets/space-theme.scss */
  .display-4 {
    font-size: 3.75rem;
  }
}

/* line 516, app/assets/stylesheets/space-theme.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 523, app/assets/stylesheets/space-theme.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 528, app/assets/stylesheets/space-theme.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 535, app/assets/stylesheets/space-theme.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 540, app/assets/stylesheets/space-theme.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 545, app/assets/stylesheets/space-theme.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 550, app/assets/stylesheets/space-theme.scss */
.list-inline-item {
  display: inline-block;
}

/* line 554, app/assets/stylesheets/space-theme.scss */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 558, app/assets/stylesheets/space-theme.scss */
.initialism {
  font-size: .875em;
  text-transform: uppercase;
}

/* line 563, app/assets/stylesheets/space-theme.scss */
.blockquote {
  margin-bottom: 0;
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  /* line 569, app/assets/stylesheets/space-theme.scss */
  .blockquote {
    font-size: 1.75rem;
  }
}

/* line 574, app/assets/stylesheets/space-theme.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 578, app/assets/stylesheets/space-theme.scss */
.blockquote-footer {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #00221c;
}

/* line 585, app/assets/stylesheets/space-theme.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 589, app/assets/stylesheets/space-theme.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 594, app/assets/stylesheets/space-theme.scss */
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: .0625rem solid #e7eaf3;
  border-radius: .3125rem;
  max-width: 100%;
  height: auto;
}

/* line 603, app/assets/stylesheets/space-theme.scss */
.figure {
  display: inline-block;
}

/* line 607, app/assets/stylesheets/space-theme.scss */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

/* line 612, app/assets/stylesheets/space-theme.scss */
.figure-caption {
  font-size: .875em;
  color: #8c98a4;
}

/* line 617, app/assets/stylesheets/space-theme.scss */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

/* line 649, app/assets/stylesheets/space-theme.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 661, app/assets/stylesheets/space-theme.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 671, app/assets/stylesheets/space-theme.scss */
.col {
  flex: 1 0 0%;
}

/* line 676, app/assets/stylesheets/space-theme.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 682, app/assets/stylesheets/space-theme.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 688, app/assets/stylesheets/space-theme.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 694, app/assets/stylesheets/space-theme.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}

/* line 700, app/assets/stylesheets/space-theme.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 706, app/assets/stylesheets/space-theme.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 712, app/assets/stylesheets/space-theme.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%;
}

/* line 718, app/assets/stylesheets/space-theme.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 724, app/assets/stylesheets/space-theme.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

/* line 730, app/assets/stylesheets/space-theme.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

/* line 736, app/assets/stylesheets/space-theme.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 742, app/assets/stylesheets/space-theme.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

/* line 748, app/assets/stylesheets/space-theme.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

/* line 754, app/assets/stylesheets/space-theme.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 760, app/assets/stylesheets/space-theme.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

/* line 766, app/assets/stylesheets/space-theme.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

/* line 772, app/assets/stylesheets/space-theme.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 778, app/assets/stylesheets/space-theme.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

/* line 784, app/assets/stylesheets/space-theme.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

/* line 790, app/assets/stylesheets/space-theme.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 796, app/assets/stylesheets/space-theme.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 800, app/assets/stylesheets/space-theme.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 804, app/assets/stylesheets/space-theme.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 808, app/assets/stylesheets/space-theme.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 812, app/assets/stylesheets/space-theme.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 816, app/assets/stylesheets/space-theme.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 820, app/assets/stylesheets/space-theme.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 824, app/assets/stylesheets/space-theme.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 828, app/assets/stylesheets/space-theme.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 832, app/assets/stylesheets/space-theme.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 836, app/assets/stylesheets/space-theme.scss */
.offset-11 {
  margin-left: 91.66667%;
}

/* line 840, app/assets/stylesheets/space-theme.scss */
.g-0, .gx-0 {
  --bs-gutter-x: 0
;
}

/* line 844, app/assets/stylesheets/space-theme.scss */
.g-0, .gy-0 {
  --bs-gutter-y: 0
;
}

/* line 848, app/assets/stylesheets/space-theme.scss */
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem
;
}

/* line 852, app/assets/stylesheets/space-theme.scss */
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem
;
}

/* line 856, app/assets/stylesheets/space-theme.scss */
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem
;
}

/* line 860, app/assets/stylesheets/space-theme.scss */
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem
;
}

/* line 864, app/assets/stylesheets/space-theme.scss */
.g-3, .gx-3 {
  --bs-gutter-x: 1rem
;
}

/* line 868, app/assets/stylesheets/space-theme.scss */
.g-3, .gy-3 {
  --bs-gutter-y: 1rem
;
}

/* line 872, app/assets/stylesheets/space-theme.scss */
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem
;
}

/* line 876, app/assets/stylesheets/space-theme.scss */
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem
;
}

/* line 880, app/assets/stylesheets/space-theme.scss */
.g-5, .gx-5 {
  --bs-gutter-x: 2rem
;
}

/* line 884, app/assets/stylesheets/space-theme.scss */
.g-5, .gy-5 {
  --bs-gutter-y: 2rem
;
}

/* line 888, app/assets/stylesheets/space-theme.scss */
.g-6, .gx-6 {
  --bs-gutter-x: 2.5rem
;
}

/* line 892, app/assets/stylesheets/space-theme.scss */
.g-6, .gy-6 {
  --bs-gutter-y: 2.5rem
;
}

/* line 896, app/assets/stylesheets/space-theme.scss */
.g-7, .gx-7 {
  --bs-gutter-x: 3rem
;
}

/* line 900, app/assets/stylesheets/space-theme.scss */
.g-7, .gy-7 {
  --bs-gutter-y: 3rem
;
}

/* line 904, app/assets/stylesheets/space-theme.scss */
.g-8, .gx-8 {
  --bs-gutter-x: 3.5rem
;
}

/* line 908, app/assets/stylesheets/space-theme.scss */
.g-8, .gy-8 {
  --bs-gutter-y: 3.5rem
;
}

/* line 912, app/assets/stylesheets/space-theme.scss */
.g-9, .gx-9 {
  --bs-gutter-x: 4rem
;
}

/* line 916, app/assets/stylesheets/space-theme.scss */
.g-9, .gy-9 {
  --bs-gutter-y: 4rem
;
}

/* line 920, app/assets/stylesheets/space-theme.scss */
.g-10, .gx-10 {
  --bs-gutter-x: 4.5rem
;
}

/* line 924, app/assets/stylesheets/space-theme.scss */
.g-10, .gy-10 {
  --bs-gutter-y: 4.5rem
;
}

@media (min-width: 576px) {
  /* line 929, app/assets/stylesheets/space-theme.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 934, app/assets/stylesheets/space-theme.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 940, app/assets/stylesheets/space-theme.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 946, app/assets/stylesheets/space-theme.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 952, app/assets/stylesheets/space-theme.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 958, app/assets/stylesheets/space-theme.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 964, app/assets/stylesheets/space-theme.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 970, app/assets/stylesheets/space-theme.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 976, app/assets/stylesheets/space-theme.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 982, app/assets/stylesheets/space-theme.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  /* line 988, app/assets/stylesheets/space-theme.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 994, app/assets/stylesheets/space-theme.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1000, app/assets/stylesheets/space-theme.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 1006, app/assets/stylesheets/space-theme.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  /* line 1012, app/assets/stylesheets/space-theme.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1018, app/assets/stylesheets/space-theme.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  /* line 1024, app/assets/stylesheets/space-theme.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  /* line 1030, app/assets/stylesheets/space-theme.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1036, app/assets/stylesheets/space-theme.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  /* line 1042, app/assets/stylesheets/space-theme.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  /* line 1048, app/assets/stylesheets/space-theme.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1054, app/assets/stylesheets/space-theme.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1058, app/assets/stylesheets/space-theme.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 1062, app/assets/stylesheets/space-theme.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 1066, app/assets/stylesheets/space-theme.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1070, app/assets/stylesheets/space-theme.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 1074, app/assets/stylesheets/space-theme.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 1078, app/assets/stylesheets/space-theme.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1082, app/assets/stylesheets/space-theme.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 1086, app/assets/stylesheets/space-theme.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 1090, app/assets/stylesheets/space-theme.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1094, app/assets/stylesheets/space-theme.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 1098, app/assets/stylesheets/space-theme.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  /* line 1102, app/assets/stylesheets/space-theme.scss */
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0
    ;
  }
  /* line 1106, app/assets/stylesheets/space-theme.scss */
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0
    ;
  }
  /* line 1110, app/assets/stylesheets/space-theme.scss */
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem
    ;
  }
  /* line 1114, app/assets/stylesheets/space-theme.scss */
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem
    ;
  }
  /* line 1118, app/assets/stylesheets/space-theme.scss */
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem
    ;
  }
  /* line 1122, app/assets/stylesheets/space-theme.scss */
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem
    ;
  }
  /* line 1126, app/assets/stylesheets/space-theme.scss */
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem
    ;
  }
  /* line 1130, app/assets/stylesheets/space-theme.scss */
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem
    ;
  }
  /* line 1134, app/assets/stylesheets/space-theme.scss */
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem
    ;
  }
  /* line 1138, app/assets/stylesheets/space-theme.scss */
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem
    ;
  }
  /* line 1142, app/assets/stylesheets/space-theme.scss */
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 2rem
    ;
  }
  /* line 1146, app/assets/stylesheets/space-theme.scss */
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 2rem
    ;
  }
  /* line 1150, app/assets/stylesheets/space-theme.scss */
  .g-sm-6, .gx-sm-6 {
    --bs-gutter-x: 2.5rem
    ;
  }
  /* line 1154, app/assets/stylesheets/space-theme.scss */
  .g-sm-6, .gy-sm-6 {
    --bs-gutter-y: 2.5rem
    ;
  }
  /* line 1158, app/assets/stylesheets/space-theme.scss */
  .g-sm-7, .gx-sm-7 {
    --bs-gutter-x: 3rem
    ;
  }
  /* line 1162, app/assets/stylesheets/space-theme.scss */
  .g-sm-7, .gy-sm-7 {
    --bs-gutter-y: 3rem
    ;
  }
  /* line 1166, app/assets/stylesheets/space-theme.scss */
  .g-sm-8, .gx-sm-8 {
    --bs-gutter-x: 3.5rem
    ;
  }
  /* line 1170, app/assets/stylesheets/space-theme.scss */
  .g-sm-8, .gy-sm-8 {
    --bs-gutter-y: 3.5rem
    ;
  }
  /* line 1174, app/assets/stylesheets/space-theme.scss */
  .g-sm-9, .gx-sm-9 {
    --bs-gutter-x: 4rem
    ;
  }
  /* line 1178, app/assets/stylesheets/space-theme.scss */
  .g-sm-9, .gy-sm-9 {
    --bs-gutter-y: 4rem
    ;
  }
  /* line 1182, app/assets/stylesheets/space-theme.scss */
  .g-sm-10, .gx-sm-10 {
    --bs-gutter-x: 4.5rem
    ;
  }
  /* line 1186, app/assets/stylesheets/space-theme.scss */
  .g-sm-10, .gy-sm-10 {
    --bs-gutter-y: 4.5rem
    ;
  }
}

@media (min-width: 768px) {
  /* line 1192, app/assets/stylesheets/space-theme.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 1197, app/assets/stylesheets/space-theme.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1203, app/assets/stylesheets/space-theme.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1209, app/assets/stylesheets/space-theme.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1215, app/assets/stylesheets/space-theme.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 1221, app/assets/stylesheets/space-theme.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1227, app/assets/stylesheets/space-theme.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1233, app/assets/stylesheets/space-theme.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 1239, app/assets/stylesheets/space-theme.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1245, app/assets/stylesheets/space-theme.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  /* line 1251, app/assets/stylesheets/space-theme.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 1257, app/assets/stylesheets/space-theme.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1263, app/assets/stylesheets/space-theme.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 1269, app/assets/stylesheets/space-theme.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  /* line 1275, app/assets/stylesheets/space-theme.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1281, app/assets/stylesheets/space-theme.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  /* line 1287, app/assets/stylesheets/space-theme.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  /* line 1293, app/assets/stylesheets/space-theme.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1299, app/assets/stylesheets/space-theme.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  /* line 1305, app/assets/stylesheets/space-theme.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  /* line 1311, app/assets/stylesheets/space-theme.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1317, app/assets/stylesheets/space-theme.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1321, app/assets/stylesheets/space-theme.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 1325, app/assets/stylesheets/space-theme.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 1329, app/assets/stylesheets/space-theme.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1333, app/assets/stylesheets/space-theme.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 1337, app/assets/stylesheets/space-theme.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 1341, app/assets/stylesheets/space-theme.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1345, app/assets/stylesheets/space-theme.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 1349, app/assets/stylesheets/space-theme.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 1353, app/assets/stylesheets/space-theme.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1357, app/assets/stylesheets/space-theme.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 1361, app/assets/stylesheets/space-theme.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  /* line 1365, app/assets/stylesheets/space-theme.scss */
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0
    ;
  }
  /* line 1369, app/assets/stylesheets/space-theme.scss */
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0
    ;
  }
  /* line 1373, app/assets/stylesheets/space-theme.scss */
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem
    ;
  }
  /* line 1377, app/assets/stylesheets/space-theme.scss */
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem
    ;
  }
  /* line 1381, app/assets/stylesheets/space-theme.scss */
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem
    ;
  }
  /* line 1385, app/assets/stylesheets/space-theme.scss */
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem
    ;
  }
  /* line 1389, app/assets/stylesheets/space-theme.scss */
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem
    ;
  }
  /* line 1393, app/assets/stylesheets/space-theme.scss */
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem
    ;
  }
  /* line 1397, app/assets/stylesheets/space-theme.scss */
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem
    ;
  }
  /* line 1401, app/assets/stylesheets/space-theme.scss */
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem
    ;
  }
  /* line 1405, app/assets/stylesheets/space-theme.scss */
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 2rem
    ;
  }
  /* line 1409, app/assets/stylesheets/space-theme.scss */
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 2rem
    ;
  }
  /* line 1413, app/assets/stylesheets/space-theme.scss */
  .g-md-6, .gx-md-6 {
    --bs-gutter-x: 2.5rem
    ;
  }
  /* line 1417, app/assets/stylesheets/space-theme.scss */
  .g-md-6, .gy-md-6 {
    --bs-gutter-y: 2.5rem
    ;
  }
  /* line 1421, app/assets/stylesheets/space-theme.scss */
  .g-md-7, .gx-md-7 {
    --bs-gutter-x: 3rem
    ;
  }
  /* line 1425, app/assets/stylesheets/space-theme.scss */
  .g-md-7, .gy-md-7 {
    --bs-gutter-y: 3rem
    ;
  }
  /* line 1429, app/assets/stylesheets/space-theme.scss */
  .g-md-8, .gx-md-8 {
    --bs-gutter-x: 3.5rem
    ;
  }
  /* line 1433, app/assets/stylesheets/space-theme.scss */
  .g-md-8, .gy-md-8 {
    --bs-gutter-y: 3.5rem
    ;
  }
  /* line 1437, app/assets/stylesheets/space-theme.scss */
  .g-md-9, .gx-md-9 {
    --bs-gutter-x: 4rem
    ;
  }
  /* line 1441, app/assets/stylesheets/space-theme.scss */
  .g-md-9, .gy-md-9 {
    --bs-gutter-y: 4rem
    ;
  }
  /* line 1445, app/assets/stylesheets/space-theme.scss */
  .g-md-10, .gx-md-10 {
    --bs-gutter-x: 4.5rem
    ;
  }
  /* line 1449, app/assets/stylesheets/space-theme.scss */
  .g-md-10, .gy-md-10 {
    --bs-gutter-y: 4.5rem
    ;
  }
}

@media (min-width: 992px) {
  /* line 1455, app/assets/stylesheets/space-theme.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 1460, app/assets/stylesheets/space-theme.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1466, app/assets/stylesheets/space-theme.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1472, app/assets/stylesheets/space-theme.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1478, app/assets/stylesheets/space-theme.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 1484, app/assets/stylesheets/space-theme.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1490, app/assets/stylesheets/space-theme.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1496, app/assets/stylesheets/space-theme.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 1502, app/assets/stylesheets/space-theme.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1508, app/assets/stylesheets/space-theme.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  /* line 1514, app/assets/stylesheets/space-theme.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 1520, app/assets/stylesheets/space-theme.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1526, app/assets/stylesheets/space-theme.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 1532, app/assets/stylesheets/space-theme.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  /* line 1538, app/assets/stylesheets/space-theme.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1544, app/assets/stylesheets/space-theme.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  /* line 1550, app/assets/stylesheets/space-theme.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  /* line 1556, app/assets/stylesheets/space-theme.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1562, app/assets/stylesheets/space-theme.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  /* line 1568, app/assets/stylesheets/space-theme.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  /* line 1574, app/assets/stylesheets/space-theme.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1580, app/assets/stylesheets/space-theme.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1584, app/assets/stylesheets/space-theme.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 1588, app/assets/stylesheets/space-theme.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 1592, app/assets/stylesheets/space-theme.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1596, app/assets/stylesheets/space-theme.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 1600, app/assets/stylesheets/space-theme.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 1604, app/assets/stylesheets/space-theme.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1608, app/assets/stylesheets/space-theme.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 1612, app/assets/stylesheets/space-theme.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 1616, app/assets/stylesheets/space-theme.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1620, app/assets/stylesheets/space-theme.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 1624, app/assets/stylesheets/space-theme.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  /* line 1628, app/assets/stylesheets/space-theme.scss */
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0
    ;
  }
  /* line 1632, app/assets/stylesheets/space-theme.scss */
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0
    ;
  }
  /* line 1636, app/assets/stylesheets/space-theme.scss */
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem
    ;
  }
  /* line 1640, app/assets/stylesheets/space-theme.scss */
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem
    ;
  }
  /* line 1644, app/assets/stylesheets/space-theme.scss */
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem
    ;
  }
  /* line 1648, app/assets/stylesheets/space-theme.scss */
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem
    ;
  }
  /* line 1652, app/assets/stylesheets/space-theme.scss */
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem
    ;
  }
  /* line 1656, app/assets/stylesheets/space-theme.scss */
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem
    ;
  }
  /* line 1660, app/assets/stylesheets/space-theme.scss */
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem
    ;
  }
  /* line 1664, app/assets/stylesheets/space-theme.scss */
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem
    ;
  }
  /* line 1668, app/assets/stylesheets/space-theme.scss */
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 2rem
    ;
  }
  /* line 1672, app/assets/stylesheets/space-theme.scss */
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 2rem
    ;
  }
  /* line 1676, app/assets/stylesheets/space-theme.scss */
  .g-lg-6, .gx-lg-6 {
    --bs-gutter-x: 2.5rem
    ;
  }
  /* line 1680, app/assets/stylesheets/space-theme.scss */
  .g-lg-6, .gy-lg-6 {
    --bs-gutter-y: 2.5rem
    ;
  }
  /* line 1684, app/assets/stylesheets/space-theme.scss */
  .g-lg-7, .gx-lg-7 {
    --bs-gutter-x: 3rem
    ;
  }
  /* line 1688, app/assets/stylesheets/space-theme.scss */
  .g-lg-7, .gy-lg-7 {
    --bs-gutter-y: 3rem
    ;
  }
  /* line 1692, app/assets/stylesheets/space-theme.scss */
  .g-lg-8, .gx-lg-8 {
    --bs-gutter-x: 3.5rem
    ;
  }
  /* line 1696, app/assets/stylesheets/space-theme.scss */
  .g-lg-8, .gy-lg-8 {
    --bs-gutter-y: 3.5rem
    ;
  }
  /* line 1700, app/assets/stylesheets/space-theme.scss */
  .g-lg-9, .gx-lg-9 {
    --bs-gutter-x: 4rem
    ;
  }
  /* line 1704, app/assets/stylesheets/space-theme.scss */
  .g-lg-9, .gy-lg-9 {
    --bs-gutter-y: 4rem
    ;
  }
  /* line 1708, app/assets/stylesheets/space-theme.scss */
  .g-lg-10, .gx-lg-10 {
    --bs-gutter-x: 4.5rem
    ;
  }
  /* line 1712, app/assets/stylesheets/space-theme.scss */
  .g-lg-10, .gy-lg-10 {
    --bs-gutter-y: 4.5rem
    ;
  }
}

@media (min-width: 1200px) {
  /* line 1718, app/assets/stylesheets/space-theme.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 1723, app/assets/stylesheets/space-theme.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1729, app/assets/stylesheets/space-theme.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1735, app/assets/stylesheets/space-theme.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1741, app/assets/stylesheets/space-theme.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 1747, app/assets/stylesheets/space-theme.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1753, app/assets/stylesheets/space-theme.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1759, app/assets/stylesheets/space-theme.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 1765, app/assets/stylesheets/space-theme.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1771, app/assets/stylesheets/space-theme.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  /* line 1777, app/assets/stylesheets/space-theme.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 1783, app/assets/stylesheets/space-theme.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1789, app/assets/stylesheets/space-theme.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 1795, app/assets/stylesheets/space-theme.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  /* line 1801, app/assets/stylesheets/space-theme.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1807, app/assets/stylesheets/space-theme.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  /* line 1813, app/assets/stylesheets/space-theme.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  /* line 1819, app/assets/stylesheets/space-theme.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1825, app/assets/stylesheets/space-theme.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  /* line 1831, app/assets/stylesheets/space-theme.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  /* line 1837, app/assets/stylesheets/space-theme.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1843, app/assets/stylesheets/space-theme.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1847, app/assets/stylesheets/space-theme.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1851, app/assets/stylesheets/space-theme.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1855, app/assets/stylesheets/space-theme.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1859, app/assets/stylesheets/space-theme.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1863, app/assets/stylesheets/space-theme.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1867, app/assets/stylesheets/space-theme.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1871, app/assets/stylesheets/space-theme.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1875, app/assets/stylesheets/space-theme.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1879, app/assets/stylesheets/space-theme.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1883, app/assets/stylesheets/space-theme.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1887, app/assets/stylesheets/space-theme.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  /* line 1891, app/assets/stylesheets/space-theme.scss */
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0
    ;
  }
  /* line 1895, app/assets/stylesheets/space-theme.scss */
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0
    ;
  }
  /* line 1899, app/assets/stylesheets/space-theme.scss */
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem
    ;
  }
  /* line 1903, app/assets/stylesheets/space-theme.scss */
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem
    ;
  }
  /* line 1907, app/assets/stylesheets/space-theme.scss */
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem
    ;
  }
  /* line 1911, app/assets/stylesheets/space-theme.scss */
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem
    ;
  }
  /* line 1915, app/assets/stylesheets/space-theme.scss */
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem
    ;
  }
  /* line 1919, app/assets/stylesheets/space-theme.scss */
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem
    ;
  }
  /* line 1923, app/assets/stylesheets/space-theme.scss */
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem
    ;
  }
  /* line 1927, app/assets/stylesheets/space-theme.scss */
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem
    ;
  }
  /* line 1931, app/assets/stylesheets/space-theme.scss */
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 2rem
    ;
  }
  /* line 1935, app/assets/stylesheets/space-theme.scss */
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 2rem
    ;
  }
  /* line 1939, app/assets/stylesheets/space-theme.scss */
  .g-xl-6, .gx-xl-6 {
    --bs-gutter-x: 2.5rem
    ;
  }
  /* line 1943, app/assets/stylesheets/space-theme.scss */
  .g-xl-6, .gy-xl-6 {
    --bs-gutter-y: 2.5rem
    ;
  }
  /* line 1947, app/assets/stylesheets/space-theme.scss */
  .g-xl-7, .gx-xl-7 {
    --bs-gutter-x: 3rem
    ;
  }
  /* line 1951, app/assets/stylesheets/space-theme.scss */
  .g-xl-7, .gy-xl-7 {
    --bs-gutter-y: 3rem
    ;
  }
  /* line 1955, app/assets/stylesheets/space-theme.scss */
  .g-xl-8, .gx-xl-8 {
    --bs-gutter-x: 3.5rem
    ;
  }
  /* line 1959, app/assets/stylesheets/space-theme.scss */
  .g-xl-8, .gy-xl-8 {
    --bs-gutter-y: 3.5rem
    ;
  }
  /* line 1963, app/assets/stylesheets/space-theme.scss */
  .g-xl-9, .gx-xl-9 {
    --bs-gutter-x: 4rem
    ;
  }
  /* line 1967, app/assets/stylesheets/space-theme.scss */
  .g-xl-9, .gy-xl-9 {
    --bs-gutter-y: 4rem
    ;
  }
  /* line 1971, app/assets/stylesheets/space-theme.scss */
  .g-xl-10, .gx-xl-10 {
    --bs-gutter-x: 4.5rem
    ;
  }
  /* line 1975, app/assets/stylesheets/space-theme.scss */
  .g-xl-10, .gy-xl-10 {
    --bs-gutter-y: 4.5rem
    ;
  }
}

@media (min-width: 1400px) {
  /* line 1981, app/assets/stylesheets/space-theme.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 1986, app/assets/stylesheets/space-theme.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1992, app/assets/stylesheets/space-theme.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1998, app/assets/stylesheets/space-theme.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2004, app/assets/stylesheets/space-theme.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 2010, app/assets/stylesheets/space-theme.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2016, app/assets/stylesheets/space-theme.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 2022, app/assets/stylesheets/space-theme.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 2028, app/assets/stylesheets/space-theme.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2034, app/assets/stylesheets/space-theme.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  /* line 2040, app/assets/stylesheets/space-theme.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 2046, app/assets/stylesheets/space-theme.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2052, app/assets/stylesheets/space-theme.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 2058, app/assets/stylesheets/space-theme.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  /* line 2064, app/assets/stylesheets/space-theme.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2070, app/assets/stylesheets/space-theme.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  /* line 2076, app/assets/stylesheets/space-theme.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  /* line 2082, app/assets/stylesheets/space-theme.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 2088, app/assets/stylesheets/space-theme.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  /* line 2094, app/assets/stylesheets/space-theme.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  /* line 2100, app/assets/stylesheets/space-theme.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2106, app/assets/stylesheets/space-theme.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 2110, app/assets/stylesheets/space-theme.scss */
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  /* line 2114, app/assets/stylesheets/space-theme.scss */
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  /* line 2118, app/assets/stylesheets/space-theme.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 2122, app/assets/stylesheets/space-theme.scss */
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  /* line 2126, app/assets/stylesheets/space-theme.scss */
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  /* line 2130, app/assets/stylesheets/space-theme.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 2134, app/assets/stylesheets/space-theme.scss */
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  /* line 2138, app/assets/stylesheets/space-theme.scss */
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  /* line 2142, app/assets/stylesheets/space-theme.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 2146, app/assets/stylesheets/space-theme.scss */
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  /* line 2150, app/assets/stylesheets/space-theme.scss */
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  /* line 2154, app/assets/stylesheets/space-theme.scss */
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0
    ;
  }
  /* line 2158, app/assets/stylesheets/space-theme.scss */
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0
    ;
  }
  /* line 2162, app/assets/stylesheets/space-theme.scss */
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem
    ;
  }
  /* line 2166, app/assets/stylesheets/space-theme.scss */
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem
    ;
  }
  /* line 2170, app/assets/stylesheets/space-theme.scss */
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem
    ;
  }
  /* line 2174, app/assets/stylesheets/space-theme.scss */
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem
    ;
  }
  /* line 2178, app/assets/stylesheets/space-theme.scss */
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem
    ;
  }
  /* line 2182, app/assets/stylesheets/space-theme.scss */
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem
    ;
  }
  /* line 2186, app/assets/stylesheets/space-theme.scss */
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
    ;
  }
  /* line 2190, app/assets/stylesheets/space-theme.scss */
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
    ;
  }
  /* line 2194, app/assets/stylesheets/space-theme.scss */
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 2rem
    ;
  }
  /* line 2198, app/assets/stylesheets/space-theme.scss */
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 2rem
    ;
  }
  /* line 2202, app/assets/stylesheets/space-theme.scss */
  .g-xxl-6, .gx-xxl-6 {
    --bs-gutter-x: 2.5rem
    ;
  }
  /* line 2206, app/assets/stylesheets/space-theme.scss */
  .g-xxl-6, .gy-xxl-6 {
    --bs-gutter-y: 2.5rem
    ;
  }
  /* line 2210, app/assets/stylesheets/space-theme.scss */
  .g-xxl-7, .gx-xxl-7 {
    --bs-gutter-x: 3rem
    ;
  }
  /* line 2214, app/assets/stylesheets/space-theme.scss */
  .g-xxl-7, .gy-xxl-7 {
    --bs-gutter-y: 3rem
    ;
  }
  /* line 2218, app/assets/stylesheets/space-theme.scss */
  .g-xxl-8, .gx-xxl-8 {
    --bs-gutter-x: 3.5rem
    ;
  }
  /* line 2222, app/assets/stylesheets/space-theme.scss */
  .g-xxl-8, .gy-xxl-8 {
    --bs-gutter-y: 3.5rem
    ;
  }
  /* line 2226, app/assets/stylesheets/space-theme.scss */
  .g-xxl-9, .gx-xxl-9 {
    --bs-gutter-x: 4rem
    ;
  }
  /* line 2230, app/assets/stylesheets/space-theme.scss */
  .g-xxl-9, .gy-xxl-9 {
    --bs-gutter-y: 4rem
    ;
  }
  /* line 2234, app/assets/stylesheets/space-theme.scss */
  .g-xxl-10, .gx-xxl-10 {
    --bs-gutter-x: 4.5rem
    ;
  }
  /* line 2238, app/assets/stylesheets/space-theme.scss */
  .g-xxl-10, .gy-xxl-10 {
    --bs-gutter-y: 4.5rem
    ;
  }
}

/* line 2243, app/assets/stylesheets/space-theme.scss */
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #51596C;
  --bs-table-striped-bg: #F9FAFC;
  --bs-table-active-color: #51596C;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #51596C;
  --bs-table-hover-bg: rgba(231, 234, 243, 0.4);
  width: 100%;
  margin-bottom: 1rem;
  color: #51596c;
  vertical-align: top;
  border-color: rgba(0, 34, 28, 0.1);
}

/* line 2259, app/assets/stylesheets/space-theme.scss */
.table > :not(caption) > * > * {
  padding: .75rem .75rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: .0625rem;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 2266, app/assets/stylesheets/space-theme.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 2270, app/assets/stylesheets/space-theme.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 2274, app/assets/stylesheets/space-theme.scss */
.table > :not(:first-child) {
  border-top: .125rem solid currentColor;
}

/* line 2278, app/assets/stylesheets/space-theme.scss */
.caption-top {
  caption-side: top;
}

/* line 2282, app/assets/stylesheets/space-theme.scss */
.table-sm > :not(caption) > * > * {
  padding: .5rem .5rem;
}

/* line 2286, app/assets/stylesheets/space-theme.scss */
.table-bordered > :not(caption) > * {
  border-width: .0625rem 0;
}

/* line 2290, app/assets/stylesheets/space-theme.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 .0625rem;
}

/* line 2294, app/assets/stylesheets/space-theme.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 2298, app/assets/stylesheets/space-theme.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 2302, app/assets/stylesheets/space-theme.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 2307, app/assets/stylesheets/space-theme.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 2312, app/assets/stylesheets/space-theme.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 2317, app/assets/stylesheets/space-theme.scss */
.table-primary {
  --bs-table-bg: #cce6df;
  --bs-table-striped-bg: #c2dbd4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8cfc9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd5ce;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8cfc9;
}

/* line 2329, app/assets/stylesheets/space-theme.scss */
.table-secondary {
  --bs-table-bg: #dcdee2;
  --bs-table-striped-bg: #d1d3d7;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c6c8cb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cccdd1;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c6c8cb;
}

/* line 2341, app/assets/stylesheets/space-theme.scss */
.table-success {
  --bs-table-bg: #cde5e4;
  --bs-table-striped-bg: #c3dad9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9cecd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bed4d3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b9cecd;
}

/* line 2353, app/assets/stylesheets/space-theme.scss */
.table-info {
  --bs-table-bg: #d6dbf2;
  --bs-table-striped-bg: #cbd0e6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c1c5da;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c6cbe0;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c1c5da;
}

/* line 2365, app/assets/stylesheets/space-theme.scss */
.table-warning {
  --bs-table-bg: #fcf1e6;
  --bs-table-striped-bg: #efe5db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3d9cf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9dfd5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e3d9cf;
}

/* line 2377, app/assets/stylesheets/space-theme.scss */
.table-danger {
  --bs-table-bg: #e1d3d9;
  --bs-table-striped-bg: #d6c8ce;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbbec3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d0c3c9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbbec3;
}

/* line 2389, app/assets/stylesheets/space-theme.scss */
.table-light {
  --bs-table-bg: #F9FAFC;
  --bs-table-striped-bg: #edeeef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e0e1e3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e6e7e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e0e1e3;
}

/* line 2401, app/assets/stylesheets/space-theme.scss */
.table-dark {
  --bs-table-bg: #00221C;
  --bs-table-striped-bg: #0d2d27;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #1a3833;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #13332d;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #1a3833;
}

/* line 2413, app/assets/stylesheets/space-theme.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 2419, app/assets/stylesheets/space-theme.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 2426, app/assets/stylesheets/space-theme.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 2433, app/assets/stylesheets/space-theme.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 2440, app/assets/stylesheets/space-theme.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 2447, app/assets/stylesheets/space-theme.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 2453, app/assets/stylesheets/space-theme.scss */
.form-label {
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

/* line 2459, app/assets/stylesheets/space-theme.scss */
.col-form-label {
  padding-top: .675rem;
  padding-bottom: .675rem;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
}

/* line 2468, app/assets/stylesheets/space-theme.scss */
.col-form-label-lg {
  padding-top: .8125rem;
  padding-bottom: .8125rem;
  font-size: 1.125rem;
}

/* line 2474, app/assets/stylesheets/space-theme.scss */
.col-form-label-sm {
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  font-size: .8125rem;
}

/* line 2480, app/assets/stylesheets/space-theme.scss */
.form-text {
  margin-top: 1rem;
  font-size: .875em;
  color: #8c98a4;
}

/* line 2486, app/assets/stylesheets/space-theme.scss */
.form-control {
  display: block;
  width: 100%;
  padding: .6125rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #51596c;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid rgba(0, 34, 28, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .3125rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

/* line 2510, app/assets/stylesheets/space-theme.scss */
.form-control[type=file] {
  overflow: hidden;
}

/* line 2514, app/assets/stylesheets/space-theme.scss */
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 2518, app/assets/stylesheets/space-theme.scss */
.form-control:focus {
  color: #51596c;
  background-color: #fff;
  border-color: rgba(140, 152, 164, 0.25);
  outline: 0;
  box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

/* line 2526, app/assets/stylesheets/space-theme.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 2530, app/assets/stylesheets/space-theme.scss */
.form-control::-webkit-input-placeholder {
  color: #8c98a4;
  opacity: 1;
}

/* line 2535, app/assets/stylesheets/space-theme.scss */
.form-control::-moz-placeholder {
  color: #8c98a4;
  opacity: 1;
}

/* line 2540, app/assets/stylesheets/space-theme.scss */
.form-control:-ms-input-placeholder {
  color: #8c98a4;
  opacity: 1;
}

/* line 2545, app/assets/stylesheets/space-theme.scss */
.form-control::-ms-input-placeholder {
  color: #8c98a4;
  opacity: 1;
}

/* line 2550, app/assets/stylesheets/space-theme.scss */
.form-control::-moz-placeholder {
  color: #8c98a4;
  opacity: 1;
}
.form-control::placeholder {
  color: #8c98a4;
  opacity: 1;
}

/* line 2555, app/assets/stylesheets/space-theme.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #f8fafd;
  opacity: 1;
}

/* line 2560, app/assets/stylesheets/space-theme.scss */
.form-control::file-selector-button {
  padding: .6125rem 1rem;
  margin: -.6125rem -1rem;
  margin-inline-end: 1rem;
  color: #51596c;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: .0625rem;
  border-radius: 0;
  transition: all .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2578, app/assets/stylesheets/space-theme.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 2583, app/assets/stylesheets/space-theme.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #f2f2f2;
}

/* line 2587, app/assets/stylesheets/space-theme.scss */
.form-control::-webkit-file-upload-button {
  padding: .6125rem 1rem;
  margin: -.6125rem -1rem;
  margin-inline-end: 1rem;
  color: #51596c;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: .0625rem;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2605, app/assets/stylesheets/space-theme.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 2611, app/assets/stylesheets/space-theme.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #f2f2f2;
}

/* line 2615, app/assets/stylesheets/space-theme.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .6125rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #51596c;
  background-color: transparent;
  border: solid transparent;
  border-width: .0625rem 0;
}

/* line 2627, app/assets/stylesheets/space-theme.scss */
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 2632, app/assets/stylesheets/space-theme.scss */
.form-control-sm {
  min-height: calc(1.5em + 1.125rem);
  padding: .5rem .875rem;
  font-size: .8125rem;
  border-radius: .3125rem;
}

/* line 2639, app/assets/stylesheets/space-theme.scss */
.form-control-sm::file-selector-button {
  padding: .5rem .875rem;
  margin: -.5rem -.875rem;
  margin-inline-end: .875rem;
}

/* line 2647, app/assets/stylesheets/space-theme.scss */
.form-control-sm::-webkit-file-upload-button {
  padding: .5rem .875rem;
  margin: -.5rem -.875rem;
  margin-inline-end: .875rem;
}

/* line 2654, app/assets/stylesheets/space-theme.scss */
.form-control-lg {
  min-height: calc(1.5em + 1.625rem);
  padding: .75rem 1rem;
  font-size: 1.125rem;
  border-radius: .3125rem;
}

/* line 2661, app/assets/stylesheets/space-theme.scss */
.form-control-lg::file-selector-button {
  padding: .75rem 1rem;
  margin: -.75rem -1rem;
  margin-inline-end: 1rem;
}

/* line 2669, app/assets/stylesheets/space-theme.scss */
.form-control-lg::-webkit-file-upload-button {
  padding: .75rem 1rem;
  margin: -.75rem -1rem;
  margin-inline-end: 1rem;
}

/* line 2676, app/assets/stylesheets/space-theme.scss */
textarea.form-control {
  min-height: calc(1.5em + 1.35rem);
}

/* line 2680, app/assets/stylesheets/space-theme.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 1.125rem);
}

/* line 2684, app/assets/stylesheets/space-theme.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1.625rem);
}

/* line 2688, app/assets/stylesheets/space-theme.scss */
.form-control-color {
  width: 3rem;
  height: auto;
  padding: .6125rem;
}

/* line 2694, app/assets/stylesheets/space-theme.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 2698, app/assets/stylesheets/space-theme.scss */
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .3125rem;
}

/* line 2703, app/assets/stylesheets/space-theme.scss */
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .3125rem;
}

/* line 2708, app/assets/stylesheets/space-theme.scss */
.form-select {
  display: block;
  width: 100%;
  padding: .6125rem 3rem .6125rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #51596c;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2351596C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 0.0625rem solid rgba(0, 34, 28, 0.1);
  border-radius: .3125rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2731, app/assets/stylesheets/space-theme.scss */
  .form-select {
    transition: none;
  }
}

/* line 2736, app/assets/stylesheets/space-theme.scss */
.form-select:focus {
  border-color: rgba(140, 152, 164, 0.25);
  outline: 0;
  box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

/* line 2742, app/assets/stylesheets/space-theme.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

/* line 2747, app/assets/stylesheets/space-theme.scss */
.form-select:disabled {
  background-color: #f8fafd;
}

/* line 2751, app/assets/stylesheets/space-theme.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #51596c;
}

/* line 2756, app/assets/stylesheets/space-theme.scss */
.form-select-sm {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .875rem;
  font-size: .8125rem;
  border-radius: .3125rem;
}

/* line 2764, app/assets/stylesheets/space-theme.scss */
.form-select-lg {
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  border-radius: .3125rem;
}

/* line 2772, app/assets/stylesheets/space-theme.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

/* line 2779, app/assets/stylesheets/space-theme.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 2784, app/assets/stylesheets/space-theme.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 34, 28, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

/* line 2801, app/assets/stylesheets/space-theme.scss */
.form-check-input[type=checkbox] {
  border-radius: .25em;
}

/* line 2805, app/assets/stylesheets/space-theme.scss */
.form-check-input[type=radio] {
  border-radius: 50%;
}

/* line 2809, app/assets/stylesheets/space-theme.scss */
.form-check-input:active {
  filter: 100%;
}

/* line 2814, app/assets/stylesheets/space-theme.scss */
.form-check-input:focus {
  border-color: rgba(140, 152, 164, 0.25);
  outline: 0;
  box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

/* line 2820, app/assets/stylesheets/space-theme.scss */
.form-check-input:checked {
  background-color: #008060;
  border-color: #008060;
}

/* line 2825, app/assets/stylesheets/space-theme.scss */
.form-check-input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* line 2829, app/assets/stylesheets/space-theme.scss */
.form-check-input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 2833, app/assets/stylesheets/space-theme.scss */
.form-check-input[type=checkbox]:indeterminate {
  background-color: #008060;
  border-color: #008060;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 2839, app/assets/stylesheets/space-theme.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

/* line 2846, app/assets/stylesheets/space-theme.scss */
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: .5;
}

/* line 2850, app/assets/stylesheets/space-theme.scss */
.form-check-label {
  color: #51596c;
}

/* line 2854, app/assets/stylesheets/space-theme.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 2858, app/assets/stylesheets/space-theme.scss */
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2868, app/assets/stylesheets/space-theme.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 2873, app/assets/stylesheets/space-theme.scss */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28140, 152, 164, 0.25%29'/%3e%3c/svg%3e");
}

/* line 2877, app/assets/stylesheets/space-theme.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 2882, app/assets/stylesheets/space-theme.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 2887, app/assets/stylesheets/space-theme.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 2893, app/assets/stylesheets/space-theme.scss */
.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}

/* line 2900, app/assets/stylesheets/space-theme.scss */
.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 2910, app/assets/stylesheets/space-theme.scss */
.form-range:focus {
  outline: 0;
}

/* line 2914, app/assets/stylesheets/space-theme.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

/* line 2918, app/assets/stylesheets/space-theme.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

/* line 2922, app/assets/stylesheets/space-theme.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 2926, app/assets/stylesheets/space-theme.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #008060;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2940, app/assets/stylesheets/space-theme.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 2946, app/assets/stylesheets/space-theme.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b3d9cf;
}

/* line 2950, app/assets/stylesheets/space-theme.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e7eaf3;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 2960, app/assets/stylesheets/space-theme.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #008060;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2973, app/assets/stylesheets/space-theme.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 2979, app/assets/stylesheets/space-theme.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b3d9cf;
}

/* line 2983, app/assets/stylesheets/space-theme.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e7eaf3;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 2993, app/assets/stylesheets/space-theme.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 2997, app/assets/stylesheets/space-theme.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #97a4af;
}

/* line 3001, app/assets/stylesheets/space-theme.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #97a4af;
}

/* line 3005, app/assets/stylesheets/space-theme.scss */
.form-floating {
  position: relative;
}

/* line 3009, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control, .form-floating > .form-select {
  height: 3.625rem;
  line-height: 1.25;
}

/* line 3014, app/assets/stylesheets/space-theme.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1rem;
  pointer-events: none;
  border: .0625rem solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3030, app/assets/stylesheets/space-theme.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 3035, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control {
  padding: 1rem 1rem;
}

/* line 3039, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

/* line 3043, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

/* line 3047, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

/* line 3051, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}

/* line 3055, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 3059, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 3064, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 3069, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 3074, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 3079, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 3084, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 3089, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 3094, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 3100, app/assets/stylesheets/space-theme.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

/* line 3117, app/assets/stylesheets/space-theme.scss */
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 3125, app/assets/stylesheets/space-theme.scss */
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}

/* line 3129, app/assets/stylesheets/space-theme.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 3134, app/assets/stylesheets/space-theme.scss */
.input-group .btn:focus {
  z-index: 3;
}

/* line 3138, app/assets/stylesheets/space-theme.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: .6125rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8c98a4;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 34, 28, 0.1);
  border-radius: .3125rem;
}

/* line 3155, app/assets/stylesheets/space-theme.scss */
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: .75rem 1rem;
  font-size: 1.125rem;
  border-radius: .3125rem;
}

/* line 3161, app/assets/stylesheets/space-theme.scss */
.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: .5rem .875rem;
  font-size: .8125rem;
  border-radius: .3125rem;
}

/* line 3167, app/assets/stylesheets/space-theme.scss */
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 4rem;
}

/* line 3171, app/assets/stylesheets/space-theme.scss */
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3176, app/assets/stylesheets/space-theme.scss */
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3181, app/assets/stylesheets/space-theme.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -.0625rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3187, app/assets/stylesheets/space-theme.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #077c76;
}

/* line 3195, app/assets/stylesheets/space-theme.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .8125rem;
  color: #fff;
  background-color: #077c76;
  border-radius: .3125rem;
}

/* line 3209, app/assets/stylesheets/space-theme.scss */
.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

/* line 3213, app/assets/stylesheets/space-theme.scss */
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #077c76;
}

/* line 3217, app/assets/stylesheets/space-theme.scss */
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #077c76;
  box-shadow: 0 0 1rem 0 rgba(7, 124, 118, 0.25);
}

/* line 3222, app/assets/stylesheets/space-theme.scss */
.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #077c76;
}

/* line 3226, app/assets/stylesheets/space-theme.scss */
.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #077c76;
  box-shadow: 0 0 1rem 0 rgba(7, 124, 118, 0.25);
}

/* line 3231, app/assets/stylesheets/space-theme.scss */
.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #077c76;
}

/* line 3235, app/assets/stylesheets/space-theme.scss */
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #077c76;
}

/* line 3239, app/assets/stylesheets/space-theme.scss */
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 1rem 0 rgba(7, 124, 118, 0.25);
}

/* line 3243, app/assets/stylesheets/space-theme.scss */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #077c76;
}

/* line 3247, app/assets/stylesheets/space-theme.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 3251, app/assets/stylesheets/space-theme.scss */
.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
  z-index: 1;
}

/* line 3255, app/assets/stylesheets/space-theme.scss */
.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}

/* line 3259, app/assets/stylesheets/space-theme.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #692340;
}

/* line 3267, app/assets/stylesheets/space-theme.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .8125rem;
  color: #fff;
  background-color: #692340;
  border-radius: .3125rem;
}

/* line 3281, app/assets/stylesheets/space-theme.scss */
.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

/* line 3285, app/assets/stylesheets/space-theme.scss */
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #692340;
}

/* line 3289, app/assets/stylesheets/space-theme.scss */
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #692340;
  box-shadow: 0 0 1rem 0 rgba(105, 35, 64, 0.25);
}

/* line 3294, app/assets/stylesheets/space-theme.scss */
.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: #692340;
}

/* line 3298, app/assets/stylesheets/space-theme.scss */
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: #692340;
  box-shadow: 0 0 1rem 0 rgba(105, 35, 64, 0.25);
}

/* line 3303, app/assets/stylesheets/space-theme.scss */
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: #692340;
}

/* line 3307, app/assets/stylesheets/space-theme.scss */
.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: #692340;
}

/* line 3311, app/assets/stylesheets/space-theme.scss */
.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 1rem 0 rgba(105, 35, 64, 0.25);
}

/* line 3315, app/assets/stylesheets/space-theme.scss */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #692340;
}

/* line 3319, app/assets/stylesheets/space-theme.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 3323, app/assets/stylesheets/space-theme.scss */
.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
  z-index: 2;
}

/* line 3327, app/assets/stylesheets/space-theme.scss */
.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}

/* line 3331, app/assets/stylesheets/space-theme.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #51596c;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: .0625rem solid transparent;
  padding: .6125rem 1rem;
  font-size: 1rem;
  border-radius: .3125rem;
  transition: all .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3352, app/assets/stylesheets/space-theme.scss */
  .btn {
    transition: none;
  }
}

/* line 3357, app/assets/stylesheets/space-theme.scss */
.btn:hover {
  color: #51596c;
}

/* line 3361, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

/* line 3366, app/assets/stylesheets/space-theme.scss */
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65;
}

/* line 3371, app/assets/stylesheets/space-theme.scss */
.btn-primary {
  color: #fff;
  background-color: #008060;
  border-color: #008060;
}

/* line 3377, app/assets/stylesheets/space-theme.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #006d52;
  border-color: #00664d;
}

/* line 3383, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #006d52;
  border-color: #00664d;
  box-shadow: 0 0 0 0 rgba(38, 147, 120, 0.5);
}

/* line 3390, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00664d;
  border-color: #006048;
}

/* line 3396, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 147, 120, 0.5);
}

/* line 3400, app/assets/stylesheets/space-theme.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #008060;
  border-color: #008060;
}

/* line 3406, app/assets/stylesheets/space-theme.scss */
.btn-secondary {
  color: #fff;
  background-color: #51596c;
  border-color: #51596c;
}

/* line 3412, app/assets/stylesheets/space-theme.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #454c5c;
  border-color: #414756;
}

/* line 3418, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #454c5c;
  border-color: #414756;
  box-shadow: 0 0 0 0 rgba(107, 114, 130, 0.5);
}

/* line 3425, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #414756;
  border-color: #3d4351;
}

/* line 3431, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(107, 114, 130, 0.5);
}

/* line 3435, app/assets/stylesheets/space-theme.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #51596c;
  border-color: #51596c;
}

/* line 3441, app/assets/stylesheets/space-theme.scss */
.btn-success {
  color: #fff;
  background-color: #077c76;
  border-color: #077c76;
}

/* line 3447, app/assets/stylesheets/space-theme.scss */
.btn-success:hover {
  color: #fff;
  background-color: #066964;
  border-color: #06635e;
}

/* line 3453, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #066964;
  border-color: #06635e;
  box-shadow: 0 0 0 0 rgba(44, 144, 139, 0.5);
}

/* line 3460, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #06635e;
  border-color: #055d59;
}

/* line 3466, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(44, 144, 139, 0.5);
}

/* line 3470, app/assets/stylesheets/space-theme.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #077c76;
  border-color: #077c76;
}

/* line 3476, app/assets/stylesheets/space-theme.scss */
.btn-info {
  color: #fff;
  background-color: #334ac0;
  border-color: #334ac0;
}

/* line 3482, app/assets/stylesheets/space-theme.scss */
.btn-info:hover {
  color: #fff;
  background-color: #2b3fa3;
  border-color: #293b9a;
}

/* line 3488, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #2b3fa3;
  border-color: #293b9a;
  box-shadow: 0 0 0 0 rgba(82, 101, 201, 0.5);
}

/* line 3495, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #293b9a;
  border-color: #263890;
}

/* line 3501, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 101, 201, 0.5);
}

/* line 3505, app/assets/stylesheets/space-theme.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #334ac0;
  border-color: #334ac0;
}

/* line 3511, app/assets/stylesheets/space-theme.scss */
.btn-warning {
  color: #000;
  background-color: #f1b980;
  border-color: #f1b980;
}

/* line 3517, app/assets/stylesheets/space-theme.scss */
.btn-warning:hover {
  color: #000;
  background-color: #f3c493;
  border-color: #f2c08d;
}

/* line 3523, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #f3c493;
  border-color: #f2c08d;
  box-shadow: 0 0 0 0 rgba(205, 157, 109, 0.5);
}

/* line 3530, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #f4c799;
  border-color: #f2c08d;
}

/* line 3536, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(205, 157, 109, 0.5);
}

/* line 3540, app/assets/stylesheets/space-theme.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #000;
  background-color: #f1b980;
  border-color: #f1b980;
}

/* line 3546, app/assets/stylesheets/space-theme.scss */
.btn-danger {
  color: #fff;
  background-color: #692340;
  border-color: #692340;
}

/* line 3552, app/assets/stylesheets/space-theme.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #591e36;
  border-color: #541c33;
}

/* line 3558, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #591e36;
  border-color: #541c33;
  box-shadow: 0 0 0 0 rgba(128, 68, 93, 0.5);
}

/* line 3565, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #541c33;
  border-color: #4f1a30;
}

/* line 3571, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(128, 68, 93, 0.5);
}

/* line 3575, app/assets/stylesheets/space-theme.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #692340;
  border-color: #692340;
}

/* line 3581, app/assets/stylesheets/space-theme.scss */
.btn-light {
  color: #000;
  background-color: #f9fafc;
  border-color: #f9fafc;
}

/* line 3587, app/assets/stylesheets/space-theme.scss */
.btn-light:hover {
  color: #000;
  background-color: #fafbfc;
  border-color: #fafbfc;
}

/* line 3593, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #fafbfc;
  border-color: #fafbfc;
  box-shadow: 0 0 0 0 rgba(212, 213, 214, 0.5);
}

/* line 3600, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #fafbfd;
  border-color: #fafbfc;
}

/* line 3606, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(212, 213, 214, 0.5);
}

/* line 3610, app/assets/stylesheets/space-theme.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #000;
  background-color: #f9fafc;
  border-color: #f9fafc;
}

/* line 3616, app/assets/stylesheets/space-theme.scss */
.btn-dark {
  color: #fff;
  background-color: #00221c;
  border-color: #00221c;
}

/* line 3622, app/assets/stylesheets/space-theme.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #001d18;
  border-color: #001b16;
}

/* line 3628, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #001d18;
  border-color: #001b16;
  box-shadow: 0 0 0 0 rgba(38, 67, 62, 0.5);
}

/* line 3635, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #001b16;
  border-color: #001a15;
}

/* line 3641, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 67, 62, 0.5);
}

/* line 3645, app/assets/stylesheets/space-theme.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #00221c;
  border-color: #00221c;
}

/* line 3651, app/assets/stylesheets/space-theme.scss */
.btn-outline-primary {
  color: #008060;
  border-color: #008060;
}

/* line 3656, app/assets/stylesheets/space-theme.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #008060;
  border-color: #008060;
}

/* line 3662, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(0, 128, 96, 0.5);
}

/* line 3666, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #008060;
  border-color: #008060;
}

/* line 3672, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0 rgba(0, 128, 96, 0.5);
}

/* line 3676, app/assets/stylesheets/space-theme.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #008060;
  background-color: transparent;
}

/* line 3681, app/assets/stylesheets/space-theme.scss */
.btn-outline-secondary {
  color: #51596c;
  border-color: #51596c;
}

/* line 3686, app/assets/stylesheets/space-theme.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #51596c;
  border-color: #51596c;
}

/* line 3692, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(81, 89, 108, 0.5);
}

/* line 3696, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
  color: #fff;
  background-color: #51596c;
  border-color: #51596c;
}

/* line 3702, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0 rgba(81, 89, 108, 0.5);
}

/* line 3706, app/assets/stylesheets/space-theme.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #51596c;
  background-color: transparent;
}

/* line 3711, app/assets/stylesheets/space-theme.scss */
.btn-outline-success {
  color: #077c76;
  border-color: #077c76;
}

/* line 3716, app/assets/stylesheets/space-theme.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #077c76;
  border-color: #077c76;
}

/* line 3722, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(7, 124, 118, 0.5);
}

/* line 3726, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
  color: #fff;
  background-color: #077c76;
  border-color: #077c76;
}

/* line 3732, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
  box-shadow: 0 0 0 0 rgba(7, 124, 118, 0.5);
}

/* line 3736, app/assets/stylesheets/space-theme.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #077c76;
  background-color: transparent;
}

/* line 3741, app/assets/stylesheets/space-theme.scss */
.btn-outline-info {
  color: #334ac0;
  border-color: #334ac0;
}

/* line 3746, app/assets/stylesheets/space-theme.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #334ac0;
  border-color: #334ac0;
}

/* line 3752, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(51, 74, 192, 0.5);
}

/* line 3756, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
  color: #fff;
  background-color: #334ac0;
  border-color: #334ac0;
}

/* line 3762, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
  box-shadow: 0 0 0 0 rgba(51, 74, 192, 0.5);
}

/* line 3766, app/assets/stylesheets/space-theme.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #334ac0;
  background-color: transparent;
}

/* line 3771, app/assets/stylesheets/space-theme.scss */
.btn-outline-warning {
  color: #f1b980;
  border-color: #f1b980;
}

/* line 3776, app/assets/stylesheets/space-theme.scss */
.btn-outline-warning:hover {
  color: #000;
  background-color: #f1b980;
  border-color: #f1b980;
}

/* line 3782, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0 rgba(241, 185, 128, 0.5);
}

/* line 3786, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
  color: #000;
  background-color: #f1b980;
  border-color: #f1b980;
}

/* line 3792, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0 rgba(241, 185, 128, 0.5);
}

/* line 3796, app/assets/stylesheets/space-theme.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f1b980;
  background-color: transparent;
}

/* line 3801, app/assets/stylesheets/space-theme.scss */
.btn-outline-danger {
  color: #692340;
  border-color: #692340;
}

/* line 3806, app/assets/stylesheets/space-theme.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #692340;
  border-color: #692340;
}

/* line 3812, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(105, 35, 64, 0.5);
}

/* line 3816, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
  color: #fff;
  background-color: #692340;
  border-color: #692340;
}

/* line 3822, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0 rgba(105, 35, 64, 0.5);
}

/* line 3826, app/assets/stylesheets/space-theme.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #692340;
  background-color: transparent;
}

/* line 3831, app/assets/stylesheets/space-theme.scss */
.btn-outline-light {
  color: #f9fafc;
  border-color: #f9fafc;
}

/* line 3836, app/assets/stylesheets/space-theme.scss */
.btn-outline-light:hover {
  color: #000;
  background-color: #f9fafc;
  border-color: #f9fafc;
}

/* line 3842, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(249, 250, 252, 0.5);
}

/* line 3846, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
  color: #000;
  background-color: #f9fafc;
  border-color: #f9fafc;
}

/* line 3852, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
  box-shadow: 0 0 0 0 rgba(249, 250, 252, 0.5);
}

/* line 3856, app/assets/stylesheets/space-theme.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f9fafc;
  background-color: transparent;
}

/* line 3861, app/assets/stylesheets/space-theme.scss */
.btn-outline-dark {
  color: #00221c;
  border-color: #00221c;
}

/* line 3866, app/assets/stylesheets/space-theme.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #00221c;
  border-color: #00221c;
}

/* line 3872, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(0, 34, 28, 0.5);
}

/* line 3876, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
  color: #fff;
  background-color: #00221c;
  border-color: #00221c;
}

/* line 3882, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0 rgba(0, 34, 28, 0.5);
}

/* line 3886, app/assets/stylesheets/space-theme.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #00221c;
  background-color: transparent;
}

/* line 3891, app/assets/stylesheets/space-theme.scss */
.btn-link {
  font-weight: 400;
  color: #008060;
  text-decoration: none;
}

/* line 3897, app/assets/stylesheets/space-theme.scss */
.btn-link:hover {
  color: #005c45;
}

/* line 3901, app/assets/stylesheets/space-theme.scss */
.btn-link.disabled, .btn-link:disabled {
  color: #8c98a4;
}

/* line 3905, app/assets/stylesheets/space-theme.scss */
.btn-group-lg > .btn, .btn-lg {
  padding: .75rem 1rem;
  font-size: 1.125rem;
  border-radius: .3125rem;
}

/* line 3911, app/assets/stylesheets/space-theme.scss */
.btn-group-sm > .btn, .btn-sm {
  padding: .5rem .875rem;
  font-size: .8125rem;
  border-radius: .3125rem;
}

/* line 3917, app/assets/stylesheets/space-theme.scss */
.fade {
  transition: opacity .15s linear;
}

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

/* line 3927, app/assets/stylesheets/space-theme.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 3931, app/assets/stylesheets/space-theme.scss */
.collapse:not(.show) {
  display: none;
}

/* line 3935, app/assets/stylesheets/space-theme.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

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

/* line 3947, app/assets/stylesheets/space-theme.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3954, app/assets/stylesheets/space-theme.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 3959, app/assets/stylesheets/space-theme.scss */
.dropdown, .dropend, .dropstart, .dropup {
  position: relative;
}

/* line 3963, app/assets/stylesheets/space-theme.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 3967, app/assets/stylesheets/space-theme.scss */
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem .5rem;
  margin: 0;
  font-size: 1rem;
  color: #51596c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: .3125rem;
}

/* line 3984, app/assets/stylesheets/space-theme.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: .625rem;
}

/* line 3990, app/assets/stylesheets/space-theme.scss */
.dropdown-menu-start {
  --bs-position: start
;
}

/* line 3994, app/assets/stylesheets/space-theme.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 3999, app/assets/stylesheets/space-theme.scss */
.dropdown-menu-end {
  --bs-position: end
;
}

/* line 4003, app/assets/stylesheets/space-theme.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 4009, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-sm-start {
    --bs-position: start
    ;
  }
  /* line 4013, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 4018, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-sm-end {
    --bs-position: end
    ;
  }
  /* line 4022, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 4029, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-md-start {
    --bs-position: start
    ;
  }
  /* line 4033, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 4038, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-md-end {
    --bs-position: end
    ;
  }
  /* line 4042, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 4049, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-lg-start {
    --bs-position: start
    ;
  }
  /* line 4053, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 4058, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-lg-end {
    --bs-position: end
    ;
  }
  /* line 4062, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 4069, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-xl-start {
    --bs-position: start
    ;
  }
  /* line 4073, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 4078, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-xl-end {
    --bs-position: end
    ;
  }
  /* line 4082, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 4089, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start
    ;
  }
  /* line 4093, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 4098, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end
    ;
  }
  /* line 4102, app/assets/stylesheets/space-theme.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 4108, app/assets/stylesheets/space-theme.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .625rem;
}

/* line 4115, app/assets/stylesheets/space-theme.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .625rem;
}

/* line 4123, app/assets/stylesheets/space-theme.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 4127, app/assets/stylesheets/space-theme.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .625rem;
}

/* line 4135, app/assets/stylesheets/space-theme.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 4139, app/assets/stylesheets/space-theme.scss */
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e7eaf3;
}

/* line 4146, app/assets/stylesheets/space-theme.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #223b41;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 4159, app/assets/stylesheets/space-theme.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #1f353b;
  background-color: rgba(189, 197, 209, 0.3);
}

/* line 4164, app/assets/stylesheets/space-theme.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #00221c;
  text-decoration: none;
  background-color: rgba(189, 197, 209, 0.3);
}

/* line 4170, app/assets/stylesheets/space-theme.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #97a4af;
  pointer-events: none;
  background-color: transparent;
}

/* line 4176, app/assets/stylesheets/space-theme.scss */
.dropdown-menu.show {
  display: block;
}

/* line 4180, app/assets/stylesheets/space-theme.scss */
.dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: .8125rem;
  color: #8c98a4;
  white-space: nowrap;
}

/* line 4189, app/assets/stylesheets/space-theme.scss */
.dropdown-item-text {
  display: block;
  padding: .5rem 1rem;
  color: #223b41;
}

/* line 4195, app/assets/stylesheets/space-theme.scss */
.dropdown-menu-dark {
  color: #e7eaf3;
  background-color: #51596c;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 4201, app/assets/stylesheets/space-theme.scss */
.dropdown-menu-dark .dropdown-item {
  color: #e7eaf3;
}

/* line 4205, app/assets/stylesheets/space-theme.scss */
.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 4210, app/assets/stylesheets/space-theme.scss */
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #00221c;
  background-color: rgba(189, 197, 209, 0.3);
}

/* line 4215, app/assets/stylesheets/space-theme.scss */
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #97a4af;
}

/* line 4219, app/assets/stylesheets/space-theme.scss */
.dropdown-menu-dark .dropdown-divider {
  border-color: #e7eaf3;
}

/* line 4223, app/assets/stylesheets/space-theme.scss */
.dropdown-menu-dark .dropdown-item-text {
  color: #e7eaf3;
}

/* line 4227, app/assets/stylesheets/space-theme.scss */
.dropdown-menu-dark .dropdown-header {
  color: #97a4af;
}

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

/* line 4238, app/assets/stylesheets/space-theme.scss */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 4244, app/assets/stylesheets/space-theme.scss */
.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

/* line 4248, app/assets/stylesheets/space-theme.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 4257, app/assets/stylesheets/space-theme.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 4261, app/assets/stylesheets/space-theme.scss */
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -.0625rem;
}

/* line 4265, app/assets/stylesheets/space-theme.scss */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4270, app/assets/stylesheets/space-theme.scss */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4275, app/assets/stylesheets/space-theme.scss */
.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 4280, app/assets/stylesheets/space-theme.scss */
.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 4284, app/assets/stylesheets/space-theme.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 4288, app/assets/stylesheets/space-theme.scss */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .65625rem;
  padding-left: .65625rem;
}

/* line 4293, app/assets/stylesheets/space-theme.scss */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

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

/* line 4307, app/assets/stylesheets/space-theme.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 4311, app/assets/stylesheets/space-theme.scss */
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -.0625rem;
}

/* line 4315, app/assets/stylesheets/space-theme.scss */
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4320, app/assets/stylesheets/space-theme.scss */
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

/* line 4335, app/assets/stylesheets/space-theme.scss */
.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #00221c;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4343, app/assets/stylesheets/space-theme.scss */
  .nav-link {
    transition: none;
  }
}

/* line 4348, app/assets/stylesheets/space-theme.scss */
.nav-link:focus, .nav-link:hover {
  color: #005c45;
}

/* line 4352, app/assets/stylesheets/space-theme.scss */
.nav-link.disabled {
  color: #8c98a4;
  pointer-events: none;
  cursor: default;
}

/* line 4358, app/assets/stylesheets/space-theme.scss */
.nav-tabs {
  border-bottom: 0.1875rem solid rgba(0, 34, 28, 0.1);
}

/* line 4362, app/assets/stylesheets/space-theme.scss */
.nav-tabs .nav-link {
  margin-bottom: -.1875rem;
  background: 0 0;
  border: .1875rem solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4370, app/assets/stylesheets/space-theme.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: rgba(0, 34, 28, 0.1);
  isolation: isolate;
}

/* line 4375, app/assets/stylesheets/space-theme.scss */
.nav-tabs .nav-link.disabled {
  color: #8c98a4;
  background-color: transparent;
  border-color: transparent;
}

/* line 4381, app/assets/stylesheets/space-theme.scss */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #008060;
  background-color: transparent;
  border-color: #008060;
}

/* line 4387, app/assets/stylesheets/space-theme.scss */
.nav-tabs .dropdown-menu {
  margin-top: -.1875rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4393, app/assets/stylesheets/space-theme.scss */
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .3125rem;
}

/* line 4399, app/assets/stylesheets/space-theme.scss */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: initial;
  background-color: rgba(0, 189, 142, 0.1);
}

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

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

/* line 4418, app/assets/stylesheets/space-theme.scss */
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 4422, app/assets/stylesheets/space-theme.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4426, app/assets/stylesheets/space-theme.scss */
.tab-content > .active {
  display: block;
}

/* line 4430, app/assets/stylesheets/space-theme.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

/* line 4455, app/assets/stylesheets/space-theme.scss */
.navbar-brand {
  padding-top: .40625rem;
  padding-bottom: .40625rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  white-space: nowrap;
}

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

/* line 4473, app/assets/stylesheets/space-theme.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4478, app/assets/stylesheets/space-theme.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 4482, app/assets/stylesheets/space-theme.scss */
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

/* line 4496, app/assets/stylesheets/space-theme.scss */
.navbar-toggler {
  padding: .5rem .5rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: .0625rem solid transparent;
  border-radius: .3125rem;
  transition: box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4507, app/assets/stylesheets/space-theme.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 4512, app/assets/stylesheets/space-theme.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 4516, app/assets/stylesheets/space-theme.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0;
}

/* line 4522, app/assets/stylesheets/space-theme.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 4532, app/assets/stylesheets/space-theme.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 4538, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4545, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4550, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4554, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  /* line 4559, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4563, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4570, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 4574, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  /* line 4578, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 4593, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .offcanvas-bottom, .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 4599, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 4610, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4617, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4622, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4626, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  /* line 4631, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4635, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4642, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 4646, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  /* line 4650, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 4665, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .offcanvas-bottom, .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 4671, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 4682, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4689, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4694, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4698, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  /* line 4703, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4707, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4714, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 4718, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  /* line 4722, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 4737, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 4743, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 4754, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4761, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4766, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4770, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  /* line 4775, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4779, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4786, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 4790, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  /* line 4794, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 4809, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .offcanvas-bottom, .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 4815, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 4826, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 4833, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 4838, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4842, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  /* line 4847, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4851, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4858, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 4862, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  /* line 4866, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 4881, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .offcanvas-bottom, .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 4887, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 4897, app/assets/stylesheets/space-theme.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 4904, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 4909, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4913, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 4918, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 4922, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 4929, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4933, app/assets/stylesheets/space-theme.scss */
.navbar-expand .offcanvas-header {
  display: none;
}

/* line 4937, app/assets/stylesheets/space-theme.scss */
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

/* line 4952, app/assets/stylesheets/space-theme.scss */
.navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

/* line 4958, app/assets/stylesheets/space-theme.scss */
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 4967, app/assets/stylesheets/space-theme.scss */
.navbar-light .navbar-brand {
  color: #51596c;
}

/* line 4971, app/assets/stylesheets/space-theme.scss */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4975, app/assets/stylesheets/space-theme.scss */
.navbar-light .navbar-nav .nav-link {
  color: #51596c;
}

/* line 4979, app/assets/stylesheets/space-theme.scss */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #008060;
}

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

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

/* line 4991, app/assets/stylesheets/space-theme.scss */
.navbar-light .navbar-toggler {
  color: #51596c;
  border-color: rgba(0, 0, 0, 0.1);
}

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

/* line 5000, app/assets/stylesheets/space-theme.scss */
.navbar-light .navbar-text {
  color: #51596c;
}

/* line 5004, app/assets/stylesheets/space-theme.scss */
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 5008, app/assets/stylesheets/space-theme.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 5012, app/assets/stylesheets/space-theme.scss */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

/* line 5016, app/assets/stylesheets/space-theme.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 5020, app/assets/stylesheets/space-theme.scss */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

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

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

/* line 5032, app/assets/stylesheets/space-theme.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

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

/* line 5041, app/assets/stylesheets/space-theme.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 5045, app/assets/stylesheets/space-theme.scss */
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

/* line 5049, app/assets/stylesheets/space-theme.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.0625rem solid rgba(0, 34, 28, 0.1);
  border-radius: .3125rem;
}

/* line 5063, app/assets/stylesheets/space-theme.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 5068, app/assets/stylesheets/space-theme.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 5073, app/assets/stylesheets/space-theme.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 5079, app/assets/stylesheets/space-theme.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

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

/* line 5089, app/assets/stylesheets/space-theme.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem;
}

/* line 5095, app/assets/stylesheets/space-theme.scss */
.card-title {
  margin-bottom: .25rem;
}

/* line 5099, app/assets/stylesheets/space-theme.scss */
.card-subtitle {
  margin-top: -.125rem;
  margin-bottom: 0;
}

/* line 5104, app/assets/stylesheets/space-theme.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 5108, app/assets/stylesheets/space-theme.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 5112, app/assets/stylesheets/space-theme.scss */
.card-header {
  padding: 1.25rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
}

/* line 5119, app/assets/stylesheets/space-theme.scss */
.card-header:first-child {
  border-radius: .25rem .25rem 0 0;
}

/* line 5123, app/assets/stylesheets/space-theme.scss */
.card-footer {
  padding: 1.25rem 1.25rem;
  background-color: transparent;
  border-top: 0.0625rem solid rgba(0, 34, 28, 0.1);
}

/* line 5129, app/assets/stylesheets/space-theme.scss */
.card-footer:last-child {
  border-radius: 0 0 .25rem .25rem;
}

/* line 5133, app/assets/stylesheets/space-theme.scss */
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -1.25rem;
  margin-left: -.625rem;
  border-bottom: 0;
}

/* line 5140, app/assets/stylesheets/space-theme.scss */
.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

/* line 5145, app/assets/stylesheets/space-theme.scss */
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

/* line 5150, app/assets/stylesheets/space-theme.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem 1.25rem;
  border-radius: .25rem;
}

/* line 5160, app/assets/stylesheets/space-theme.scss */
.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

/* line 5164, app/assets/stylesheets/space-theme.scss */
.card-img, .card-img-top {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 5169, app/assets/stylesheets/space-theme.scss */
.card-img, .card-img-bottom {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 5174, app/assets/stylesheets/space-theme.scss */
.card-group > .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  /* line 5179, app/assets/stylesheets/space-theme.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 5186, app/assets/stylesheets/space-theme.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 5192, app/assets/stylesheets/space-theme.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 5197, app/assets/stylesheets/space-theme.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 5202, app/assets/stylesheets/space-theme.scss */
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 5206, app/assets/stylesheets/space-theme.scss */
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 5210, app/assets/stylesheets/space-theme.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 5215, app/assets/stylesheets/space-theme.scss */
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 5219, app/assets/stylesheets/space-theme.scss */
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

/* line 5224, app/assets/stylesheets/space-theme.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  font-size: 1rem;
  color: #00221c;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: all .2s ease-in-out, border-radius .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5243, app/assets/stylesheets/space-theme.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 5248, app/assets/stylesheets/space-theme.scss */
.accordion-button:not(.collapsed) {
  color: #007356;
  background-color: rgba(0, 189, 142, 0.1);
  box-shadow: inset 0 -0.0625rem 0 rgba(0, 34, 28, 0.1);
}

/* line 5254, app/assets/stylesheets/space-theme.scss */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23008060'%3E%3Cpath d='M5.5,13a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5Z'/%3E%3C/svg%3E");
  transform: rotate(0);
}

/* line 5260, app/assets/stylesheets/space-theme.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300221C'%3E%3Cpath d='M19,11.5v1a.5.5,0,0,1-.5.5H13v5.5a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1-.5-.5V13H5.5a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5H11V5.5a.5.5,0,0,1,.5-.5h1a.5.5,0,0,1,.5.5V11h5.5A.5.5,0,0,1,19,11.5Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5276, app/assets/stylesheets/space-theme.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 5281, app/assets/stylesheets/space-theme.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 5285, app/assets/stylesheets/space-theme.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: rgba(140, 152, 164, 0.25);
  outline: 0;
  box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

/* line 5292, app/assets/stylesheets/space-theme.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 5296, app/assets/stylesheets/space-theme.scss */
.accordion-item {
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 34, 28, 0.1);
}

/* line 5301, app/assets/stylesheets/space-theme.scss */
.accordion-item:first-of-type {
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
}

/* line 5306, app/assets/stylesheets/space-theme.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 5311, app/assets/stylesheets/space-theme.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 5315, app/assets/stylesheets/space-theme.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

/* line 5320, app/assets/stylesheets/space-theme.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 5325, app/assets/stylesheets/space-theme.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

/* line 5330, app/assets/stylesheets/space-theme.scss */
.accordion-body {
  padding: 1.5rem 2rem;
}

/* line 5334, app/assets/stylesheets/space-theme.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 5338, app/assets/stylesheets/space-theme.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 5344, app/assets/stylesheets/space-theme.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 5348, app/assets/stylesheets/space-theme.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 5352, app/assets/stylesheets/space-theme.scss */
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/* line 5356, app/assets/stylesheets/space-theme.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
}

/* line 5367, app/assets/stylesheets/space-theme.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

/* line 5371, app/assets/stylesheets/space-theme.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #97a4af;
  content: var(--bs-breadcrumb-divider, "/");
}

/* line 5378, app/assets/stylesheets/space-theme.scss */
.breadcrumb-item.active {
  color: #8c98a4;
}

/* line 5382, app/assets/stylesheets/space-theme.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 5389, app/assets/stylesheets/space-theme.scss */
.page-link {
  position: relative;
  display: block;
  color: #677788;
  background-color: #fff;
  border: .0625rem solid #e7eaf3;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5399, app/assets/stylesheets/space-theme.scss */
  .page-link {
    transition: none;
  }
}

/* line 5404, app/assets/stylesheets/space-theme.scss */
.page-link:hover {
  z-index: 2;
  color: #005c45;
  background-color: #f8fafd;
  border-color: #e7eaf3;
}

/* line 5411, app/assets/stylesheets/space-theme.scss */
.page-link:focus {
  z-index: 3;
  color: #005c45;
  background-color: #f8fafd;
  outline: 0;
  box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

/* line 5419, app/assets/stylesheets/space-theme.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -.0625rem;
}

/* line 5423, app/assets/stylesheets/space-theme.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #008060;
  border-color: #008060;
}

/* line 5430, app/assets/stylesheets/space-theme.scss */
.page-item.disabled .page-link {
  color: #8c98a4;
  pointer-events: none;
  background-color: #fff;
  border-color: #e7eaf3;
}

/* line 5437, app/assets/stylesheets/space-theme.scss */
.page-link {
  padding: .375rem .75rem;
}

/* line 5441, app/assets/stylesheets/space-theme.scss */
.page-item:first-child .page-link {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

/* line 5446, app/assets/stylesheets/space-theme.scss */
.page-item:last-child .page-link {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

/* line 5451, app/assets/stylesheets/space-theme.scss */
.pagination-lg .page-link {
  padding: .75rem 1.25rem;
  font-size: 1.125rem;
}

/* line 5456, app/assets/stylesheets/space-theme.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

/* line 5461, app/assets/stylesheets/space-theme.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
}

/* line 5466, app/assets/stylesheets/space-theme.scss */
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .8125rem;
}

/* line 5471, app/assets/stylesheets/space-theme.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

/* line 5476, app/assets/stylesheets/space-theme.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

/* line 5481, app/assets/stylesheets/space-theme.scss */
.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .3125rem;
}

/* line 5494, app/assets/stylesheets/space-theme.scss */
.badge:empty {
  display: none;
}

/* line 5498, app/assets/stylesheets/space-theme.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5503, app/assets/stylesheets/space-theme.scss */
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: .0625rem solid transparent;
  border-radius: .3125rem;
}

/* line 5511, app/assets/stylesheets/space-theme.scss */
.alert-heading {
  color: inherit;
}

/* line 5515, app/assets/stylesheets/space-theme.scss */
.alert-link {
  font-weight: 700;
}

/* line 5519, app/assets/stylesheets/space-theme.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 5523, app/assets/stylesheets/space-theme.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 5531, app/assets/stylesheets/space-theme.scss */
.alert-primary {
  color: #004d3a;
  background-color: #cce6df;
  border-color: #b3d9cf;
}

/* line 5537, app/assets/stylesheets/space-theme.scss */
.alert-primary .alert-link {
  color: #003e2e;
}

/* line 5541, app/assets/stylesheets/space-theme.scss */
.alert-secondary {
  color: #313541;
  background-color: #dcdee2;
  border-color: #cbcdd3;
}

/* line 5547, app/assets/stylesheets/space-theme.scss */
.alert-secondary .alert-link {
  color: #272a34;
}

/* line 5551, app/assets/stylesheets/space-theme.scss */
.alert-success {
  color: #044a47;
  background-color: #cde5e4;
  border-color: #b5d8d6;
}

/* line 5557, app/assets/stylesheets/space-theme.scss */
.alert-success .alert-link {
  color: #033b39;
}

/* line 5561, app/assets/stylesheets/space-theme.scss */
.alert-info {
  color: #1f2c73;
  background-color: #d6dbf2;
  border-color: #c2c9ec;
}

/* line 5567, app/assets/stylesheets/space-theme.scss */
.alert-info .alert-link {
  color: #19235c;
}

/* line 5571, app/assets/stylesheets/space-theme.scss */
.alert-warning {
  color: #604a33;
  background-color: #fcf1e6;
  border-color: #fbead9;
}

/* line 5577, app/assets/stylesheets/space-theme.scss */
.alert-warning .alert-link {
  color: #4d3b29;
}

/* line 5581, app/assets/stylesheets/space-theme.scss */
.alert-danger {
  color: #3f1526;
  background-color: #e1d3d9;
  border-color: #d2bdc6;
}

/* line 5587, app/assets/stylesheets/space-theme.scss */
.alert-danger .alert-link {
  color: #32111e;
}

/* line 5591, app/assets/stylesheets/space-theme.scss */
.alert-light {
  color: #646465;
  background-color: #fefefe;
  border-color: #fdfefe;
}

/* line 5597, app/assets/stylesheets/space-theme.scss */
.alert-light .alert-link {
  color: #505051;
}

/* line 5601, app/assets/stylesheets/space-theme.scss */
.alert-dark {
  color: #001411;
  background-color: #ccd3d2;
  border-color: #b3bdbb;
}

/* line 5607, app/assets/stylesheets/space-theme.scss */
.alert-dark .alert-link {
  color: #00100e;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: .5rem;
  }
}

/* line 5623, app/assets/stylesheets/space-theme.scss */
.progress {
  display: flex;
  height: .5rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e7eaf3;
  border-radius: .3125rem;
}

/* line 5633, app/assets/stylesheets/space-theme.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #008060;
  transition: width .6s ease;
}

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

/* line 5654, app/assets/stylesheets/space-theme.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: .5rem .5rem;
}

/* line 5659, app/assets/stylesheets/space-theme.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

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

/* line 5671, app/assets/stylesheets/space-theme.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .3125rem;
}

/* line 5681, app/assets/stylesheets/space-theme.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 5686, app/assets/stylesheets/space-theme.scss */
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 5691, app/assets/stylesheets/space-theme.scss */
.list-group-item-action {
  width: 100%;
  color: #677788;
  text-align: inherit;
}

/* line 5697, app/assets/stylesheets/space-theme.scss */
.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #677788;
  text-decoration: none;
  background-color: #f9fafc;
}

/* line 5704, app/assets/stylesheets/space-theme.scss */
.list-group-item-action:active {
  color: #51596c;
  background-color: #f8fafd;
}

/* line 5709, app/assets/stylesheets/space-theme.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #223b41;
  background-color: #fff;
  border: .0625rem solid #e7eaf3;
}

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

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

/* line 5728, app/assets/stylesheets/space-theme.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #8c98a4;
  pointer-events: none;
  background-color: #fff;
}

/* line 5734, app/assets/stylesheets/space-theme.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #008060;
  border-color: #008060;
}

/* line 5741, app/assets/stylesheets/space-theme.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 5745, app/assets/stylesheets/space-theme.scss */
.list-group-item + .list-group-item.active {
  margin-top: -.0625rem;
  border-top-width: .0625rem;
}

/* line 5750, app/assets/stylesheets/space-theme.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 5755, app/assets/stylesheets/space-theme.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .3125rem;
  border-top-right-radius: 0;
}

/* line 5760, app/assets/stylesheets/space-theme.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .3125rem;
  border-bottom-left-radius: 0;
}

/* line 5765, app/assets/stylesheets/space-theme.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 5769, app/assets/stylesheets/space-theme.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: .0625rem;
  border-left-width: 0;
}

/* line 5774, app/assets/stylesheets/space-theme.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -.0625rem;
  border-left-width: .0625rem;
}

@media (min-width: 576px) {
  /* line 5780, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 5785, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .3125rem;
    border-top-right-radius: 0;
  }
  /* line 5790, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 5795, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5799, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: .0625rem;
    border-left-width: 0;
  }
  /* line 5804, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -.0625rem;
    border-left-width: .0625rem;
  }
}

@media (min-width: 768px) {
  /* line 5811, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 5816, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .3125rem;
    border-top-right-radius: 0;
  }
  /* line 5821, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 5826, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5830, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: .0625rem;
    border-left-width: 0;
  }
  /* line 5835, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -.0625rem;
    border-left-width: .0625rem;
  }
}

@media (min-width: 992px) {
  /* line 5842, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 5847, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .3125rem;
    border-top-right-radius: 0;
  }
  /* line 5852, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 5857, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5861, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: .0625rem;
    border-left-width: 0;
  }
  /* line 5866, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -.0625rem;
    border-left-width: .0625rem;
  }
}

@media (min-width: 1200px) {
  /* line 5873, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 5878, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .3125rem;
    border-top-right-radius: 0;
  }
  /* line 5883, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 5888, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5892, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: .0625rem;
    border-left-width: 0;
  }
  /* line 5897, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -.0625rem;
    border-left-width: .0625rem;
  }
}

@media (min-width: 1400px) {
  /* line 5904, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 5909, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: .3125rem;
    border-top-right-radius: 0;
  }
  /* line 5914, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 5919, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5923, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: .0625rem;
    border-left-width: 0;
  }
  /* line 5928, app/assets/stylesheets/space-theme.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -.0625rem;
    border-left-width: .0625rem;
  }
}

/* line 5934, app/assets/stylesheets/space-theme.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 5938, app/assets/stylesheets/space-theme.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 .0625rem;
}

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

/* line 5946, app/assets/stylesheets/space-theme.scss */
.list-group-item-primary {
  color: #004d3a;
  background-color: #cce6df;
}

/* line 5951, app/assets/stylesheets/space-theme.scss */
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004d3a;
  background-color: #b8cfc9;
}

/* line 5956, app/assets/stylesheets/space-theme.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004d3a;
  border-color: #004d3a;
}

/* line 5962, app/assets/stylesheets/space-theme.scss */
.list-group-item-secondary {
  color: #313541;
  background-color: #dcdee2;
}

/* line 5967, app/assets/stylesheets/space-theme.scss */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #313541;
  background-color: #c6c8cb;
}

/* line 5972, app/assets/stylesheets/space-theme.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #313541;
  border-color: #313541;
}

/* line 5978, app/assets/stylesheets/space-theme.scss */
.list-group-item-success {
  color: #044a47;
  background-color: #cde5e4;
}

/* line 5983, app/assets/stylesheets/space-theme.scss */
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #044a47;
  background-color: #b9cecd;
}

/* line 5988, app/assets/stylesheets/space-theme.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #044a47;
  border-color: #044a47;
}

/* line 5994, app/assets/stylesheets/space-theme.scss */
.list-group-item-info {
  color: #1f2c73;
  background-color: #d6dbf2;
}

/* line 5999, app/assets/stylesheets/space-theme.scss */
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #1f2c73;
  background-color: #c1c5da;
}

/* line 6004, app/assets/stylesheets/space-theme.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1f2c73;
  border-color: #1f2c73;
}

/* line 6010, app/assets/stylesheets/space-theme.scss */
.list-group-item-warning {
  color: #604a33;
  background-color: #fcf1e6;
}

/* line 6015, app/assets/stylesheets/space-theme.scss */
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #604a33;
  background-color: #e3d9cf;
}

/* line 6020, app/assets/stylesheets/space-theme.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #604a33;
  border-color: #604a33;
}

/* line 6026, app/assets/stylesheets/space-theme.scss */
.list-group-item-danger {
  color: #3f1526;
  background-color: #e1d3d9;
}

/* line 6031, app/assets/stylesheets/space-theme.scss */
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #3f1526;
  background-color: #cbbec3;
}

/* line 6036, app/assets/stylesheets/space-theme.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #3f1526;
  border-color: #3f1526;
}

/* line 6042, app/assets/stylesheets/space-theme.scss */
.list-group-item-light {
  color: #646465;
  background-color: #fefefe;
}

/* line 6047, app/assets/stylesheets/space-theme.scss */
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #646465;
  background-color: #e5e5e5;
}

/* line 6052, app/assets/stylesheets/space-theme.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #646465;
  border-color: #646465;
}

/* line 6058, app/assets/stylesheets/space-theme.scss */
.list-group-item-dark {
  color: #001411;
  background-color: #ccd3d2;
}

/* line 6063, app/assets/stylesheets/space-theme.scss */
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #001411;
  background-color: #b8bebd;
}

/* line 6068, app/assets/stylesheets/space-theme.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #001411;
  border-color: #001411;
}

/* line 6074, app/assets/stylesheets/space-theme.scss */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .3125rem;
  opacity: .5;
}

/* line 6086, app/assets/stylesheets/space-theme.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 6092, app/assets/stylesheets/space-theme.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
  opacity: 1;
}

/* line 6098, app/assets/stylesheets/space-theme.scss */
.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25;
}

/* line 6107, app/assets/stylesheets/space-theme.scss */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 6112, app/assets/stylesheets/space-theme.scss */
.toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 34, 28, 0.1);
  box-shadow: 0 0.375rem 0.75rem rgba(140, 152, 164, 0.075);
  border-radius: .3125rem;
}

/* line 6124, app/assets/stylesheets/space-theme.scss */
.toast.showing {
  opacity: 0;
}

/* line 6128, app/assets/stylesheets/space-theme.scss */
.toast:not(.show) {
  display: none;
}

/* line 6132, app/assets/stylesheets/space-theme.scss */
.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 6140, app/assets/stylesheets/space-theme.scss */
.toast-container > :not(:last-child) {
  margin-bottom: .75rem;
}

/* line 6144, app/assets/stylesheets/space-theme.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  color: #8c98a4;
  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(.3125rem - 1px);
  border-top-right-radius: calc(.3125rem - 1px);
}

/* line 6158, app/assets/stylesheets/space-theme.scss */
.toast-header .btn-close {
  margin-right: -.5rem;
  margin-left: 1rem;
}

/* line 6163, app/assets/stylesheets/space-theme.scss */
.toast-body {
  padding: 1rem;
  word-wrap: break-word;
}

/* line 6168, app/assets/stylesheets/space-theme.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 6181, app/assets/stylesheets/space-theme.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 6188, app/assets/stylesheets/space-theme.scss */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 6197, app/assets/stylesheets/space-theme.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 6202, app/assets/stylesheets/space-theme.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 6207, app/assets/stylesheets/space-theme.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 6212, app/assets/stylesheets/space-theme.scss */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

/* line 6216, app/assets/stylesheets/space-theme.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 6221, app/assets/stylesheets/space-theme.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 6225, app/assets/stylesheets/space-theme.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 6233, app/assets/stylesheets/space-theme.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: .0625rem solid transparent;
  border-radius: .3125rem;
  outline: 0;
}

/* line 6248, app/assets/stylesheets/space-theme.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 34, 28, 0.25);
}

/* line 6258, app/assets/stylesheets/space-theme.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6262, app/assets/stylesheets/space-theme.scss */
.modal-backdrop.show {
  opacity: 1;
}

/* line 6266, app/assets/stylesheets/space-theme.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 0 solid rgba(0, 34, 28, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 6281, app/assets/stylesheets/space-theme.scss */
.modal-header .btn-close {
  padding: .5rem .75rem;
  margin: -.5rem -.75rem -.5rem auto;
}

/* line 6286, app/assets/stylesheets/space-theme.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 6291, app/assets/stylesheets/space-theme.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

/* line 6298, app/assets/stylesheets/space-theme.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 0 solid rgba(0, 34, 28, 0.1);
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6315, app/assets/stylesheets/space-theme.scss */
.modal-footer > * {
  margin: .25rem;
}

@media (min-width: 576px) {
  /* line 6320, app/assets/stylesheets/space-theme.scss */
  .modal-dialog {
    max-width: 550px;
    margin: 1.75rem auto;
  }
  /* line 6325, app/assets/stylesheets/space-theme.scss */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 6329, app/assets/stylesheets/space-theme.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 6333, app/assets/stylesheets/space-theme.scss */
  .modal-sm {
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  /* line 6339, app/assets/stylesheets/space-theme.scss */
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 6345, app/assets/stylesheets/space-theme.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 6350, app/assets/stylesheets/space-theme.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 6357, app/assets/stylesheets/space-theme.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 6363, app/assets/stylesheets/space-theme.scss */
.modal-fullscreen .modal-header {
  border-radius: 0;
}

/* line 6367, app/assets/stylesheets/space-theme.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* line 6371, app/assets/stylesheets/space-theme.scss */
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 6376, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6383, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6389, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 6393, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  /* line 6397, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 6403, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6410, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6416, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 6420, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  /* line 6424, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 6430, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6437, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6443, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 6447, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  /* line 6451, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 6457, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6464, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6470, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 6474, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  /* line 6478, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 6484, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6491, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6497, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 6501, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 6505, app/assets/stylesheets/space-theme.scss */
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* line 6510, app/assets/stylesheets/space-theme.scss */
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: Roboto, sans-serif;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .8125rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 6534, app/assets/stylesheets/space-theme.scss */
.tooltip.show {
  opacity: 1;
}

/* line 6538, app/assets/stylesheets/space-theme.scss */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

/* line 6545, app/assets/stylesheets/space-theme.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6552, app/assets/stylesheets/space-theme.scss */
.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

/* line 6556, app/assets/stylesheets/space-theme.scss */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

/* line 6560, app/assets/stylesheets/space-theme.scss */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: .4rem .4rem 0;
  border-top-color: #00221c;
}

/* line 6566, app/assets/stylesheets/space-theme.scss */
.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
  padding: 0 .4rem;
}

/* line 6570, app/assets/stylesheets/space-theme.scss */
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6576, app/assets/stylesheets/space-theme.scss */
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #00221c;
}

/* line 6582, app/assets/stylesheets/space-theme.scss */
.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

/* line 6586, app/assets/stylesheets/space-theme.scss */
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

/* line 6590, app/assets/stylesheets/space-theme.scss */
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #00221c;
}

/* line 6596, app/assets/stylesheets/space-theme.scss */
.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
  padding: 0 .4rem;
}

/* line 6600, app/assets/stylesheets/space-theme.scss */
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6606, app/assets/stylesheets/space-theme.scss */
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #00221c;
}

/* line 6612, app/assets/stylesheets/space-theme.scss */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #00221c;
  border-radius: .3125rem;
}

/* line 6621, app/assets/stylesheets/space-theme.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: Roboto, sans-serif;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: .0625rem solid transparent;
  border-radius: .3125rem;
}

/* line 6650, app/assets/stylesheets/space-theme.scss */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
}

/* line 6657, app/assets/stylesheets/space-theme.scss */
.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6665, app/assets/stylesheets/space-theme.scss */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: -.5625rem;
}

/* line 6669, app/assets/stylesheets/space-theme.scss */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: transparent;
}

/* line 6675, app/assets/stylesheets/space-theme.scss */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: .0625rem;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}

/* line 6681, app/assets/stylesheets/space-theme.scss */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: -.5625rem;
  width: .5rem;
  height: 1rem;
}

/* line 6687, app/assets/stylesheets/space-theme.scss */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: transparent;
}

/* line 6693, app/assets/stylesheets/space-theme.scss */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: .0625rem;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

/* line 6699, app/assets/stylesheets/space-theme.scss */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: -.5625rem;
}

/* line 6703, app/assets/stylesheets/space-theme.scss */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: transparent;
}

/* line 6709, app/assets/stylesheets/space-theme.scss */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: .0625rem;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}

/* line 6715, app/assets/stylesheets/space-theme.scss */
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: .0625rem solid #f8fafd;
}

/* line 6726, app/assets/stylesheets/space-theme.scss */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: -.5625rem;
  width: .5rem;
  height: 1rem;
}

/* line 6732, app/assets/stylesheets/space-theme.scss */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: transparent;
}

/* line 6738, app/assets/stylesheets/space-theme.scss */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: .0625rem;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

/* line 6744, app/assets/stylesheets/space-theme.scss */
.popover-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #00221c;
  background-color: #f8fafd;
  border-bottom: .0625rem solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 6755, app/assets/stylesheets/space-theme.scss */
.popover-header:empty {
  display: none;
}

/* line 6759, app/assets/stylesheets/space-theme.scss */
.popover-body {
  padding: 1.5rem 1.5rem;
  color: #51596c;
}

/* line 6764, app/assets/stylesheets/space-theme.scss */
.carousel {
  position: relative;
}

/* line 6768, app/assets/stylesheets/space-theme.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 6773, app/assets/stylesheets/space-theme.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6779, app/assets/stylesheets/space-theme.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6785, app/assets/stylesheets/space-theme.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6799, app/assets/stylesheets/space-theme.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 6804, app/assets/stylesheets/space-theme.scss */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

/* line 6808, app/assets/stylesheets/space-theme.scss */
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

/* line 6813, app/assets/stylesheets/space-theme.scss */
.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

/* line 6818, app/assets/stylesheets/space-theme.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 6825, app/assets/stylesheets/space-theme.scss */
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

/* line 6830, app/assets/stylesheets/space-theme.scss */
.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6837, app/assets/stylesheets/space-theme.scss */
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}

/* line 6842, app/assets/stylesheets/space-theme.scss */
.carousel-control-next, .carousel-control-prev {
  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: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6864, app/assets/stylesheets/space-theme.scss */
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}

/* line 6869, app/assets/stylesheets/space-theme.scss */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 6876, app/assets/stylesheets/space-theme.scss */
.carousel-control-prev {
  left: 0;
}

/* line 6880, app/assets/stylesheets/space-theme.scss */
.carousel-control-next {
  right: 0;
}

/* line 6884, app/assets/stylesheets/space-theme.scss */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 6893, app/assets/stylesheets/space-theme.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 6897, app/assets/stylesheets/space-theme.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 6901, app/assets/stylesheets/space-theme.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

/* line 6918, app/assets/stylesheets/space-theme.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6939, app/assets/stylesheets/space-theme.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 6944, app/assets/stylesheets/space-theme.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6948, app/assets/stylesheets/space-theme.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 6959, app/assets/stylesheets/space-theme.scss */
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

/* line 6964, app/assets/stylesheets/space-theme.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 6968, app/assets/stylesheets/space-theme.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 6986, app/assets/stylesheets/space-theme.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

/* line 6998, app/assets/stylesheets/space-theme.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 7028, app/assets/stylesheets/space-theme.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 7040, app/assets/stylesheets/space-theme.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7046, app/assets/stylesheets/space-theme.scss */
  .spinner-border, .spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 7052, app/assets/stylesheets/space-theme.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7071, app/assets/stylesheets/space-theme.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 7076, app/assets/stylesheets/space-theme.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 34, 28, 0.25);
}

/* line 7086, app/assets/stylesheets/space-theme.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 7090, app/assets/stylesheets/space-theme.scss */
.offcanvas-backdrop.show {
  opacity: 1;
}

/* line 7094, app/assets/stylesheets/space-theme.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem;
}

/* line 7104, app/assets/stylesheets/space-theme.scss */
.offcanvas-header .btn-close {
  padding: .75rem .75rem;
  margin-top: -.75rem;
  margin-right: -.75rem;
  margin-bottom: -.75rem;
}

/* line 7111, app/assets/stylesheets/space-theme.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 7116, app/assets/stylesheets/space-theme.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: 1.5rem 1.5rem;
  overflow-y: auto;
}

/* line 7123, app/assets/stylesheets/space-theme.scss */
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: .0625rem solid transparent;
  transform: translateX(-100%);
}

/* line 7132, app/assets/stylesheets/space-theme.scss */
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: .0625rem solid transparent;
  transform: translateX(100%);
}

/* line 7141, app/assets/stylesheets/space-theme.scss */
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: .0625rem solid transparent;
  transform: translateY(-100%);
}

/* line 7152, app/assets/stylesheets/space-theme.scss */
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: .0625rem solid transparent;
  transform: translateY(100%);
}

/* line 7162, app/assets/stylesheets/space-theme.scss */
.offcanvas.show {
  transform: none;
}

/* line 7167, app/assets/stylesheets/space-theme.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .5;
}

/* line 7176, app/assets/stylesheets/space-theme.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 7181, app/assets/stylesheets/space-theme.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 7185, app/assets/stylesheets/space-theme.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 7189, app/assets/stylesheets/space-theme.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 7193, app/assets/stylesheets/space-theme.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

/* line 7210, app/assets/stylesheets/space-theme.scss */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}

/* line 7233, app/assets/stylesheets/space-theme.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 7239, app/assets/stylesheets/space-theme.scss */
.link-primary {
  color: #008060;
}

/* line 7243, app/assets/stylesheets/space-theme.scss */
.link-primary:focus, .link-primary:hover {
  color: #00664d;
}

/* line 7247, app/assets/stylesheets/space-theme.scss */
.link-secondary {
  color: #51596c;
}

/* line 7251, app/assets/stylesheets/space-theme.scss */
.link-secondary:focus, .link-secondary:hover {
  color: #414756;
}

/* line 7255, app/assets/stylesheets/space-theme.scss */
.link-success {
  color: #077c76;
}

/* line 7259, app/assets/stylesheets/space-theme.scss */
.link-success:focus, .link-success:hover {
  color: #06635e;
}

/* line 7263, app/assets/stylesheets/space-theme.scss */
.link-info {
  color: #334ac0;
}

/* line 7267, app/assets/stylesheets/space-theme.scss */
.link-info:focus, .link-info:hover {
  color: #293b9a;
}

/* line 7271, app/assets/stylesheets/space-theme.scss */
.link-warning {
  color: #f1b980;
}

/* line 7275, app/assets/stylesheets/space-theme.scss */
.link-warning:focus, .link-warning:hover {
  color: #f4c799;
}

/* line 7279, app/assets/stylesheets/space-theme.scss */
.link-danger {
  color: #692340;
}

/* line 7283, app/assets/stylesheets/space-theme.scss */
.link-danger:focus, .link-danger:hover {
  color: #541c33;
}

/* line 7287, app/assets/stylesheets/space-theme.scss */
.link-light {
  color: #f9fafc;
}

/* line 7291, app/assets/stylesheets/space-theme.scss */
.link-light:focus, .link-light:hover {
  color: #fafbfd;
}

/* line 7295, app/assets/stylesheets/space-theme.scss */
.link-dark {
  color: #00221c;
}

/* line 7299, app/assets/stylesheets/space-theme.scss */
.link-dark:focus, .link-dark:hover {
  color: #001b16;
}

/* line 7303, app/assets/stylesheets/space-theme.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7308, app/assets/stylesheets/space-theme.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 7314, app/assets/stylesheets/space-theme.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 7322, app/assets/stylesheets/space-theme.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%
;
}

/* line 7326, app/assets/stylesheets/space-theme.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%)
;
}

/* line 7330, app/assets/stylesheets/space-theme.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%)
;
}

/* line 7334, app/assets/stylesheets/space-theme.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%)
;
}

/* line 7338, app/assets/stylesheets/space-theme.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7346, app/assets/stylesheets/space-theme.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 7354, app/assets/stylesheets/space-theme.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 7362, app/assets/stylesheets/space-theme.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 7371, app/assets/stylesheets/space-theme.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 7380, app/assets/stylesheets/space-theme.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 7389, app/assets/stylesheets/space-theme.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 7398, app/assets/stylesheets/space-theme.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 7406, app/assets/stylesheets/space-theme.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 7417, app/assets/stylesheets/space-theme.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 7428, app/assets/stylesheets/space-theme.scss */
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 7440, app/assets/stylesheets/space-theme.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 7450, app/assets/stylesheets/space-theme.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 7456, app/assets/stylesheets/space-theme.scss */
.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7464, app/assets/stylesheets/space-theme.scss */
.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7472, app/assets/stylesheets/space-theme.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 1;
}

/* line 7482, app/assets/stylesheets/space-theme.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 7486, app/assets/stylesheets/space-theme.scss */
.align-top {
  vertical-align: top !important;
}

/* line 7490, app/assets/stylesheets/space-theme.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 7494, app/assets/stylesheets/space-theme.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7498, app/assets/stylesheets/space-theme.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 7502, app/assets/stylesheets/space-theme.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 7506, app/assets/stylesheets/space-theme.scss */
.float-start {
  float: left !important;
}

/* line 7510, app/assets/stylesheets/space-theme.scss */
.float-end {
  float: right !important;
}

/* line 7514, app/assets/stylesheets/space-theme.scss */
.float-none {
  float: none !important;
}

/* line 7518, app/assets/stylesheets/space-theme.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 7522, app/assets/stylesheets/space-theme.scss */
.opacity-25 {
  opacity: .25 !important;
}

/* line 7526, app/assets/stylesheets/space-theme.scss */
.opacity-50 {
  opacity: .5 !important;
}

/* line 7530, app/assets/stylesheets/space-theme.scss */
.opacity-75 {
  opacity: .75 !important;
}

/* line 7534, app/assets/stylesheets/space-theme.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 7538, app/assets/stylesheets/space-theme.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 7542, app/assets/stylesheets/space-theme.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 7546, app/assets/stylesheets/space-theme.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 7550, app/assets/stylesheets/space-theme.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 7554, app/assets/stylesheets/space-theme.scss */
.d-inline {
  display: inline !important;
}

/* line 7558, app/assets/stylesheets/space-theme.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 7562, app/assets/stylesheets/space-theme.scss */
.d-block {
  display: block !important;
}

/* line 7566, app/assets/stylesheets/space-theme.scss */
.d-grid {
  display: grid !important;
}

/* line 7570, app/assets/stylesheets/space-theme.scss */
.d-table {
  display: table !important;
}

/* line 7574, app/assets/stylesheets/space-theme.scss */
.d-table-row {
  display: table-row !important;
}

/* line 7578, app/assets/stylesheets/space-theme.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 7582, app/assets/stylesheets/space-theme.scss */
.d-flex {
  display: flex !important;
}

/* line 7587, app/assets/stylesheets/space-theme.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 7592, app/assets/stylesheets/space-theme.scss */
.d-none {
  display: none !important;
}

/* line 7596, app/assets/stylesheets/space-theme.scss */
.shadow {
  box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125) !important;
}

/* line 7600, app/assets/stylesheets/space-theme.scss */
.shadow-sm {
  box-shadow: 0 0.375rem 0.75rem rgba(140, 152, 164, 0.075) !important;
}

/* line 7604, app/assets/stylesheets/space-theme.scss */
.shadow-lg {
  box-shadow: 0 0.6125rem 2.5rem 0.6125rem rgba(140, 152, 164, 0.175) !important;
}

/* line 7608, app/assets/stylesheets/space-theme.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7612, app/assets/stylesheets/space-theme.scss */
.shadow-xl {
  box-shadow: 0 3.75rem 5rem 0 rgba(140, 152, 164, 0.3) !important;
}

/* line 7616, app/assets/stylesheets/space-theme.scss */
.position-static {
  position: static !important;
}

/* line 7620, app/assets/stylesheets/space-theme.scss */
.position-relative {
  position: relative !important;
}

/* line 7624, app/assets/stylesheets/space-theme.scss */
.position-absolute {
  position: absolute !important;
}

/* line 7628, app/assets/stylesheets/space-theme.scss */
.position-fixed {
  position: fixed !important;
}

/* line 7632, app/assets/stylesheets/space-theme.scss */
.position-sticky {
  position: sticky !important;
}

/* line 7637, app/assets/stylesheets/space-theme.scss */
.top-0 {
  top: 0 !important;
}

/* line 7641, app/assets/stylesheets/space-theme.scss */
.top-50 {
  top: 50% !important;
}

/* line 7645, app/assets/stylesheets/space-theme.scss */
.top-100 {
  top: 100% !important;
}

/* line 7649, app/assets/stylesheets/space-theme.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 7653, app/assets/stylesheets/space-theme.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 7657, app/assets/stylesheets/space-theme.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 7661, app/assets/stylesheets/space-theme.scss */
.start-0 {
  left: 0 !important;
}

/* line 7665, app/assets/stylesheets/space-theme.scss */
.start-50 {
  left: 50% !important;
}

/* line 7669, app/assets/stylesheets/space-theme.scss */
.start-100 {
  left: 100% !important;
}

/* line 7673, app/assets/stylesheets/space-theme.scss */
.end-0 {
  right: 0 !important;
}

/* line 7677, app/assets/stylesheets/space-theme.scss */
.end-50 {
  right: 50% !important;
}

/* line 7681, app/assets/stylesheets/space-theme.scss */
.end-100 {
  right: 100% !important;
}

/* line 7685, app/assets/stylesheets/space-theme.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 7690, app/assets/stylesheets/space-theme.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 7695, app/assets/stylesheets/space-theme.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 7700, app/assets/stylesheets/space-theme.scss */
.border {
  border: 0.0625rem solid rgba(0, 34, 28, 0.1) !important;
}

/* line 7704, app/assets/stylesheets/space-theme.scss */
.border-0 {
  border: 0 !important;
}

/* line 7708, app/assets/stylesheets/space-theme.scss */
.border-top {
  border-top: 0.0625rem solid rgba(0, 34, 28, 0.1) !important;
}

/* line 7712, app/assets/stylesheets/space-theme.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 7716, app/assets/stylesheets/space-theme.scss */
.border-end {
  border-right: 0.0625rem solid rgba(0, 34, 28, 0.1) !important;
}

/* line 7720, app/assets/stylesheets/space-theme.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 7724, app/assets/stylesheets/space-theme.scss */
.border-bottom {
  border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1) !important;
}

/* line 7728, app/assets/stylesheets/space-theme.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 7732, app/assets/stylesheets/space-theme.scss */
.border-start {
  border-left: 0.0625rem solid rgba(0, 34, 28, 0.1) !important;
}

/* line 7736, app/assets/stylesheets/space-theme.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 7740, app/assets/stylesheets/space-theme.scss */
.border-primary {
  border-color: #008060 !important;
}

/* line 7744, app/assets/stylesheets/space-theme.scss */
.border-secondary {
  border-color: #51596c !important;
}

/* line 7748, app/assets/stylesheets/space-theme.scss */
.border-success {
  border-color: #077c76 !important;
}

/* line 7752, app/assets/stylesheets/space-theme.scss */
.border-info {
  border-color: #334ac0 !important;
}

/* line 7756, app/assets/stylesheets/space-theme.scss */
.border-warning {
  border-color: #f1b980 !important;
}

/* line 7760, app/assets/stylesheets/space-theme.scss */
.border-danger {
  border-color: #692340 !important;
}

/* line 7764, app/assets/stylesheets/space-theme.scss */
.border-light {
  border-color: #f9fafc !important;
}

/* line 7768, app/assets/stylesheets/space-theme.scss */
.border-dark {
  border-color: #00221c !important;
}

/* line 7772, app/assets/stylesheets/space-theme.scss */
.border-white {
  border-color: #fff !important;
}

/* line 7776, app/assets/stylesheets/space-theme.scss */
.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 7780, app/assets/stylesheets/space-theme.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 7784, app/assets/stylesheets/space-theme.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 7788, app/assets/stylesheets/space-theme.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 7792, app/assets/stylesheets/space-theme.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 7796, app/assets/stylesheets/space-theme.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 7800, app/assets/stylesheets/space-theme.scss */
.w-25 {
  width: 25% !important;
}

/* line 7804, app/assets/stylesheets/space-theme.scss */
.w-50 {
  width: 50% !important;
}

/* line 7808, app/assets/stylesheets/space-theme.scss */
.w-75 {
  width: 75% !important;
}

/* line 7812, app/assets/stylesheets/space-theme.scss */
.w-100 {
  width: 100% !important;
}

/* line 7816, app/assets/stylesheets/space-theme.scss */
.w-auto {
  width: auto !important;
}

/* line 7820, app/assets/stylesheets/space-theme.scss */
.w-65 {
  width: 65% !important;
}

/* line 7824, app/assets/stylesheets/space-theme.scss */
.w-85 {
  width: 85% !important;
}

/* line 7828, app/assets/stylesheets/space-theme.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 7832, app/assets/stylesheets/space-theme.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 7836, app/assets/stylesheets/space-theme.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 7840, app/assets/stylesheets/space-theme.scss */
.h-25 {
  height: 25% !important;
}

/* line 7844, app/assets/stylesheets/space-theme.scss */
.h-50 {
  height: 50% !important;
}

/* line 7848, app/assets/stylesheets/space-theme.scss */
.h-75 {
  height: 75% !important;
}

/* line 7852, app/assets/stylesheets/space-theme.scss */
.h-100 {
  height: 100% !important;
}

/* line 7856, app/assets/stylesheets/space-theme.scss */
.h-auto {
  height: auto !important;
}

/* line 7860, app/assets/stylesheets/space-theme.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 7864, app/assets/stylesheets/space-theme.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 7868, app/assets/stylesheets/space-theme.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 7872, app/assets/stylesheets/space-theme.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 7877, app/assets/stylesheets/space-theme.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 7882, app/assets/stylesheets/space-theme.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 7887, app/assets/stylesheets/space-theme.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 7892, app/assets/stylesheets/space-theme.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 7897, app/assets/stylesheets/space-theme.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 7902, app/assets/stylesheets/space-theme.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 7907, app/assets/stylesheets/space-theme.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 7912, app/assets/stylesheets/space-theme.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 7917, app/assets/stylesheets/space-theme.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 7922, app/assets/stylesheets/space-theme.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 7927, app/assets/stylesheets/space-theme.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 7932, app/assets/stylesheets/space-theme.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 7936, app/assets/stylesheets/space-theme.scss */
.gap-1 {
  gap: .25rem !important;
}

/* line 7940, app/assets/stylesheets/space-theme.scss */
.gap-2 {
  gap: .5rem !important;
}

/* line 7944, app/assets/stylesheets/space-theme.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 7948, app/assets/stylesheets/space-theme.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 7952, app/assets/stylesheets/space-theme.scss */
.gap-5 {
  gap: 2rem !important;
}

/* line 7956, app/assets/stylesheets/space-theme.scss */
.gap-6 {
  gap: 2.5rem !important;
}

/* line 7960, app/assets/stylesheets/space-theme.scss */
.gap-7 {
  gap: 3rem !important;
}

/* line 7964, app/assets/stylesheets/space-theme.scss */
.gap-8 {
  gap: 3.5rem !important;
}

/* line 7968, app/assets/stylesheets/space-theme.scss */
.gap-9 {
  gap: 4rem !important;
}

/* line 7972, app/assets/stylesheets/space-theme.scss */
.gap-10 {
  gap: 4.5rem !important;
}

/* line 7976, app/assets/stylesheets/space-theme.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 7981, app/assets/stylesheets/space-theme.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 7986, app/assets/stylesheets/space-theme.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 7991, app/assets/stylesheets/space-theme.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 7996, app/assets/stylesheets/space-theme.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 8001, app/assets/stylesheets/space-theme.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 8006, app/assets/stylesheets/space-theme.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 8011, app/assets/stylesheets/space-theme.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 8016, app/assets/stylesheets/space-theme.scss */
.align-items-center {
  align-items: center !important;
}

/* line 8021, app/assets/stylesheets/space-theme.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 8026, app/assets/stylesheets/space-theme.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 8031, app/assets/stylesheets/space-theme.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 8036, app/assets/stylesheets/space-theme.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 8041, app/assets/stylesheets/space-theme.scss */
.align-content-center {
  align-content: center !important;
}

/* line 8046, app/assets/stylesheets/space-theme.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 8051, app/assets/stylesheets/space-theme.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 8056, app/assets/stylesheets/space-theme.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 8061, app/assets/stylesheets/space-theme.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 8066, app/assets/stylesheets/space-theme.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 8071, app/assets/stylesheets/space-theme.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 8076, app/assets/stylesheets/space-theme.scss */
.align-self-center {
  align-self: center !important;
}

/* line 8081, app/assets/stylesheets/space-theme.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 8086, app/assets/stylesheets/space-theme.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 8091, app/assets/stylesheets/space-theme.scss */
.order-first {
  order: -1 !important;
}

/* line 8096, app/assets/stylesheets/space-theme.scss */
.order-0 {
  order: 0 !important;
}

/* line 8101, app/assets/stylesheets/space-theme.scss */
.order-1 {
  order: 1 !important;
}

/* line 8106, app/assets/stylesheets/space-theme.scss */
.order-2 {
  order: 2 !important;
}

/* line 8111, app/assets/stylesheets/space-theme.scss */
.order-3 {
  order: 3 !important;
}

/* line 8116, app/assets/stylesheets/space-theme.scss */
.order-4 {
  order: 4 !important;
}

/* line 8121, app/assets/stylesheets/space-theme.scss */
.order-5 {
  order: 5 !important;
}

/* line 8126, app/assets/stylesheets/space-theme.scss */
.order-last {
  order: 6 !important;
}

/* line 8131, app/assets/stylesheets/space-theme.scss */
.m-0 {
  margin: 0 !important;
}

/* line 8135, app/assets/stylesheets/space-theme.scss */
.m-1 {
  margin: .25rem !important;
}

/* line 8139, app/assets/stylesheets/space-theme.scss */
.m-2 {
  margin: .5rem !important;
}

/* line 8143, app/assets/stylesheets/space-theme.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 8147, app/assets/stylesheets/space-theme.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 8151, app/assets/stylesheets/space-theme.scss */
.m-5 {
  margin: 2rem !important;
}

/* line 8155, app/assets/stylesheets/space-theme.scss */
.m-6 {
  margin: 2.5rem !important;
}

/* line 8159, app/assets/stylesheets/space-theme.scss */
.m-7 {
  margin: 3rem !important;
}

/* line 8163, app/assets/stylesheets/space-theme.scss */
.m-8 {
  margin: 3.5rem !important;
}

/* line 8167, app/assets/stylesheets/space-theme.scss */
.m-9 {
  margin: 4rem !important;
}

/* line 8171, app/assets/stylesheets/space-theme.scss */
.m-10 {
  margin: 4.5rem !important;
}

/* line 8175, app/assets/stylesheets/space-theme.scss */
.m-auto {
  margin: auto !important;
}

/* line 8179, app/assets/stylesheets/space-theme.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 8184, app/assets/stylesheets/space-theme.scss */
.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}

/* line 8189, app/assets/stylesheets/space-theme.scss */
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}

/* line 8194, app/assets/stylesheets/space-theme.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 8199, app/assets/stylesheets/space-theme.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 8204, app/assets/stylesheets/space-theme.scss */
.mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

/* line 8209, app/assets/stylesheets/space-theme.scss */
.mx-6 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

/* line 8214, app/assets/stylesheets/space-theme.scss */
.mx-7 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 8219, app/assets/stylesheets/space-theme.scss */
.mx-8 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

/* line 8224, app/assets/stylesheets/space-theme.scss */
.mx-9 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

/* line 8229, app/assets/stylesheets/space-theme.scss */
.mx-10 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

/* line 8234, app/assets/stylesheets/space-theme.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 8239, app/assets/stylesheets/space-theme.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 8244, app/assets/stylesheets/space-theme.scss */
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

/* line 8249, app/assets/stylesheets/space-theme.scss */
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

/* line 8254, app/assets/stylesheets/space-theme.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 8259, app/assets/stylesheets/space-theme.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 8264, app/assets/stylesheets/space-theme.scss */
.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 8269, app/assets/stylesheets/space-theme.scss */
.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

/* line 8274, app/assets/stylesheets/space-theme.scss */
.my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 8279, app/assets/stylesheets/space-theme.scss */
.my-8 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

/* line 8284, app/assets/stylesheets/space-theme.scss */
.my-9 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* line 8289, app/assets/stylesheets/space-theme.scss */
.my-10 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

/* line 8294, app/assets/stylesheets/space-theme.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 8299, app/assets/stylesheets/space-theme.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 8303, app/assets/stylesheets/space-theme.scss */
.mt-1 {
  margin-top: .25rem !important;
}

/* line 8307, app/assets/stylesheets/space-theme.scss */
.mt-2 {
  margin-top: .5rem !important;
}

/* line 8311, app/assets/stylesheets/space-theme.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 8315, app/assets/stylesheets/space-theme.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 8319, app/assets/stylesheets/space-theme.scss */
.mt-5 {
  margin-top: 2rem !important;
}

/* line 8323, app/assets/stylesheets/space-theme.scss */
.mt-6 {
  margin-top: 2.5rem !important;
}

/* line 8327, app/assets/stylesheets/space-theme.scss */
.mt-7 {
  margin-top: 3rem !important;
}

/* line 8331, app/assets/stylesheets/space-theme.scss */
.mt-8 {
  margin-top: 3.5rem !important;
}

/* line 8335, app/assets/stylesheets/space-theme.scss */
.mt-9 {
  margin-top: 4rem !important;
}

/* line 8339, app/assets/stylesheets/space-theme.scss */
.mt-10 {
  margin-top: 4.5rem !important;
}

/* line 8343, app/assets/stylesheets/space-theme.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 8347, app/assets/stylesheets/space-theme.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 8351, app/assets/stylesheets/space-theme.scss */
.me-1 {
  margin-right: .25rem !important;
}

/* line 8355, app/assets/stylesheets/space-theme.scss */
.me-2 {
  margin-right: .5rem !important;
}

/* line 8359, app/assets/stylesheets/space-theme.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 8363, app/assets/stylesheets/space-theme.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 8367, app/assets/stylesheets/space-theme.scss */
.me-5 {
  margin-right: 2rem !important;
}

/* line 8371, app/assets/stylesheets/space-theme.scss */
.me-6 {
  margin-right: 2.5rem !important;
}

/* line 8375, app/assets/stylesheets/space-theme.scss */
.me-7 {
  margin-right: 3rem !important;
}

/* line 8379, app/assets/stylesheets/space-theme.scss */
.me-8 {
  margin-right: 3.5rem !important;
}

/* line 8383, app/assets/stylesheets/space-theme.scss */
.me-9 {
  margin-right: 4rem !important;
}

/* line 8387, app/assets/stylesheets/space-theme.scss */
.me-10 {
  margin-right: 4.5rem !important;
}

/* line 8391, app/assets/stylesheets/space-theme.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 8395, app/assets/stylesheets/space-theme.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 8399, app/assets/stylesheets/space-theme.scss */
.mb-1 {
  margin-bottom: .25rem !important;
}

/* line 8403, app/assets/stylesheets/space-theme.scss */
.mb-2 {
  margin-bottom: .5rem !important;
}

/* line 8407, app/assets/stylesheets/space-theme.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 8411, app/assets/stylesheets/space-theme.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 8415, app/assets/stylesheets/space-theme.scss */
.mb-5 {
  margin-bottom: 2rem !important;
}

/* line 8419, app/assets/stylesheets/space-theme.scss */
.mb-6 {
  margin-bottom: 2.5rem !important;
}

/* line 8423, app/assets/stylesheets/space-theme.scss */
.mb-7 {
  margin-bottom: 3rem !important;
}

/* line 8427, app/assets/stylesheets/space-theme.scss */
.mb-8 {
  margin-bottom: 3.5rem !important;
}

/* line 8431, app/assets/stylesheets/space-theme.scss */
.mb-9 {
  margin-bottom: 4rem !important;
}

/* line 8435, app/assets/stylesheets/space-theme.scss */
.mb-10 {
  margin-bottom: 4.5rem !important;
}

/* line 8439, app/assets/stylesheets/space-theme.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 8443, app/assets/stylesheets/space-theme.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 8447, app/assets/stylesheets/space-theme.scss */
.ms-1 {
  margin-left: .25rem !important;
}

/* line 8451, app/assets/stylesheets/space-theme.scss */
.ms-2 {
  margin-left: .5rem !important;
}

/* line 8455, app/assets/stylesheets/space-theme.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 8459, app/assets/stylesheets/space-theme.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 8463, app/assets/stylesheets/space-theme.scss */
.ms-5 {
  margin-left: 2rem !important;
}

/* line 8467, app/assets/stylesheets/space-theme.scss */
.ms-6 {
  margin-left: 2.5rem !important;
}

/* line 8471, app/assets/stylesheets/space-theme.scss */
.ms-7 {
  margin-left: 3rem !important;
}

/* line 8475, app/assets/stylesheets/space-theme.scss */
.ms-8 {
  margin-left: 3.5rem !important;
}

/* line 8479, app/assets/stylesheets/space-theme.scss */
.ms-9 {
  margin-left: 4rem !important;
}

/* line 8483, app/assets/stylesheets/space-theme.scss */
.ms-10 {
  margin-left: 4.5rem !important;
}

/* line 8487, app/assets/stylesheets/space-theme.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 8491, app/assets/stylesheets/space-theme.scss */
.p-0 {
  padding: 0 !important;
}

/* line 8495, app/assets/stylesheets/space-theme.scss */
.p-1 {
  padding: .25rem !important;
}

/* line 8499, app/assets/stylesheets/space-theme.scss */
.p-2 {
  padding: .5rem !important;
}

/* line 8503, app/assets/stylesheets/space-theme.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 8507, app/assets/stylesheets/space-theme.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 8511, app/assets/stylesheets/space-theme.scss */
.p-5 {
  padding: 2rem !important;
}

/* line 8515, app/assets/stylesheets/space-theme.scss */
.p-6 {
  padding: 2.5rem !important;
}

/* line 8519, app/assets/stylesheets/space-theme.scss */
.p-7 {
  padding: 3rem !important;
}

/* line 8523, app/assets/stylesheets/space-theme.scss */
.p-8 {
  padding: 3.5rem !important;
}

/* line 8527, app/assets/stylesheets/space-theme.scss */
.p-9 {
  padding: 4rem !important;
}

/* line 8531, app/assets/stylesheets/space-theme.scss */
.p-10 {
  padding: 4.5rem !important;
}

/* line 8535, app/assets/stylesheets/space-theme.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 8540, app/assets/stylesheets/space-theme.scss */
.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}

/* line 8545, app/assets/stylesheets/space-theme.scss */
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

/* line 8550, app/assets/stylesheets/space-theme.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 8555, app/assets/stylesheets/space-theme.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 8560, app/assets/stylesheets/space-theme.scss */
.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/* line 8565, app/assets/stylesheets/space-theme.scss */
.px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

/* line 8570, app/assets/stylesheets/space-theme.scss */
.px-7 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 8575, app/assets/stylesheets/space-theme.scss */
.px-8 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

/* line 8580, app/assets/stylesheets/space-theme.scss */
.px-9 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

/* line 8585, app/assets/stylesheets/space-theme.scss */
.px-10 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

/* line 8590, app/assets/stylesheets/space-theme.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 8595, app/assets/stylesheets/space-theme.scss */
.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

/* line 8600, app/assets/stylesheets/space-theme.scss */
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

/* line 8605, app/assets/stylesheets/space-theme.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 8610, app/assets/stylesheets/space-theme.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 8615, app/assets/stylesheets/space-theme.scss */
.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 8620, app/assets/stylesheets/space-theme.scss */
.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* line 8625, app/assets/stylesheets/space-theme.scss */
.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 8630, app/assets/stylesheets/space-theme.scss */
.py-8 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

/* line 8635, app/assets/stylesheets/space-theme.scss */
.py-9 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 8640, app/assets/stylesheets/space-theme.scss */
.py-10 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

/* line 8645, app/assets/stylesheets/space-theme.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 8649, app/assets/stylesheets/space-theme.scss */
.pt-1 {
  padding-top: .25rem !important;
}

/* line 8653, app/assets/stylesheets/space-theme.scss */
.pt-2 {
  padding-top: .5rem !important;
}

/* line 8657, app/assets/stylesheets/space-theme.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 8661, app/assets/stylesheets/space-theme.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 8665, app/assets/stylesheets/space-theme.scss */
.pt-5 {
  padding-top: 2rem !important;
}

/* line 8669, app/assets/stylesheets/space-theme.scss */
.pt-6 {
  padding-top: 2.5rem !important;
}

/* line 8673, app/assets/stylesheets/space-theme.scss */
.pt-7 {
  padding-top: 3rem !important;
}

/* line 8677, app/assets/stylesheets/space-theme.scss */
.pt-8 {
  padding-top: 3.5rem !important;
}

/* line 8681, app/assets/stylesheets/space-theme.scss */
.pt-9 {
  padding-top: 4rem !important;
}

/* line 8685, app/assets/stylesheets/space-theme.scss */
.pt-10 {
  padding-top: 4.5rem !important;
}

/* line 8689, app/assets/stylesheets/space-theme.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 8693, app/assets/stylesheets/space-theme.scss */
.pe-1 {
  padding-right: .25rem !important;
}

/* line 8697, app/assets/stylesheets/space-theme.scss */
.pe-2 {
  padding-right: .5rem !important;
}

/* line 8701, app/assets/stylesheets/space-theme.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 8705, app/assets/stylesheets/space-theme.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 8709, app/assets/stylesheets/space-theme.scss */
.pe-5 {
  padding-right: 2rem !important;
}

/* line 8713, app/assets/stylesheets/space-theme.scss */
.pe-6 {
  padding-right: 2.5rem !important;
}

/* line 8717, app/assets/stylesheets/space-theme.scss */
.pe-7 {
  padding-right: 3rem !important;
}

/* line 8721, app/assets/stylesheets/space-theme.scss */
.pe-8 {
  padding-right: 3.5rem !important;
}

/* line 8725, app/assets/stylesheets/space-theme.scss */
.pe-9 {
  padding-right: 4rem !important;
}

/* line 8729, app/assets/stylesheets/space-theme.scss */
.pe-10 {
  padding-right: 4.5rem !important;
}

/* line 8733, app/assets/stylesheets/space-theme.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 8737, app/assets/stylesheets/space-theme.scss */
.pb-1 {
  padding-bottom: .25rem !important;
}

/* line 8741, app/assets/stylesheets/space-theme.scss */
.pb-2 {
  padding-bottom: .5rem !important;
}

/* line 8745, app/assets/stylesheets/space-theme.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 8749, app/assets/stylesheets/space-theme.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8753, app/assets/stylesheets/space-theme.scss */
.pb-5 {
  padding-bottom: 2rem !important;
}

/* line 8757, app/assets/stylesheets/space-theme.scss */
.pb-6 {
  padding-bottom: 2.5rem !important;
}

/* line 8761, app/assets/stylesheets/space-theme.scss */
.pb-7 {
  padding-bottom: 3rem !important;
}

/* line 8765, app/assets/stylesheets/space-theme.scss */
.pb-8 {
  padding-bottom: 3.5rem !important;
}

/* line 8769, app/assets/stylesheets/space-theme.scss */
.pb-9 {
  padding-bottom: 4rem !important;
}

/* line 8773, app/assets/stylesheets/space-theme.scss */
.pb-10 {
  padding-bottom: 4.5rem !important;
}

/* line 8777, app/assets/stylesheets/space-theme.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 8781, app/assets/stylesheets/space-theme.scss */
.ps-1 {
  padding-left: .25rem !important;
}

/* line 8785, app/assets/stylesheets/space-theme.scss */
.ps-2 {
  padding-left: .5rem !important;
}

/* line 8789, app/assets/stylesheets/space-theme.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 8793, app/assets/stylesheets/space-theme.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 8797, app/assets/stylesheets/space-theme.scss */
.ps-5 {
  padding-left: 2rem !important;
}

/* line 8801, app/assets/stylesheets/space-theme.scss */
.ps-6 {
  padding-left: 2.5rem !important;
}

/* line 8805, app/assets/stylesheets/space-theme.scss */
.ps-7 {
  padding-left: 3rem !important;
}

/* line 8809, app/assets/stylesheets/space-theme.scss */
.ps-8 {
  padding-left: 3.5rem !important;
}

/* line 8813, app/assets/stylesheets/space-theme.scss */
.ps-9 {
  padding-left: 4rem !important;
}

/* line 8817, app/assets/stylesheets/space-theme.scss */
.ps-10 {
  padding-left: 4.5rem !important;
}

/* line 8821, app/assets/stylesheets/space-theme.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 8825, app/assets/stylesheets/space-theme.scss */
.fs-1 {
  font-size: calc(1.475rem + 2.7vw) !important;
}

/* line 8829, app/assets/stylesheets/space-theme.scss */
.fs-2 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

/* line 8833, app/assets/stylesheets/space-theme.scss */
.fs-3 {
  font-size: calc(1.3375rem + 1.05vw) !important;
}

/* line 8837, app/assets/stylesheets/space-theme.scss */
.fs-4 {
  font-size: calc(1.2875rem + .45vw) !important;
}

/* line 8841, app/assets/stylesheets/space-theme.scss */
.fs-5 {
  font-size: calc(1.2625rem + .15vw) !important;
}

/* line 8845, app/assets/stylesheets/space-theme.scss */
.fs-6 {
  font-size: 1.125rem !important;
}

/* line 8849, app/assets/stylesheets/space-theme.scss */
.fs-smallest {
  font-size: 0.9rem !important;
}

/* line 8853, app/assets/stylesheets/space-theme.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 8857, app/assets/stylesheets/space-theme.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 8861, app/assets/stylesheets/space-theme.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 8865, app/assets/stylesheets/space-theme.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 8869, app/assets/stylesheets/space-theme.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 8873, app/assets/stylesheets/space-theme.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 8877, app/assets/stylesheets/space-theme.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 8881, app/assets/stylesheets/space-theme.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 8885, app/assets/stylesheets/space-theme.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 8889, app/assets/stylesheets/space-theme.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 8893, app/assets/stylesheets/space-theme.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 8897, app/assets/stylesheets/space-theme.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 8901, app/assets/stylesheets/space-theme.scss */
.text-start {
  text-align: left !important;
}

/* line 8905, app/assets/stylesheets/space-theme.scss */
.text-end {
  text-align: right !important;
}

/* line 8909, app/assets/stylesheets/space-theme.scss */
.text-center {
  text-align: center !important;
}

/* line 8913, app/assets/stylesheets/space-theme.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 8917, app/assets/stylesheets/space-theme.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 8921, app/assets/stylesheets/space-theme.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 8925, app/assets/stylesheets/space-theme.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 8929, app/assets/stylesheets/space-theme.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 8933, app/assets/stylesheets/space-theme.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 8937, app/assets/stylesheets/space-theme.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 8941, app/assets/stylesheets/space-theme.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 8945, app/assets/stylesheets/space-theme.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* line 8950, app/assets/stylesheets/space-theme.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 8955, app/assets/stylesheets/space-theme.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 8960, app/assets/stylesheets/space-theme.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 8965, app/assets/stylesheets/space-theme.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 8970, app/assets/stylesheets/space-theme.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 8975, app/assets/stylesheets/space-theme.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 8980, app/assets/stylesheets/space-theme.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 8985, app/assets/stylesheets/space-theme.scss */
.font-size-sm {
  font-size: .8125rem;
}

/* line 8989, app/assets/stylesheets/space-theme.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 8994, app/assets/stylesheets/space-theme.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 8999, app/assets/stylesheets/space-theme.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 9004, app/assets/stylesheets/space-theme.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 9009, app/assets/stylesheets/space-theme.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: #8c98a4 !important;
}

/* line 9014, app/assets/stylesheets/space-theme.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 9019, app/assets/stylesheets/space-theme.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 9024, app/assets/stylesheets/space-theme.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 9029, app/assets/stylesheets/space-theme.scss */
.text-white-70 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 9034, app/assets/stylesheets/space-theme.scss */
.text-primary-light {
  --bs-text-opacity: 1;
  color: #00bd8e !important;
}

/* line 9039, app/assets/stylesheets/space-theme.scss */
.text-primary-dark {
  --bs-text-opacity: 1;
  color: #005c45 !important;
}

/* line 9044, app/assets/stylesheets/space-theme.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25
;
}

/* line 9048, app/assets/stylesheets/space-theme.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5
;
}

/* line 9052, app/assets/stylesheets/space-theme.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75
;
}

/* line 9056, app/assets/stylesheets/space-theme.scss */
.text-opacity-100 {
  --bs-text-opacity: 1
;
}

/* line 9060, app/assets/stylesheets/space-theme.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9065, app/assets/stylesheets/space-theme.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9070, app/assets/stylesheets/space-theme.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9075, app/assets/stylesheets/space-theme.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9080, app/assets/stylesheets/space-theme.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9085, app/assets/stylesheets/space-theme.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9090, app/assets/stylesheets/space-theme.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9095, app/assets/stylesheets/space-theme.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9100, app/assets/stylesheets/space-theme.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9105, app/assets/stylesheets/space-theme.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9110, app/assets/stylesheets/space-theme.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 9115, app/assets/stylesheets/space-theme.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 9120, app/assets/stylesheets/space-theme.scss */
.bg-primary-dark {
  --bs-bg-opacity: 1;
  background-color: #005c45 !important;
}

/* line 9125, app/assets/stylesheets/space-theme.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1
;
}

/* line 9129, app/assets/stylesheets/space-theme.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25
;
}

/* line 9133, app/assets/stylesheets/space-theme.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5
;
}

/* line 9137, app/assets/stylesheets/space-theme.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75
;
}

/* line 9141, app/assets/stylesheets/space-theme.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1
;
}

/* line 9145, app/assets/stylesheets/space-theme.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 9149, app/assets/stylesheets/space-theme.scss */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 9156, app/assets/stylesheets/space-theme.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

/* line 9163, app/assets/stylesheets/space-theme.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 9170, app/assets/stylesheets/space-theme.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 9174, app/assets/stylesheets/space-theme.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 9178, app/assets/stylesheets/space-theme.scss */
.rounded {
  border-radius: .3125rem !important;
}

/* line 9182, app/assets/stylesheets/space-theme.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 9186, app/assets/stylesheets/space-theme.scss */
.rounded-1 {
  border-radius: .125rem !important;
}

/* line 9190, app/assets/stylesheets/space-theme.scss */
.rounded-2 {
  border-radius: .3125rem !important;
}

/* line 9194, app/assets/stylesheets/space-theme.scss */
.rounded-3 {
  border-radius: .3125rem !important;
}

/* line 9198, app/assets/stylesheets/space-theme.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 9202, app/assets/stylesheets/space-theme.scss */
.rounded-pill {
  border-radius: 6.1875rem !important;
}

/* line 9206, app/assets/stylesheets/space-theme.scss */
.rounded-top {
  border-top-left-radius: .3125rem !important;
  border-top-right-radius: .3125rem !important;
}

/* line 9211, app/assets/stylesheets/space-theme.scss */
.rounded-end {
  border-top-right-radius: .3125rem !important;
  border-bottom-right-radius: .3125rem !important;
}

/* line 9216, app/assets/stylesheets/space-theme.scss */
.rounded-bottom {
  border-bottom-right-radius: .3125rem !important;
  border-bottom-left-radius: .3125rem !important;
}

/* line 9221, app/assets/stylesheets/space-theme.scss */
.rounded-start {
  border-bottom-left-radius: .3125rem !important;
  border-top-left-radius: .3125rem !important;
}

/* line 9226, app/assets/stylesheets/space-theme.scss */
.visible {
  visibility: visible !important;
}

/* line 9230, app/assets/stylesheets/space-theme.scss */
.invisible {
  visibility: hidden !important;
}

/* line 9234, app/assets/stylesheets/space-theme.scss */
.content-space-t-0 {
  padding-top: 0 !important;
}

/* line 9238, app/assets/stylesheets/space-theme.scss */
.content-space-t-1 {
  padding-top: 4rem !important;
}

/* line 9242, app/assets/stylesheets/space-theme.scss */
.content-space-t-2 {
  padding-top: 5rem !important;
}

/* line 9246, app/assets/stylesheets/space-theme.scss */
.content-space-t-3 {
  padding-top: 7.5rem !important;
}

/* line 9250, app/assets/stylesheets/space-theme.scss */
.content-space-t-4 {
  padding-top: 10rem !important;
}

/* line 9254, app/assets/stylesheets/space-theme.scss */
.content-space-t-auto {
  padding-top: auto !important;
}

/* line 9258, app/assets/stylesheets/space-theme.scss */
.content-space-b-0 {
  padding-bottom: 0 !important;
}

/* line 9262, app/assets/stylesheets/space-theme.scss */
.content-space-b-1 {
  padding-bottom: 4rem !important;
}

/* line 9266, app/assets/stylesheets/space-theme.scss */
.content-space-b-2 {
  padding-bottom: 5rem !important;
}

/* line 9270, app/assets/stylesheets/space-theme.scss */
.content-space-b-3 {
  padding-bottom: 7.5rem !important;
}

/* line 9274, app/assets/stylesheets/space-theme.scss */
.content-space-b-4 {
  padding-bottom: 10rem !important;
}

/* line 9278, app/assets/stylesheets/space-theme.scss */
.content-space-b-auto {
  padding-bottom: auto !important;
}

/* line 9282, app/assets/stylesheets/space-theme.scss */
.content-space-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 9287, app/assets/stylesheets/space-theme.scss */
.content-space-1 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 9292, app/assets/stylesheets/space-theme.scss */
.content-space-2 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* line 9297, app/assets/stylesheets/space-theme.scss */
.content-space-3 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

/* line 9302, app/assets/stylesheets/space-theme.scss */
.content-space-4 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

/* line 9307, app/assets/stylesheets/space-theme.scss */
.content-space-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

/* line 9312, app/assets/stylesheets/space-theme.scss */
.zi-n1 {
  z-index: -1 !important;
}

/* line 9316, app/assets/stylesheets/space-theme.scss */
.zi-0 {
  z-index: 0 !important;
}

/* line 9320, app/assets/stylesheets/space-theme.scss */
.zi-1 {
  z-index: 1 !important;
}

/* line 9324, app/assets/stylesheets/space-theme.scss */
.zi-2 {
  z-index: 2 !important;
}

/* line 9328, app/assets/stylesheets/space-theme.scss */
.zi-3 {
  z-index: 3 !important;
}

/* line 9332, app/assets/stylesheets/space-theme.scss */
.bg-soft-primary {
  background-color: rgba(0, 128, 96, 0.1) !important;
}

/* line 9336, app/assets/stylesheets/space-theme.scss */
.bg-soft-secondary {
  background-color: rgba(81, 89, 108, 0.1) !important;
}

/* line 9340, app/assets/stylesheets/space-theme.scss */
.bg-soft-success {
  background-color: rgba(7, 124, 118, 0.1) !important;
}

/* line 9344, app/assets/stylesheets/space-theme.scss */
.bg-soft-info {
  background-color: rgba(51, 74, 192, 0.1) !important;
}

/* line 9348, app/assets/stylesheets/space-theme.scss */
.bg-soft-warning {
  background-color: rgba(241, 185, 128, 0.1) !important;
}

/* line 9352, app/assets/stylesheets/space-theme.scss */
.bg-soft-danger {
  background-color: rgba(105, 35, 64, 0.1) !important;
}

/* line 9356, app/assets/stylesheets/space-theme.scss */
.bg-soft-light {
  background-color: rgba(249, 250, 252, 0.1) !important;
}

/* line 9360, app/assets/stylesheets/space-theme.scss */
.bg-soft-dark {
  background-color: rgba(0, 34, 28, 0.1) !important;
}

/* line 9364, app/assets/stylesheets/space-theme.scss */
.bg-soft-primary-light {
  background-color: rgba(0, 189, 142, 0.1) !important;
}

@media (min-width: 576px) {
  /* line 9369, app/assets/stylesheets/space-theme.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 9373, app/assets/stylesheets/space-theme.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 9377, app/assets/stylesheets/space-theme.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 9381, app/assets/stylesheets/space-theme.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 9385, app/assets/stylesheets/space-theme.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 9389, app/assets/stylesheets/space-theme.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 9393, app/assets/stylesheets/space-theme.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 9397, app/assets/stylesheets/space-theme.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 9401, app/assets/stylesheets/space-theme.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 9405, app/assets/stylesheets/space-theme.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 9409, app/assets/stylesheets/space-theme.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 9414, app/assets/stylesheets/space-theme.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 9419, app/assets/stylesheets/space-theme.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 9423, app/assets/stylesheets/space-theme.scss */
  .position-sm-static {
    position: static !important;
  }
  /* line 9427, app/assets/stylesheets/space-theme.scss */
  .position-sm-relative {
    position: relative !important;
  }
  /* line 9431, app/assets/stylesheets/space-theme.scss */
  .position-sm-absolute {
    position: absolute !important;
  }
  /* line 9435, app/assets/stylesheets/space-theme.scss */
  .position-sm-fixed {
    position: fixed !important;
  }
  /* line 9439, app/assets/stylesheets/space-theme.scss */
  .position-sm-sticky {
    position: sticky !important;
  }
  /* line 9444, app/assets/stylesheets/space-theme.scss */
  .top-sm-0 {
    top: 0 !important;
  }
  /* line 9448, app/assets/stylesheets/space-theme.scss */
  .top-sm-50 {
    top: 50% !important;
  }
  /* line 9452, app/assets/stylesheets/space-theme.scss */
  .top-sm-100 {
    top: 100% !important;
  }
  /* line 9456, app/assets/stylesheets/space-theme.scss */
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  /* line 9460, app/assets/stylesheets/space-theme.scss */
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  /* line 9464, app/assets/stylesheets/space-theme.scss */
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  /* line 9468, app/assets/stylesheets/space-theme.scss */
  .start-sm-0 {
    left: 0 !important;
  }
  /* line 9472, app/assets/stylesheets/space-theme.scss */
  .start-sm-50 {
    left: 50% !important;
  }
  /* line 9476, app/assets/stylesheets/space-theme.scss */
  .start-sm-100 {
    left: 100% !important;
  }
  /* line 9480, app/assets/stylesheets/space-theme.scss */
  .end-sm-0 {
    right: 0 !important;
  }
  /* line 9484, app/assets/stylesheets/space-theme.scss */
  .end-sm-50 {
    right: 50% !important;
  }
  /* line 9488, app/assets/stylesheets/space-theme.scss */
  .end-sm-100 {
    right: 100% !important;
  }
  /* line 9492, app/assets/stylesheets/space-theme.scss */
  .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }
  /* line 9497, app/assets/stylesheets/space-theme.scss */
  .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }
  /* line 9502, app/assets/stylesheets/space-theme.scss */
  .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }
  /* line 9507, app/assets/stylesheets/space-theme.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 9511, app/assets/stylesheets/space-theme.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 9515, app/assets/stylesheets/space-theme.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 9519, app/assets/stylesheets/space-theme.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 9523, app/assets/stylesheets/space-theme.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 9527, app/assets/stylesheets/space-theme.scss */
  .w-sm-65 {
    width: 65% !important;
  }
  /* line 9531, app/assets/stylesheets/space-theme.scss */
  .w-sm-85 {
    width: 85% !important;
  }
  /* line 9535, app/assets/stylesheets/space-theme.scss */
  .vh-sm-100 {
    height: 100vh !important;
  }
  /* line 9539, app/assets/stylesheets/space-theme.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 9544, app/assets/stylesheets/space-theme.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 9549, app/assets/stylesheets/space-theme.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 9554, app/assets/stylesheets/space-theme.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 9559, app/assets/stylesheets/space-theme.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 9564, app/assets/stylesheets/space-theme.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 9569, app/assets/stylesheets/space-theme.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 9574, app/assets/stylesheets/space-theme.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 9579, app/assets/stylesheets/space-theme.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 9584, app/assets/stylesheets/space-theme.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 9589, app/assets/stylesheets/space-theme.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 9594, app/assets/stylesheets/space-theme.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 9599, app/assets/stylesheets/space-theme.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 9603, app/assets/stylesheets/space-theme.scss */
  .gap-sm-1 {
    gap: .25rem !important;
  }
  /* line 9607, app/assets/stylesheets/space-theme.scss */
  .gap-sm-2 {
    gap: .5rem !important;
  }
  /* line 9611, app/assets/stylesheets/space-theme.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 9615, app/assets/stylesheets/space-theme.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 9619, app/assets/stylesheets/space-theme.scss */
  .gap-sm-5 {
    gap: 2rem !important;
  }
  /* line 9623, app/assets/stylesheets/space-theme.scss */
  .gap-sm-6 {
    gap: 2.5rem !important;
  }
  /* line 9627, app/assets/stylesheets/space-theme.scss */
  .gap-sm-7 {
    gap: 3rem !important;
  }
  /* line 9631, app/assets/stylesheets/space-theme.scss */
  .gap-sm-8 {
    gap: 3.5rem !important;
  }
  /* line 9635, app/assets/stylesheets/space-theme.scss */
  .gap-sm-9 {
    gap: 4rem !important;
  }
  /* line 9639, app/assets/stylesheets/space-theme.scss */
  .gap-sm-10 {
    gap: 4.5rem !important;
  }
  /* line 9643, app/assets/stylesheets/space-theme.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 9648, app/assets/stylesheets/space-theme.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 9653, app/assets/stylesheets/space-theme.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 9658, app/assets/stylesheets/space-theme.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 9663, app/assets/stylesheets/space-theme.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 9668, app/assets/stylesheets/space-theme.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 9673, app/assets/stylesheets/space-theme.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 9678, app/assets/stylesheets/space-theme.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 9683, app/assets/stylesheets/space-theme.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 9688, app/assets/stylesheets/space-theme.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 9693, app/assets/stylesheets/space-theme.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 9698, app/assets/stylesheets/space-theme.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 9703, app/assets/stylesheets/space-theme.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 9708, app/assets/stylesheets/space-theme.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 9713, app/assets/stylesheets/space-theme.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 9718, app/assets/stylesheets/space-theme.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 9723, app/assets/stylesheets/space-theme.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 9728, app/assets/stylesheets/space-theme.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 9733, app/assets/stylesheets/space-theme.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 9738, app/assets/stylesheets/space-theme.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 9743, app/assets/stylesheets/space-theme.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 9748, app/assets/stylesheets/space-theme.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 9753, app/assets/stylesheets/space-theme.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 9758, app/assets/stylesheets/space-theme.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 9763, app/assets/stylesheets/space-theme.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 9768, app/assets/stylesheets/space-theme.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 9773, app/assets/stylesheets/space-theme.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 9778, app/assets/stylesheets/space-theme.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 9783, app/assets/stylesheets/space-theme.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 9788, app/assets/stylesheets/space-theme.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 9793, app/assets/stylesheets/space-theme.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 9798, app/assets/stylesheets/space-theme.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 9802, app/assets/stylesheets/space-theme.scss */
  .m-sm-1 {
    margin: .25rem !important;
  }
  /* line 9806, app/assets/stylesheets/space-theme.scss */
  .m-sm-2 {
    margin: .5rem !important;
  }
  /* line 9810, app/assets/stylesheets/space-theme.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 9814, app/assets/stylesheets/space-theme.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 9818, app/assets/stylesheets/space-theme.scss */
  .m-sm-5 {
    margin: 2rem !important;
  }
  /* line 9822, app/assets/stylesheets/space-theme.scss */
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  /* line 9826, app/assets/stylesheets/space-theme.scss */
  .m-sm-7 {
    margin: 3rem !important;
  }
  /* line 9830, app/assets/stylesheets/space-theme.scss */
  .m-sm-8 {
    margin: 3.5rem !important;
  }
  /* line 9834, app/assets/stylesheets/space-theme.scss */
  .m-sm-9 {
    margin: 4rem !important;
  }
  /* line 9838, app/assets/stylesheets/space-theme.scss */
  .m-sm-10 {
    margin: 4.5rem !important;
  }
  /* line 9842, app/assets/stylesheets/space-theme.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 9846, app/assets/stylesheets/space-theme.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 9851, app/assets/stylesheets/space-theme.scss */
  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  /* line 9856, app/assets/stylesheets/space-theme.scss */
  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  /* line 9861, app/assets/stylesheets/space-theme.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 9866, app/assets/stylesheets/space-theme.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 9871, app/assets/stylesheets/space-theme.scss */
  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 9876, app/assets/stylesheets/space-theme.scss */
  .mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 9881, app/assets/stylesheets/space-theme.scss */
  .mx-sm-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 9886, app/assets/stylesheets/space-theme.scss */
  .mx-sm-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 9891, app/assets/stylesheets/space-theme.scss */
  .mx-sm-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 9896, app/assets/stylesheets/space-theme.scss */
  .mx-sm-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 9901, app/assets/stylesheets/space-theme.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 9906, app/assets/stylesheets/space-theme.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 9911, app/assets/stylesheets/space-theme.scss */
  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 9916, app/assets/stylesheets/space-theme.scss */
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 9921, app/assets/stylesheets/space-theme.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 9926, app/assets/stylesheets/space-theme.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 9931, app/assets/stylesheets/space-theme.scss */
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 9936, app/assets/stylesheets/space-theme.scss */
  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 9941, app/assets/stylesheets/space-theme.scss */
  .my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 9946, app/assets/stylesheets/space-theme.scss */
  .my-sm-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 9951, app/assets/stylesheets/space-theme.scss */
  .my-sm-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 9956, app/assets/stylesheets/space-theme.scss */
  .my-sm-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 9961, app/assets/stylesheets/space-theme.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 9966, app/assets/stylesheets/space-theme.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 9970, app/assets/stylesheets/space-theme.scss */
  .mt-sm-1 {
    margin-top: .25rem !important;
  }
  /* line 9974, app/assets/stylesheets/space-theme.scss */
  .mt-sm-2 {
    margin-top: .5rem !important;
  }
  /* line 9978, app/assets/stylesheets/space-theme.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 9982, app/assets/stylesheets/space-theme.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9986, app/assets/stylesheets/space-theme.scss */
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  /* line 9990, app/assets/stylesheets/space-theme.scss */
  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }
  /* line 9994, app/assets/stylesheets/space-theme.scss */
  .mt-sm-7 {
    margin-top: 3rem !important;
  }
  /* line 9998, app/assets/stylesheets/space-theme.scss */
  .mt-sm-8 {
    margin-top: 3.5rem !important;
  }
  /* line 10002, app/assets/stylesheets/space-theme.scss */
  .mt-sm-9 {
    margin-top: 4rem !important;
  }
  /* line 10006, app/assets/stylesheets/space-theme.scss */
  .mt-sm-10 {
    margin-top: 4.5rem !important;
  }
  /* line 10010, app/assets/stylesheets/space-theme.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 10014, app/assets/stylesheets/space-theme.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 10018, app/assets/stylesheets/space-theme.scss */
  .me-sm-1 {
    margin-right: .25rem !important;
  }
  /* line 10022, app/assets/stylesheets/space-theme.scss */
  .me-sm-2 {
    margin-right: .5rem !important;
  }
  /* line 10026, app/assets/stylesheets/space-theme.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 10030, app/assets/stylesheets/space-theme.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 10034, app/assets/stylesheets/space-theme.scss */
  .me-sm-5 {
    margin-right: 2rem !important;
  }
  /* line 10038, app/assets/stylesheets/space-theme.scss */
  .me-sm-6 {
    margin-right: 2.5rem !important;
  }
  /* line 10042, app/assets/stylesheets/space-theme.scss */
  .me-sm-7 {
    margin-right: 3rem !important;
  }
  /* line 10046, app/assets/stylesheets/space-theme.scss */
  .me-sm-8 {
    margin-right: 3.5rem !important;
  }
  /* line 10050, app/assets/stylesheets/space-theme.scss */
  .me-sm-9 {
    margin-right: 4rem !important;
  }
  /* line 10054, app/assets/stylesheets/space-theme.scss */
  .me-sm-10 {
    margin-right: 4.5rem !important;
  }
  /* line 10058, app/assets/stylesheets/space-theme.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 10062, app/assets/stylesheets/space-theme.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 10066, app/assets/stylesheets/space-theme.scss */
  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }
  /* line 10070, app/assets/stylesheets/space-theme.scss */
  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }
  /* line 10074, app/assets/stylesheets/space-theme.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 10078, app/assets/stylesheets/space-theme.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 10082, app/assets/stylesheets/space-theme.scss */
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  /* line 10086, app/assets/stylesheets/space-theme.scss */
  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 10090, app/assets/stylesheets/space-theme.scss */
  .mb-sm-7 {
    margin-bottom: 3rem !important;
  }
  /* line 10094, app/assets/stylesheets/space-theme.scss */
  .mb-sm-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 10098, app/assets/stylesheets/space-theme.scss */
  .mb-sm-9 {
    margin-bottom: 4rem !important;
  }
  /* line 10102, app/assets/stylesheets/space-theme.scss */
  .mb-sm-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 10106, app/assets/stylesheets/space-theme.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 10110, app/assets/stylesheets/space-theme.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 10114, app/assets/stylesheets/space-theme.scss */
  .ms-sm-1 {
    margin-left: .25rem !important;
  }
  /* line 10118, app/assets/stylesheets/space-theme.scss */
  .ms-sm-2 {
    margin-left: .5rem !important;
  }
  /* line 10122, app/assets/stylesheets/space-theme.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 10126, app/assets/stylesheets/space-theme.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 10130, app/assets/stylesheets/space-theme.scss */
  .ms-sm-5 {
    margin-left: 2rem !important;
  }
  /* line 10134, app/assets/stylesheets/space-theme.scss */
  .ms-sm-6 {
    margin-left: 2.5rem !important;
  }
  /* line 10138, app/assets/stylesheets/space-theme.scss */
  .ms-sm-7 {
    margin-left: 3rem !important;
  }
  /* line 10142, app/assets/stylesheets/space-theme.scss */
  .ms-sm-8 {
    margin-left: 3.5rem !important;
  }
  /* line 10146, app/assets/stylesheets/space-theme.scss */
  .ms-sm-9 {
    margin-left: 4rem !important;
  }
  /* line 10150, app/assets/stylesheets/space-theme.scss */
  .ms-sm-10 {
    margin-left: 4.5rem !important;
  }
  /* line 10154, app/assets/stylesheets/space-theme.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 10158, app/assets/stylesheets/space-theme.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 10162, app/assets/stylesheets/space-theme.scss */
  .p-sm-1 {
    padding: .25rem !important;
  }
  /* line 10166, app/assets/stylesheets/space-theme.scss */
  .p-sm-2 {
    padding: .5rem !important;
  }
  /* line 10170, app/assets/stylesheets/space-theme.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 10174, app/assets/stylesheets/space-theme.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 10178, app/assets/stylesheets/space-theme.scss */
  .p-sm-5 {
    padding: 2rem !important;
  }
  /* line 10182, app/assets/stylesheets/space-theme.scss */
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  /* line 10186, app/assets/stylesheets/space-theme.scss */
  .p-sm-7 {
    padding: 3rem !important;
  }
  /* line 10190, app/assets/stylesheets/space-theme.scss */
  .p-sm-8 {
    padding: 3.5rem !important;
  }
  /* line 10194, app/assets/stylesheets/space-theme.scss */
  .p-sm-9 {
    padding: 4rem !important;
  }
  /* line 10198, app/assets/stylesheets/space-theme.scss */
  .p-sm-10 {
    padding: 4.5rem !important;
  }
  /* line 10202, app/assets/stylesheets/space-theme.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 10207, app/assets/stylesheets/space-theme.scss */
  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  /* line 10212, app/assets/stylesheets/space-theme.scss */
  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  /* line 10217, app/assets/stylesheets/space-theme.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 10222, app/assets/stylesheets/space-theme.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 10227, app/assets/stylesheets/space-theme.scss */
  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 10232, app/assets/stylesheets/space-theme.scss */
  .px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 10237, app/assets/stylesheets/space-theme.scss */
  .px-sm-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 10242, app/assets/stylesheets/space-theme.scss */
  .px-sm-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 10247, app/assets/stylesheets/space-theme.scss */
  .px-sm-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 10252, app/assets/stylesheets/space-theme.scss */
  .px-sm-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 10257, app/assets/stylesheets/space-theme.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 10262, app/assets/stylesheets/space-theme.scss */
  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 10267, app/assets/stylesheets/space-theme.scss */
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 10272, app/assets/stylesheets/space-theme.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 10277, app/assets/stylesheets/space-theme.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 10282, app/assets/stylesheets/space-theme.scss */
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 10287, app/assets/stylesheets/space-theme.scss */
  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 10292, app/assets/stylesheets/space-theme.scss */
  .py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 10297, app/assets/stylesheets/space-theme.scss */
  .py-sm-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 10302, app/assets/stylesheets/space-theme.scss */
  .py-sm-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 10307, app/assets/stylesheets/space-theme.scss */
  .py-sm-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 10312, app/assets/stylesheets/space-theme.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 10316, app/assets/stylesheets/space-theme.scss */
  .pt-sm-1 {
    padding-top: .25rem !important;
  }
  /* line 10320, app/assets/stylesheets/space-theme.scss */
  .pt-sm-2 {
    padding-top: .5rem !important;
  }
  /* line 10324, app/assets/stylesheets/space-theme.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 10328, app/assets/stylesheets/space-theme.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10332, app/assets/stylesheets/space-theme.scss */
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  /* line 10336, app/assets/stylesheets/space-theme.scss */
  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }
  /* line 10340, app/assets/stylesheets/space-theme.scss */
  .pt-sm-7 {
    padding-top: 3rem !important;
  }
  /* line 10344, app/assets/stylesheets/space-theme.scss */
  .pt-sm-8 {
    padding-top: 3.5rem !important;
  }
  /* line 10348, app/assets/stylesheets/space-theme.scss */
  .pt-sm-9 {
    padding-top: 4rem !important;
  }
  /* line 10352, app/assets/stylesheets/space-theme.scss */
  .pt-sm-10 {
    padding-top: 4.5rem !important;
  }
  /* line 10356, app/assets/stylesheets/space-theme.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 10360, app/assets/stylesheets/space-theme.scss */
  .pe-sm-1 {
    padding-right: .25rem !important;
  }
  /* line 10364, app/assets/stylesheets/space-theme.scss */
  .pe-sm-2 {
    padding-right: .5rem !important;
  }
  /* line 10368, app/assets/stylesheets/space-theme.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 10372, app/assets/stylesheets/space-theme.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10376, app/assets/stylesheets/space-theme.scss */
  .pe-sm-5 {
    padding-right: 2rem !important;
  }
  /* line 10380, app/assets/stylesheets/space-theme.scss */
  .pe-sm-6 {
    padding-right: 2.5rem !important;
  }
  /* line 10384, app/assets/stylesheets/space-theme.scss */
  .pe-sm-7 {
    padding-right: 3rem !important;
  }
  /* line 10388, app/assets/stylesheets/space-theme.scss */
  .pe-sm-8 {
    padding-right: 3.5rem !important;
  }
  /* line 10392, app/assets/stylesheets/space-theme.scss */
  .pe-sm-9 {
    padding-right: 4rem !important;
  }
  /* line 10396, app/assets/stylesheets/space-theme.scss */
  .pe-sm-10 {
    padding-right: 4.5rem !important;
  }
  /* line 10400, app/assets/stylesheets/space-theme.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 10404, app/assets/stylesheets/space-theme.scss */
  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }
  /* line 10408, app/assets/stylesheets/space-theme.scss */
  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }
  /* line 10412, app/assets/stylesheets/space-theme.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10416, app/assets/stylesheets/space-theme.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10420, app/assets/stylesheets/space-theme.scss */
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  /* line 10424, app/assets/stylesheets/space-theme.scss */
  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 10428, app/assets/stylesheets/space-theme.scss */
  .pb-sm-7 {
    padding-bottom: 3rem !important;
  }
  /* line 10432, app/assets/stylesheets/space-theme.scss */
  .pb-sm-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 10436, app/assets/stylesheets/space-theme.scss */
  .pb-sm-9 {
    padding-bottom: 4rem !important;
  }
  /* line 10440, app/assets/stylesheets/space-theme.scss */
  .pb-sm-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 10444, app/assets/stylesheets/space-theme.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 10448, app/assets/stylesheets/space-theme.scss */
  .ps-sm-1 {
    padding-left: .25rem !important;
  }
  /* line 10452, app/assets/stylesheets/space-theme.scss */
  .ps-sm-2 {
    padding-left: .5rem !important;
  }
  /* line 10456, app/assets/stylesheets/space-theme.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 10460, app/assets/stylesheets/space-theme.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10464, app/assets/stylesheets/space-theme.scss */
  .ps-sm-5 {
    padding-left: 2rem !important;
  }
  /* line 10468, app/assets/stylesheets/space-theme.scss */
  .ps-sm-6 {
    padding-left: 2.5rem !important;
  }
  /* line 10472, app/assets/stylesheets/space-theme.scss */
  .ps-sm-7 {
    padding-left: 3rem !important;
  }
  /* line 10476, app/assets/stylesheets/space-theme.scss */
  .ps-sm-8 {
    padding-left: 3.5rem !important;
  }
  /* line 10480, app/assets/stylesheets/space-theme.scss */
  .ps-sm-9 {
    padding-left: 4rem !important;
  }
  /* line 10484, app/assets/stylesheets/space-theme.scss */
  .ps-sm-10 {
    padding-left: 4.5rem !important;
  }
  /* line 10488, app/assets/stylesheets/space-theme.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 10492, app/assets/stylesheets/space-theme.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 10496, app/assets/stylesheets/space-theme.scss */
  .text-sm-center {
    text-align: center !important;
  }
  /* line 10500, app/assets/stylesheets/space-theme.scss */
  .content-space-t-sm-0 {
    padding-top: 0 !important;
  }
  /* line 10504, app/assets/stylesheets/space-theme.scss */
  .content-space-t-sm-1 {
    padding-top: 4rem !important;
  }
  /* line 10508, app/assets/stylesheets/space-theme.scss */
  .content-space-t-sm-2 {
    padding-top: 5rem !important;
  }
  /* line 10512, app/assets/stylesheets/space-theme.scss */
  .content-space-t-sm-3 {
    padding-top: 7.5rem !important;
  }
  /* line 10516, app/assets/stylesheets/space-theme.scss */
  .content-space-t-sm-4 {
    padding-top: 10rem !important;
  }
  /* line 10520, app/assets/stylesheets/space-theme.scss */
  .content-space-t-sm-auto {
    padding-top: auto !important;
  }
  /* line 10524, app/assets/stylesheets/space-theme.scss */
  .content-space-b-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 10528, app/assets/stylesheets/space-theme.scss */
  .content-space-b-sm-1 {
    padding-bottom: 4rem !important;
  }
  /* line 10532, app/assets/stylesheets/space-theme.scss */
  .content-space-b-sm-2 {
    padding-bottom: 5rem !important;
  }
  /* line 10536, app/assets/stylesheets/space-theme.scss */
  .content-space-b-sm-3 {
    padding-bottom: 7.5rem !important;
  }
  /* line 10540, app/assets/stylesheets/space-theme.scss */
  .content-space-b-sm-4 {
    padding-bottom: 10rem !important;
  }
  /* line 10544, app/assets/stylesheets/space-theme.scss */
  .content-space-b-sm-auto {
    padding-bottom: auto !important;
  }
  /* line 10548, app/assets/stylesheets/space-theme.scss */
  .content-space-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 10553, app/assets/stylesheets/space-theme.scss */
  .content-space-sm-1 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 10558, app/assets/stylesheets/space-theme.scss */
  .content-space-sm-2 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 10563, app/assets/stylesheets/space-theme.scss */
  .content-space-sm-3 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 10568, app/assets/stylesheets/space-theme.scss */
  .content-space-sm-4 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 10573, app/assets/stylesheets/space-theme.scss */
  .content-space-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 10580, app/assets/stylesheets/space-theme.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 10584, app/assets/stylesheets/space-theme.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 10588, app/assets/stylesheets/space-theme.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 10592, app/assets/stylesheets/space-theme.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 10596, app/assets/stylesheets/space-theme.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 10600, app/assets/stylesheets/space-theme.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 10604, app/assets/stylesheets/space-theme.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 10608, app/assets/stylesheets/space-theme.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 10612, app/assets/stylesheets/space-theme.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 10616, app/assets/stylesheets/space-theme.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 10620, app/assets/stylesheets/space-theme.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 10625, app/assets/stylesheets/space-theme.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 10630, app/assets/stylesheets/space-theme.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 10634, app/assets/stylesheets/space-theme.scss */
  .position-md-static {
    position: static !important;
  }
  /* line 10638, app/assets/stylesheets/space-theme.scss */
  .position-md-relative {
    position: relative !important;
  }
  /* line 10642, app/assets/stylesheets/space-theme.scss */
  .position-md-absolute {
    position: absolute !important;
  }
  /* line 10646, app/assets/stylesheets/space-theme.scss */
  .position-md-fixed {
    position: fixed !important;
  }
  /* line 10650, app/assets/stylesheets/space-theme.scss */
  .position-md-sticky {
    position: sticky !important;
  }
  /* line 10655, app/assets/stylesheets/space-theme.scss */
  .top-md-0 {
    top: 0 !important;
  }
  /* line 10659, app/assets/stylesheets/space-theme.scss */
  .top-md-50 {
    top: 50% !important;
  }
  /* line 10663, app/assets/stylesheets/space-theme.scss */
  .top-md-100 {
    top: 100% !important;
  }
  /* line 10667, app/assets/stylesheets/space-theme.scss */
  .bottom-md-0 {
    bottom: 0 !important;
  }
  /* line 10671, app/assets/stylesheets/space-theme.scss */
  .bottom-md-50 {
    bottom: 50% !important;
  }
  /* line 10675, app/assets/stylesheets/space-theme.scss */
  .bottom-md-100 {
    bottom: 100% !important;
  }
  /* line 10679, app/assets/stylesheets/space-theme.scss */
  .start-md-0 {
    left: 0 !important;
  }
  /* line 10683, app/assets/stylesheets/space-theme.scss */
  .start-md-50 {
    left: 50% !important;
  }
  /* line 10687, app/assets/stylesheets/space-theme.scss */
  .start-md-100 {
    left: 100% !important;
  }
  /* line 10691, app/assets/stylesheets/space-theme.scss */
  .end-md-0 {
    right: 0 !important;
  }
  /* line 10695, app/assets/stylesheets/space-theme.scss */
  .end-md-50 {
    right: 50% !important;
  }
  /* line 10699, app/assets/stylesheets/space-theme.scss */
  .end-md-100 {
    right: 100% !important;
  }
  /* line 10703, app/assets/stylesheets/space-theme.scss */
  .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }
  /* line 10708, app/assets/stylesheets/space-theme.scss */
  .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }
  /* line 10713, app/assets/stylesheets/space-theme.scss */
  .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }
  /* line 10718, app/assets/stylesheets/space-theme.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 10722, app/assets/stylesheets/space-theme.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 10726, app/assets/stylesheets/space-theme.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 10730, app/assets/stylesheets/space-theme.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 10734, app/assets/stylesheets/space-theme.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 10738, app/assets/stylesheets/space-theme.scss */
  .w-md-65 {
    width: 65% !important;
  }
  /* line 10742, app/assets/stylesheets/space-theme.scss */
  .w-md-85 {
    width: 85% !important;
  }
  /* line 10746, app/assets/stylesheets/space-theme.scss */
  .vh-md-100 {
    height: 100vh !important;
  }
  /* line 10750, app/assets/stylesheets/space-theme.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 10755, app/assets/stylesheets/space-theme.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 10760, app/assets/stylesheets/space-theme.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 10765, app/assets/stylesheets/space-theme.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 10770, app/assets/stylesheets/space-theme.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 10775, app/assets/stylesheets/space-theme.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 10780, app/assets/stylesheets/space-theme.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 10785, app/assets/stylesheets/space-theme.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 10790, app/assets/stylesheets/space-theme.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 10795, app/assets/stylesheets/space-theme.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 10800, app/assets/stylesheets/space-theme.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 10805, app/assets/stylesheets/space-theme.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 10810, app/assets/stylesheets/space-theme.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 10814, app/assets/stylesheets/space-theme.scss */
  .gap-md-1 {
    gap: .25rem !important;
  }
  /* line 10818, app/assets/stylesheets/space-theme.scss */
  .gap-md-2 {
    gap: .5rem !important;
  }
  /* line 10822, app/assets/stylesheets/space-theme.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 10826, app/assets/stylesheets/space-theme.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 10830, app/assets/stylesheets/space-theme.scss */
  .gap-md-5 {
    gap: 2rem !important;
  }
  /* line 10834, app/assets/stylesheets/space-theme.scss */
  .gap-md-6 {
    gap: 2.5rem !important;
  }
  /* line 10838, app/assets/stylesheets/space-theme.scss */
  .gap-md-7 {
    gap: 3rem !important;
  }
  /* line 10842, app/assets/stylesheets/space-theme.scss */
  .gap-md-8 {
    gap: 3.5rem !important;
  }
  /* line 10846, app/assets/stylesheets/space-theme.scss */
  .gap-md-9 {
    gap: 4rem !important;
  }
  /* line 10850, app/assets/stylesheets/space-theme.scss */
  .gap-md-10 {
    gap: 4.5rem !important;
  }
  /* line 10854, app/assets/stylesheets/space-theme.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 10859, app/assets/stylesheets/space-theme.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 10864, app/assets/stylesheets/space-theme.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 10869, app/assets/stylesheets/space-theme.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 10874, app/assets/stylesheets/space-theme.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 10879, app/assets/stylesheets/space-theme.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 10884, app/assets/stylesheets/space-theme.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 10889, app/assets/stylesheets/space-theme.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 10894, app/assets/stylesheets/space-theme.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 10899, app/assets/stylesheets/space-theme.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 10904, app/assets/stylesheets/space-theme.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 10909, app/assets/stylesheets/space-theme.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 10914, app/assets/stylesheets/space-theme.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 10919, app/assets/stylesheets/space-theme.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 10924, app/assets/stylesheets/space-theme.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 10929, app/assets/stylesheets/space-theme.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 10934, app/assets/stylesheets/space-theme.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 10939, app/assets/stylesheets/space-theme.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 10944, app/assets/stylesheets/space-theme.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 10949, app/assets/stylesheets/space-theme.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 10954, app/assets/stylesheets/space-theme.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 10959, app/assets/stylesheets/space-theme.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 10964, app/assets/stylesheets/space-theme.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 10969, app/assets/stylesheets/space-theme.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 10974, app/assets/stylesheets/space-theme.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 10979, app/assets/stylesheets/space-theme.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 10984, app/assets/stylesheets/space-theme.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 10989, app/assets/stylesheets/space-theme.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 10994, app/assets/stylesheets/space-theme.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 10999, app/assets/stylesheets/space-theme.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 11004, app/assets/stylesheets/space-theme.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 11009, app/assets/stylesheets/space-theme.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 11013, app/assets/stylesheets/space-theme.scss */
  .m-md-1 {
    margin: .25rem !important;
  }
  /* line 11017, app/assets/stylesheets/space-theme.scss */
  .m-md-2 {
    margin: .5rem !important;
  }
  /* line 11021, app/assets/stylesheets/space-theme.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 11025, app/assets/stylesheets/space-theme.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 11029, app/assets/stylesheets/space-theme.scss */
  .m-md-5 {
    margin: 2rem !important;
  }
  /* line 11033, app/assets/stylesheets/space-theme.scss */
  .m-md-6 {
    margin: 2.5rem !important;
  }
  /* line 11037, app/assets/stylesheets/space-theme.scss */
  .m-md-7 {
    margin: 3rem !important;
  }
  /* line 11041, app/assets/stylesheets/space-theme.scss */
  .m-md-8 {
    margin: 3.5rem !important;
  }
  /* line 11045, app/assets/stylesheets/space-theme.scss */
  .m-md-9 {
    margin: 4rem !important;
  }
  /* line 11049, app/assets/stylesheets/space-theme.scss */
  .m-md-10 {
    margin: 4.5rem !important;
  }
  /* line 11053, app/assets/stylesheets/space-theme.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 11057, app/assets/stylesheets/space-theme.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 11062, app/assets/stylesheets/space-theme.scss */
  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  /* line 11067, app/assets/stylesheets/space-theme.scss */
  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  /* line 11072, app/assets/stylesheets/space-theme.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 11077, app/assets/stylesheets/space-theme.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 11082, app/assets/stylesheets/space-theme.scss */
  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 11087, app/assets/stylesheets/space-theme.scss */
  .mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 11092, app/assets/stylesheets/space-theme.scss */
  .mx-md-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 11097, app/assets/stylesheets/space-theme.scss */
  .mx-md-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 11102, app/assets/stylesheets/space-theme.scss */
  .mx-md-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 11107, app/assets/stylesheets/space-theme.scss */
  .mx-md-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 11112, app/assets/stylesheets/space-theme.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 11117, app/assets/stylesheets/space-theme.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 11122, app/assets/stylesheets/space-theme.scss */
  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 11127, app/assets/stylesheets/space-theme.scss */
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 11132, app/assets/stylesheets/space-theme.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 11137, app/assets/stylesheets/space-theme.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 11142, app/assets/stylesheets/space-theme.scss */
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 11147, app/assets/stylesheets/space-theme.scss */
  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 11152, app/assets/stylesheets/space-theme.scss */
  .my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 11157, app/assets/stylesheets/space-theme.scss */
  .my-md-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 11162, app/assets/stylesheets/space-theme.scss */
  .my-md-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 11167, app/assets/stylesheets/space-theme.scss */
  .my-md-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 11172, app/assets/stylesheets/space-theme.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 11177, app/assets/stylesheets/space-theme.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 11181, app/assets/stylesheets/space-theme.scss */
  .mt-md-1 {
    margin-top: .25rem !important;
  }
  /* line 11185, app/assets/stylesheets/space-theme.scss */
  .mt-md-2 {
    margin-top: .5rem !important;
  }
  /* line 11189, app/assets/stylesheets/space-theme.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 11193, app/assets/stylesheets/space-theme.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 11197, app/assets/stylesheets/space-theme.scss */
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  /* line 11201, app/assets/stylesheets/space-theme.scss */
  .mt-md-6 {
    margin-top: 2.5rem !important;
  }
  /* line 11205, app/assets/stylesheets/space-theme.scss */
  .mt-md-7 {
    margin-top: 3rem !important;
  }
  /* line 11209, app/assets/stylesheets/space-theme.scss */
  .mt-md-8 {
    margin-top: 3.5rem !important;
  }
  /* line 11213, app/assets/stylesheets/space-theme.scss */
  .mt-md-9 {
    margin-top: 4rem !important;
  }
  /* line 11217, app/assets/stylesheets/space-theme.scss */
  .mt-md-10 {
    margin-top: 4.5rem !important;
  }
  /* line 11221, app/assets/stylesheets/space-theme.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 11225, app/assets/stylesheets/space-theme.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 11229, app/assets/stylesheets/space-theme.scss */
  .me-md-1 {
    margin-right: .25rem !important;
  }
  /* line 11233, app/assets/stylesheets/space-theme.scss */
  .me-md-2 {
    margin-right: .5rem !important;
  }
  /* line 11237, app/assets/stylesheets/space-theme.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 11241, app/assets/stylesheets/space-theme.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 11245, app/assets/stylesheets/space-theme.scss */
  .me-md-5 {
    margin-right: 2rem !important;
  }
  /* line 11249, app/assets/stylesheets/space-theme.scss */
  .me-md-6 {
    margin-right: 2.5rem !important;
  }
  /* line 11253, app/assets/stylesheets/space-theme.scss */
  .me-md-7 {
    margin-right: 3rem !important;
  }
  /* line 11257, app/assets/stylesheets/space-theme.scss */
  .me-md-8 {
    margin-right: 3.5rem !important;
  }
  /* line 11261, app/assets/stylesheets/space-theme.scss */
  .me-md-9 {
    margin-right: 4rem !important;
  }
  /* line 11265, app/assets/stylesheets/space-theme.scss */
  .me-md-10 {
    margin-right: 4.5rem !important;
  }
  /* line 11269, app/assets/stylesheets/space-theme.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 11273, app/assets/stylesheets/space-theme.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 11277, app/assets/stylesheets/space-theme.scss */
  .mb-md-1 {
    margin-bottom: .25rem !important;
  }
  /* line 11281, app/assets/stylesheets/space-theme.scss */
  .mb-md-2 {
    margin-bottom: .5rem !important;
  }
  /* line 11285, app/assets/stylesheets/space-theme.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 11289, app/assets/stylesheets/space-theme.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 11293, app/assets/stylesheets/space-theme.scss */
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  /* line 11297, app/assets/stylesheets/space-theme.scss */
  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 11301, app/assets/stylesheets/space-theme.scss */
  .mb-md-7 {
    margin-bottom: 3rem !important;
  }
  /* line 11305, app/assets/stylesheets/space-theme.scss */
  .mb-md-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 11309, app/assets/stylesheets/space-theme.scss */
  .mb-md-9 {
    margin-bottom: 4rem !important;
  }
  /* line 11313, app/assets/stylesheets/space-theme.scss */
  .mb-md-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 11317, app/assets/stylesheets/space-theme.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 11321, app/assets/stylesheets/space-theme.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 11325, app/assets/stylesheets/space-theme.scss */
  .ms-md-1 {
    margin-left: .25rem !important;
  }
  /* line 11329, app/assets/stylesheets/space-theme.scss */
  .ms-md-2 {
    margin-left: .5rem !important;
  }
  /* line 11333, app/assets/stylesheets/space-theme.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11337, app/assets/stylesheets/space-theme.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11341, app/assets/stylesheets/space-theme.scss */
  .ms-md-5 {
    margin-left: 2rem !important;
  }
  /* line 11345, app/assets/stylesheets/space-theme.scss */
  .ms-md-6 {
    margin-left: 2.5rem !important;
  }
  /* line 11349, app/assets/stylesheets/space-theme.scss */
  .ms-md-7 {
    margin-left: 3rem !important;
  }
  /* line 11353, app/assets/stylesheets/space-theme.scss */
  .ms-md-8 {
    margin-left: 3.5rem !important;
  }
  /* line 11357, app/assets/stylesheets/space-theme.scss */
  .ms-md-9 {
    margin-left: 4rem !important;
  }
  /* line 11361, app/assets/stylesheets/space-theme.scss */
  .ms-md-10 {
    margin-left: 4.5rem !important;
  }
  /* line 11365, app/assets/stylesheets/space-theme.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 11369, app/assets/stylesheets/space-theme.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 11373, app/assets/stylesheets/space-theme.scss */
  .p-md-1 {
    padding: .25rem !important;
  }
  /* line 11377, app/assets/stylesheets/space-theme.scss */
  .p-md-2 {
    padding: .5rem !important;
  }
  /* line 11381, app/assets/stylesheets/space-theme.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 11385, app/assets/stylesheets/space-theme.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 11389, app/assets/stylesheets/space-theme.scss */
  .p-md-5 {
    padding: 2rem !important;
  }
  /* line 11393, app/assets/stylesheets/space-theme.scss */
  .p-md-6 {
    padding: 2.5rem !important;
  }
  /* line 11397, app/assets/stylesheets/space-theme.scss */
  .p-md-7 {
    padding: 3rem !important;
  }
  /* line 11401, app/assets/stylesheets/space-theme.scss */
  .p-md-8 {
    padding: 3.5rem !important;
  }
  /* line 11405, app/assets/stylesheets/space-theme.scss */
  .p-md-9 {
    padding: 4rem !important;
  }
  /* line 11409, app/assets/stylesheets/space-theme.scss */
  .p-md-10 {
    padding: 4.5rem !important;
  }
  /* line 11413, app/assets/stylesheets/space-theme.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 11418, app/assets/stylesheets/space-theme.scss */
  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  /* line 11423, app/assets/stylesheets/space-theme.scss */
  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  /* line 11428, app/assets/stylesheets/space-theme.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 11433, app/assets/stylesheets/space-theme.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 11438, app/assets/stylesheets/space-theme.scss */
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 11443, app/assets/stylesheets/space-theme.scss */
  .px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 11448, app/assets/stylesheets/space-theme.scss */
  .px-md-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 11453, app/assets/stylesheets/space-theme.scss */
  .px-md-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 11458, app/assets/stylesheets/space-theme.scss */
  .px-md-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 11463, app/assets/stylesheets/space-theme.scss */
  .px-md-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 11468, app/assets/stylesheets/space-theme.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 11473, app/assets/stylesheets/space-theme.scss */
  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 11478, app/assets/stylesheets/space-theme.scss */
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 11483, app/assets/stylesheets/space-theme.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 11488, app/assets/stylesheets/space-theme.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 11493, app/assets/stylesheets/space-theme.scss */
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 11498, app/assets/stylesheets/space-theme.scss */
  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 11503, app/assets/stylesheets/space-theme.scss */
  .py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 11508, app/assets/stylesheets/space-theme.scss */
  .py-md-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 11513, app/assets/stylesheets/space-theme.scss */
  .py-md-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 11518, app/assets/stylesheets/space-theme.scss */
  .py-md-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 11523, app/assets/stylesheets/space-theme.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 11527, app/assets/stylesheets/space-theme.scss */
  .pt-md-1 {
    padding-top: .25rem !important;
  }
  /* line 11531, app/assets/stylesheets/space-theme.scss */
  .pt-md-2 {
    padding-top: .5rem !important;
  }
  /* line 11535, app/assets/stylesheets/space-theme.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 11539, app/assets/stylesheets/space-theme.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 11543, app/assets/stylesheets/space-theme.scss */
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  /* line 11547, app/assets/stylesheets/space-theme.scss */
  .pt-md-6 {
    padding-top: 2.5rem !important;
  }
  /* line 11551, app/assets/stylesheets/space-theme.scss */
  .pt-md-7 {
    padding-top: 3rem !important;
  }
  /* line 11555, app/assets/stylesheets/space-theme.scss */
  .pt-md-8 {
    padding-top: 3.5rem !important;
  }
  /* line 11559, app/assets/stylesheets/space-theme.scss */
  .pt-md-9 {
    padding-top: 4rem !important;
  }
  /* line 11563, app/assets/stylesheets/space-theme.scss */
  .pt-md-10 {
    padding-top: 4.5rem !important;
  }
  /* line 11567, app/assets/stylesheets/space-theme.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 11571, app/assets/stylesheets/space-theme.scss */
  .pe-md-1 {
    padding-right: .25rem !important;
  }
  /* line 11575, app/assets/stylesheets/space-theme.scss */
  .pe-md-2 {
    padding-right: .5rem !important;
  }
  /* line 11579, app/assets/stylesheets/space-theme.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 11583, app/assets/stylesheets/space-theme.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 11587, app/assets/stylesheets/space-theme.scss */
  .pe-md-5 {
    padding-right: 2rem !important;
  }
  /* line 11591, app/assets/stylesheets/space-theme.scss */
  .pe-md-6 {
    padding-right: 2.5rem !important;
  }
  /* line 11595, app/assets/stylesheets/space-theme.scss */
  .pe-md-7 {
    padding-right: 3rem !important;
  }
  /* line 11599, app/assets/stylesheets/space-theme.scss */
  .pe-md-8 {
    padding-right: 3.5rem !important;
  }
  /* line 11603, app/assets/stylesheets/space-theme.scss */
  .pe-md-9 {
    padding-right: 4rem !important;
  }
  /* line 11607, app/assets/stylesheets/space-theme.scss */
  .pe-md-10 {
    padding-right: 4.5rem !important;
  }
  /* line 11611, app/assets/stylesheets/space-theme.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 11615, app/assets/stylesheets/space-theme.scss */
  .pb-md-1 {
    padding-bottom: .25rem !important;
  }
  /* line 11619, app/assets/stylesheets/space-theme.scss */
  .pb-md-2 {
    padding-bottom: .5rem !important;
  }
  /* line 11623, app/assets/stylesheets/space-theme.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 11627, app/assets/stylesheets/space-theme.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 11631, app/assets/stylesheets/space-theme.scss */
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  /* line 11635, app/assets/stylesheets/space-theme.scss */
  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 11639, app/assets/stylesheets/space-theme.scss */
  .pb-md-7 {
    padding-bottom: 3rem !important;
  }
  /* line 11643, app/assets/stylesheets/space-theme.scss */
  .pb-md-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 11647, app/assets/stylesheets/space-theme.scss */
  .pb-md-9 {
    padding-bottom: 4rem !important;
  }
  /* line 11651, app/assets/stylesheets/space-theme.scss */
  .pb-md-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 11655, app/assets/stylesheets/space-theme.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 11659, app/assets/stylesheets/space-theme.scss */
  .ps-md-1 {
    padding-left: .25rem !important;
  }
  /* line 11663, app/assets/stylesheets/space-theme.scss */
  .ps-md-2 {
    padding-left: .5rem !important;
  }
  /* line 11667, app/assets/stylesheets/space-theme.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11671, app/assets/stylesheets/space-theme.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11675, app/assets/stylesheets/space-theme.scss */
  .ps-md-5 {
    padding-left: 2rem !important;
  }
  /* line 11679, app/assets/stylesheets/space-theme.scss */
  .ps-md-6 {
    padding-left: 2.5rem !important;
  }
  /* line 11683, app/assets/stylesheets/space-theme.scss */
  .ps-md-7 {
    padding-left: 3rem !important;
  }
  /* line 11687, app/assets/stylesheets/space-theme.scss */
  .ps-md-8 {
    padding-left: 3.5rem !important;
  }
  /* line 11691, app/assets/stylesheets/space-theme.scss */
  .ps-md-9 {
    padding-left: 4rem !important;
  }
  /* line 11695, app/assets/stylesheets/space-theme.scss */
  .ps-md-10 {
    padding-left: 4.5rem !important;
  }
  /* line 11699, app/assets/stylesheets/space-theme.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 11703, app/assets/stylesheets/space-theme.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 11707, app/assets/stylesheets/space-theme.scss */
  .text-md-center {
    text-align: center !important;
  }
  /* line 11711, app/assets/stylesheets/space-theme.scss */
  .content-space-t-md-0 {
    padding-top: 0 !important;
  }
  /* line 11715, app/assets/stylesheets/space-theme.scss */
  .content-space-t-md-1 {
    padding-top: 4rem !important;
  }
  /* line 11719, app/assets/stylesheets/space-theme.scss */
  .content-space-t-md-2 {
    padding-top: 5rem !important;
  }
  /* line 11723, app/assets/stylesheets/space-theme.scss */
  .content-space-t-md-3 {
    padding-top: 7.5rem !important;
  }
  /* line 11727, app/assets/stylesheets/space-theme.scss */
  .content-space-t-md-4 {
    padding-top: 10rem !important;
  }
  /* line 11731, app/assets/stylesheets/space-theme.scss */
  .content-space-t-md-auto {
    padding-top: auto !important;
  }
  /* line 11735, app/assets/stylesheets/space-theme.scss */
  .content-space-b-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 11739, app/assets/stylesheets/space-theme.scss */
  .content-space-b-md-1 {
    padding-bottom: 4rem !important;
  }
  /* line 11743, app/assets/stylesheets/space-theme.scss */
  .content-space-b-md-2 {
    padding-bottom: 5rem !important;
  }
  /* line 11747, app/assets/stylesheets/space-theme.scss */
  .content-space-b-md-3 {
    padding-bottom: 7.5rem !important;
  }
  /* line 11751, app/assets/stylesheets/space-theme.scss */
  .content-space-b-md-4 {
    padding-bottom: 10rem !important;
  }
  /* line 11755, app/assets/stylesheets/space-theme.scss */
  .content-space-b-md-auto {
    padding-bottom: auto !important;
  }
  /* line 11759, app/assets/stylesheets/space-theme.scss */
  .content-space-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 11764, app/assets/stylesheets/space-theme.scss */
  .content-space-md-1 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 11769, app/assets/stylesheets/space-theme.scss */
  .content-space-md-2 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 11774, app/assets/stylesheets/space-theme.scss */
  .content-space-md-3 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 11779, app/assets/stylesheets/space-theme.scss */
  .content-space-md-4 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 11784, app/assets/stylesheets/space-theme.scss */
  .content-space-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11791, app/assets/stylesheets/space-theme.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 11795, app/assets/stylesheets/space-theme.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 11799, app/assets/stylesheets/space-theme.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 11803, app/assets/stylesheets/space-theme.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 11807, app/assets/stylesheets/space-theme.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 11811, app/assets/stylesheets/space-theme.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 11815, app/assets/stylesheets/space-theme.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 11819, app/assets/stylesheets/space-theme.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 11823, app/assets/stylesheets/space-theme.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 11827, app/assets/stylesheets/space-theme.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 11831, app/assets/stylesheets/space-theme.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 11836, app/assets/stylesheets/space-theme.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 11841, app/assets/stylesheets/space-theme.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 11845, app/assets/stylesheets/space-theme.scss */
  .position-lg-static {
    position: static !important;
  }
  /* line 11849, app/assets/stylesheets/space-theme.scss */
  .position-lg-relative {
    position: relative !important;
  }
  /* line 11853, app/assets/stylesheets/space-theme.scss */
  .position-lg-absolute {
    position: absolute !important;
  }
  /* line 11857, app/assets/stylesheets/space-theme.scss */
  .position-lg-fixed {
    position: fixed !important;
  }
  /* line 11861, app/assets/stylesheets/space-theme.scss */
  .position-lg-sticky {
    position: sticky !important;
  }
  /* line 11866, app/assets/stylesheets/space-theme.scss */
  .top-lg-0 {
    top: 0 !important;
  }
  /* line 11870, app/assets/stylesheets/space-theme.scss */
  .top-lg-50 {
    top: 50% !important;
  }
  /* line 11874, app/assets/stylesheets/space-theme.scss */
  .top-lg-100 {
    top: 100% !important;
  }
  /* line 11878, app/assets/stylesheets/space-theme.scss */
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  /* line 11882, app/assets/stylesheets/space-theme.scss */
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  /* line 11886, app/assets/stylesheets/space-theme.scss */
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  /* line 11890, app/assets/stylesheets/space-theme.scss */
  .start-lg-0 {
    left: 0 !important;
  }
  /* line 11894, app/assets/stylesheets/space-theme.scss */
  .start-lg-50 {
    left: 50% !important;
  }
  /* line 11898, app/assets/stylesheets/space-theme.scss */
  .start-lg-100 {
    left: 100% !important;
  }
  /* line 11902, app/assets/stylesheets/space-theme.scss */
  .end-lg-0 {
    right: 0 !important;
  }
  /* line 11906, app/assets/stylesheets/space-theme.scss */
  .end-lg-50 {
    right: 50% !important;
  }
  /* line 11910, app/assets/stylesheets/space-theme.scss */
  .end-lg-100 {
    right: 100% !important;
  }
  /* line 11914, app/assets/stylesheets/space-theme.scss */
  .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }
  /* line 11919, app/assets/stylesheets/space-theme.scss */
  .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }
  /* line 11924, app/assets/stylesheets/space-theme.scss */
  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }
  /* line 11929, app/assets/stylesheets/space-theme.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 11933, app/assets/stylesheets/space-theme.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 11937, app/assets/stylesheets/space-theme.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 11941, app/assets/stylesheets/space-theme.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 11945, app/assets/stylesheets/space-theme.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 11949, app/assets/stylesheets/space-theme.scss */
  .w-lg-65 {
    width: 65% !important;
  }
  /* line 11953, app/assets/stylesheets/space-theme.scss */
  .w-lg-85 {
    width: 85% !important;
  }
  /* line 11957, app/assets/stylesheets/space-theme.scss */
  .vh-lg-100 {
    height: 100vh !important;
  }
  /* line 11961, app/assets/stylesheets/space-theme.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 11966, app/assets/stylesheets/space-theme.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 11971, app/assets/stylesheets/space-theme.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 11976, app/assets/stylesheets/space-theme.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 11981, app/assets/stylesheets/space-theme.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 11986, app/assets/stylesheets/space-theme.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 11991, app/assets/stylesheets/space-theme.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 11996, app/assets/stylesheets/space-theme.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 12001, app/assets/stylesheets/space-theme.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 12006, app/assets/stylesheets/space-theme.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 12011, app/assets/stylesheets/space-theme.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 12016, app/assets/stylesheets/space-theme.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 12021, app/assets/stylesheets/space-theme.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 12025, app/assets/stylesheets/space-theme.scss */
  .gap-lg-1 {
    gap: .25rem !important;
  }
  /* line 12029, app/assets/stylesheets/space-theme.scss */
  .gap-lg-2 {
    gap: .5rem !important;
  }
  /* line 12033, app/assets/stylesheets/space-theme.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 12037, app/assets/stylesheets/space-theme.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 12041, app/assets/stylesheets/space-theme.scss */
  .gap-lg-5 {
    gap: 2rem !important;
  }
  /* line 12045, app/assets/stylesheets/space-theme.scss */
  .gap-lg-6 {
    gap: 2.5rem !important;
  }
  /* line 12049, app/assets/stylesheets/space-theme.scss */
  .gap-lg-7 {
    gap: 3rem !important;
  }
  /* line 12053, app/assets/stylesheets/space-theme.scss */
  .gap-lg-8 {
    gap: 3.5rem !important;
  }
  /* line 12057, app/assets/stylesheets/space-theme.scss */
  .gap-lg-9 {
    gap: 4rem !important;
  }
  /* line 12061, app/assets/stylesheets/space-theme.scss */
  .gap-lg-10 {
    gap: 4.5rem !important;
  }
  /* line 12065, app/assets/stylesheets/space-theme.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 12070, app/assets/stylesheets/space-theme.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 12075, app/assets/stylesheets/space-theme.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 12080, app/assets/stylesheets/space-theme.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 12085, app/assets/stylesheets/space-theme.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 12090, app/assets/stylesheets/space-theme.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 12095, app/assets/stylesheets/space-theme.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 12100, app/assets/stylesheets/space-theme.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 12105, app/assets/stylesheets/space-theme.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 12110, app/assets/stylesheets/space-theme.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 12115, app/assets/stylesheets/space-theme.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 12120, app/assets/stylesheets/space-theme.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 12125, app/assets/stylesheets/space-theme.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 12130, app/assets/stylesheets/space-theme.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 12135, app/assets/stylesheets/space-theme.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 12140, app/assets/stylesheets/space-theme.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 12145, app/assets/stylesheets/space-theme.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 12150, app/assets/stylesheets/space-theme.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 12155, app/assets/stylesheets/space-theme.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 12160, app/assets/stylesheets/space-theme.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 12165, app/assets/stylesheets/space-theme.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 12170, app/assets/stylesheets/space-theme.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 12175, app/assets/stylesheets/space-theme.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 12180, app/assets/stylesheets/space-theme.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 12185, app/assets/stylesheets/space-theme.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 12190, app/assets/stylesheets/space-theme.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 12195, app/assets/stylesheets/space-theme.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 12200, app/assets/stylesheets/space-theme.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 12205, app/assets/stylesheets/space-theme.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 12210, app/assets/stylesheets/space-theme.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 12215, app/assets/stylesheets/space-theme.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 12220, app/assets/stylesheets/space-theme.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12224, app/assets/stylesheets/space-theme.scss */
  .m-lg-1 {
    margin: .25rem !important;
  }
  /* line 12228, app/assets/stylesheets/space-theme.scss */
  .m-lg-2 {
    margin: .5rem !important;
  }
  /* line 12232, app/assets/stylesheets/space-theme.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12236, app/assets/stylesheets/space-theme.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12240, app/assets/stylesheets/space-theme.scss */
  .m-lg-5 {
    margin: 2rem !important;
  }
  /* line 12244, app/assets/stylesheets/space-theme.scss */
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  /* line 12248, app/assets/stylesheets/space-theme.scss */
  .m-lg-7 {
    margin: 3rem !important;
  }
  /* line 12252, app/assets/stylesheets/space-theme.scss */
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  /* line 12256, app/assets/stylesheets/space-theme.scss */
  .m-lg-9 {
    margin: 4rem !important;
  }
  /* line 12260, app/assets/stylesheets/space-theme.scss */
  .m-lg-10 {
    margin: 4.5rem !important;
  }
  /* line 12264, app/assets/stylesheets/space-theme.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 12268, app/assets/stylesheets/space-theme.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 12273, app/assets/stylesheets/space-theme.scss */
  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  /* line 12278, app/assets/stylesheets/space-theme.scss */
  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  /* line 12283, app/assets/stylesheets/space-theme.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 12288, app/assets/stylesheets/space-theme.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 12293, app/assets/stylesheets/space-theme.scss */
  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 12298, app/assets/stylesheets/space-theme.scss */
  .mx-lg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 12303, app/assets/stylesheets/space-theme.scss */
  .mx-lg-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 12308, app/assets/stylesheets/space-theme.scss */
  .mx-lg-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 12313, app/assets/stylesheets/space-theme.scss */
  .mx-lg-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 12318, app/assets/stylesheets/space-theme.scss */
  .mx-lg-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 12323, app/assets/stylesheets/space-theme.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 12328, app/assets/stylesheets/space-theme.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 12333, app/assets/stylesheets/space-theme.scss */
  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 12338, app/assets/stylesheets/space-theme.scss */
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 12343, app/assets/stylesheets/space-theme.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 12348, app/assets/stylesheets/space-theme.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 12353, app/assets/stylesheets/space-theme.scss */
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 12358, app/assets/stylesheets/space-theme.scss */
  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 12363, app/assets/stylesheets/space-theme.scss */
  .my-lg-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 12368, app/assets/stylesheets/space-theme.scss */
  .my-lg-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 12373, app/assets/stylesheets/space-theme.scss */
  .my-lg-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 12378, app/assets/stylesheets/space-theme.scss */
  .my-lg-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 12383, app/assets/stylesheets/space-theme.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 12388, app/assets/stylesheets/space-theme.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 12392, app/assets/stylesheets/space-theme.scss */
  .mt-lg-1 {
    margin-top: .25rem !important;
  }
  /* line 12396, app/assets/stylesheets/space-theme.scss */
  .mt-lg-2 {
    margin-top: .5rem !important;
  }
  /* line 12400, app/assets/stylesheets/space-theme.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 12404, app/assets/stylesheets/space-theme.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 12408, app/assets/stylesheets/space-theme.scss */
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  /* line 12412, app/assets/stylesheets/space-theme.scss */
  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  /* line 12416, app/assets/stylesheets/space-theme.scss */
  .mt-lg-7 {
    margin-top: 3rem !important;
  }
  /* line 12420, app/assets/stylesheets/space-theme.scss */
  .mt-lg-8 {
    margin-top: 3.5rem !important;
  }
  /* line 12424, app/assets/stylesheets/space-theme.scss */
  .mt-lg-9 {
    margin-top: 4rem !important;
  }
  /* line 12428, app/assets/stylesheets/space-theme.scss */
  .mt-lg-10 {
    margin-top: 4.5rem !important;
  }
  /* line 12432, app/assets/stylesheets/space-theme.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 12436, app/assets/stylesheets/space-theme.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 12440, app/assets/stylesheets/space-theme.scss */
  .me-lg-1 {
    margin-right: .25rem !important;
  }
  /* line 12444, app/assets/stylesheets/space-theme.scss */
  .me-lg-2 {
    margin-right: .5rem !important;
  }
  /* line 12448, app/assets/stylesheets/space-theme.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 12452, app/assets/stylesheets/space-theme.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 12456, app/assets/stylesheets/space-theme.scss */
  .me-lg-5 {
    margin-right: 2rem !important;
  }
  /* line 12460, app/assets/stylesheets/space-theme.scss */
  .me-lg-6 {
    margin-right: 2.5rem !important;
  }
  /* line 12464, app/assets/stylesheets/space-theme.scss */
  .me-lg-7 {
    margin-right: 3rem !important;
  }
  /* line 12468, app/assets/stylesheets/space-theme.scss */
  .me-lg-8 {
    margin-right: 3.5rem !important;
  }
  /* line 12472, app/assets/stylesheets/space-theme.scss */
  .me-lg-9 {
    margin-right: 4rem !important;
  }
  /* line 12476, app/assets/stylesheets/space-theme.scss */
  .me-lg-10 {
    margin-right: 4.5rem !important;
  }
  /* line 12480, app/assets/stylesheets/space-theme.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 12484, app/assets/stylesheets/space-theme.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 12488, app/assets/stylesheets/space-theme.scss */
  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }
  /* line 12492, app/assets/stylesheets/space-theme.scss */
  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }
  /* line 12496, app/assets/stylesheets/space-theme.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 12500, app/assets/stylesheets/space-theme.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 12504, app/assets/stylesheets/space-theme.scss */
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  /* line 12508, app/assets/stylesheets/space-theme.scss */
  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 12512, app/assets/stylesheets/space-theme.scss */
  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }
  /* line 12516, app/assets/stylesheets/space-theme.scss */
  .mb-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 12520, app/assets/stylesheets/space-theme.scss */
  .mb-lg-9 {
    margin-bottom: 4rem !important;
  }
  /* line 12524, app/assets/stylesheets/space-theme.scss */
  .mb-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 12528, app/assets/stylesheets/space-theme.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 12532, app/assets/stylesheets/space-theme.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 12536, app/assets/stylesheets/space-theme.scss */
  .ms-lg-1 {
    margin-left: .25rem !important;
  }
  /* line 12540, app/assets/stylesheets/space-theme.scss */
  .ms-lg-2 {
    margin-left: .5rem !important;
  }
  /* line 12544, app/assets/stylesheets/space-theme.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 12548, app/assets/stylesheets/space-theme.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12552, app/assets/stylesheets/space-theme.scss */
  .ms-lg-5 {
    margin-left: 2rem !important;
  }
  /* line 12556, app/assets/stylesheets/space-theme.scss */
  .ms-lg-6 {
    margin-left: 2.5rem !important;
  }
  /* line 12560, app/assets/stylesheets/space-theme.scss */
  .ms-lg-7 {
    margin-left: 3rem !important;
  }
  /* line 12564, app/assets/stylesheets/space-theme.scss */
  .ms-lg-8 {
    margin-left: 3.5rem !important;
  }
  /* line 12568, app/assets/stylesheets/space-theme.scss */
  .ms-lg-9 {
    margin-left: 4rem !important;
  }
  /* line 12572, app/assets/stylesheets/space-theme.scss */
  .ms-lg-10 {
    margin-left: 4.5rem !important;
  }
  /* line 12576, app/assets/stylesheets/space-theme.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 12580, app/assets/stylesheets/space-theme.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12584, app/assets/stylesheets/space-theme.scss */
  .p-lg-1 {
    padding: .25rem !important;
  }
  /* line 12588, app/assets/stylesheets/space-theme.scss */
  .p-lg-2 {
    padding: .5rem !important;
  }
  /* line 12592, app/assets/stylesheets/space-theme.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12596, app/assets/stylesheets/space-theme.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12600, app/assets/stylesheets/space-theme.scss */
  .p-lg-5 {
    padding: 2rem !important;
  }
  /* line 12604, app/assets/stylesheets/space-theme.scss */
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  /* line 12608, app/assets/stylesheets/space-theme.scss */
  .p-lg-7 {
    padding: 3rem !important;
  }
  /* line 12612, app/assets/stylesheets/space-theme.scss */
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  /* line 12616, app/assets/stylesheets/space-theme.scss */
  .p-lg-9 {
    padding: 4rem !important;
  }
  /* line 12620, app/assets/stylesheets/space-theme.scss */
  .p-lg-10 {
    padding: 4.5rem !important;
  }
  /* line 12624, app/assets/stylesheets/space-theme.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 12629, app/assets/stylesheets/space-theme.scss */
  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  /* line 12634, app/assets/stylesheets/space-theme.scss */
  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  /* line 12639, app/assets/stylesheets/space-theme.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 12644, app/assets/stylesheets/space-theme.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 12649, app/assets/stylesheets/space-theme.scss */
  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 12654, app/assets/stylesheets/space-theme.scss */
  .px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 12659, app/assets/stylesheets/space-theme.scss */
  .px-lg-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 12664, app/assets/stylesheets/space-theme.scss */
  .px-lg-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 12669, app/assets/stylesheets/space-theme.scss */
  .px-lg-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 12674, app/assets/stylesheets/space-theme.scss */
  .px-lg-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 12679, app/assets/stylesheets/space-theme.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 12684, app/assets/stylesheets/space-theme.scss */
  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 12689, app/assets/stylesheets/space-theme.scss */
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 12694, app/assets/stylesheets/space-theme.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 12699, app/assets/stylesheets/space-theme.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 12704, app/assets/stylesheets/space-theme.scss */
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 12709, app/assets/stylesheets/space-theme.scss */
  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 12714, app/assets/stylesheets/space-theme.scss */
  .py-lg-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 12719, app/assets/stylesheets/space-theme.scss */
  .py-lg-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 12724, app/assets/stylesheets/space-theme.scss */
  .py-lg-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 12729, app/assets/stylesheets/space-theme.scss */
  .py-lg-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 12734, app/assets/stylesheets/space-theme.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 12738, app/assets/stylesheets/space-theme.scss */
  .pt-lg-1 {
    padding-top: .25rem !important;
  }
  /* line 12742, app/assets/stylesheets/space-theme.scss */
  .pt-lg-2 {
    padding-top: .5rem !important;
  }
  /* line 12746, app/assets/stylesheets/space-theme.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 12750, app/assets/stylesheets/space-theme.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 12754, app/assets/stylesheets/space-theme.scss */
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  /* line 12758, app/assets/stylesheets/space-theme.scss */
  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }
  /* line 12762, app/assets/stylesheets/space-theme.scss */
  .pt-lg-7 {
    padding-top: 3rem !important;
  }
  /* line 12766, app/assets/stylesheets/space-theme.scss */
  .pt-lg-8 {
    padding-top: 3.5rem !important;
  }
  /* line 12770, app/assets/stylesheets/space-theme.scss */
  .pt-lg-9 {
    padding-top: 4rem !important;
  }
  /* line 12774, app/assets/stylesheets/space-theme.scss */
  .pt-lg-10 {
    padding-top: 4.5rem !important;
  }
  /* line 12778, app/assets/stylesheets/space-theme.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 12782, app/assets/stylesheets/space-theme.scss */
  .pe-lg-1 {
    padding-right: .25rem !important;
  }
  /* line 12786, app/assets/stylesheets/space-theme.scss */
  .pe-lg-2 {
    padding-right: .5rem !important;
  }
  /* line 12790, app/assets/stylesheets/space-theme.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 12794, app/assets/stylesheets/space-theme.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 12798, app/assets/stylesheets/space-theme.scss */
  .pe-lg-5 {
    padding-right: 2rem !important;
  }
  /* line 12802, app/assets/stylesheets/space-theme.scss */
  .pe-lg-6 {
    padding-right: 2.5rem !important;
  }
  /* line 12806, app/assets/stylesheets/space-theme.scss */
  .pe-lg-7 {
    padding-right: 3rem !important;
  }
  /* line 12810, app/assets/stylesheets/space-theme.scss */
  .pe-lg-8 {
    padding-right: 3.5rem !important;
  }
  /* line 12814, app/assets/stylesheets/space-theme.scss */
  .pe-lg-9 {
    padding-right: 4rem !important;
  }
  /* line 12818, app/assets/stylesheets/space-theme.scss */
  .pe-lg-10 {
    padding-right: 4.5rem !important;
  }
  /* line 12822, app/assets/stylesheets/space-theme.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 12826, app/assets/stylesheets/space-theme.scss */
  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }
  /* line 12830, app/assets/stylesheets/space-theme.scss */
  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }
  /* line 12834, app/assets/stylesheets/space-theme.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 12838, app/assets/stylesheets/space-theme.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 12842, app/assets/stylesheets/space-theme.scss */
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  /* line 12846, app/assets/stylesheets/space-theme.scss */
  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 12850, app/assets/stylesheets/space-theme.scss */
  .pb-lg-7 {
    padding-bottom: 3rem !important;
  }
  /* line 12854, app/assets/stylesheets/space-theme.scss */
  .pb-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 12858, app/assets/stylesheets/space-theme.scss */
  .pb-lg-9 {
    padding-bottom: 4rem !important;
  }
  /* line 12862, app/assets/stylesheets/space-theme.scss */
  .pb-lg-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 12866, app/assets/stylesheets/space-theme.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 12870, app/assets/stylesheets/space-theme.scss */
  .ps-lg-1 {
    padding-left: .25rem !important;
  }
  /* line 12874, app/assets/stylesheets/space-theme.scss */
  .ps-lg-2 {
    padding-left: .5rem !important;
  }
  /* line 12878, app/assets/stylesheets/space-theme.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 12882, app/assets/stylesheets/space-theme.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12886, app/assets/stylesheets/space-theme.scss */
  .ps-lg-5 {
    padding-left: 2rem !important;
  }
  /* line 12890, app/assets/stylesheets/space-theme.scss */
  .ps-lg-6 {
    padding-left: 2.5rem !important;
  }
  /* line 12894, app/assets/stylesheets/space-theme.scss */
  .ps-lg-7 {
    padding-left: 3rem !important;
  }
  /* line 12898, app/assets/stylesheets/space-theme.scss */
  .ps-lg-8 {
    padding-left: 3.5rem !important;
  }
  /* line 12902, app/assets/stylesheets/space-theme.scss */
  .ps-lg-9 {
    padding-left: 4rem !important;
  }
  /* line 12906, app/assets/stylesheets/space-theme.scss */
  .ps-lg-10 {
    padding-left: 4.5rem !important;
  }
  /* line 12910, app/assets/stylesheets/space-theme.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 12914, app/assets/stylesheets/space-theme.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 12918, app/assets/stylesheets/space-theme.scss */
  .text-lg-center {
    text-align: center !important;
  }
  /* line 12922, app/assets/stylesheets/space-theme.scss */
  .content-space-t-lg-0 {
    padding-top: 0 !important;
  }
  /* line 12926, app/assets/stylesheets/space-theme.scss */
  .content-space-t-lg-1 {
    padding-top: 4rem !important;
  }
  /* line 12930, app/assets/stylesheets/space-theme.scss */
  .content-space-t-lg-2 {
    padding-top: 5rem !important;
  }
  /* line 12934, app/assets/stylesheets/space-theme.scss */
  .content-space-t-lg-3 {
    padding-top: 7.5rem !important;
  }
  /* line 12938, app/assets/stylesheets/space-theme.scss */
  .content-space-t-lg-4 {
    padding-top: 10rem !important;
  }
  /* line 12942, app/assets/stylesheets/space-theme.scss */
  .content-space-t-lg-auto {
    padding-top: auto !important;
  }
  /* line 12946, app/assets/stylesheets/space-theme.scss */
  .content-space-b-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 12950, app/assets/stylesheets/space-theme.scss */
  .content-space-b-lg-1 {
    padding-bottom: 4rem !important;
  }
  /* line 12954, app/assets/stylesheets/space-theme.scss */
  .content-space-b-lg-2 {
    padding-bottom: 5rem !important;
  }
  /* line 12958, app/assets/stylesheets/space-theme.scss */
  .content-space-b-lg-3 {
    padding-bottom: 7.5rem !important;
  }
  /* line 12962, app/assets/stylesheets/space-theme.scss */
  .content-space-b-lg-4 {
    padding-bottom: 10rem !important;
  }
  /* line 12966, app/assets/stylesheets/space-theme.scss */
  .content-space-b-lg-auto {
    padding-bottom: auto !important;
  }
  /* line 12970, app/assets/stylesheets/space-theme.scss */
  .content-space-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 12975, app/assets/stylesheets/space-theme.scss */
  .content-space-lg-1 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 12980, app/assets/stylesheets/space-theme.scss */
  .content-space-lg-2 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 12985, app/assets/stylesheets/space-theme.scss */
  .content-space-lg-3 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 12990, app/assets/stylesheets/space-theme.scss */
  .content-space-lg-4 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 12995, app/assets/stylesheets/space-theme.scss */
  .content-space-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 13002, app/assets/stylesheets/space-theme.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 13006, app/assets/stylesheets/space-theme.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 13010, app/assets/stylesheets/space-theme.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 13014, app/assets/stylesheets/space-theme.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 13018, app/assets/stylesheets/space-theme.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 13022, app/assets/stylesheets/space-theme.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 13026, app/assets/stylesheets/space-theme.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 13030, app/assets/stylesheets/space-theme.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 13034, app/assets/stylesheets/space-theme.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 13038, app/assets/stylesheets/space-theme.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 13042, app/assets/stylesheets/space-theme.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 13047, app/assets/stylesheets/space-theme.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 13052, app/assets/stylesheets/space-theme.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 13056, app/assets/stylesheets/space-theme.scss */
  .position-xl-static {
    position: static !important;
  }
  /* line 13060, app/assets/stylesheets/space-theme.scss */
  .position-xl-relative {
    position: relative !important;
  }
  /* line 13064, app/assets/stylesheets/space-theme.scss */
  .position-xl-absolute {
    position: absolute !important;
  }
  /* line 13068, app/assets/stylesheets/space-theme.scss */
  .position-xl-fixed {
    position: fixed !important;
  }
  /* line 13072, app/assets/stylesheets/space-theme.scss */
  .position-xl-sticky {
    position: sticky !important;
  }
  /* line 13077, app/assets/stylesheets/space-theme.scss */
  .top-xl-0 {
    top: 0 !important;
  }
  /* line 13081, app/assets/stylesheets/space-theme.scss */
  .top-xl-50 {
    top: 50% !important;
  }
  /* line 13085, app/assets/stylesheets/space-theme.scss */
  .top-xl-100 {
    top: 100% !important;
  }
  /* line 13089, app/assets/stylesheets/space-theme.scss */
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  /* line 13093, app/assets/stylesheets/space-theme.scss */
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  /* line 13097, app/assets/stylesheets/space-theme.scss */
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  /* line 13101, app/assets/stylesheets/space-theme.scss */
  .start-xl-0 {
    left: 0 !important;
  }
  /* line 13105, app/assets/stylesheets/space-theme.scss */
  .start-xl-50 {
    left: 50% !important;
  }
  /* line 13109, app/assets/stylesheets/space-theme.scss */
  .start-xl-100 {
    left: 100% !important;
  }
  /* line 13113, app/assets/stylesheets/space-theme.scss */
  .end-xl-0 {
    right: 0 !important;
  }
  /* line 13117, app/assets/stylesheets/space-theme.scss */
  .end-xl-50 {
    right: 50% !important;
  }
  /* line 13121, app/assets/stylesheets/space-theme.scss */
  .end-xl-100 {
    right: 100% !important;
  }
  /* line 13125, app/assets/stylesheets/space-theme.scss */
  .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }
  /* line 13130, app/assets/stylesheets/space-theme.scss */
  .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }
  /* line 13135, app/assets/stylesheets/space-theme.scss */
  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }
  /* line 13140, app/assets/stylesheets/space-theme.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 13144, app/assets/stylesheets/space-theme.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 13148, app/assets/stylesheets/space-theme.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 13152, app/assets/stylesheets/space-theme.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 13156, app/assets/stylesheets/space-theme.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 13160, app/assets/stylesheets/space-theme.scss */
  .w-xl-65 {
    width: 65% !important;
  }
  /* line 13164, app/assets/stylesheets/space-theme.scss */
  .w-xl-85 {
    width: 85% !important;
  }
  /* line 13168, app/assets/stylesheets/space-theme.scss */
  .vh-xl-100 {
    height: 100vh !important;
  }
  /* line 13172, app/assets/stylesheets/space-theme.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 13177, app/assets/stylesheets/space-theme.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 13182, app/assets/stylesheets/space-theme.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13187, app/assets/stylesheets/space-theme.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 13192, app/assets/stylesheets/space-theme.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 13197, app/assets/stylesheets/space-theme.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 13202, app/assets/stylesheets/space-theme.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 13207, app/assets/stylesheets/space-theme.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 13212, app/assets/stylesheets/space-theme.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 13217, app/assets/stylesheets/space-theme.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 13222, app/assets/stylesheets/space-theme.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 13227, app/assets/stylesheets/space-theme.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 13232, app/assets/stylesheets/space-theme.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 13236, app/assets/stylesheets/space-theme.scss */
  .gap-xl-1 {
    gap: .25rem !important;
  }
  /* line 13240, app/assets/stylesheets/space-theme.scss */
  .gap-xl-2 {
    gap: .5rem !important;
  }
  /* line 13244, app/assets/stylesheets/space-theme.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 13248, app/assets/stylesheets/space-theme.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 13252, app/assets/stylesheets/space-theme.scss */
  .gap-xl-5 {
    gap: 2rem !important;
  }
  /* line 13256, app/assets/stylesheets/space-theme.scss */
  .gap-xl-6 {
    gap: 2.5rem !important;
  }
  /* line 13260, app/assets/stylesheets/space-theme.scss */
  .gap-xl-7 {
    gap: 3rem !important;
  }
  /* line 13264, app/assets/stylesheets/space-theme.scss */
  .gap-xl-8 {
    gap: 3.5rem !important;
  }
  /* line 13268, app/assets/stylesheets/space-theme.scss */
  .gap-xl-9 {
    gap: 4rem !important;
  }
  /* line 13272, app/assets/stylesheets/space-theme.scss */
  .gap-xl-10 {
    gap: 4.5rem !important;
  }
  /* line 13276, app/assets/stylesheets/space-theme.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 13281, app/assets/stylesheets/space-theme.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 13286, app/assets/stylesheets/space-theme.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 13291, app/assets/stylesheets/space-theme.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 13296, app/assets/stylesheets/space-theme.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 13301, app/assets/stylesheets/space-theme.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 13306, app/assets/stylesheets/space-theme.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 13311, app/assets/stylesheets/space-theme.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 13316, app/assets/stylesheets/space-theme.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 13321, app/assets/stylesheets/space-theme.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 13326, app/assets/stylesheets/space-theme.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 13331, app/assets/stylesheets/space-theme.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 13336, app/assets/stylesheets/space-theme.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 13341, app/assets/stylesheets/space-theme.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 13346, app/assets/stylesheets/space-theme.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 13351, app/assets/stylesheets/space-theme.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 13356, app/assets/stylesheets/space-theme.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 13361, app/assets/stylesheets/space-theme.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 13366, app/assets/stylesheets/space-theme.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 13371, app/assets/stylesheets/space-theme.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 13376, app/assets/stylesheets/space-theme.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 13381, app/assets/stylesheets/space-theme.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 13386, app/assets/stylesheets/space-theme.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 13391, app/assets/stylesheets/space-theme.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 13396, app/assets/stylesheets/space-theme.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 13401, app/assets/stylesheets/space-theme.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 13406, app/assets/stylesheets/space-theme.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 13411, app/assets/stylesheets/space-theme.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 13416, app/assets/stylesheets/space-theme.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 13421, app/assets/stylesheets/space-theme.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 13426, app/assets/stylesheets/space-theme.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 13431, app/assets/stylesheets/space-theme.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 13435, app/assets/stylesheets/space-theme.scss */
  .m-xl-1 {
    margin: .25rem !important;
  }
  /* line 13439, app/assets/stylesheets/space-theme.scss */
  .m-xl-2 {
    margin: .5rem !important;
  }
  /* line 13443, app/assets/stylesheets/space-theme.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 13447, app/assets/stylesheets/space-theme.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 13451, app/assets/stylesheets/space-theme.scss */
  .m-xl-5 {
    margin: 2rem !important;
  }
  /* line 13455, app/assets/stylesheets/space-theme.scss */
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  /* line 13459, app/assets/stylesheets/space-theme.scss */
  .m-xl-7 {
    margin: 3rem !important;
  }
  /* line 13463, app/assets/stylesheets/space-theme.scss */
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  /* line 13467, app/assets/stylesheets/space-theme.scss */
  .m-xl-9 {
    margin: 4rem !important;
  }
  /* line 13471, app/assets/stylesheets/space-theme.scss */
  .m-xl-10 {
    margin: 4.5rem !important;
  }
  /* line 13475, app/assets/stylesheets/space-theme.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 13479, app/assets/stylesheets/space-theme.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 13484, app/assets/stylesheets/space-theme.scss */
  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  /* line 13489, app/assets/stylesheets/space-theme.scss */
  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  /* line 13494, app/assets/stylesheets/space-theme.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 13499, app/assets/stylesheets/space-theme.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 13504, app/assets/stylesheets/space-theme.scss */
  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 13509, app/assets/stylesheets/space-theme.scss */
  .mx-xl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 13514, app/assets/stylesheets/space-theme.scss */
  .mx-xl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 13519, app/assets/stylesheets/space-theme.scss */
  .mx-xl-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 13524, app/assets/stylesheets/space-theme.scss */
  .mx-xl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 13529, app/assets/stylesheets/space-theme.scss */
  .mx-xl-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 13534, app/assets/stylesheets/space-theme.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 13539, app/assets/stylesheets/space-theme.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 13544, app/assets/stylesheets/space-theme.scss */
  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 13549, app/assets/stylesheets/space-theme.scss */
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 13554, app/assets/stylesheets/space-theme.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 13559, app/assets/stylesheets/space-theme.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 13564, app/assets/stylesheets/space-theme.scss */
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 13569, app/assets/stylesheets/space-theme.scss */
  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 13574, app/assets/stylesheets/space-theme.scss */
  .my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 13579, app/assets/stylesheets/space-theme.scss */
  .my-xl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 13584, app/assets/stylesheets/space-theme.scss */
  .my-xl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 13589, app/assets/stylesheets/space-theme.scss */
  .my-xl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 13594, app/assets/stylesheets/space-theme.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 13599, app/assets/stylesheets/space-theme.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 13603, app/assets/stylesheets/space-theme.scss */
  .mt-xl-1 {
    margin-top: .25rem !important;
  }
  /* line 13607, app/assets/stylesheets/space-theme.scss */
  .mt-xl-2 {
    margin-top: .5rem !important;
  }
  /* line 13611, app/assets/stylesheets/space-theme.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 13615, app/assets/stylesheets/space-theme.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 13619, app/assets/stylesheets/space-theme.scss */
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  /* line 13623, app/assets/stylesheets/space-theme.scss */
  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  /* line 13627, app/assets/stylesheets/space-theme.scss */
  .mt-xl-7 {
    margin-top: 3rem !important;
  }
  /* line 13631, app/assets/stylesheets/space-theme.scss */
  .mt-xl-8 {
    margin-top: 3.5rem !important;
  }
  /* line 13635, app/assets/stylesheets/space-theme.scss */
  .mt-xl-9 {
    margin-top: 4rem !important;
  }
  /* line 13639, app/assets/stylesheets/space-theme.scss */
  .mt-xl-10 {
    margin-top: 4.5rem !important;
  }
  /* line 13643, app/assets/stylesheets/space-theme.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 13647, app/assets/stylesheets/space-theme.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 13651, app/assets/stylesheets/space-theme.scss */
  .me-xl-1 {
    margin-right: .25rem !important;
  }
  /* line 13655, app/assets/stylesheets/space-theme.scss */
  .me-xl-2 {
    margin-right: .5rem !important;
  }
  /* line 13659, app/assets/stylesheets/space-theme.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 13663, app/assets/stylesheets/space-theme.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 13667, app/assets/stylesheets/space-theme.scss */
  .me-xl-5 {
    margin-right: 2rem !important;
  }
  /* line 13671, app/assets/stylesheets/space-theme.scss */
  .me-xl-6 {
    margin-right: 2.5rem !important;
  }
  /* line 13675, app/assets/stylesheets/space-theme.scss */
  .me-xl-7 {
    margin-right: 3rem !important;
  }
  /* line 13679, app/assets/stylesheets/space-theme.scss */
  .me-xl-8 {
    margin-right: 3.5rem !important;
  }
  /* line 13683, app/assets/stylesheets/space-theme.scss */
  .me-xl-9 {
    margin-right: 4rem !important;
  }
  /* line 13687, app/assets/stylesheets/space-theme.scss */
  .me-xl-10 {
    margin-right: 4.5rem !important;
  }
  /* line 13691, app/assets/stylesheets/space-theme.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 13695, app/assets/stylesheets/space-theme.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 13699, app/assets/stylesheets/space-theme.scss */
  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }
  /* line 13703, app/assets/stylesheets/space-theme.scss */
  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }
  /* line 13707, app/assets/stylesheets/space-theme.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 13711, app/assets/stylesheets/space-theme.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 13715, app/assets/stylesheets/space-theme.scss */
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  /* line 13719, app/assets/stylesheets/space-theme.scss */
  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 13723, app/assets/stylesheets/space-theme.scss */
  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }
  /* line 13727, app/assets/stylesheets/space-theme.scss */
  .mb-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 13731, app/assets/stylesheets/space-theme.scss */
  .mb-xl-9 {
    margin-bottom: 4rem !important;
  }
  /* line 13735, app/assets/stylesheets/space-theme.scss */
  .mb-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 13739, app/assets/stylesheets/space-theme.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 13743, app/assets/stylesheets/space-theme.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 13747, app/assets/stylesheets/space-theme.scss */
  .ms-xl-1 {
    margin-left: .25rem !important;
  }
  /* line 13751, app/assets/stylesheets/space-theme.scss */
  .ms-xl-2 {
    margin-left: .5rem !important;
  }
  /* line 13755, app/assets/stylesheets/space-theme.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 13759, app/assets/stylesheets/space-theme.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 13763, app/assets/stylesheets/space-theme.scss */
  .ms-xl-5 {
    margin-left: 2rem !important;
  }
  /* line 13767, app/assets/stylesheets/space-theme.scss */
  .ms-xl-6 {
    margin-left: 2.5rem !important;
  }
  /* line 13771, app/assets/stylesheets/space-theme.scss */
  .ms-xl-7 {
    margin-left: 3rem !important;
  }
  /* line 13775, app/assets/stylesheets/space-theme.scss */
  .ms-xl-8 {
    margin-left: 3.5rem !important;
  }
  /* line 13779, app/assets/stylesheets/space-theme.scss */
  .ms-xl-9 {
    margin-left: 4rem !important;
  }
  /* line 13783, app/assets/stylesheets/space-theme.scss */
  .ms-xl-10 {
    margin-left: 4.5rem !important;
  }
  /* line 13787, app/assets/stylesheets/space-theme.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 13791, app/assets/stylesheets/space-theme.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 13795, app/assets/stylesheets/space-theme.scss */
  .p-xl-1 {
    padding: .25rem !important;
  }
  /* line 13799, app/assets/stylesheets/space-theme.scss */
  .p-xl-2 {
    padding: .5rem !important;
  }
  /* line 13803, app/assets/stylesheets/space-theme.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 13807, app/assets/stylesheets/space-theme.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 13811, app/assets/stylesheets/space-theme.scss */
  .p-xl-5 {
    padding: 2rem !important;
  }
  /* line 13815, app/assets/stylesheets/space-theme.scss */
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  /* line 13819, app/assets/stylesheets/space-theme.scss */
  .p-xl-7 {
    padding: 3rem !important;
  }
  /* line 13823, app/assets/stylesheets/space-theme.scss */
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  /* line 13827, app/assets/stylesheets/space-theme.scss */
  .p-xl-9 {
    padding: 4rem !important;
  }
  /* line 13831, app/assets/stylesheets/space-theme.scss */
  .p-xl-10 {
    padding: 4.5rem !important;
  }
  /* line 13835, app/assets/stylesheets/space-theme.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 13840, app/assets/stylesheets/space-theme.scss */
  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  /* line 13845, app/assets/stylesheets/space-theme.scss */
  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  /* line 13850, app/assets/stylesheets/space-theme.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 13855, app/assets/stylesheets/space-theme.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 13860, app/assets/stylesheets/space-theme.scss */
  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 13865, app/assets/stylesheets/space-theme.scss */
  .px-xl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 13870, app/assets/stylesheets/space-theme.scss */
  .px-xl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 13875, app/assets/stylesheets/space-theme.scss */
  .px-xl-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 13880, app/assets/stylesheets/space-theme.scss */
  .px-xl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 13885, app/assets/stylesheets/space-theme.scss */
  .px-xl-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 13890, app/assets/stylesheets/space-theme.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 13895, app/assets/stylesheets/space-theme.scss */
  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 13900, app/assets/stylesheets/space-theme.scss */
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 13905, app/assets/stylesheets/space-theme.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 13910, app/assets/stylesheets/space-theme.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 13915, app/assets/stylesheets/space-theme.scss */
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 13920, app/assets/stylesheets/space-theme.scss */
  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 13925, app/assets/stylesheets/space-theme.scss */
  .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 13930, app/assets/stylesheets/space-theme.scss */
  .py-xl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 13935, app/assets/stylesheets/space-theme.scss */
  .py-xl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 13940, app/assets/stylesheets/space-theme.scss */
  .py-xl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 13945, app/assets/stylesheets/space-theme.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 13949, app/assets/stylesheets/space-theme.scss */
  .pt-xl-1 {
    padding-top: .25rem !important;
  }
  /* line 13953, app/assets/stylesheets/space-theme.scss */
  .pt-xl-2 {
    padding-top: .5rem !important;
  }
  /* line 13957, app/assets/stylesheets/space-theme.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 13961, app/assets/stylesheets/space-theme.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 13965, app/assets/stylesheets/space-theme.scss */
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  /* line 13969, app/assets/stylesheets/space-theme.scss */
  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }
  /* line 13973, app/assets/stylesheets/space-theme.scss */
  .pt-xl-7 {
    padding-top: 3rem !important;
  }
  /* line 13977, app/assets/stylesheets/space-theme.scss */
  .pt-xl-8 {
    padding-top: 3.5rem !important;
  }
  /* line 13981, app/assets/stylesheets/space-theme.scss */
  .pt-xl-9 {
    padding-top: 4rem !important;
  }
  /* line 13985, app/assets/stylesheets/space-theme.scss */
  .pt-xl-10 {
    padding-top: 4.5rem !important;
  }
  /* line 13989, app/assets/stylesheets/space-theme.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 13993, app/assets/stylesheets/space-theme.scss */
  .pe-xl-1 {
    padding-right: .25rem !important;
  }
  /* line 13997, app/assets/stylesheets/space-theme.scss */
  .pe-xl-2 {
    padding-right: .5rem !important;
  }
  /* line 14001, app/assets/stylesheets/space-theme.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 14005, app/assets/stylesheets/space-theme.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 14009, app/assets/stylesheets/space-theme.scss */
  .pe-xl-5 {
    padding-right: 2rem !important;
  }
  /* line 14013, app/assets/stylesheets/space-theme.scss */
  .pe-xl-6 {
    padding-right: 2.5rem !important;
  }
  /* line 14017, app/assets/stylesheets/space-theme.scss */
  .pe-xl-7 {
    padding-right: 3rem !important;
  }
  /* line 14021, app/assets/stylesheets/space-theme.scss */
  .pe-xl-8 {
    padding-right: 3.5rem !important;
  }
  /* line 14025, app/assets/stylesheets/space-theme.scss */
  .pe-xl-9 {
    padding-right: 4rem !important;
  }
  /* line 14029, app/assets/stylesheets/space-theme.scss */
  .pe-xl-10 {
    padding-right: 4.5rem !important;
  }
  /* line 14033, app/assets/stylesheets/space-theme.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 14037, app/assets/stylesheets/space-theme.scss */
  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }
  /* line 14041, app/assets/stylesheets/space-theme.scss */
  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }
  /* line 14045, app/assets/stylesheets/space-theme.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 14049, app/assets/stylesheets/space-theme.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 14053, app/assets/stylesheets/space-theme.scss */
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  /* line 14057, app/assets/stylesheets/space-theme.scss */
  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 14061, app/assets/stylesheets/space-theme.scss */
  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }
  /* line 14065, app/assets/stylesheets/space-theme.scss */
  .pb-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 14069, app/assets/stylesheets/space-theme.scss */
  .pb-xl-9 {
    padding-bottom: 4rem !important;
  }
  /* line 14073, app/assets/stylesheets/space-theme.scss */
  .pb-xl-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 14077, app/assets/stylesheets/space-theme.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 14081, app/assets/stylesheets/space-theme.scss */
  .ps-xl-1 {
    padding-left: .25rem !important;
  }
  /* line 14085, app/assets/stylesheets/space-theme.scss */
  .ps-xl-2 {
    padding-left: .5rem !important;
  }
  /* line 14089, app/assets/stylesheets/space-theme.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 14093, app/assets/stylesheets/space-theme.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 14097, app/assets/stylesheets/space-theme.scss */
  .ps-xl-5 {
    padding-left: 2rem !important;
  }
  /* line 14101, app/assets/stylesheets/space-theme.scss */
  .ps-xl-6 {
    padding-left: 2.5rem !important;
  }
  /* line 14105, app/assets/stylesheets/space-theme.scss */
  .ps-xl-7 {
    padding-left: 3rem !important;
  }
  /* line 14109, app/assets/stylesheets/space-theme.scss */
  .ps-xl-8 {
    padding-left: 3.5rem !important;
  }
  /* line 14113, app/assets/stylesheets/space-theme.scss */
  .ps-xl-9 {
    padding-left: 4rem !important;
  }
  /* line 14117, app/assets/stylesheets/space-theme.scss */
  .ps-xl-10 {
    padding-left: 4.5rem !important;
  }
  /* line 14121, app/assets/stylesheets/space-theme.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 14125, app/assets/stylesheets/space-theme.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 14129, app/assets/stylesheets/space-theme.scss */
  .text-xl-center {
    text-align: center !important;
  }
  /* line 14133, app/assets/stylesheets/space-theme.scss */
  .content-space-t-xl-0 {
    padding-top: 0 !important;
  }
  /* line 14137, app/assets/stylesheets/space-theme.scss */
  .content-space-t-xl-1 {
    padding-top: 4rem !important;
  }
  /* line 14141, app/assets/stylesheets/space-theme.scss */
  .content-space-t-xl-2 {
    padding-top: 5rem !important;
  }
  /* line 14145, app/assets/stylesheets/space-theme.scss */
  .content-space-t-xl-3 {
    padding-top: 7.5rem !important;
  }
  /* line 14149, app/assets/stylesheets/space-theme.scss */
  .content-space-t-xl-4 {
    padding-top: 10rem !important;
  }
  /* line 14153, app/assets/stylesheets/space-theme.scss */
  .content-space-t-xl-auto {
    padding-top: auto !important;
  }
  /* line 14157, app/assets/stylesheets/space-theme.scss */
  .content-space-b-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 14161, app/assets/stylesheets/space-theme.scss */
  .content-space-b-xl-1 {
    padding-bottom: 4rem !important;
  }
  /* line 14165, app/assets/stylesheets/space-theme.scss */
  .content-space-b-xl-2 {
    padding-bottom: 5rem !important;
  }
  /* line 14169, app/assets/stylesheets/space-theme.scss */
  .content-space-b-xl-3 {
    padding-bottom: 7.5rem !important;
  }
  /* line 14173, app/assets/stylesheets/space-theme.scss */
  .content-space-b-xl-4 {
    padding-bottom: 10rem !important;
  }
  /* line 14177, app/assets/stylesheets/space-theme.scss */
  .content-space-b-xl-auto {
    padding-bottom: auto !important;
  }
  /* line 14181, app/assets/stylesheets/space-theme.scss */
  .content-space-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 14186, app/assets/stylesheets/space-theme.scss */
  .content-space-xl-1 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 14191, app/assets/stylesheets/space-theme.scss */
  .content-space-xl-2 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 14196, app/assets/stylesheets/space-theme.scss */
  .content-space-xl-3 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 14201, app/assets/stylesheets/space-theme.scss */
  .content-space-xl-4 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 14206, app/assets/stylesheets/space-theme.scss */
  .content-space-xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  /* line 14213, app/assets/stylesheets/space-theme.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 14217, app/assets/stylesheets/space-theme.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 14221, app/assets/stylesheets/space-theme.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 14225, app/assets/stylesheets/space-theme.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 14229, app/assets/stylesheets/space-theme.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 14233, app/assets/stylesheets/space-theme.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 14237, app/assets/stylesheets/space-theme.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 14241, app/assets/stylesheets/space-theme.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 14245, app/assets/stylesheets/space-theme.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 14249, app/assets/stylesheets/space-theme.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 14253, app/assets/stylesheets/space-theme.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 14258, app/assets/stylesheets/space-theme.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 14263, app/assets/stylesheets/space-theme.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 14267, app/assets/stylesheets/space-theme.scss */
  .position-xxl-static {
    position: static !important;
  }
  /* line 14271, app/assets/stylesheets/space-theme.scss */
  .position-xxl-relative {
    position: relative !important;
  }
  /* line 14275, app/assets/stylesheets/space-theme.scss */
  .position-xxl-absolute {
    position: absolute !important;
  }
  /* line 14279, app/assets/stylesheets/space-theme.scss */
  .position-xxl-fixed {
    position: fixed !important;
  }
  /* line 14283, app/assets/stylesheets/space-theme.scss */
  .position-xxl-sticky {
    position: sticky !important;
  }
  /* line 14288, app/assets/stylesheets/space-theme.scss */
  .top-xxl-0 {
    top: 0 !important;
  }
  /* line 14292, app/assets/stylesheets/space-theme.scss */
  .top-xxl-50 {
    top: 50% !important;
  }
  /* line 14296, app/assets/stylesheets/space-theme.scss */
  .top-xxl-100 {
    top: 100% !important;
  }
  /* line 14300, app/assets/stylesheets/space-theme.scss */
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  /* line 14304, app/assets/stylesheets/space-theme.scss */
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  /* line 14308, app/assets/stylesheets/space-theme.scss */
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  /* line 14312, app/assets/stylesheets/space-theme.scss */
  .start-xxl-0 {
    left: 0 !important;
  }
  /* line 14316, app/assets/stylesheets/space-theme.scss */
  .start-xxl-50 {
    left: 50% !important;
  }
  /* line 14320, app/assets/stylesheets/space-theme.scss */
  .start-xxl-100 {
    left: 100% !important;
  }
  /* line 14324, app/assets/stylesheets/space-theme.scss */
  .end-xxl-0 {
    right: 0 !important;
  }
  /* line 14328, app/assets/stylesheets/space-theme.scss */
  .end-xxl-50 {
    right: 50% !important;
  }
  /* line 14332, app/assets/stylesheets/space-theme.scss */
  .end-xxl-100 {
    right: 100% !important;
  }
  /* line 14336, app/assets/stylesheets/space-theme.scss */
  .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }
  /* line 14341, app/assets/stylesheets/space-theme.scss */
  .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }
  /* line 14346, app/assets/stylesheets/space-theme.scss */
  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }
  /* line 14351, app/assets/stylesheets/space-theme.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 14355, app/assets/stylesheets/space-theme.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 14359, app/assets/stylesheets/space-theme.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 14363, app/assets/stylesheets/space-theme.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 14367, app/assets/stylesheets/space-theme.scss */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 14371, app/assets/stylesheets/space-theme.scss */
  .w-xxl-65 {
    width: 65% !important;
  }
  /* line 14375, app/assets/stylesheets/space-theme.scss */
  .w-xxl-85 {
    width: 85% !important;
  }
  /* line 14379, app/assets/stylesheets/space-theme.scss */
  .vh-xxl-100 {
    height: 100vh !important;
  }
  /* line 14383, app/assets/stylesheets/space-theme.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 14388, app/assets/stylesheets/space-theme.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 14393, app/assets/stylesheets/space-theme.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 14398, app/assets/stylesheets/space-theme.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14403, app/assets/stylesheets/space-theme.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 14408, app/assets/stylesheets/space-theme.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 14413, app/assets/stylesheets/space-theme.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 14418, app/assets/stylesheets/space-theme.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 14423, app/assets/stylesheets/space-theme.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 14428, app/assets/stylesheets/space-theme.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 14433, app/assets/stylesheets/space-theme.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 14438, app/assets/stylesheets/space-theme.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 14443, app/assets/stylesheets/space-theme.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 14447, app/assets/stylesheets/space-theme.scss */
  .gap-xxl-1 {
    gap: .25rem !important;
  }
  /* line 14451, app/assets/stylesheets/space-theme.scss */
  .gap-xxl-2 {
    gap: .5rem !important;
  }
  /* line 14455, app/assets/stylesheets/space-theme.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 14459, app/assets/stylesheets/space-theme.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 14463, app/assets/stylesheets/space-theme.scss */
  .gap-xxl-5 {
    gap: 2rem !important;
  }
  /* line 14467, app/assets/stylesheets/space-theme.scss */
  .gap-xxl-6 {
    gap: 2.5rem !important;
  }
  /* line 14471, app/assets/stylesheets/space-theme.scss */
  .gap-xxl-7 {
    gap: 3rem !important;
  }
  /* line 14475, app/assets/stylesheets/space-theme.scss */
  .gap-xxl-8 {
    gap: 3.5rem !important;
  }
  /* line 14479, app/assets/stylesheets/space-theme.scss */
  .gap-xxl-9 {
    gap: 4rem !important;
  }
  /* line 14483, app/assets/stylesheets/space-theme.scss */
  .gap-xxl-10 {
    gap: 4.5rem !important;
  }
  /* line 14487, app/assets/stylesheets/space-theme.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 14492, app/assets/stylesheets/space-theme.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 14497, app/assets/stylesheets/space-theme.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 14502, app/assets/stylesheets/space-theme.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 14507, app/assets/stylesheets/space-theme.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 14512, app/assets/stylesheets/space-theme.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 14517, app/assets/stylesheets/space-theme.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 14522, app/assets/stylesheets/space-theme.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 14527, app/assets/stylesheets/space-theme.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 14532, app/assets/stylesheets/space-theme.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 14537, app/assets/stylesheets/space-theme.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 14542, app/assets/stylesheets/space-theme.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 14547, app/assets/stylesheets/space-theme.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 14552, app/assets/stylesheets/space-theme.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 14557, app/assets/stylesheets/space-theme.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 14562, app/assets/stylesheets/space-theme.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 14567, app/assets/stylesheets/space-theme.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 14572, app/assets/stylesheets/space-theme.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 14577, app/assets/stylesheets/space-theme.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 14582, app/assets/stylesheets/space-theme.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 14587, app/assets/stylesheets/space-theme.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 14592, app/assets/stylesheets/space-theme.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 14597, app/assets/stylesheets/space-theme.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 14602, app/assets/stylesheets/space-theme.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 14607, app/assets/stylesheets/space-theme.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 14612, app/assets/stylesheets/space-theme.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 14617, app/assets/stylesheets/space-theme.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 14622, app/assets/stylesheets/space-theme.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 14627, app/assets/stylesheets/space-theme.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 14632, app/assets/stylesheets/space-theme.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 14637, app/assets/stylesheets/space-theme.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 14642, app/assets/stylesheets/space-theme.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 14646, app/assets/stylesheets/space-theme.scss */
  .m-xxl-1 {
    margin: .25rem !important;
  }
  /* line 14650, app/assets/stylesheets/space-theme.scss */
  .m-xxl-2 {
    margin: .5rem !important;
  }
  /* line 14654, app/assets/stylesheets/space-theme.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 14658, app/assets/stylesheets/space-theme.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 14662, app/assets/stylesheets/space-theme.scss */
  .m-xxl-5 {
    margin: 2rem !important;
  }
  /* line 14666, app/assets/stylesheets/space-theme.scss */
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  /* line 14670, app/assets/stylesheets/space-theme.scss */
  .m-xxl-7 {
    margin: 3rem !important;
  }
  /* line 14674, app/assets/stylesheets/space-theme.scss */
  .m-xxl-8 {
    margin: 3.5rem !important;
  }
  /* line 14678, app/assets/stylesheets/space-theme.scss */
  .m-xxl-9 {
    margin: 4rem !important;
  }
  /* line 14682, app/assets/stylesheets/space-theme.scss */
  .m-xxl-10 {
    margin: 4.5rem !important;
  }
  /* line 14686, app/assets/stylesheets/space-theme.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 14690, app/assets/stylesheets/space-theme.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 14695, app/assets/stylesheets/space-theme.scss */
  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  /* line 14700, app/assets/stylesheets/space-theme.scss */
  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  /* line 14705, app/assets/stylesheets/space-theme.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 14710, app/assets/stylesheets/space-theme.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 14715, app/assets/stylesheets/space-theme.scss */
  .mx-xxl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 14720, app/assets/stylesheets/space-theme.scss */
  .mx-xxl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 14725, app/assets/stylesheets/space-theme.scss */
  .mx-xxl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 14730, app/assets/stylesheets/space-theme.scss */
  .mx-xxl-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 14735, app/assets/stylesheets/space-theme.scss */
  .mx-xxl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 14740, app/assets/stylesheets/space-theme.scss */
  .mx-xxl-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 14745, app/assets/stylesheets/space-theme.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 14750, app/assets/stylesheets/space-theme.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 14755, app/assets/stylesheets/space-theme.scss */
  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 14760, app/assets/stylesheets/space-theme.scss */
  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 14765, app/assets/stylesheets/space-theme.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 14770, app/assets/stylesheets/space-theme.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 14775, app/assets/stylesheets/space-theme.scss */
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 14780, app/assets/stylesheets/space-theme.scss */
  .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 14785, app/assets/stylesheets/space-theme.scss */
  .my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 14790, app/assets/stylesheets/space-theme.scss */
  .my-xxl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 14795, app/assets/stylesheets/space-theme.scss */
  .my-xxl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 14800, app/assets/stylesheets/space-theme.scss */
  .my-xxl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 14805, app/assets/stylesheets/space-theme.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 14810, app/assets/stylesheets/space-theme.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 14814, app/assets/stylesheets/space-theme.scss */
  .mt-xxl-1 {
    margin-top: .25rem !important;
  }
  /* line 14818, app/assets/stylesheets/space-theme.scss */
  .mt-xxl-2 {
    margin-top: .5rem !important;
  }
  /* line 14822, app/assets/stylesheets/space-theme.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 14826, app/assets/stylesheets/space-theme.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14830, app/assets/stylesheets/space-theme.scss */
  .mt-xxl-5 {
    margin-top: 2rem !important;
  }
  /* line 14834, app/assets/stylesheets/space-theme.scss */
  .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }
  /* line 14838, app/assets/stylesheets/space-theme.scss */
  .mt-xxl-7 {
    margin-top: 3rem !important;
  }
  /* line 14842, app/assets/stylesheets/space-theme.scss */
  .mt-xxl-8 {
    margin-top: 3.5rem !important;
  }
  /* line 14846, app/assets/stylesheets/space-theme.scss */
  .mt-xxl-9 {
    margin-top: 4rem !important;
  }
  /* line 14850, app/assets/stylesheets/space-theme.scss */
  .mt-xxl-10 {
    margin-top: 4.5rem !important;
  }
  /* line 14854, app/assets/stylesheets/space-theme.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 14858, app/assets/stylesheets/space-theme.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 14862, app/assets/stylesheets/space-theme.scss */
  .me-xxl-1 {
    margin-right: .25rem !important;
  }
  /* line 14866, app/assets/stylesheets/space-theme.scss */
  .me-xxl-2 {
    margin-right: .5rem !important;
  }
  /* line 14870, app/assets/stylesheets/space-theme.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 14874, app/assets/stylesheets/space-theme.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 14878, app/assets/stylesheets/space-theme.scss */
  .me-xxl-5 {
    margin-right: 2rem !important;
  }
  /* line 14882, app/assets/stylesheets/space-theme.scss */
  .me-xxl-6 {
    margin-right: 2.5rem !important;
  }
  /* line 14886, app/assets/stylesheets/space-theme.scss */
  .me-xxl-7 {
    margin-right: 3rem !important;
  }
  /* line 14890, app/assets/stylesheets/space-theme.scss */
  .me-xxl-8 {
    margin-right: 3.5rem !important;
  }
  /* line 14894, app/assets/stylesheets/space-theme.scss */
  .me-xxl-9 {
    margin-right: 4rem !important;
  }
  /* line 14898, app/assets/stylesheets/space-theme.scss */
  .me-xxl-10 {
    margin-right: 4.5rem !important;
  }
  /* line 14902, app/assets/stylesheets/space-theme.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 14906, app/assets/stylesheets/space-theme.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 14910, app/assets/stylesheets/space-theme.scss */
  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }
  /* line 14914, app/assets/stylesheets/space-theme.scss */
  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }
  /* line 14918, app/assets/stylesheets/space-theme.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 14922, app/assets/stylesheets/space-theme.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 14926, app/assets/stylesheets/space-theme.scss */
  .mb-xxl-5 {
    margin-bottom: 2rem !important;
  }
  /* line 14930, app/assets/stylesheets/space-theme.scss */
  .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 14934, app/assets/stylesheets/space-theme.scss */
  .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }
  /* line 14938, app/assets/stylesheets/space-theme.scss */
  .mb-xxl-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 14942, app/assets/stylesheets/space-theme.scss */
  .mb-xxl-9 {
    margin-bottom: 4rem !important;
  }
  /* line 14946, app/assets/stylesheets/space-theme.scss */
  .mb-xxl-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 14950, app/assets/stylesheets/space-theme.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 14954, app/assets/stylesheets/space-theme.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 14958, app/assets/stylesheets/space-theme.scss */
  .ms-xxl-1 {
    margin-left: .25rem !important;
  }
  /* line 14962, app/assets/stylesheets/space-theme.scss */
  .ms-xxl-2 {
    margin-left: .5rem !important;
  }
  /* line 14966, app/assets/stylesheets/space-theme.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 14970, app/assets/stylesheets/space-theme.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 14974, app/assets/stylesheets/space-theme.scss */
  .ms-xxl-5 {
    margin-left: 2rem !important;
  }
  /* line 14978, app/assets/stylesheets/space-theme.scss */
  .ms-xxl-6 {
    margin-left: 2.5rem !important;
  }
  /* line 14982, app/assets/stylesheets/space-theme.scss */
  .ms-xxl-7 {
    margin-left: 3rem !important;
  }
  /* line 14986, app/assets/stylesheets/space-theme.scss */
  .ms-xxl-8 {
    margin-left: 3.5rem !important;
  }
  /* line 14990, app/assets/stylesheets/space-theme.scss */
  .ms-xxl-9 {
    margin-left: 4rem !important;
  }
  /* line 14994, app/assets/stylesheets/space-theme.scss */
  .ms-xxl-10 {
    margin-left: 4.5rem !important;
  }
  /* line 14998, app/assets/stylesheets/space-theme.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 15002, app/assets/stylesheets/space-theme.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 15006, app/assets/stylesheets/space-theme.scss */
  .p-xxl-1 {
    padding: .25rem !important;
  }
  /* line 15010, app/assets/stylesheets/space-theme.scss */
  .p-xxl-2 {
    padding: .5rem !important;
  }
  /* line 15014, app/assets/stylesheets/space-theme.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 15018, app/assets/stylesheets/space-theme.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 15022, app/assets/stylesheets/space-theme.scss */
  .p-xxl-5 {
    padding: 2rem !important;
  }
  /* line 15026, app/assets/stylesheets/space-theme.scss */
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  /* line 15030, app/assets/stylesheets/space-theme.scss */
  .p-xxl-7 {
    padding: 3rem !important;
  }
  /* line 15034, app/assets/stylesheets/space-theme.scss */
  .p-xxl-8 {
    padding: 3.5rem !important;
  }
  /* line 15038, app/assets/stylesheets/space-theme.scss */
  .p-xxl-9 {
    padding: 4rem !important;
  }
  /* line 15042, app/assets/stylesheets/space-theme.scss */
  .p-xxl-10 {
    padding: 4.5rem !important;
  }
  /* line 15046, app/assets/stylesheets/space-theme.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 15051, app/assets/stylesheets/space-theme.scss */
  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  /* line 15056, app/assets/stylesheets/space-theme.scss */
  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  /* line 15061, app/assets/stylesheets/space-theme.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 15066, app/assets/stylesheets/space-theme.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 15071, app/assets/stylesheets/space-theme.scss */
  .px-xxl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 15076, app/assets/stylesheets/space-theme.scss */
  .px-xxl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 15081, app/assets/stylesheets/space-theme.scss */
  .px-xxl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 15086, app/assets/stylesheets/space-theme.scss */
  .px-xxl-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 15091, app/assets/stylesheets/space-theme.scss */
  .px-xxl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 15096, app/assets/stylesheets/space-theme.scss */
  .px-xxl-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 15101, app/assets/stylesheets/space-theme.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 15106, app/assets/stylesheets/space-theme.scss */
  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 15111, app/assets/stylesheets/space-theme.scss */
  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 15116, app/assets/stylesheets/space-theme.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 15121, app/assets/stylesheets/space-theme.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 15126, app/assets/stylesheets/space-theme.scss */
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 15131, app/assets/stylesheets/space-theme.scss */
  .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 15136, app/assets/stylesheets/space-theme.scss */
  .py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 15141, app/assets/stylesheets/space-theme.scss */
  .py-xxl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 15146, app/assets/stylesheets/space-theme.scss */
  .py-xxl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 15151, app/assets/stylesheets/space-theme.scss */
  .py-xxl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 15156, app/assets/stylesheets/space-theme.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 15160, app/assets/stylesheets/space-theme.scss */
  .pt-xxl-1 {
    padding-top: .25rem !important;
  }
  /* line 15164, app/assets/stylesheets/space-theme.scss */
  .pt-xxl-2 {
    padding-top: .5rem !important;
  }
  /* line 15168, app/assets/stylesheets/space-theme.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 15172, app/assets/stylesheets/space-theme.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15176, app/assets/stylesheets/space-theme.scss */
  .pt-xxl-5 {
    padding-top: 2rem !important;
  }
  /* line 15180, app/assets/stylesheets/space-theme.scss */
  .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }
  /* line 15184, app/assets/stylesheets/space-theme.scss */
  .pt-xxl-7 {
    padding-top: 3rem !important;
  }
  /* line 15188, app/assets/stylesheets/space-theme.scss */
  .pt-xxl-8 {
    padding-top: 3.5rem !important;
  }
  /* line 15192, app/assets/stylesheets/space-theme.scss */
  .pt-xxl-9 {
    padding-top: 4rem !important;
  }
  /* line 15196, app/assets/stylesheets/space-theme.scss */
  .pt-xxl-10 {
    padding-top: 4.5rem !important;
  }
  /* line 15200, app/assets/stylesheets/space-theme.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 15204, app/assets/stylesheets/space-theme.scss */
  .pe-xxl-1 {
    padding-right: .25rem !important;
  }
  /* line 15208, app/assets/stylesheets/space-theme.scss */
  .pe-xxl-2 {
    padding-right: .5rem !important;
  }
  /* line 15212, app/assets/stylesheets/space-theme.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 15216, app/assets/stylesheets/space-theme.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 15220, app/assets/stylesheets/space-theme.scss */
  .pe-xxl-5 {
    padding-right: 2rem !important;
  }
  /* line 15224, app/assets/stylesheets/space-theme.scss */
  .pe-xxl-6 {
    padding-right: 2.5rem !important;
  }
  /* line 15228, app/assets/stylesheets/space-theme.scss */
  .pe-xxl-7 {
    padding-right: 3rem !important;
  }
  /* line 15232, app/assets/stylesheets/space-theme.scss */
  .pe-xxl-8 {
    padding-right: 3.5rem !important;
  }
  /* line 15236, app/assets/stylesheets/space-theme.scss */
  .pe-xxl-9 {
    padding-right: 4rem !important;
  }
  /* line 15240, app/assets/stylesheets/space-theme.scss */
  .pe-xxl-10 {
    padding-right: 4.5rem !important;
  }
  /* line 15244, app/assets/stylesheets/space-theme.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 15248, app/assets/stylesheets/space-theme.scss */
  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }
  /* line 15252, app/assets/stylesheets/space-theme.scss */
  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }
  /* line 15256, app/assets/stylesheets/space-theme.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 15260, app/assets/stylesheets/space-theme.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 15264, app/assets/stylesheets/space-theme.scss */
  .pb-xxl-5 {
    padding-bottom: 2rem !important;
  }
  /* line 15268, app/assets/stylesheets/space-theme.scss */
  .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 15272, app/assets/stylesheets/space-theme.scss */
  .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }
  /* line 15276, app/assets/stylesheets/space-theme.scss */
  .pb-xxl-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 15280, app/assets/stylesheets/space-theme.scss */
  .pb-xxl-9 {
    padding-bottom: 4rem !important;
  }
  /* line 15284, app/assets/stylesheets/space-theme.scss */
  .pb-xxl-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 15288, app/assets/stylesheets/space-theme.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 15292, app/assets/stylesheets/space-theme.scss */
  .ps-xxl-1 {
    padding-left: .25rem !important;
  }
  /* line 15296, app/assets/stylesheets/space-theme.scss */
  .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  /* line 15300, app/assets/stylesheets/space-theme.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 15304, app/assets/stylesheets/space-theme.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 15308, app/assets/stylesheets/space-theme.scss */
  .ps-xxl-5 {
    padding-left: 2rem !important;
  }
  /* line 15312, app/assets/stylesheets/space-theme.scss */
  .ps-xxl-6 {
    padding-left: 2.5rem !important;
  }
  /* line 15316, app/assets/stylesheets/space-theme.scss */
  .ps-xxl-7 {
    padding-left: 3rem !important;
  }
  /* line 15320, app/assets/stylesheets/space-theme.scss */
  .ps-xxl-8 {
    padding-left: 3.5rem !important;
  }
  /* line 15324, app/assets/stylesheets/space-theme.scss */
  .ps-xxl-9 {
    padding-left: 4rem !important;
  }
  /* line 15328, app/assets/stylesheets/space-theme.scss */
  .ps-xxl-10 {
    padding-left: 4.5rem !important;
  }
  /* line 15332, app/assets/stylesheets/space-theme.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 15336, app/assets/stylesheets/space-theme.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 15340, app/assets/stylesheets/space-theme.scss */
  .text-xxl-center {
    text-align: center !important;
  }
  /* line 15344, app/assets/stylesheets/space-theme.scss */
  .content-space-t-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 15348, app/assets/stylesheets/space-theme.scss */
  .content-space-t-xxl-1 {
    padding-top: 4rem !important;
  }
  /* line 15352, app/assets/stylesheets/space-theme.scss */
  .content-space-t-xxl-2 {
    padding-top: 5rem !important;
  }
  /* line 15356, app/assets/stylesheets/space-theme.scss */
  .content-space-t-xxl-3 {
    padding-top: 7.5rem !important;
  }
  /* line 15360, app/assets/stylesheets/space-theme.scss */
  .content-space-t-xxl-4 {
    padding-top: 10rem !important;
  }
  /* line 15364, app/assets/stylesheets/space-theme.scss */
  .content-space-t-xxl-auto {
    padding-top: auto !important;
  }
  /* line 15368, app/assets/stylesheets/space-theme.scss */
  .content-space-b-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 15372, app/assets/stylesheets/space-theme.scss */
  .content-space-b-xxl-1 {
    padding-bottom: 4rem !important;
  }
  /* line 15376, app/assets/stylesheets/space-theme.scss */
  .content-space-b-xxl-2 {
    padding-bottom: 5rem !important;
  }
  /* line 15380, app/assets/stylesheets/space-theme.scss */
  .content-space-b-xxl-3 {
    padding-bottom: 7.5rem !important;
  }
  /* line 15384, app/assets/stylesheets/space-theme.scss */
  .content-space-b-xxl-4 {
    padding-bottom: 10rem !important;
  }
  /* line 15388, app/assets/stylesheets/space-theme.scss */
  .content-space-b-xxl-auto {
    padding-bottom: auto !important;
  }
  /* line 15392, app/assets/stylesheets/space-theme.scss */
  .content-space-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 15397, app/assets/stylesheets/space-theme.scss */
  .content-space-xxl-1 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 15402, app/assets/stylesheets/space-theme.scss */
  .content-space-xxl-2 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 15407, app/assets/stylesheets/space-theme.scss */
  .content-space-xxl-3 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 15412, app/assets/stylesheets/space-theme.scss */
  .content-space-xxl-4 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 15417, app/assets/stylesheets/space-theme.scss */
  .content-space-xxl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 15424, app/assets/stylesheets/space-theme.scss */
  .fs-1 {
    font-size: 3.5rem !important;
  }
  /* line 15428, app/assets/stylesheets/space-theme.scss */
  .fs-2 {
    font-size: 3rem !important;
  }
  /* line 15432, app/assets/stylesheets/space-theme.scss */
  .fs-3 {
    font-size: 2.125rem !important;
  }
  /* line 15436, app/assets/stylesheets/space-theme.scss */
  .fs-4 {
    font-size: 1.625rem !important;
  }
  /* line 15440, app/assets/stylesheets/space-theme.scss */
  .fs-5 {
    font-size: 1.375rem !important;
  }
}

@media print {
  /* line 15446, app/assets/stylesheets/space-theme.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 15450, app/assets/stylesheets/space-theme.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 15454, app/assets/stylesheets/space-theme.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 15458, app/assets/stylesheets/space-theme.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 15462, app/assets/stylesheets/space-theme.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 15466, app/assets/stylesheets/space-theme.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 15470, app/assets/stylesheets/space-theme.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 15474, app/assets/stylesheets/space-theme.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 15479, app/assets/stylesheets/space-theme.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 15484, app/assets/stylesheets/space-theme.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 15489, app/assets/stylesheets/space-theme.scss */
a {
  text-decoration: none;
}

/* line 15493, app/assets/stylesheets/space-theme.scss */
:focus, a:focus, button:focus {
  outline-color: rgba(0, 128, 96, 0.5);
}

/* line 15497, app/assets/stylesheets/space-theme.scss */
figure {
  margin-bottom: 0;
}

/* line 15501, app/assets/stylesheets/space-theme.scss */
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 15506, app/assets/stylesheets/space-theme.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* line 15510, app/assets/stylesheets/space-theme.scss */
::-moz-selection {
  color: #008060;
  background-color: rgba(0, 128, 96, 0.1);
}

/* line 15515, app/assets/stylesheets/space-theme.scss */
::-moz-selection {
  color: #008060;
  background-color: rgba(0, 128, 96, 0.1);
}
::selection {
  color: #008060;
  background-color: rgba(0, 128, 96, 0.1);
}

/* line 15520, app/assets/stylesheets/space-theme.scss */
.bg-primary ::-moz-selection {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 15525, app/assets/stylesheets/space-theme.scss */
.bg-primary ::-moz-selection {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-primary ::selection {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 15530, app/assets/stylesheets/space-theme.scss */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 15555, app/assets/stylesheets/space-theme.scss */
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 15586, app/assets/stylesheets/space-theme.scss */
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 15609, app/assets/stylesheets/space-theme.scss */
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

/* line 15636, app/assets/stylesheets/space-theme.scss */
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

/* line 15663, app/assets/stylesheets/space-theme.scss */
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 15692, app/assets/stylesheets/space-theme.scss */
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -10px, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 15721, app/assets/stylesheets/space-theme.scss */
.slideInDown {
  animation-name: slideInDown;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 15752, app/assets/stylesheets/space-theme.scss */
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 15783, app/assets/stylesheets/space-theme.scss */
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 15810, app/assets/stylesheets/space-theme.scss */
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

/* line 15837, app/assets/stylesheets/space-theme.scss */
.fadeOutRight {
  animation-name: fadeOutRight;
}

/* line 15842, app/assets/stylesheets/space-theme.scss */
.accordion-button:focus {
  box-shadow: none;
}

/* line 15846, app/assets/stylesheets/space-theme.scss */
.accordion-button {
  color: #00221c;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1.5rem 2rem;
}

@media (max-width: 575.98px) {
  /* line 15854, app/assets/stylesheets/space-theme.scss */
  .accordion-button {
    padding: 1rem 1.33333rem;
  }
}

@media (max-width: 575.98px) {
  /* line 15860, app/assets/stylesheets/space-theme.scss */
  .accordion-body, .accordion-button {
    padding: 1rem 1.33333rem;
  }
}

/* line 15865, app/assets/stylesheets/space-theme.scss */
.accordion-collapse {
  background-color: rgba(0, 189, 142, 0.1);
}

/* line 15869, app/assets/stylesheets/space-theme.scss */
.accordion-flush .accordion-item {
  border-width: 0;
}

/* line 15873, app/assets/stylesheets/space-theme.scss */
.accordion-flush .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 15878, app/assets/stylesheets/space-theme.scss */
.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
}

/* line 15882, app/assets/stylesheets/space-theme.scss */
.accordion-flush .accordion-body {
  padding-top: 0;
}

/* line 15886, app/assets/stylesheets/space-theme.scss */
.alert-primary {
  color: #fff;
  background-color: #008060;
  border-color: #008060;
}

/* line 15892, app/assets/stylesheets/space-theme.scss */
.alert-primary .alert-link {
  color: #fff;
}

/* line 15896, app/assets/stylesheets/space-theme.scss */
.alert-secondary {
  color: #fff;
  background-color: #51596c;
  border-color: #51596c;
}

/* line 15902, app/assets/stylesheets/space-theme.scss */
.alert-secondary .alert-link {
  color: #fff;
}

/* line 15906, app/assets/stylesheets/space-theme.scss */
.alert-success {
  color: #fff;
  background-color: #077c76;
  border-color: #077c76;
}

/* line 15912, app/assets/stylesheets/space-theme.scss */
.alert-success .alert-link {
  color: #fff;
}

/* line 15916, app/assets/stylesheets/space-theme.scss */
.alert-info {
  color: #fff;
  background-color: #334ac0;
  border-color: #334ac0;
}

/* line 15922, app/assets/stylesheets/space-theme.scss */
.alert-info .alert-link {
  color: #fff;
}

/* line 15926, app/assets/stylesheets/space-theme.scss */
.alert-warning {
  color: #000;
  background-color: #f1b980;
  border-color: #f1b980;
}

/* line 15932, app/assets/stylesheets/space-theme.scss */
.alert-warning .alert-link {
  color: #000;
}

/* line 15936, app/assets/stylesheets/space-theme.scss */
.alert-danger {
  color: #fff;
  background-color: #692340;
  border-color: #692340;
}

/* line 15942, app/assets/stylesheets/space-theme.scss */
.alert-danger .alert-link {
  color: #fff;
}

/* line 15946, app/assets/stylesheets/space-theme.scss */
.alert-light {
  color: #000;
  background-color: #f9fafc;
  border-color: #f9fafc;
}

/* line 15952, app/assets/stylesheets/space-theme.scss */
.alert-light .alert-link {
  color: #000;
}

/* line 15956, app/assets/stylesheets/space-theme.scss */
.alert-dark {
  color: #fff;
  background-color: #00221c;
  border-color: #00221c;
}

/* line 15962, app/assets/stylesheets/space-theme.scss */
.alert-dark .alert-link {
  color: #fff;
}

/* line 15966, app/assets/stylesheets/space-theme.scss */
.alert-soft-primary {
  color: #008060;
  background-color: rgba(0, 128, 96, 0.15);
}

/* line 15971, app/assets/stylesheets/space-theme.scss */
.alert-soft-primary .alert-link {
  color: #008060;
}

/* line 15975, app/assets/stylesheets/space-theme.scss */
.alert-soft-primary .alert-link:hover {
  color: #005c45;
}

/* line 15979, app/assets/stylesheets/space-theme.scss */
.alert-soft-secondary {
  color: #51596c;
  background-color: rgba(81, 89, 108, 0.15);
}

/* line 15984, app/assets/stylesheets/space-theme.scss */
.alert-soft-secondary .alert-link {
  color: #51596c;
}

/* line 15988, app/assets/stylesheets/space-theme.scss */
.alert-soft-secondary .alert-link:hover {
  color: #424858;
}

/* line 15992, app/assets/stylesheets/space-theme.scss */
.alert-soft-success {
  color: #077c76;
  background-color: rgba(7, 124, 118, 0.15);
}

/* line 15997, app/assets/stylesheets/space-theme.scss */
.alert-soft-success .alert-link {
  color: #077c76;
}

/* line 16001, app/assets/stylesheets/space-theme.scss */
.alert-soft-success .alert-link:hover {
  color: #055a56;
}

/* line 16005, app/assets/stylesheets/space-theme.scss */
.alert-soft-info {
  color: #334ac0;
  background-color: rgba(51, 74, 192, 0.15);
}

/* line 16010, app/assets/stylesheets/space-theme.scss */
.alert-soft-info .alert-link {
  color: #334ac0;
}

/* line 16014, app/assets/stylesheets/space-theme.scss */
.alert-soft-info .alert-link:hover {
  color: #2c3fa4;
}

/* line 16018, app/assets/stylesheets/space-theme.scss */
.alert-soft-warning {
  color: #f1b980;
  background-color: rgba(241, 185, 128, 0.15);
}

/* line 16023, app/assets/stylesheets/space-theme.scss */
.alert-soft-warning .alert-link {
  color: #f1b980;
}

/* line 16027, app/assets/stylesheets/space-theme.scss */
.alert-soft-warning .alert-link:hover {
  color: #eda760;
}

/* line 16031, app/assets/stylesheets/space-theme.scss */
.alert-soft-danger {
  color: #692340;
  background-color: rgba(105, 35, 64, 0.15);
}

/* line 16036, app/assets/stylesheets/space-theme.scss */
.alert-soft-danger .alert-link {
  color: #692340;
}

/* line 16040, app/assets/stylesheets/space-theme.scss */
.alert-soft-danger .alert-link:hover {
  color: #4e1a30;
}

/* line 16044, app/assets/stylesheets/space-theme.scss */
.alert-soft-light {
  color: #f9fafc;
  background-color: rgba(249, 250, 252, 0.15);
}

/* line 16049, app/assets/stylesheets/space-theme.scss */
.alert-soft-light .alert-link {
  color: #f9fafc;
}

/* line 16053, app/assets/stylesheets/space-theme.scss */
.alert-soft-light .alert-link:hover {
  color: #e1e6f0;
}

/* line 16057, app/assets/stylesheets/space-theme.scss */
.alert-soft-dark {
  color: #00221c;
  background-color: rgba(0, 34, 28, 0.15);
}

/* line 16062, app/assets/stylesheets/space-theme.scss */
.alert-soft-dark .alert-link {
  color: #00221c;
}

/* line 16066, app/assets/stylesheets/space-theme.scss */
.alert-soft-dark .alert-link:hover {
  color: #000;
}

/* line 16070, app/assets/stylesheets/space-theme.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: .3125rem;
}

/* line 16078, app/assets/stylesheets/space-theme.scss */
.avatar:not(img) {
  background-color: #fff;
}

/* line 16082, app/assets/stylesheets/space-theme.scss */
.avatar-img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .3125rem;
}

/* line 16090, app/assets/stylesheets/space-theme.scss */
.avatar-initials {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 500;
  pointer-events: none;
  text-transform: uppercase;
  border-radius: .3125rem;
}

/* line 16106, app/assets/stylesheets/space-theme.scss */
.avatar-circle {
  border-radius: 50%;
}

/* line 16110, app/assets/stylesheets/space-theme.scss */
.avatar-circle .avatar-img, .avatar-circle .avatar-initials {
  border-radius: 50%;
}

/* line 16114, app/assets/stylesheets/space-theme.scss */
.avatar-centered {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

/* line 16121, app/assets/stylesheets/space-theme.scss */
.avatar-group {
  display: flex;
}

/* line 16126, app/assets/stylesheets/space-theme.scss */
.avatar-group .avatar:hover {
  z-index: 2;
}

/* line 16130, app/assets/stylesheets/space-theme.scss */
.avatar-group .avatar-circle .avatar-initials {
  border-radius: 50%;
}

/* line 16134, app/assets/stylesheets/space-theme.scss */
.avatar-group .avatar .avatar-img, .avatar-group .avatar .avatar-initials, .avatar-group .avatar-sm .avatar-img, .avatar-group .avatar-sm .avatar-initials, .avatar-group .avatar-xs .avatar-img, .avatar-group .avatar-xs .avatar-initials {
  border: 2px solid #fff;
}

/* line 16138, app/assets/stylesheets/space-theme.scss */
.avatar-group .avatar-lg .avatar-img, .avatar-group .avatar-lg .avatar-initials {
  border: 5px solid #fff;
}

/* line 16142, app/assets/stylesheets/space-theme.scss */
.avatar-group .avatar-xl .avatar-img, .avatar-group .avatar-xl .avatar-initials {
  border: 7px solid #fff;
}

/* line 16146, app/assets/stylesheets/space-theme.scss */
.avatar-group .avatar + .avatar {
  margin-left: -1rem;
}

/* line 16150, app/assets/stylesheets/space-theme.scss */
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -.6125rem;
}

/* line 16154, app/assets/stylesheets/space-theme.scss */
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -.875rem;
}

/* line 16158, app/assets/stylesheets/space-theme.scss */
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1.5rem;
}

/* line 16162, app/assets/stylesheets/space-theme.scss */
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -2rem;
}

/* line 16166, app/assets/stylesheets/space-theme.scss */
.avatar-group .avatar {
  width: 2.875rem;
  height: 2.875rem;
}

/* line 16171, app/assets/stylesheets/space-theme.scss */
.avatar-group .avatar .avatar-initials {
  font-size: 1rem;
}

/* line 16175, app/assets/stylesheets/space-theme.scss */
.avatar-group .avatar + .avatar {
  margin-left: -1rem;
}

/* line 16179, app/assets/stylesheets/space-theme.scss */
.avatar-group-xs .avatar {
  width: 1.75rem;
  height: 1.75rem;
}

/* line 16184, app/assets/stylesheets/space-theme.scss */
.avatar-group-xs .avatar .avatar-initials {
  font-size: .75rem;
}

/* line 16188, app/assets/stylesheets/space-theme.scss */
.avatar-group-xs .avatar + .avatar {
  margin-left: -.6125rem;
}

/* line 16192, app/assets/stylesheets/space-theme.scss */
.avatar-group-sm .avatar {
  width: 2.3125rem;
  height: 2.3125rem;
}

/* line 16197, app/assets/stylesheets/space-theme.scss */
.avatar-group-sm .avatar .avatar-initials {
  font-size: .8125rem;
}

/* line 16201, app/assets/stylesheets/space-theme.scss */
.avatar-group-sm .avatar + .avatar {
  margin-left: -.875rem;
}

/* line 16205, app/assets/stylesheets/space-theme.scss */
.avatar-group-lg .avatar {
  width: 4.25rem;
  height: 4.25rem;
}

/* line 16210, app/assets/stylesheets/space-theme.scss */
.avatar-group-lg .avatar .avatar-initials {
  font-size: 1.125rem;
}

/* line 16214, app/assets/stylesheets/space-theme.scss */
.avatar-group-lg .avatar + .avatar {
  margin-left: -1.5rem;
}

/* line 16218, app/assets/stylesheets/space-theme.scss */
.avatar-group-xl .avatar {
  width: 5.625rem;
  height: 5.625rem;
}

/* line 16223, app/assets/stylesheets/space-theme.scss */
.avatar-group-xl .avatar .avatar-initials {
  font-size: 2rem;
}

/* line 16227, app/assets/stylesheets/space-theme.scss */
.avatar-group-xl .avatar + .avatar {
  margin-left: -1.5rem;
}

/* line 16231, app/assets/stylesheets/space-theme.scss */
.avatar-group-xxl .avatar {
  width: 7rem;
  height: 7rem;
}

/* line 16236, app/assets/stylesheets/space-theme.scss */
.avatar-group-xxl .avatar .avatar-initials {
  font-size: 3rem;
}

/* line 16240, app/assets/stylesheets/space-theme.scss */
.avatar-group-xxl .avatar + .avatar {
  margin-left: -2rem;
}

/* line 16244, app/assets/stylesheets/space-theme.scss */
.avatar.avatar-circle .avatar-status {
  bottom: -.21875rem;
  right: -.21875rem;
}

/* line 16249, app/assets/stylesheets/space-theme.scss */
.avatar.avatar-circle .avatar-sm-status {
  bottom: 0;
  right: 0;
}

/* line 16254, app/assets/stylesheets/space-theme.scss */
.avatar.avatar-circle .avatar-lg-status {
  bottom: -.325rem;
  right: -.325rem;
}

/* line 16259, app/assets/stylesheets/space-theme.scss */
.avatar-xss {
  width: 1rem;
  height: 1rem;
}

/* line 16264, app/assets/stylesheets/space-theme.scss */
.avatar-xss .avatar-initials {
  font-size: .75rem;
}

/* line 16268, app/assets/stylesheets/space-theme.scss */
.avatar-xs {
  width: 1.75rem;
  height: 1.75rem;
}

/* line 16273, app/assets/stylesheets/space-theme.scss */
.avatar-xs .avatar-initials {
  font-size: .75rem;
}

/* line 16277, app/assets/stylesheets/space-theme.scss */
.avatar-xs.avatar-circle .avatar-status {
  bottom: -.21875rem;
  right: -.21875rem;
}

/* line 16282, app/assets/stylesheets/space-theme.scss */
.avatar-xs.avatar-circle .avatar-sm-status {
  bottom: -.11719rem;
  right: -.11719rem;
}

/* line 16287, app/assets/stylesheets/space-theme.scss */
.avatar-xs.avatar-circle .avatar-lg-status {
  bottom: -.325rem;
  right: -.325rem;
}

/* line 16292, app/assets/stylesheets/space-theme.scss */
.avatar-xs {
  width: 1.75rem;
  height: 1.75rem;
}

/* line 16297, app/assets/stylesheets/space-theme.scss */
.avatar-xs .avatar-initials {
  font-size: .75rem;
}

/* line 16301, app/assets/stylesheets/space-theme.scss */
.avatar-xs.avatar-circle .avatar-status {
  bottom: -.21875rem;
  right: -.21875rem;
}

/* line 16306, app/assets/stylesheets/space-theme.scss */
.avatar-xs.avatar-circle .avatar-sm-status {
  bottom: -.11719rem;
  right: -.11719rem;
}

/* line 16311, app/assets/stylesheets/space-theme.scss */
.avatar-xs.avatar-circle .avatar-lg-status {
  bottom: -.325rem;
  right: -.325rem;
}

/* line 16316, app/assets/stylesheets/space-theme.scss */
.avatar-sm {
  width: 2.3125rem;
  height: 2.3125rem;
}

/* line 16321, app/assets/stylesheets/space-theme.scss */
.avatar-sm .avatar-initials {
  font-size: .8125rem;
}

/* line 16325, app/assets/stylesheets/space-theme.scss */
.avatar-sm.avatar-circle .avatar-status {
  bottom: -.21875rem;
  right: -.21875rem;
}

/* line 16330, app/assets/stylesheets/space-theme.scss */
.avatar-sm.avatar-circle .avatar-sm-status {
  bottom: -.09375rem;
  right: -.09375rem;
}

/* line 16335, app/assets/stylesheets/space-theme.scss */
.avatar-sm.avatar-circle .avatar-lg-status {
  bottom: -.40625rem;
  right: -.40625rem;
}

/* line 16340, app/assets/stylesheets/space-theme.scss */
.avatar-lg {
  width: 4.25rem;
  height: 4.25rem;
}

/* line 16345, app/assets/stylesheets/space-theme.scss */
.avatar-lg .avatar-initials {
  font-size: 1.125rem;
}

/* line 16349, app/assets/stylesheets/space-theme.scss */
.avatar-lg.avatar-circle .avatar-status {
  bottom: -.13125rem;
  right: -.13125rem;
}

/* line 16354, app/assets/stylesheets/space-theme.scss */
.avatar-lg.avatar-circle .avatar-sm-status {
  bottom: .09375rem;
  right: .09375rem;
}

/* line 16359, app/assets/stylesheets/space-theme.scss */
.avatar-lg.avatar-circle .avatar-lg-status {
  bottom: -.20312rem;
  right: -.20312rem;
}

/* line 16364, app/assets/stylesheets/space-theme.scss */
.avatar-xl {
  width: 5.625rem;
  height: 5.625rem;
}

/* line 16369, app/assets/stylesheets/space-theme.scss */
.avatar-xl .avatar-initials {
  font-size: 2rem;
}

/* line 16373, app/assets/stylesheets/space-theme.scss */
.avatar-xl.avatar-circle .avatar-status {
  bottom: .16406rem;
  right: .16406rem;
}

/* line 16378, app/assets/stylesheets/space-theme.scss */
.avatar-xl.avatar-circle .avatar-sm-status {
  bottom: .23438rem;
  right: .23438rem;
}

/* line 16383, app/assets/stylesheets/space-theme.scss */
.avatar-xl.avatar-circle .avatar-lg-status {
  bottom: .13542rem;
  right: .13542rem;
}

/* line 16388, app/assets/stylesheets/space-theme.scss */
.avatar-xxl {
  width: 7rem;
  height: 7rem;
}

/* line 16393, app/assets/stylesheets/space-theme.scss */
.avatar-xxl .avatar-initials {
  font-size: 3rem;
}

/* line 16397, app/assets/stylesheets/space-theme.scss */
.avatar-xxl.avatar-circle .avatar-status {
  bottom: .4375rem;
  right: .4375rem;
}

/* line 16402, app/assets/stylesheets/space-theme.scss */
.avatar-xxl.avatar-circle .avatar-sm-status {
  bottom: .58333rem;
  right: .58333rem;
}

/* line 16407, app/assets/stylesheets/space-theme.scss */
.avatar-xxl.avatar-circle .avatar-lg-status {
  bottom: .29545rem;
  right: .29545rem;
}

/* line 16412, app/assets/stylesheets/space-theme.scss */
.avatar-status {
  position: absolute;
  bottom: -.525rem;
  right: -.525rem;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  vertical-align: baseline;
  border: .125rem solid #fff;
  width: 1.3125rem;
  height: 1.3125rem;
  line-height: 1;
  font-size: .625rem;
  border-radius: 50%;
}

/* line 16435, app/assets/stylesheets/space-theme.scss */
.avatar-sm-status {
  bottom: -.2625rem;
  right: -.2625rem;
  width: .9375rem;
  height: .9375rem;
  font-size: .5rem;
}

/* line 16443, app/assets/stylesheets/space-theme.scss */
.avatar-lg-status {
  width: 1.625rem;
  height: 1.625rem;
  font-size: .75rem;
}

/* line 16449, app/assets/stylesheets/space-theme.scss */
.avatar-primary .avatar-initials {
  color: #fff;
  background-color: #008060;
}

/* line 16454, app/assets/stylesheets/space-theme.scss */
.avatar-status-primary {
  color: #fff;
  background-color: #008060;
}

/* line 16459, app/assets/stylesheets/space-theme.scss */
.avatar-secondary .avatar-initials {
  color: #fff;
  background-color: #51596c;
}

/* line 16464, app/assets/stylesheets/space-theme.scss */
.avatar-status-secondary {
  color: #fff;
  background-color: #51596c;
}

/* line 16469, app/assets/stylesheets/space-theme.scss */
.avatar-success .avatar-initials {
  color: #fff;
  background-color: #077c76;
}

/* line 16474, app/assets/stylesheets/space-theme.scss */
.avatar-status-success {
  color: #fff;
  background-color: #077c76;
}

/* line 16479, app/assets/stylesheets/space-theme.scss */
.avatar-info .avatar-initials {
  color: #fff;
  background-color: #334ac0;
}

/* line 16484, app/assets/stylesheets/space-theme.scss */
.avatar-status-info {
  color: #fff;
  background-color: #334ac0;
}

/* line 16489, app/assets/stylesheets/space-theme.scss */
.avatar-warning .avatar-initials {
  color: #000;
  background-color: #f1b980;
}

/* line 16494, app/assets/stylesheets/space-theme.scss */
.avatar-status-warning {
  color: #000;
  background-color: #f1b980;
}

/* line 16499, app/assets/stylesheets/space-theme.scss */
.avatar-danger .avatar-initials {
  color: #fff;
  background-color: #692340;
}

/* line 16504, app/assets/stylesheets/space-theme.scss */
.avatar-status-danger {
  color: #fff;
  background-color: #692340;
}

/* line 16509, app/assets/stylesheets/space-theme.scss */
.avatar-light .avatar-initials {
  color: #000;
  background-color: #f9fafc;
}

/* line 16514, app/assets/stylesheets/space-theme.scss */
.avatar-status-light {
  color: #000;
  background-color: #f9fafc;
}

/* line 16519, app/assets/stylesheets/space-theme.scss */
.avatar-dark .avatar-initials {
  color: #fff;
  background-color: #00221c;
}

/* line 16524, app/assets/stylesheets/space-theme.scss */
.avatar-status-dark {
  color: #fff;
  background-color: #00221c;
}

/* line 16529, app/assets/stylesheets/space-theme.scss */
.avatar-soft-primary .avatar-initials {
  color: #008060;
  background-color: rgba(0, 128, 96, 0.1);
}

/* line 16534, app/assets/stylesheets/space-theme.scss */
.avatar-status-soft-primary {
  color: #008060;
  background-color: rgba(0, 128, 96, 0.1);
}

/* line 16539, app/assets/stylesheets/space-theme.scss */
.avatar-soft-secondary .avatar-initials {
  color: #51596c;
  background-color: rgba(81, 89, 108, 0.1);
}

/* line 16544, app/assets/stylesheets/space-theme.scss */
.avatar-status-soft-secondary {
  color: #51596c;
  background-color: rgba(81, 89, 108, 0.1);
}

/* line 16549, app/assets/stylesheets/space-theme.scss */
.avatar-soft-success .avatar-initials {
  color: #077c76;
  background-color: rgba(7, 124, 118, 0.1);
}

/* line 16554, app/assets/stylesheets/space-theme.scss */
.avatar-status-soft-success {
  color: #077c76;
  background-color: rgba(7, 124, 118, 0.1);
}

/* line 16559, app/assets/stylesheets/space-theme.scss */
.avatar-soft-info .avatar-initials {
  color: #334ac0;
  background-color: rgba(51, 74, 192, 0.1);
}

/* line 16564, app/assets/stylesheets/space-theme.scss */
.avatar-status-soft-info {
  color: #334ac0;
  background-color: rgba(51, 74, 192, 0.1);
}

/* line 16569, app/assets/stylesheets/space-theme.scss */
.avatar-soft-warning .avatar-initials {
  color: #f1b980;
  background-color: rgba(241, 185, 128, 0.1);
}

/* line 16574, app/assets/stylesheets/space-theme.scss */
.avatar-status-soft-warning {
  color: #f1b980;
  background-color: rgba(241, 185, 128, 0.1);
}

/* line 16579, app/assets/stylesheets/space-theme.scss */
.avatar-soft-danger .avatar-initials {
  color: #692340;
  background-color: rgba(105, 35, 64, 0.1);
}

/* line 16584, app/assets/stylesheets/space-theme.scss */
.avatar-status-soft-danger {
  color: #692340;
  background-color: rgba(105, 35, 64, 0.1);
}

/* line 16589, app/assets/stylesheets/space-theme.scss */
.avatar-soft-light .avatar-initials {
  color: #f9fafc;
  background-color: rgba(249, 250, 252, 0.1);
}

/* line 16594, app/assets/stylesheets/space-theme.scss */
.avatar-status-soft-light {
  color: #f9fafc;
  background-color: rgba(249, 250, 252, 0.1);
}

/* line 16599, app/assets/stylesheets/space-theme.scss */
.avatar-soft-dark .avatar-initials {
  color: #00221c;
  background-color: rgba(0, 34, 28, 0.1);
}

/* line 16604, app/assets/stylesheets/space-theme.scss */
.avatar-status-soft-dark {
  color: #00221c;
  background-color: rgba(0, 34, 28, 0.1);
}

/* line 16609, app/assets/stylesheets/space-theme.scss */
.avatar.avatar-4x3 {
  width: 3.83333rem;
  height: auto;
  border-radius: 0;
}

/* line 16615, app/assets/stylesheets/space-theme.scss */
.avatar.avatar-4x3 .avatar-img {
  height: inherit;
}

/* line 16619, app/assets/stylesheets/space-theme.scss */
.avatar-xss.avatar-4x3 {
  width: 1.33333rem;
  height: auto;
  border-radius: 0;
}

/* line 16625, app/assets/stylesheets/space-theme.scss */
.avatar-xss.avatar-4x3 .avatar-img {
  height: inherit;
}

/* line 16629, app/assets/stylesheets/space-theme.scss */
.avatar-xs.avatar-4x3 {
  width: 2.33333rem;
  height: auto;
  border-radius: 0;
}

/* line 16635, app/assets/stylesheets/space-theme.scss */
.avatar-xs.avatar-4x3 .avatar-img {
  height: inherit;
}

/* line 16639, app/assets/stylesheets/space-theme.scss */
.avatar-sm.avatar-4x3 {
  width: 3.08333rem;
  height: auto;
  border-radius: 0;
}

/* line 16645, app/assets/stylesheets/space-theme.scss */
.avatar-sm.avatar-4x3 .avatar-img {
  height: inherit;
}

/* line 16649, app/assets/stylesheets/space-theme.scss */
.avatar-lg.avatar-4x3 {
  width: 5.66667rem;
  height: auto;
  border-radius: 0;
}

/* line 16655, app/assets/stylesheets/space-theme.scss */
.avatar-lg.avatar-4x3 .avatar-img {
  height: inherit;
}

/* line 16659, app/assets/stylesheets/space-theme.scss */
.avatar-xl.avatar-4x3 {
  width: 7.5rem;
  height: auto;
  border-radius: 0;
}

/* line 16665, app/assets/stylesheets/space-theme.scss */
.avatar-xl.avatar-4x3 .avatar-img {
  height: inherit;
}

/* line 16669, app/assets/stylesheets/space-theme.scss */
.avatar-xxl.avatar-4x3 {
  width: 9.33333rem;
  height: auto;
  border-radius: 0;
}

/* line 16675, app/assets/stylesheets/space-theme.scss */
.avatar-xxl.avatar-4x3 .avatar-img {
  height: inherit;
}

/* line 16679, app/assets/stylesheets/space-theme.scss */
.badge {
  line-height: normal;
}

/* line 16683, app/assets/stylesheets/space-theme.scss */
.banner-half-start {
  position: relative;
}

/* line 16687, app/assets/stylesheets/space-theme.scss */
.banner-half-start::before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 100vw;
  height: 150vh;
  z-index: -1;
  content: '';
  background-color: #035a4b;
}

/* line 16700, app/assets/stylesheets/space-theme.scss */
.banner-half-start::after {
  position: absolute;
  top: auto;
  right: -.75rem;
  bottom: 0;
  display: none;
  width: 100vw;
  height: 150vh;
  z-index: -1;
  content: '';
  background-color: #035a4b;
}

@media (max-width: 767.98px) {
  /* line 16714, app/assets/stylesheets/space-theme.scss */
  .banner-half-start::after {
    display: block;
  }
}

/* line 16719, app/assets/stylesheets/space-theme.scss */
.banner-half-end > * {
  position: relative;
  z-index: 1;
}

/* line 16724, app/assets/stylesheets/space-theme.scss */
.banner-half-end::after {
  position: absolute;
  top: 7.5%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 15%);
  display: block;
  content: '';
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 53%, rgba(0, 189, 142, 0.1) 53%);
}

@media (max-width: 767.98px) {
  /* line 16738, app/assets/stylesheets/space-theme.scss */
  .banner-half-end {
    position: relative;
  }
  /* line 16742, app/assets/stylesheets/space-theme.scss */
  .banner-half-end::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(0, 189, 142, 0.1) 0);
  }
}

/* line 16747, app/assets/stylesheets/space-theme.scss */
.banner-start {
  position: relative;
}

/* line 16751, app/assets/stylesheets/space-theme.scss */
.banner-start > * {
  position: relative;
  z-index: 1;
}

/* line 16756, app/assets/stylesheets/space-theme.scss */
.banner-start::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 22%, rgba(0, 189, 142, 0.1) 22%);
  content: '';
}

@media (max-width: 767.98px) {
  /* line 16770, app/assets/stylesheets/space-theme.scss */
  .banner-start::after {
    height: 80%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(0, 189, 142, 0.1) 0);
  }
}

/* line 16776, app/assets/stylesheets/space-theme.scss */
.banner-end {
  position: relative;
}

/* line 16780, app/assets/stylesheets/space-theme.scss */
.banner-end > * {
  position: relative;
  z-index: 1;
}

/* line 16785, app/assets/stylesheets/space-theme.scss */
.banner-end::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 22%, rgba(0, 189, 142, 0.1) 22%);
  content: '';
}

@media (max-width: 767.98px) {
  /* line 16799, app/assets/stylesheets/space-theme.scss */
  .banner-end::after {
    height: 80%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(0, 189, 142, 0.1) 0);
  }
}

/* line 16805, app/assets/stylesheets/space-theme.scss */
.banner-bottom-end-n3rem {
  position: relative;
}

/* line 16809, app/assets/stylesheets/space-theme.scss */
.banner-bottom-end-n3rem > * {
  position: relative;
  z-index: 1;
}

/* line 16814, app/assets/stylesheets/space-theme.scss */
.banner-bottom-end-n3rem::after {
  position: absolute;
  bottom: -3rem;
  left: -3rem;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 189, 142, 0.1);
  content: '';
}

/* line 16824, app/assets/stylesheets/space-theme.scss */
.blockquote {
  color: #00221c;
}

/* line 16828, app/assets/stylesheets/space-theme.scss */
.blockquote-footer {
  font-weight: 500;
  line-height: normal;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

/* line 16835, app/assets/stylesheets/space-theme.scss */
.blockquote-footer::before {
  content: '';
}

/* line 16839, app/assets/stylesheets/space-theme.scss */
.blockquote-footer-source {
  display: block;
  color: #677788;
  font-size: 1rem;
  font-weight: 400;
  margin-top: .25rem;
}

/* line 16847, app/assets/stylesheets/space-theme.scss */
.blockquote-sm {
  font-size: 1.25rem;
}

/* line 16851, app/assets/stylesheets/space-theme.scss */
.breadcrumb .breadcrumb-item {
  color: #00221c;
}

/* line 16855, app/assets/stylesheets/space-theme.scss */
.btn-link:focus {
  box-shadow: none;
}

/* line 16859, app/assets/stylesheets/space-theme.scss */
.btn.dropdown-toggle {
  display: inline-flex;
  align-items: center;
}

/* line 16866, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
  box-shadow: 0 4px 11px rgba(0, 128, 96, 0.35);
}

/* line 16870, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-secondary, .btn-secondary:focus, .btn-secondary:hover {
  box-shadow: 0 4px 11px rgba(81, 89, 108, 0.35);
}

/* line 16874, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-success, .btn-success:focus, .btn-success:hover {
  box-shadow: 0 4px 11px rgba(7, 124, 118, 0.35);
}

/* line 16878, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-info, .btn-info:focus, .btn-info:hover {
  box-shadow: 0 4px 11px rgba(51, 74, 192, 0.35);
}

/* line 16882, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-warning, .btn-warning:focus, .btn-warning:hover {
  box-shadow: 0 4px 11px rgba(241, 185, 128, 0.35);
}

/* line 16886, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-danger, .btn-danger:focus, .btn-danger:hover {
  box-shadow: 0 4px 11px rgba(105, 35, 64, 0.35);
}

/* line 16890, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-light, .btn-light:focus, .btn-light:hover {
  box-shadow: 0 4px 11px rgba(249, 250, 252, 0.35);
}

/* line 16894, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-dark, .btn-dark:focus, .btn-dark:hover {
  box-shadow: 0 4px 11px rgba(0, 34, 28, 0.35);
}

/* line 16898, app/assets/stylesheets/space-theme.scss */
.btn-white {
  background-color: #fff;
  border-color: rgba(0, 34, 28, 0.1);
}

/* line 16903, app/assets/stylesheets/space-theme.scss */
.btn-white.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 16908, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-white, .btn-white:focus, .btn-white:hover {
  color: #005c45;
  box-shadow: 0 3px 6px -2px rgba(140, 152, 164, 0.25);
}

/* line 16913, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-white.dropdown-toggle::after, .btn-white.dropdown-toggle:focus::after, .btn-white.dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23008060' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 16917, app/assets/stylesheets/space-theme.scss */
.btn-white.disabled, .btn-white:disabled {
  color: #bdc5d1;
  background-color: rgba(231, 234, 243, 0.5);
}

/* line 16922, app/assets/stylesheets/space-theme.scss */
.btn-primary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 16927, app/assets/stylesheets/space-theme.scss */
.btn-secondary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 16932, app/assets/stylesheets/space-theme.scss */
.btn-success.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 16937, app/assets/stylesheets/space-theme.scss */
.btn-info.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 16942, app/assets/stylesheets/space-theme.scss */
.btn-warning.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 16947, app/assets/stylesheets/space-theme.scss */
.btn-danger.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 16952, app/assets/stylesheets/space-theme.scss */
.btn-light.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 16957, app/assets/stylesheets/space-theme.scss */
.btn-dark.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 16962, app/assets/stylesheets/space-theme.scss */
.btn-ghost-primary {
  color: #008060;
  background-color: transparent;
}

/* line 16967, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-ghost-primary, .btn-check:checked + .btn-ghost-primary, .btn-check:focus + .btn-ghost-primary, .btn-ghost-primary.active, .btn-ghost-primary:active, .btn-ghost-primary:focus, .btn-ghost-primary:hover, .show > .btn-ghost-primary.dropdown-toggle {
  color: #008060;
  background-color: rgba(0, 128, 96, 0.1);
}

/* line 16972, app/assets/stylesheets/space-theme.scss */
.btn-ghost-primary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23008060' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 16977, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-primary.btn-no-focus, .btn-ghost-primary.btn-no-focus.focus, .btn-ghost-primary.btn-no-focus:focus, .btn-ghost-primary.btn-no-focus:hover {
  color: #008060;
  background-color: unset;
  box-shadow: none;
}

/* line 16983, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-primary.btn-no-focus:hover, .btn-ghost-primary.btn-no-focus.focus:hover, .btn-ghost-primary.btn-no-focus:focus:hover, .btn-ghost-primary.btn-no-focus:hover:hover {
  color: #008060;
  background-color: rgba(0, 128, 96, 0.1);
}

/* line 16988, app/assets/stylesheets/space-theme.scss */
.btn-ghost-secondary {
  color: #51596c;
  background-color: transparent;
}

/* line 16993, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-ghost-secondary, .btn-check:checked + .btn-ghost-secondary, .btn-check:focus + .btn-ghost-secondary, .btn-ghost-secondary.active, .btn-ghost-secondary:active, .btn-ghost-secondary:focus, .btn-ghost-secondary:hover, .show > .btn-ghost-secondary.dropdown-toggle {
  color: #51596c;
  background-color: rgba(0, 128, 96, 0.1);
}

/* line 16998, app/assets/stylesheets/space-theme.scss */
.btn-ghost-secondary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17003, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-secondary.btn-no-focus, .btn-ghost-secondary.btn-no-focus.focus, .btn-ghost-secondary.btn-no-focus:focus, .btn-ghost-secondary.btn-no-focus:hover {
  color: #51596c;
  background-color: unset;
  box-shadow: none;
}

/* line 17009, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-secondary.btn-no-focus:hover, .btn-ghost-secondary.btn-no-focus.focus:hover, .btn-ghost-secondary.btn-no-focus:focus:hover, .btn-ghost-secondary.btn-no-focus:hover:hover {
  color: #51596c;
  background-color: rgba(81, 89, 108, 0.1);
}

/* line 17014, app/assets/stylesheets/space-theme.scss */
.btn-ghost-success {
  color: #077c76;
  background-color: transparent;
}

/* line 17019, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-ghost-success, .btn-check:checked + .btn-ghost-success, .btn-check:focus + .btn-ghost-success, .btn-ghost-success.active, .btn-ghost-success:active, .btn-ghost-success:focus, .btn-ghost-success:hover, .show > .btn-ghost-success.dropdown-toggle {
  color: #077c76;
  background-color: rgba(7, 124, 118, 0.1);
}

/* line 17024, app/assets/stylesheets/space-theme.scss */
.btn-ghost-success.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23077C76' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17029, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-success.btn-no-focus, .btn-ghost-success.btn-no-focus.focus, .btn-ghost-success.btn-no-focus:focus, .btn-ghost-success.btn-no-focus:hover {
  color: #077c76;
  background-color: unset;
  box-shadow: none;
}

/* line 17035, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-success.btn-no-focus:hover, .btn-ghost-success.btn-no-focus.focus:hover, .btn-ghost-success.btn-no-focus:focus:hover, .btn-ghost-success.btn-no-focus:hover:hover {
  color: #077c76;
  background-color: rgba(7, 124, 118, 0.1);
}

/* line 17040, app/assets/stylesheets/space-theme.scss */
.btn-ghost-info {
  color: #334ac0;
  background-color: transparent;
}

/* line 17045, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-ghost-info, .btn-check:checked + .btn-ghost-info, .btn-check:focus + .btn-ghost-info, .btn-ghost-info.active, .btn-ghost-info:active, .btn-ghost-info:focus, .btn-ghost-info:hover, .show > .btn-ghost-info.dropdown-toggle {
  color: #334ac0;
  background-color: rgba(51, 74, 192, 0.1);
}

/* line 17050, app/assets/stylesheets/space-theme.scss */
.btn-ghost-info.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23334AC0' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17055, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-info.btn-no-focus, .btn-ghost-info.btn-no-focus.focus, .btn-ghost-info.btn-no-focus:focus, .btn-ghost-info.btn-no-focus:hover {
  color: #334ac0;
  background-color: unset;
  box-shadow: none;
}

/* line 17061, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-info.btn-no-focus:hover, .btn-ghost-info.btn-no-focus.focus:hover, .btn-ghost-info.btn-no-focus:focus:hover, .btn-ghost-info.btn-no-focus:hover:hover {
  color: #334ac0;
  background-color: rgba(51, 74, 192, 0.1);
}

/* line 17066, app/assets/stylesheets/space-theme.scss */
.btn-ghost-warning {
  color: #f1b980;
  background-color: transparent;
}

/* line 17071, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-ghost-warning, .btn-check:checked + .btn-ghost-warning, .btn-check:focus + .btn-ghost-warning, .btn-ghost-warning.active, .btn-ghost-warning:active, .btn-ghost-warning:focus, .btn-ghost-warning:hover, .show > .btn-ghost-warning.dropdown-toggle {
  color: #f1b980;
  background-color: rgba(241, 185, 128, 0.1);
}

/* line 17076, app/assets/stylesheets/space-theme.scss */
.btn-ghost-warning.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F1B980' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17081, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-warning.btn-no-focus, .btn-ghost-warning.btn-no-focus.focus, .btn-ghost-warning.btn-no-focus:focus, .btn-ghost-warning.btn-no-focus:hover {
  color: #f1b980;
  background-color: unset;
  box-shadow: none;
}

/* line 17087, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-warning.btn-no-focus:hover, .btn-ghost-warning.btn-no-focus.focus:hover, .btn-ghost-warning.btn-no-focus:focus:hover, .btn-ghost-warning.btn-no-focus:hover:hover {
  color: #f1b980;
  background-color: rgba(241, 185, 128, 0.1);
}

/* line 17092, app/assets/stylesheets/space-theme.scss */
.btn-ghost-danger {
  color: #692340;
  background-color: transparent;
}

/* line 17097, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-ghost-danger, .btn-check:checked + .btn-ghost-danger, .btn-check:focus + .btn-ghost-danger, .btn-ghost-danger.active, .btn-ghost-danger:active, .btn-ghost-danger:focus, .btn-ghost-danger:hover, .show > .btn-ghost-danger.dropdown-toggle {
  color: #692340;
  background-color: rgba(105, 35, 64, 0.1);
}

/* line 17102, app/assets/stylesheets/space-theme.scss */
.btn-ghost-danger.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23692340' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17107, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-danger.btn-no-focus, .btn-ghost-danger.btn-no-focus.focus, .btn-ghost-danger.btn-no-focus:focus, .btn-ghost-danger.btn-no-focus:hover {
  color: #692340;
  background-color: unset;
  box-shadow: none;
}

/* line 17113, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-danger.btn-no-focus:hover, .btn-ghost-danger.btn-no-focus.focus:hover, .btn-ghost-danger.btn-no-focus:focus:hover, .btn-ghost-danger.btn-no-focus:hover:hover {
  color: #692340;
  background-color: rgba(105, 35, 64, 0.1);
}

/* line 17118, app/assets/stylesheets/space-theme.scss */
.btn-ghost-light {
  color: #f9fafc;
  background-color: transparent;
}

/* line 17123, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-ghost-light, .btn-check:checked + .btn-ghost-light, .btn-check:focus + .btn-ghost-light, .btn-ghost-light.active, .btn-ghost-light:active, .btn-ghost-light:focus, .btn-ghost-light:hover, .show > .btn-ghost-light.dropdown-toggle {
  color: #f9fafc;
  background-color: rgba(249, 250, 252, 0.1);
}

/* line 17128, app/assets/stylesheets/space-theme.scss */
.btn-ghost-light.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F9FAFC' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17133, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-light.btn-no-focus, .btn-ghost-light.btn-no-focus.focus, .btn-ghost-light.btn-no-focus:focus, .btn-ghost-light.btn-no-focus:hover {
  color: #f9fafc;
  background-color: unset;
  box-shadow: none;
}

/* line 17139, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-light.btn-no-focus:hover, .btn-ghost-light.btn-no-focus.focus:hover, .btn-ghost-light.btn-no-focus:focus:hover, .btn-ghost-light.btn-no-focus:hover:hover {
  color: #f9fafc;
  background-color: rgba(249, 250, 252, 0.1);
}

/* line 17144, app/assets/stylesheets/space-theme.scss */
.btn-ghost-dark {
  color: #00221c;
  background-color: transparent;
}

/* line 17149, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-ghost-dark, .btn-check:checked + .btn-ghost-dark, .btn-check:focus + .btn-ghost-dark, .btn-ghost-dark.active, .btn-ghost-dark:active, .btn-ghost-dark:focus, .btn-ghost-dark:hover, .show > .btn-ghost-dark.dropdown-toggle {
  color: #00221c;
  background-color: rgba(0, 34, 28, 0.1);
}

/* line 17154, app/assets/stylesheets/space-theme.scss */
.btn-ghost-dark.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300221C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17159, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-dark.btn-no-focus, .btn-ghost-dark.btn-no-focus.focus, .btn-ghost-dark.btn-no-focus:focus, .btn-ghost-dark.btn-no-focus:hover {
  color: #00221c;
  background-color: unset;
  box-shadow: none;
}

/* line 17165, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-dark.btn-no-focus:hover, .btn-ghost-dark.btn-no-focus.focus:hover, .btn-ghost-dark.btn-no-focus:focus:hover, .btn-ghost-dark.btn-no-focus:hover:hover {
  color: #00221c;
  background-color: rgba(0, 34, 28, 0.1);
}

/* line 17170, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-secondary, .btn-ghost-secondary:focus, .btn-ghost-secondary:hover {
  color: #008060;
}

/* line 17174, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-secondary.dropdown-toggle::after, .btn-ghost-secondary.dropdown-toggle:focus::after, .btn-ghost-secondary.dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23008060' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17178, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-ghost-secondary.btn-no-focus:hover, .btn-ghost-secondary.btn-no-focus.focus:hover, .btn-ghost-secondary.btn-no-focus:focus:hover, .btn-ghost-secondary.btn-no-focus:hover:hover {
  color: #008060;
  background-color: rgba(0, 128, 96, 0.1);
}

/* line 17183, app/assets/stylesheets/space-theme.scss */
.btn-soft-primary {
  color: #008060;
  background-color: rgba(0, 128, 96, 0.1);
  border-color: transparent;
}

/* line 17189, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-primary, .btn-soft-primary:focus, .btn-soft-primary:hover {
  color: #fff;
  background-color: #008060;
}

/* line 17194, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-soft-primary, .btn-check:checked + .btn-soft-primary, .btn-soft-primary.active, .btn-soft-primary:active, .show > .btn-soft-primary.dropdown-toggle {
  color: #fff;
  background-color: #008060;
  border-color: transparent;
}

/* line 17200, app/assets/stylesheets/space-theme.scss */
.btn-soft-primary.disabled, .btn-soft-primary:disabled {
  color: #008060;
  background-color: #008060;
  border-color: transparent;
}

/* line 17206, app/assets/stylesheets/space-theme.scss */
.btn-soft-secondary {
  color: #51596c;
  background-color: rgba(81, 89, 108, 0.1);
  border-color: transparent;
}

/* line 17212, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-secondary, .btn-soft-secondary:focus, .btn-soft-secondary:hover {
  color: #fff;
  background-color: #51596c;
}

/* line 17217, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-soft-secondary, .btn-check:checked + .btn-soft-secondary, .btn-soft-secondary.active, .btn-soft-secondary:active, .show > .btn-soft-secondary.dropdown-toggle {
  color: #fff;
  background-color: #51596c;
  border-color: transparent;
}

/* line 17223, app/assets/stylesheets/space-theme.scss */
.btn-soft-secondary.disabled, .btn-soft-secondary:disabled {
  color: #51596c;
  background-color: #51596c;
  border-color: transparent;
}

/* line 17229, app/assets/stylesheets/space-theme.scss */
.btn-soft-success {
  color: #077c76;
  background-color: rgba(7, 124, 118, 0.1);
  border-color: transparent;
}

/* line 17235, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-success, .btn-soft-success:focus, .btn-soft-success:hover {
  color: #fff;
  background-color: #077c76;
}

/* line 17240, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-soft-success, .btn-check:checked + .btn-soft-success, .btn-soft-success.active, .btn-soft-success:active, .show > .btn-soft-success.dropdown-toggle {
  color: #fff;
  background-color: #077c76;
  border-color: transparent;
}

/* line 17246, app/assets/stylesheets/space-theme.scss */
.btn-soft-success.disabled, .btn-soft-success:disabled {
  color: #077c76;
  background-color: #077c76;
  border-color: transparent;
}

/* line 17252, app/assets/stylesheets/space-theme.scss */
.btn-soft-info {
  color: #334ac0;
  background-color: rgba(51, 74, 192, 0.1);
  border-color: transparent;
}

/* line 17258, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-info, .btn-soft-info:focus, .btn-soft-info:hover {
  color: #fff;
  background-color: #334ac0;
}

/* line 17263, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-soft-info, .btn-check:checked + .btn-soft-info, .btn-soft-info.active, .btn-soft-info:active, .show > .btn-soft-info.dropdown-toggle {
  color: #fff;
  background-color: #334ac0;
  border-color: transparent;
}

/* line 17269, app/assets/stylesheets/space-theme.scss */
.btn-soft-info.disabled, .btn-soft-info:disabled {
  color: #334ac0;
  background-color: #334ac0;
  border-color: transparent;
}

/* line 17275, app/assets/stylesheets/space-theme.scss */
.btn-soft-warning {
  color: #f1b980;
  background-color: rgba(241, 185, 128, 0.1);
  border-color: transparent;
}

/* line 17281, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-warning, .btn-soft-warning:focus, .btn-soft-warning:hover {
  color: #000;
  background-color: #f1b980;
}

/* line 17286, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-soft-warning, .btn-check:checked + .btn-soft-warning, .btn-soft-warning.active, .btn-soft-warning:active, .show > .btn-soft-warning.dropdown-toggle {
  color: #000;
  background-color: #f1b980;
  border-color: transparent;
}

/* line 17292, app/assets/stylesheets/space-theme.scss */
.btn-soft-warning.disabled, .btn-soft-warning:disabled {
  color: #f1b980;
  background-color: #f1b980;
  border-color: transparent;
}

/* line 17298, app/assets/stylesheets/space-theme.scss */
.btn-soft-danger {
  color: #692340;
  background-color: rgba(105, 35, 64, 0.1);
  border-color: transparent;
}

/* line 17304, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-danger, .btn-soft-danger:focus, .btn-soft-danger:hover {
  color: #fff;
  background-color: #692340;
}

/* line 17309, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-soft-danger, .btn-check:checked + .btn-soft-danger, .btn-soft-danger.active, .btn-soft-danger:active, .show > .btn-soft-danger.dropdown-toggle {
  color: #fff;
  background-color: #692340;
  border-color: transparent;
}

/* line 17315, app/assets/stylesheets/space-theme.scss */
.btn-soft-danger.disabled, .btn-soft-danger:disabled {
  color: #692340;
  background-color: #692340;
  border-color: transparent;
}

/* line 17321, app/assets/stylesheets/space-theme.scss */
.btn-soft-light {
  color: #f9fafc;
  background-color: rgba(249, 250, 252, 0.1);
  border-color: transparent;
}

/* line 17327, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-light, .btn-soft-light:focus, .btn-soft-light:hover {
  color: #000;
  background-color: #f9fafc;
}

/* line 17332, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-soft-light, .btn-check:checked + .btn-soft-light, .btn-soft-light.active, .btn-soft-light:active, .show > .btn-soft-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafc;
  border-color: transparent;
}

/* line 17338, app/assets/stylesheets/space-theme.scss */
.btn-soft-light.disabled, .btn-soft-light:disabled {
  color: #f9fafc;
  background-color: #f9fafc;
  border-color: transparent;
}

/* line 17344, app/assets/stylesheets/space-theme.scss */
.btn-soft-dark {
  color: #00221c;
  background-color: rgba(0, 34, 28, 0.1);
  border-color: transparent;
}

/* line 17350, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-dark, .btn-soft-dark:focus, .btn-soft-dark:hover {
  color: #fff;
  background-color: #00221c;
}

/* line 17355, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-soft-dark, .btn-check:checked + .btn-soft-dark, .btn-soft-dark.active, .btn-soft-dark:active, .show > .btn-soft-dark.dropdown-toggle {
  color: #fff;
  background-color: #00221c;
  border-color: transparent;
}

/* line 17361, app/assets/stylesheets/space-theme.scss */
.btn-soft-dark.disabled, .btn-soft-dark:disabled {
  color: #00221c;
  background-color: #00221c;
  border-color: transparent;
}

/* line 17367, app/assets/stylesheets/space-theme.scss */
.btn-soft-primary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23008060' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17372, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-primary.dropdown-toggle::after, .btn-soft-primary.dropdown-toggle:focus::after, .btn-soft-primary.dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17376, app/assets/stylesheets/space-theme.scss */
.btn-soft-secondary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17381, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-secondary.dropdown-toggle::after, .btn-soft-secondary.dropdown-toggle:focus::after, .btn-soft-secondary.dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17385, app/assets/stylesheets/space-theme.scss */
.btn-soft-success.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23077C76' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17390, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-success.dropdown-toggle::after, .btn-soft-success.dropdown-toggle:focus::after, .btn-soft-success.dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17394, app/assets/stylesheets/space-theme.scss */
.btn-soft-info.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23334AC0' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17399, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-info.dropdown-toggle::after, .btn-soft-info.dropdown-toggle:focus::after, .btn-soft-info.dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17403, app/assets/stylesheets/space-theme.scss */
.btn-soft-warning.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F1B980' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17408, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-warning.dropdown-toggle::after, .btn-soft-warning.dropdown-toggle:focus::after, .btn-soft-warning.dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17412, app/assets/stylesheets/space-theme.scss */
.btn-soft-danger.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23692340' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17417, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-danger.dropdown-toggle::after, .btn-soft-danger.dropdown-toggle:focus::after, .btn-soft-danger.dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17421, app/assets/stylesheets/space-theme.scss */
.btn-soft-light.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F9FAFC' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17426, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-light.dropdown-toggle::after, .btn-soft-light.dropdown-toggle:focus::after, .btn-soft-light.dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17430, app/assets/stylesheets/space-theme.scss */
.btn-soft-dark.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300221C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17435, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-dark.dropdown-toggle::after, .btn-soft-dark.dropdown-toggle:focus::after, .btn-soft-dark.dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17439, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-secondary, .btn-soft-secondary:focus, .btn-soft-secondary:hover {
  color: #fff;
}

/* line 17443, app/assets/stylesheets/space-theme.scss */
.btn-check:focus + .btn-soft-secondary.dropdown-toggle::after, .btn-soft-secondary.dropdown-toggle:focus::after, .btn-soft-secondary.dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17447, app/assets/stylesheets/space-theme.scss */
.btn-icon {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  width: 2.875rem;
  height: 2.875rem;
  padding: 0;
}

/* line 17464, app/assets/stylesheets/space-theme.scss */
.btn-icon > svg {
  width: 1rem;
  height: auto;
}

/* line 17469, app/assets/stylesheets/space-theme.scss */
.btn-outline-primary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23008060' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17474, app/assets/stylesheets/space-theme.scss */
.btn-outline-primary:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17478, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-primary.dropdown-toggle::after, .btn-check:checked + .btn-outline-primary.dropdown-toggle::after, .btn-outline-primary.active.dropdown-toggle::after, .btn-outline-primary.dropdown-toggle.show.dropdown-toggle::after, .btn-outline-primary.dropdown-toggle:active::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17482, app/assets/stylesheets/space-theme.scss */
.btn-outline-secondary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17487, app/assets/stylesheets/space-theme.scss */
.btn-outline-secondary:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17491, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-secondary.dropdown-toggle::after, .btn-check:checked + .btn-outline-secondary.dropdown-toggle::after, .btn-outline-secondary.active.dropdown-toggle::after, .btn-outline-secondary.dropdown-toggle.show.dropdown-toggle::after, .btn-outline-secondary.dropdown-toggle:active::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17495, app/assets/stylesheets/space-theme.scss */
.btn-outline-success.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23077C76' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17500, app/assets/stylesheets/space-theme.scss */
.btn-outline-success:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17504, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-success.dropdown-toggle::after, .btn-check:checked + .btn-outline-success.dropdown-toggle::after, .btn-outline-success.active.dropdown-toggle::after, .btn-outline-success.dropdown-toggle.show.dropdown-toggle::after, .btn-outline-success.dropdown-toggle:active::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17508, app/assets/stylesheets/space-theme.scss */
.btn-outline-info.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23334AC0' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17513, app/assets/stylesheets/space-theme.scss */
.btn-outline-info:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17517, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-info.dropdown-toggle::after, .btn-check:checked + .btn-outline-info.dropdown-toggle::after, .btn-outline-info.active.dropdown-toggle::after, .btn-outline-info.dropdown-toggle.show.dropdown-toggle::after, .btn-outline-info.dropdown-toggle:active::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17521, app/assets/stylesheets/space-theme.scss */
.btn-outline-warning.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F1B980' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17526, app/assets/stylesheets/space-theme.scss */
.btn-outline-warning:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17530, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-warning.dropdown-toggle::after, .btn-check:checked + .btn-outline-warning.dropdown-toggle::after, .btn-outline-warning.active.dropdown-toggle::after, .btn-outline-warning.dropdown-toggle.show.dropdown-toggle::after, .btn-outline-warning.dropdown-toggle:active::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17534, app/assets/stylesheets/space-theme.scss */
.btn-outline-danger.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23692340' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17539, app/assets/stylesheets/space-theme.scss */
.btn-outline-danger:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17543, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-danger.dropdown-toggle::after, .btn-check:checked + .btn-outline-danger.dropdown-toggle::after, .btn-outline-danger.active.dropdown-toggle::after, .btn-outline-danger.dropdown-toggle.show.dropdown-toggle::after, .btn-outline-danger.dropdown-toggle:active::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17547, app/assets/stylesheets/space-theme.scss */
.btn-outline-light.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F9FAFC' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17552, app/assets/stylesheets/space-theme.scss */
.btn-outline-light:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17556, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-light.dropdown-toggle::after, .btn-check:checked + .btn-outline-light.dropdown-toggle::after, .btn-outline-light.active.dropdown-toggle::after, .btn-outline-light.dropdown-toggle.show.dropdown-toggle::after, .btn-outline-light.dropdown-toggle:active::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17560, app/assets/stylesheets/space-theme.scss */
.btn-outline-dark.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300221C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: all .2s ease-in-out;
}

/* line 17565, app/assets/stylesheets/space-theme.scss */
.btn-outline-dark:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17569, app/assets/stylesheets/space-theme.scss */
.btn-check:active + .btn-outline-dark.dropdown-toggle::after, .btn-check:checked + .btn-outline-dark.dropdown-toggle::after, .btn-outline-dark.active.dropdown-toggle::after, .btn-outline-dark.dropdown-toggle.show.dropdown-toggle::after, .btn-outline-dark.dropdown-toggle:active::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

/* line 17573, app/assets/stylesheets/space-theme.scss */
.btn-outline-primary, .btn-outline-secondary {
  border-color: rgba(0, 34, 28, 0.1);
}

/* line 17577, app/assets/stylesheets/space-theme.scss */
.btn-group-sm > .btn-icon.btn, .btn-icon.btn-sm {
  font-size: .8125rem;
  width: 2.3125rem;
  height: 2.3125rem;
}

/* line 17583, app/assets/stylesheets/space-theme.scss */
.btn-group-sm > .btn-icon.btn > svg, .btn-icon.btn-sm > svg {
  width: .8125rem;
  height: auto;
}

/* line 17588, app/assets/stylesheets/space-theme.scss */
.btn-group-lg > .btn-icon.btn, .btn-icon.btn-lg {
  font-size: 1.125rem;
  width: 4.25rem;
  height: 4.25rem;
}

/* line 17594, app/assets/stylesheets/space-theme.scss */
.btn-group-lg > .btn-icon.btn > svg, .btn-icon.btn-lg > svg {
  width: 1.125rem;
  height: auto;
}

/* line 17599, app/assets/stylesheets/space-theme.scss */
.card {
  border-width: 0;
  box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
}

/* line 17604, app/assets/stylesheets/space-theme.scss */
.card-footer, .card-header {
  border-width: 0;
}

/* line 17608, app/assets/stylesheets/space-theme.scss */
.card-title {
  margin-bottom: 0;
}

/* line 17612, app/assets/stylesheets/space-theme.scss */
.card-title:not(:last-child) {
  margin-bottom: .5rem;
}

/* line 17616, app/assets/stylesheets/space-theme.scss */
.card-header-title {
  margin-bottom: 0;
}

/* line 17620, app/assets/stylesheets/space-theme.scss */
.card-header-title:not(:last-child) {
  margin-bottom: .25rem;
}

/* line 17624, app/assets/stylesheets/space-theme.scss */
.card-link {
  font-weight: 500;
}

/* line 17628, app/assets/stylesheets/space-theme.scss */
.card-bordered {
  border-width: .0625rem;
}

/* line 17632, app/assets/stylesheets/space-theme.scss */
.card-transition {
  transition: all .2s ease-in-out;
}

/* line 17636, app/assets/stylesheets/space-theme.scss */
.card-transition:focus, .card-transition:hover {
  transform: translateY(-0.1875rem) !important;
}

/* line 17641, app/assets/stylesheets/space-theme.scss */
.card-group .card {
  box-shadow: none;
}

/* line 17645, app/assets/stylesheets/space-theme.scss */
.card-group .card + .card {
  border-left: 0.0625rem solid rgba(0, 34, 28, 0.1);
}

/* line 17649, app/assets/stylesheets/space-theme.scss */
.card-xs > .card-footer, .card-xs > .card-header {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 17654, app/assets/stylesheets/space-theme.scss */
.card-xs > .card-body, .card-xs > .collapse .card-body {
  padding: .5rem .5rem;
}

/* line 17658, app/assets/stylesheets/space-theme.scss */
.card-xs .card-table > tbody > tr:first-child > td {
  padding-top: .5rem;
}

/* line 17662, app/assets/stylesheets/space-theme.scss */
.card-xs .card-table > tbody > tr:last-child > td {
  padding-bottom: .5rem;
}

/* line 17666, app/assets/stylesheets/space-theme.scss */
.card-xs .card-table > :not(caption) > * > * {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 17671, app/assets/stylesheets/space-theme.scss */
.card-sm > .card-footer, .card-sm > .card-header {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 17676, app/assets/stylesheets/space-theme.scss */
.card-sm > .card-body, .card-sm > .card-img-overlay, .card-sm > .collapse .card-body {
  padding: 1rem 1rem;
}

/* line 17680, app/assets/stylesheets/space-theme.scss */
.card-sm .card-table > tbody > tr:first-child > td {
  padding-top: 1rem;
}

/* line 17684, app/assets/stylesheets/space-theme.scss */
.card-sm .card-table > tbody > tr:last-child > td {
  padding-bottom: 1rem;
}

/* line 17688, app/assets/stylesheets/space-theme.scss */
.card-sm .card-table > :not(caption) > * > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 17693, app/assets/stylesheets/space-theme.scss */
.card-lg > .card-footer, .card-lg > .card-header {
  padding-right: 2rem;
  padding-left: 2rem;
}

/* line 17698, app/assets/stylesheets/space-theme.scss */
.card-lg > .card-body, .card-lg > .card-img-overlay, .card-lg > .collapse .card-body {
  padding: 2rem 2rem;
}

/* line 17702, app/assets/stylesheets/space-theme.scss */
.card-lg .card-table > tbody > tr:first-child > td {
  padding-top: 2rem;
}

/* line 17706, app/assets/stylesheets/space-theme.scss */
.card-lg .card-table > tbody > tr:last-child > td {
  padding-bottom: 2rem;
}

/* line 17710, app/assets/stylesheets/space-theme.scss */
.card-lg .card-table > :not(caption) > * > * {
  padding-right: 2rem;
  padding-left: 2rem;
}

/* line 17715, app/assets/stylesheets/space-theme.scss */
.card-pinned {
  position: relative;
  display: block;
}

/* line 17720, app/assets/stylesheets/space-theme.scss */
.card-pinned-top-start {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

/* line 17726, app/assets/stylesheets/space-theme.scss */
.card-pinned-top-end {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

/* line 17732, app/assets/stylesheets/space-theme.scss */
.card-pinned-bottom-start {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

/* line 17738, app/assets/stylesheets/space-theme.scss */
.card-pinned-bottom-end {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

/* line 17744, app/assets/stylesheets/space-theme.scss */
.card-flush {
  box-shadow: none;
}

/* line 17748, app/assets/stylesheets/space-theme.scss */
.card-flush .card-body, .card-flush .card-footer, .card-flush .card-header, .card-flush .collapse .card-body {
  padding-right: 0;
  padding-left: 0;
}

/* line 17753, app/assets/stylesheets/space-theme.scss */
.card-flush > .card-img-top {
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

/* line 17758, app/assets/stylesheets/space-theme.scss */
.card-flush.card-stretched-vertical .card-body .card-footer {
  padding-bottom: 0;
}

/* line 17762, app/assets/stylesheets/space-theme.scss */
.card .table {
  margin-bottom: 0;
}

/* line 17766, app/assets/stylesheets/space-theme.scss */
.card table > tbody > tr:first-child > td {
  padding-top: 1.25rem;
}

/* line 17770, app/assets/stylesheets/space-theme.scss */
.card table > tbody > tr:last-child > td {
  padding-bottom: 1.25rem;
}

/* line 17774, app/assets/stylesheets/space-theme.scss */
.card table > :not(caption) > * > * {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

/* line 17779, app/assets/stylesheets/space-theme.scss */
.card .thead-light th:first-child {
  border-top-left-radius: .3125rem;
}

/* line 17783, app/assets/stylesheets/space-theme.scss */
.card .thead-light th:last-child {
  border-top-right-radius: .3125rem;
}

/* line 17787, app/assets/stylesheets/space-theme.scss */
.card-alert {
  border-radius: 0;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 17793, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-break {
    display: block;
  }
  /* line 17797, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-break > .card {
    margin-bottom: 0;
  }
  /* line 17801, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-break > .card:not(:last-child) {
    border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 17805, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-break > .card + .card {
    border-left: none;
  }
  /* line 17809, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-break > .card:not(:first-child):not(:last-child), .card-group-sm-break > .card:not(:first-child):not(:last-child) .card-footer, .card-group-sm-break > .card:not(:first-child):not(:last-child) .card-header, .card-group-sm-break > .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group-sm-break > .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
  /* line 17813, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-break > .card:first-child {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 17820, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-break > .card:first-child .card-header, .card-group-sm-break > .card:first-child .card-img-top {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }
  /* line 17825, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-break > .card:first-child .card-footer, .card-group-sm-break > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 17830, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-break > .card:last-child {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 17837, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-break > .card:last-child .card-header, .card-group-sm-break > .card:last-child .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 17842, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-break > .card:last-child .card-footer, .card-group-sm-break > .card:last-child .card-img-bottom {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
}

@media (max-width: 767.98px) {
  /* line 17849, app/assets/stylesheets/space-theme.scss */
  .card-group-md-break {
    display: block;
  }
  /* line 17853, app/assets/stylesheets/space-theme.scss */
  .card-group-md-break > .card {
    margin-bottom: 0;
  }
  /* line 17857, app/assets/stylesheets/space-theme.scss */
  .card-group-md-break > .card:not(:last-child) {
    border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 17861, app/assets/stylesheets/space-theme.scss */
  .card-group-md-break > .card + .card {
    border-left: none;
  }
  /* line 17865, app/assets/stylesheets/space-theme.scss */
  .card-group-md-break > .card:not(:first-child):not(:last-child), .card-group-md-break > .card:not(:first-child):not(:last-child) .card-footer, .card-group-md-break > .card:not(:first-child):not(:last-child) .card-header, .card-group-md-break > .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group-md-break > .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
  /* line 17869, app/assets/stylesheets/space-theme.scss */
  .card-group-md-break > .card:first-child {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 17876, app/assets/stylesheets/space-theme.scss */
  .card-group-md-break > .card:first-child .card-header, .card-group-md-break > .card:first-child .card-img-top {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }
  /* line 17881, app/assets/stylesheets/space-theme.scss */
  .card-group-md-break > .card:first-child .card-footer, .card-group-md-break > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 17886, app/assets/stylesheets/space-theme.scss */
  .card-group-md-break > .card:last-child {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 17893, app/assets/stylesheets/space-theme.scss */
  .card-group-md-break > .card:last-child .card-header, .card-group-md-break > .card:last-child .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 17898, app/assets/stylesheets/space-theme.scss */
  .card-group-md-break > .card:last-child .card-footer, .card-group-md-break > .card:last-child .card-img-bottom {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
}

@media (max-width: 991.98px) {
  /* line 17905, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-break {
    display: block;
  }
  /* line 17909, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-break > .card {
    margin-bottom: 0;
  }
  /* line 17913, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-break > .card:not(:last-child) {
    border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 17917, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-break > .card + .card {
    border-left: none;
  }
  /* line 17921, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-break > .card:not(:first-child):not(:last-child), .card-group-lg-break > .card:not(:first-child):not(:last-child) .card-footer, .card-group-lg-break > .card:not(:first-child):not(:last-child) .card-header, .card-group-lg-break > .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group-lg-break > .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
  /* line 17925, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-break > .card:first-child {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 17932, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-break > .card:first-child .card-header, .card-group-lg-break > .card:first-child .card-img-top {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }
  /* line 17937, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-break > .card:first-child .card-footer, .card-group-lg-break > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 17942, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-break > .card:last-child {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 17949, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-break > .card:last-child .card-header, .card-group-lg-break > .card:last-child .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 17954, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-break > .card:last-child .card-footer, .card-group-lg-break > .card:last-child .card-img-bottom {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
}

@media (min-width: 576px) {
  /* line 17961, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-row {
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
    border-radius: .3125rem;
    margin: 0;
  }
  /* line 17967, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-row > * {
    padding: 0;
  }
  /* line 17971, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-row > * > .card {
    height: 100%;
    box-shadow: none;
    border-radius: 0;
  }
  /* line 17977, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-row > :not(:first-child):not(:last-child), .card-group-sm-row > :not(:first-child):not(:last-child) .card-footer, .card-group-sm-row > :not(:first-child):not(:last-child) .card-header, .card-group-sm-row > :not(:first-child):not(:last-child) .card-img-bottom, .card-group-sm-row > :not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
  /* line 17981, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-row > :first-child > .card {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 17986, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-row > :first-child > .card, .card-group-sm-row > :first-child > .card .card-footer, .card-group-sm-row > :first-child > .card .card-header, .card-group-sm-row > :first-child > .card .card-img-bottom, .card-group-sm-row > :first-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 17991, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-row > :last-child > .card {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }
  /* line 17996, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-row > :last-child > .card, .card-group-sm-row > :last-child > .card .card-footer, .card-group-sm-row > :last-child > .card .card-header, .card-group-sm-row > :last-child > .card .card-img-bottom, .card-group-sm-row > :last-child > .card .card-img-top {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 18001, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-row > * + * > .card {
    border-left: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 18005, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-row .card-divider {
    border-left-width: 0;
    border-top: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 18010, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-2 > :first-child > .card, .card-group-sm-2 > :first-child > .card .card-footer, .card-group-sm-2 > :first-child > .card .card-header, .card-group-sm-2 > :first-child > .card .card-img-bottom, .card-group-sm-2 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18015, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-2 > :nth-child(2) > .card, .card-group-sm-2 > :nth-child(2) > .card .card-footer, .card-group-sm-2 > :nth-child(2) > .card .card-header, .card-group-sm-2 > :nth-child(2) > .card .card-img-bottom, .card-group-sm-2 > :nth-child(2) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18020, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-2 > :last-child > .card, .card-group-sm-2 > :last-child > .card .card-footer, .card-group-sm-2 > :last-child > .card .card-header, .card-group-sm-2 > :last-child > .card .card-img-bottom, .card-group-sm-2 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 18026, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-3 > :first-child > .card, .card-group-sm-3 > :first-child > .card .card-footer, .card-group-sm-3 > :first-child > .card .card-header, .card-group-sm-3 > :first-child > .card .card-img-bottom, .card-group-sm-3 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18031, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-3 > :nth-child(3) > .card, .card-group-sm-3 > :nth-child(3) > .card .card-footer, .card-group-sm-3 > :nth-child(3) > .card .card-header, .card-group-sm-3 > :nth-child(3) > .card .card-img-bottom, .card-group-sm-3 > :nth-child(3) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18036, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-3 > :last-child > .card, .card-group-sm-3 > :last-child > .card .card-footer, .card-group-sm-3 > :last-child > .card .card-header, .card-group-sm-3 > :last-child > .card .card-img-bottom, .card-group-sm-3 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 18042, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-4 > :first-child > .card, .card-group-sm-4 > :first-child > .card .card-footer, .card-group-sm-4 > :first-child > .card .card-header, .card-group-sm-4 > :first-child > .card .card-img-bottom, .card-group-sm-4 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18047, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-4 > :nth-child(4) > .card, .card-group-sm-4 > :nth-child(4) > .card .card-footer, .card-group-sm-4 > :nth-child(4) > .card .card-header, .card-group-sm-4 > :nth-child(4) > .card .card-img-bottom, .card-group-sm-4 > :nth-child(4) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18052, app/assets/stylesheets/space-theme.scss */
  .card-group-sm-4 > :last-child > .card, .card-group-sm-4 > :last-child > .card .card-footer, .card-group-sm-4 > :last-child > .card .card-header, .card-group-sm-4 > :last-child > .card .card-img-bottom, .card-group-sm-4 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
}

@media (min-width: 768px) {
  /* line 18060, app/assets/stylesheets/space-theme.scss */
  .card-group-md-row {
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
    border-radius: .3125rem;
    margin: 0;
  }
  /* line 18066, app/assets/stylesheets/space-theme.scss */
  .card-group-md-row > * {
    padding: 0;
  }
  /* line 18070, app/assets/stylesheets/space-theme.scss */
  .card-group-md-row > * > .card {
    height: 100%;
    box-shadow: none;
    border-radius: 0;
  }
  /* line 18076, app/assets/stylesheets/space-theme.scss */
  .card-group-md-row > :not(:first-child):not(:last-child), .card-group-md-row > :not(:first-child):not(:last-child) .card-footer, .card-group-md-row > :not(:first-child):not(:last-child) .card-header, .card-group-md-row > :not(:first-child):not(:last-child) .card-img-bottom, .card-group-md-row > :not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
  /* line 18080, app/assets/stylesheets/space-theme.scss */
  .card-group-md-row > :first-child > .card {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 18085, app/assets/stylesheets/space-theme.scss */
  .card-group-md-row > :first-child > .card, .card-group-md-row > :first-child > .card .card-footer, .card-group-md-row > :first-child > .card .card-header, .card-group-md-row > :first-child > .card .card-img-bottom, .card-group-md-row > :first-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 18090, app/assets/stylesheets/space-theme.scss */
  .card-group-md-row > :last-child > .card {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }
  /* line 18095, app/assets/stylesheets/space-theme.scss */
  .card-group-md-row > :last-child > .card, .card-group-md-row > :last-child > .card .card-footer, .card-group-md-row > :last-child > .card .card-header, .card-group-md-row > :last-child > .card .card-img-bottom, .card-group-md-row > :last-child > .card .card-img-top {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 18100, app/assets/stylesheets/space-theme.scss */
  .card-group-md-row > * + * > .card {
    border-left: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 18104, app/assets/stylesheets/space-theme.scss */
  .card-group-md-row .card-divider {
    border-left-width: 0;
    border-top: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 18109, app/assets/stylesheets/space-theme.scss */
  .card-group-md-2 > :first-child > .card, .card-group-md-2 > :first-child > .card .card-footer, .card-group-md-2 > :first-child > .card .card-header, .card-group-md-2 > :first-child > .card .card-img-bottom, .card-group-md-2 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18114, app/assets/stylesheets/space-theme.scss */
  .card-group-md-2 > :nth-child(2) > .card, .card-group-md-2 > :nth-child(2) > .card .card-footer, .card-group-md-2 > :nth-child(2) > .card .card-header, .card-group-md-2 > :nth-child(2) > .card .card-img-bottom, .card-group-md-2 > :nth-child(2) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18119, app/assets/stylesheets/space-theme.scss */
  .card-group-md-2 > :last-child > .card, .card-group-md-2 > :last-child > .card .card-footer, .card-group-md-2 > :last-child > .card .card-header, .card-group-md-2 > :last-child > .card .card-img-bottom, .card-group-md-2 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 18125, app/assets/stylesheets/space-theme.scss */
  .card-group-md-3 > :first-child > .card, .card-group-md-3 > :first-child > .card .card-footer, .card-group-md-3 > :first-child > .card .card-header, .card-group-md-3 > :first-child > .card .card-img-bottom, .card-group-md-3 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18130, app/assets/stylesheets/space-theme.scss */
  .card-group-md-3 > :nth-child(3) > .card, .card-group-md-3 > :nth-child(3) > .card .card-footer, .card-group-md-3 > :nth-child(3) > .card .card-header, .card-group-md-3 > :nth-child(3) > .card .card-img-bottom, .card-group-md-3 > :nth-child(3) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18135, app/assets/stylesheets/space-theme.scss */
  .card-group-md-3 > :last-child > .card, .card-group-md-3 > :last-child > .card .card-footer, .card-group-md-3 > :last-child > .card .card-header, .card-group-md-3 > :last-child > .card .card-img-bottom, .card-group-md-3 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 18141, app/assets/stylesheets/space-theme.scss */
  .card-group-md-4 > :first-child > .card, .card-group-md-4 > :first-child > .card .card-footer, .card-group-md-4 > :first-child > .card .card-header, .card-group-md-4 > :first-child > .card .card-img-bottom, .card-group-md-4 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18146, app/assets/stylesheets/space-theme.scss */
  .card-group-md-4 > :nth-child(4) > .card, .card-group-md-4 > :nth-child(4) > .card .card-footer, .card-group-md-4 > :nth-child(4) > .card .card-header, .card-group-md-4 > :nth-child(4) > .card .card-img-bottom, .card-group-md-4 > :nth-child(4) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18151, app/assets/stylesheets/space-theme.scss */
  .card-group-md-4 > :last-child > .card, .card-group-md-4 > :last-child > .card .card-footer, .card-group-md-4 > :last-child > .card .card-header, .card-group-md-4 > :last-child > .card .card-img-bottom, .card-group-md-4 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
}

@media (min-width: 992px) {
  /* line 18159, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-row {
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
    border-radius: .3125rem;
    margin: 0;
  }
  /* line 18165, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-row > * {
    padding: 0;
  }
  /* line 18169, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-row > * > .card {
    height: 100%;
    box-shadow: none;
    border-radius: 0;
  }
  /* line 18175, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-row > :not(:first-child):not(:last-child), .card-group-lg-row > :not(:first-child):not(:last-child) .card-footer, .card-group-lg-row > :not(:first-child):not(:last-child) .card-header, .card-group-lg-row > :not(:first-child):not(:last-child) .card-img-bottom, .card-group-lg-row > :not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
  /* line 18179, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-row > :first-child > .card {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 18184, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-row > :first-child > .card, .card-group-lg-row > :first-child > .card .card-footer, .card-group-lg-row > :first-child > .card .card-header, .card-group-lg-row > :first-child > .card .card-img-bottom, .card-group-lg-row > :first-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 18189, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-row > :last-child > .card {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }
  /* line 18194, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-row > :last-child > .card, .card-group-lg-row > :last-child > .card .card-footer, .card-group-lg-row > :last-child > .card .card-header, .card-group-lg-row > :last-child > .card .card-img-bottom, .card-group-lg-row > :last-child > .card .card-img-top {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 18199, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-row > * + * > .card {
    border-left: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 18203, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-row .card-divider {
    border-left-width: 0;
    border-top: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 18208, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-2 > :first-child > .card, .card-group-lg-2 > :first-child > .card .card-footer, .card-group-lg-2 > :first-child > .card .card-header, .card-group-lg-2 > :first-child > .card .card-img-bottom, .card-group-lg-2 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18213, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-2 > :nth-child(2) > .card, .card-group-lg-2 > :nth-child(2) > .card .card-footer, .card-group-lg-2 > :nth-child(2) > .card .card-header, .card-group-lg-2 > :nth-child(2) > .card .card-img-bottom, .card-group-lg-2 > :nth-child(2) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18218, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-2 > :last-child > .card, .card-group-lg-2 > :last-child > .card .card-footer, .card-group-lg-2 > :last-child > .card .card-header, .card-group-lg-2 > :last-child > .card .card-img-bottom, .card-group-lg-2 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 18224, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-3 > :first-child > .card, .card-group-lg-3 > :first-child > .card .card-footer, .card-group-lg-3 > :first-child > .card .card-header, .card-group-lg-3 > :first-child > .card .card-img-bottom, .card-group-lg-3 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18229, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-3 > :nth-child(3) > .card, .card-group-lg-3 > :nth-child(3) > .card .card-footer, .card-group-lg-3 > :nth-child(3) > .card .card-header, .card-group-lg-3 > :nth-child(3) > .card .card-img-bottom, .card-group-lg-3 > :nth-child(3) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18234, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-3 > :last-child > .card, .card-group-lg-3 > :last-child > .card .card-footer, .card-group-lg-3 > :last-child > .card .card-header, .card-group-lg-3 > :last-child > .card .card-img-bottom, .card-group-lg-3 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 18240, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-4 > :first-child > .card, .card-group-lg-4 > :first-child > .card .card-footer, .card-group-lg-4 > :first-child > .card .card-header, .card-group-lg-4 > :first-child > .card .card-img-bottom, .card-group-lg-4 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18245, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-4 > :nth-child(4) > .card, .card-group-lg-4 > :nth-child(4) > .card .card-footer, .card-group-lg-4 > :nth-child(4) > .card .card-header, .card-group-lg-4 > :nth-child(4) > .card .card-img-bottom, .card-group-lg-4 > :nth-child(4) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18250, app/assets/stylesheets/space-theme.scss */
  .card-group-lg-4 > :last-child > .card, .card-group-lg-4 > :last-child > .card .card-footer, .card-group-lg-4 > :last-child > .card .card-header, .card-group-lg-4 > :last-child > .card .card-img-bottom, .card-group-lg-4 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
}

@media (min-width: 1200px) {
  /* line 18258, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-row {
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
    border-radius: .3125rem;
    margin: 0;
  }
  /* line 18264, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-row > * {
    padding: 0;
  }
  /* line 18268, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-row > * > .card {
    height: 100%;
    box-shadow: none;
    border-radius: 0;
  }
  /* line 18274, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-row > :not(:first-child):not(:last-child), .card-group-xl-row > :not(:first-child):not(:last-child) .card-footer, .card-group-xl-row > :not(:first-child):not(:last-child) .card-header, .card-group-xl-row > :not(:first-child):not(:last-child) .card-img-bottom, .card-group-xl-row > :not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
  /* line 18278, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-row > :first-child > .card {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 18283, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-row > :first-child > .card, .card-group-xl-row > :first-child > .card .card-footer, .card-group-xl-row > :first-child > .card .card-header, .card-group-xl-row > :first-child > .card .card-img-bottom, .card-group-xl-row > :first-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 18288, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-row > :last-child > .card {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }
  /* line 18293, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-row > :last-child > .card, .card-group-xl-row > :last-child > .card .card-footer, .card-group-xl-row > :last-child > .card .card-header, .card-group-xl-row > :last-child > .card .card-img-bottom, .card-group-xl-row > :last-child > .card .card-img-top {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 18298, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-row > * + * > .card {
    border-left: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 18302, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-row .card-divider {
    border-left-width: 0;
    border-top: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 18307, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-2 > :first-child > .card, .card-group-xl-2 > :first-child > .card .card-footer, .card-group-xl-2 > :first-child > .card .card-header, .card-group-xl-2 > :first-child > .card .card-img-bottom, .card-group-xl-2 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18312, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-2 > :nth-child(2) > .card, .card-group-xl-2 > :nth-child(2) > .card .card-footer, .card-group-xl-2 > :nth-child(2) > .card .card-header, .card-group-xl-2 > :nth-child(2) > .card .card-img-bottom, .card-group-xl-2 > :nth-child(2) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18317, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-2 > :last-child > .card, .card-group-xl-2 > :last-child > .card .card-footer, .card-group-xl-2 > :last-child > .card .card-header, .card-group-xl-2 > :last-child > .card .card-img-bottom, .card-group-xl-2 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 18323, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-3 > :first-child > .card, .card-group-xl-3 > :first-child > .card .card-footer, .card-group-xl-3 > :first-child > .card .card-header, .card-group-xl-3 > :first-child > .card .card-img-bottom, .card-group-xl-3 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18328, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-3 > :nth-child(3) > .card, .card-group-xl-3 > :nth-child(3) > .card .card-footer, .card-group-xl-3 > :nth-child(3) > .card .card-header, .card-group-xl-3 > :nth-child(3) > .card .card-img-bottom, .card-group-xl-3 > :nth-child(3) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18333, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-3 > :last-child > .card, .card-group-xl-3 > :last-child > .card .card-footer, .card-group-xl-3 > :last-child > .card .card-header, .card-group-xl-3 > :last-child > .card .card-img-bottom, .card-group-xl-3 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 18339, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-4 > :first-child > .card, .card-group-xl-4 > :first-child > .card .card-footer, .card-group-xl-4 > :first-child > .card .card-header, .card-group-xl-4 > :first-child > .card .card-img-bottom, .card-group-xl-4 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18344, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-4 > :nth-child(4) > .card, .card-group-xl-4 > :nth-child(4) > .card .card-footer, .card-group-xl-4 > :nth-child(4) > .card .card-header, .card-group-xl-4 > :nth-child(4) > .card .card-img-bottom, .card-group-xl-4 > :nth-child(4) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18349, app/assets/stylesheets/space-theme.scss */
  .card-group-xl-4 > :last-child > .card, .card-group-xl-4 > :last-child > .card .card-footer, .card-group-xl-4 > :last-child > .card .card-header, .card-group-xl-4 > :last-child > .card .card-img-bottom, .card-group-xl-4 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
}

@media (min-width: 1400px) {
  /* line 18357, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-row {
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
    border-radius: .3125rem;
    margin: 0;
  }
  /* line 18363, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-row > * {
    padding: 0;
  }
  /* line 18367, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-row > * > .card {
    height: 100%;
    box-shadow: none;
    border-radius: 0;
  }
  /* line 18373, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-row > :not(:first-child):not(:last-child), .card-group-xxl-row > :not(:first-child):not(:last-child) .card-footer, .card-group-xxl-row > :not(:first-child):not(:last-child) .card-header, .card-group-xxl-row > :not(:first-child):not(:last-child) .card-img-bottom, .card-group-xxl-row > :not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
  /* line 18377, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-row > :first-child > .card {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 18382, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-row > :first-child > .card, .card-group-xxl-row > :first-child > .card .card-footer, .card-group-xxl-row > :first-child > .card .card-header, .card-group-xxl-row > :first-child > .card .card-img-bottom, .card-group-xxl-row > :first-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 18387, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-row > :last-child > .card {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
  }
  /* line 18392, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-row > :last-child > .card, .card-group-xxl-row > :last-child > .card .card-footer, .card-group-xxl-row > :last-child > .card .card-header, .card-group-xxl-row > :last-child > .card .card-img-bottom, .card-group-xxl-row > :last-child > .card .card-img-top {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 18397, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-row > * + * > .card {
    border-left: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 18401, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-row .card-divider {
    border-left-width: 0;
    border-top: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 18406, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-2 > :first-child > .card, .card-group-xxl-2 > :first-child > .card .card-footer, .card-group-xxl-2 > :first-child > .card .card-header, .card-group-xxl-2 > :first-child > .card .card-img-bottom, .card-group-xxl-2 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18411, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-2 > :nth-child(2) > .card, .card-group-xxl-2 > :nth-child(2) > .card .card-footer, .card-group-xxl-2 > :nth-child(2) > .card .card-header, .card-group-xxl-2 > :nth-child(2) > .card .card-img-bottom, .card-group-xxl-2 > :nth-child(2) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18416, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-2 > :last-child > .card, .card-group-xxl-2 > :last-child > .card .card-footer, .card-group-xxl-2 > :last-child > .card .card-header, .card-group-xxl-2 > :last-child > .card .card-img-bottom, .card-group-xxl-2 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 18422, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-3 > :first-child > .card, .card-group-xxl-3 > :first-child > .card .card-footer, .card-group-xxl-3 > :first-child > .card .card-header, .card-group-xxl-3 > :first-child > .card .card-img-bottom, .card-group-xxl-3 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18427, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-3 > :nth-child(3) > .card, .card-group-xxl-3 > :nth-child(3) > .card .card-footer, .card-group-xxl-3 > :nth-child(3) > .card .card-header, .card-group-xxl-3 > :nth-child(3) > .card .card-img-bottom, .card-group-xxl-3 > :nth-child(3) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18432, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-3 > :last-child > .card, .card-group-xxl-3 > :last-child > .card .card-footer, .card-group-xxl-3 > :last-child > .card .card-header, .card-group-xxl-3 > :last-child > .card .card-img-bottom, .card-group-xxl-3 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
  /* line 18438, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-4 > :first-child > .card, .card-group-xxl-4 > :first-child > .card .card-footer, .card-group-xxl-4 > :first-child > .card .card-header, .card-group-xxl-4 > :first-child > .card .card-img-bottom, .card-group-xxl-4 > :first-child > .card .card-img-top {
    border-top-left-radius: .3125rem;
    border-bottom-left-radius: 0;
  }
  /* line 18443, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-4 > :nth-child(4) > .card, .card-group-xxl-4 > :nth-child(4) > .card .card-footer, .card-group-xxl-4 > :nth-child(4) > .card .card-header, .card-group-xxl-4 > :nth-child(4) > .card .card-img-bottom, .card-group-xxl-4 > :nth-child(4) > .card .card-img-top {
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
  }
  /* line 18448, app/assets/stylesheets/space-theme.scss */
  .card-group-xxl-4 > :last-child > .card, .card-group-xxl-4 > :last-child > .card .card-footer, .card-group-xxl-4 > :last-child > .card .card-header, .card-group-xxl-4 > :last-child > .card .card-img-bottom, .card-group-xxl-4 > :last-child > .card .card-img-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
  }
}

/* line 18455, app/assets/stylesheets/space-theme.scss */
.card-group-row {
  box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
  border-radius: .3125rem;
  margin: 0;
}

/* line 18461, app/assets/stylesheets/space-theme.scss */
.card-group-row > * {
  padding: 0;
}

/* line 18465, app/assets/stylesheets/space-theme.scss */
.card-group-row > * > .card {
  height: 100%;
  box-shadow: none;
  border-radius: 0;
}

/* line 18471, app/assets/stylesheets/space-theme.scss */
.card-group-row > :not(:first-child):not(:last-child), .card-group-row > :not(:first-child):not(:last-child) .card-footer, .card-group-row > :not(:first-child):not(:last-child) .card-header, .card-group-row > :not(:first-child):not(:last-child) .card-img-bottom, .card-group-row > :not(:first-child):not(:last-child) .card-img-top {
  border-radius: 0;
}

/* line 18475, app/assets/stylesheets/space-theme.scss */
.card-group-row > :first-child > .card {
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

/* line 18480, app/assets/stylesheets/space-theme.scss */
.card-group-row > :first-child > .card, .card-group-row > :first-child > .card .card-footer, .card-group-row > :first-child > .card .card-header, .card-group-row > :first-child > .card .card-img-bottom, .card-group-row > :first-child > .card .card-img-top {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 18485, app/assets/stylesheets/space-theme.scss */
.card-group-row > :last-child > .card {
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
}

/* line 18490, app/assets/stylesheets/space-theme.scss */
.card-group-row > :last-child > .card, .card-group-row > :last-child > .card .card-footer, .card-group-row > :last-child > .card .card-header, .card-group-row > :last-child > .card .card-img-bottom, .card-group-row > :last-child > .card .card-img-top {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 18495, app/assets/stylesheets/space-theme.scss */
.card-group-row > * + * > .card {
  border-left: 0.0625rem solid rgba(0, 34, 28, 0.1);
}

/* line 18499, app/assets/stylesheets/space-theme.scss */
.card-group-row .card-divider {
  border-left-width: 0;
  border-top: 0.0625rem solid rgba(0, 34, 28, 0.1);
}

/* line 18504, app/assets/stylesheets/space-theme.scss */
.card-group-2 > :first-child > .card, .card-group-2 > :first-child > .card .card-footer, .card-group-2 > :first-child > .card .card-header, .card-group-2 > :first-child > .card .card-img-bottom, .card-group-2 > :first-child > .card .card-img-top {
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: 0;
}

/* line 18509, app/assets/stylesheets/space-theme.scss */
.card-group-2 > :nth-child(2) > .card, .card-group-2 > :nth-child(2) > .card .card-footer, .card-group-2 > :nth-child(2) > .card .card-header, .card-group-2 > :nth-child(2) > .card .card-img-bottom, .card-group-2 > :nth-child(2) > .card .card-img-top {
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: 0;
}

/* line 18514, app/assets/stylesheets/space-theme.scss */
.card-group-2 > :last-child > .card, .card-group-2 > :last-child > .card .card-footer, .card-group-2 > :last-child > .card .card-header, .card-group-2 > :last-child > .card .card-img-bottom, .card-group-2 > :last-child > .card .card-img-top {
  border-top-right-radius: 0;
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

/* line 18520, app/assets/stylesheets/space-theme.scss */
.card-group-3 > :first-child > .card, .card-group-3 > :first-child > .card .card-footer, .card-group-3 > :first-child > .card .card-header, .card-group-3 > :first-child > .card .card-img-bottom, .card-group-3 > :first-child > .card .card-img-top {
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: 0;
}

/* line 18525, app/assets/stylesheets/space-theme.scss */
.card-group-3 > :nth-child(3) > .card, .card-group-3 > :nth-child(3) > .card .card-footer, .card-group-3 > :nth-child(3) > .card .card-header, .card-group-3 > :nth-child(3) > .card .card-img-bottom, .card-group-3 > :nth-child(3) > .card .card-img-top {
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: 0;
}

/* line 18530, app/assets/stylesheets/space-theme.scss */
.card-group-3 > :last-child > .card, .card-group-3 > :last-child > .card .card-footer, .card-group-3 > :last-child > .card .card-header, .card-group-3 > :last-child > .card .card-img-bottom, .card-group-3 > :last-child > .card .card-img-top {
  border-top-right-radius: 0;
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

/* line 18536, app/assets/stylesheets/space-theme.scss */
.card-group-4 > :first-child > .card, .card-group-4 > :first-child > .card .card-footer, .card-group-4 > :first-child > .card .card-header, .card-group-4 > :first-child > .card .card-img-bottom, .card-group-4 > :first-child > .card .card-img-top {
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: 0;
}

/* line 18541, app/assets/stylesheets/space-theme.scss */
.card-group-4 > :nth-child(4) > .card, .card-group-4 > :nth-child(4) > .card .card-footer, .card-group-4 > :nth-child(4) > .card .card-header, .card-group-4 > :nth-child(4) > .card .card-img-bottom, .card-group-4 > :nth-child(4) > .card .card-img-top {
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: 0;
}

/* line 18546, app/assets/stylesheets/space-theme.scss */
.card-group-4 > :last-child > .card, .card-group-4 > :last-child > .card .card-footer, .card-group-4 > :last-child > .card .card-header, .card-group-4 > :last-child > .card .card-img-bottom, .card-group-4 > :last-child > .card .card-img-top {
  border-top-right-radius: 0;
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

/* line 18552, app/assets/stylesheets/space-theme.scss */
.code-editor {
  position: relative;
  display: flex;
  height: 100%;
  z-index: 2;
  color: #51596c;
  font-family: var(--bs-font-monospace);
  background-color: #fff;
  box-shadow: 0 3.75rem 5rem 0 rgba(140, 152, 164, 0.3);
  border-radius: .3125rem;
}

/* line 18565, app/assets/stylesheets/space-theme.scss */
.code-editor-container {
  display: flex;
  height: 100%;
  min-width: 25rem;
}

/* line 18572, app/assets/stylesheets/space-theme.scss */
.code-editor-line-numbers {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 3rem;
  text-align: right;
  background-color: rgba(241, 185, 128, 0.1);
  color: #8c98a4;
  padding: 1.25rem 1rem;
}

/* line 18586, app/assets/stylesheets/space-theme.scss */
.code-editor-line-numbers-item {
  padding: 0 .25rem;
}

/* line 18590, app/assets/stylesheets/space-theme.scss */
.code-editor-typing-area {
  position: relative;
  width: 22rem;
  padding: 1.25rem 1.5rem;
}

/* line 18596, app/assets/stylesheets/space-theme.scss */
.code-editor-typing-area:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: .0625rem;
  height: 100%;
  background-color: rgba(0, 34, 28, 0.1);
  content: '';
}

@media (max-width: 575.98px) {
  /* line 18607, app/assets/stylesheets/space-theme.scss */
  .code-editor {
    width: auto !important;
  }
  /* line 18611, app/assets/stylesheets/space-theme.scss */
  .code-editor-container {
    overflow: hidden;
    min-width: auto;
  }
  /* line 18616, app/assets/stylesheets/space-theme.scss */
  .code-editor-typing-area {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  /* line 18624, app/assets/stylesheets/space-theme.scss */
  .code-editor-typing-area:nth-child(n+3) {
    display: none;
  }
  /* line 18628, app/assets/stylesheets/space-theme.scss */
  .code-editor-typing-area::-webkit-scrollbar {
    width: .6125rem;
  }
  /* line 18632, app/assets/stylesheets/space-theme.scss */
  .code-editor-typing-area::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
  }
}

/* line 18637, app/assets/stylesheets/space-theme.scss */
.btn-close:focus {
  box-shadow: none;
}

@media (min-width: 576px) {
  /* line 18642, app/assets/stylesheets/space-theme.scss */
  .col-sm-divider > :not(:first-child) {
    position: relative;
  }
  /* line 18646, app/assets/stylesheets/space-theme.scss */
  .col-sm-divider > :not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: .0625rem;
    height: 100%;
    background-color: rgba(0, 34, 28, 0.1);
    content: '';
  }
}

@media (min-width: 768px) {
  /* line 18658, app/assets/stylesheets/space-theme.scss */
  .col-md-divider > :not(:first-child) {
    position: relative;
  }
  /* line 18662, app/assets/stylesheets/space-theme.scss */
  .col-md-divider > :not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: .0625rem;
    height: 100%;
    background-color: rgba(0, 34, 28, 0.1);
    content: '';
  }
}

@media (min-width: 992px) {
  /* line 18674, app/assets/stylesheets/space-theme.scss */
  .col-lg-divider > :not(:first-child) {
    position: relative;
  }
  /* line 18678, app/assets/stylesheets/space-theme.scss */
  .col-lg-divider > :not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: .0625rem;
    height: 100%;
    background-color: rgba(0, 34, 28, 0.1);
    content: '';
  }
}

@media (min-width: 1200px) {
  /* line 18690, app/assets/stylesheets/space-theme.scss */
  .col-xl-divider > :not(:first-child) {
    position: relative;
  }
  /* line 18694, app/assets/stylesheets/space-theme.scss */
  .col-xl-divider > :not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: .0625rem;
    height: 100%;
    background-color: rgba(0, 34, 28, 0.1);
    content: '';
  }
}

@media (min-width: 1400px) {
  /* line 18706, app/assets/stylesheets/space-theme.scss */
  .col-xxl-divider > :not(:first-child) {
    position: relative;
  }
  /* line 18710, app/assets/stylesheets/space-theme.scss */
  .col-xxl-divider > :not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: .0625rem;
    height: 100%;
    background-color: rgba(0, 34, 28, 0.1);
    content: '';
  }
}

/* line 18721, app/assets/stylesheets/space-theme.scss */
.col-divider > :not(:first-child) {
  position: relative;
}

/* line 18725, app/assets/stylesheets/space-theme.scss */
.col-divider > :not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: .0625rem;
  height: 100%;
  background-color: rgba(0, 34, 28, 0.1);
  content: '';
}

/* line 18735, app/assets/stylesheets/space-theme.scss */
.col-divider > :not(:first-child) {
  position: relative;
}

/* line 18739, app/assets/stylesheets/space-theme.scss */
.col-divider > :not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 1.5rem);
  height: .0625rem;
  background-color: rgba(0, 34, 28, 0.1);
  content: '';
  transform: translateX(-50%);
}

/* line 18751, app/assets/stylesheets/space-theme.scss */
.col-divider > * {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 18756, app/assets/stylesheets/space-theme.scss */
.col-divider > :first-child {
  padding-top: 0;
}

/* line 18760, app/assets/stylesheets/space-theme.scss */
.col-divider > :last-child {
  padding-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 18765, app/assets/stylesheets/space-theme.scss */
  .col-sm-divider > :not(:first-child) {
    position: relative;
  }
  /* line 18769, app/assets/stylesheets/space-theme.scss */
  .col-sm-divider > :not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 1.5rem);
    height: .0625rem;
    background-color: rgba(0, 34, 28, 0.1);
    content: '';
    transform: translateX(-50%);
  }
  /* line 18781, app/assets/stylesheets/space-theme.scss */
  .col-sm-divider > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 18786, app/assets/stylesheets/space-theme.scss */
  .col-sm-divider > :first-child {
    padding-top: 0;
  }
  /* line 18790, app/assets/stylesheets/space-theme.scss */
  .col-sm-divider > :last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 18796, app/assets/stylesheets/space-theme.scss */
  .col-md-divider > :not(:first-child) {
    position: relative;
  }
  /* line 18800, app/assets/stylesheets/space-theme.scss */
  .col-md-divider > :not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 1.5rem);
    height: .0625rem;
    background-color: rgba(0, 34, 28, 0.1);
    content: '';
    transform: translateX(-50%);
  }
  /* line 18812, app/assets/stylesheets/space-theme.scss */
  .col-md-divider > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 18817, app/assets/stylesheets/space-theme.scss */
  .col-md-divider > :first-child {
    padding-top: 0;
  }
  /* line 18821, app/assets/stylesheets/space-theme.scss */
  .col-md-divider > :last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 18827, app/assets/stylesheets/space-theme.scss */
  .col-lg-divider > :not(:first-child) {
    position: relative;
  }
  /* line 18831, app/assets/stylesheets/space-theme.scss */
  .col-lg-divider > :not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 1.5rem);
    height: .0625rem;
    background-color: rgba(0, 34, 28, 0.1);
    content: '';
    transform: translateX(-50%);
  }
  /* line 18843, app/assets/stylesheets/space-theme.scss */
  .col-lg-divider > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 18848, app/assets/stylesheets/space-theme.scss */
  .col-lg-divider > :first-child {
    padding-top: 0;
  }
  /* line 18852, app/assets/stylesheets/space-theme.scss */
  .col-lg-divider > :last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 18858, app/assets/stylesheets/space-theme.scss */
  .col-xl-divider > :not(:first-child) {
    position: relative;
  }
  /* line 18862, app/assets/stylesheets/space-theme.scss */
  .col-xl-divider > :not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 1.5rem);
    height: .0625rem;
    background-color: rgba(0, 34, 28, 0.1);
    content: '';
    transform: translateX(-50%);
  }
  /* line 18874, app/assets/stylesheets/space-theme.scss */
  .col-xl-divider > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 18879, app/assets/stylesheets/space-theme.scss */
  .col-xl-divider > :first-child {
    padding-top: 0;
  }
  /* line 18883, app/assets/stylesheets/space-theme.scss */
  .col-xl-divider > :last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 18889, app/assets/stylesheets/space-theme.scss */
  .col-xxl-divider > :not(:first-child) {
    position: relative;
  }
  /* line 18893, app/assets/stylesheets/space-theme.scss */
  .col-xxl-divider > :not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 1.5rem);
    height: .0625rem;
    background-color: rgba(0, 34, 28, 0.1);
    content: '';
    transform: translateX(-50%);
  }
  /* line 18905, app/assets/stylesheets/space-theme.scss */
  .col-xxl-divider > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 18910, app/assets/stylesheets/space-theme.scss */
  .col-xxl-divider > :first-child {
    padding-top: 0;
  }
  /* line 18914, app/assets/stylesheets/space-theme.scss */
  .col-xxl-divider > :last-child {
    padding-bottom: 0;
  }
}

/* line 18919, app/assets/stylesheets/space-theme.scss */
.col-divider-light > :not(:first-child)::before {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 18923, app/assets/stylesheets/space-theme.scss */
.devices {
  max-width: 1140px;
  position: relative;
  overflow: hidden;
  padding: 1.75rem .75rem 7rem;
  margin-right: -.75rem;
  margin-left: -.75rem;
}

/* line 18932, app/assets/stylesheets/space-theme.scss */
.devices .device-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin-left: 5rem;
  margin-bottom: 5rem;
}

@media (max-width: 991.98px) {
  /* line 18942, app/assets/stylesheets/space-theme.scss */
  .devices .device-mobile {
    display: none;
  }
}

/* line 18947, app/assets/stylesheets/space-theme.scss */
.devices .device-browser {
  margin-left: auto;
  margin-right: 5rem;
}

@media (max-width: 991.98px) {
  /* line 18953, app/assets/stylesheets/space-theme.scss */
  .devices .device-mobile {
    margin-right: .5rem;
  }
  /* line 18957, app/assets/stylesheets/space-theme.scss */
  .devices .device-browser {
    margin-right: auto;
  }
}

/* line 18962, app/assets/stylesheets/space-theme.scss */
.devices-shadow-none .device-browser, .devices-shadow-none .device-mobile-frame {
  box-shadow: none;
}

/* line 18966, app/assets/stylesheets/space-theme.scss */
.device-mobile {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 15rem;
  height: auto;
}

/* line 18974, app/assets/stylesheets/space-theme.scss */
.device-mobile-frame {
  background: #f8fafd;
  box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(189, 197, 209, 0.5), 0 2rem 4rem -2rem rgba(0, 34, 28, 0.3), inset 0 -0.1875rem 0.3125rem 0 rgba(151, 164, 175, 0.5);
  border-radius: 2rem;
  padding: .3125rem;
}

/* line 18981, app/assets/stylesheets/space-theme.scss */
.device-mobile-img {
  max-width: 100%;
  height: auto;
  border-radius: 1.6rem;
}

/* line 18987, app/assets/stylesheets/space-theme.scss */
.device-browser {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 50rem;
  height: auto;
  box-shadow: 0 2.75rem 5.5rem -1rem rgba(189, 197, 209, 0.5), 0 2rem 4rem -1rem rgba(0, 34, 28, 0.15);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 19000, app/assets/stylesheets/space-theme.scss */
.device-browser-frame {
  background: #fff;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

/* line 19006, app/assets/stylesheets/space-theme.scss */
.device-browser-img {
  max-width: 100%;
  height: auto;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

/* line 19013, app/assets/stylesheets/space-theme.scss */
.device-browser-header {
  position: relative;
  display: flex;
  max-width: 50rem;
  background: #fff;
  border-bottom: .0625rem solid #f1f3f8;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  padding: .5rem 6.5rem;
}

/* line 19025, app/assets/stylesheets/space-theme.scss */
.device-browser-header-btn-list {
  display: flex;
  grid-gap: .25rem;
  position: absolute;
  top: calc(50% - .25rem);
  left: 1rem;
}

/* line 19034, app/assets/stylesheets/space-theme.scss */
.device-browser-header-btn-list-btn {
  width: .5rem;
  height: .5rem;
  background-color: #e7eaf3;
  border-radius: 50%;
}

/* line 19041, app/assets/stylesheets/space-theme.scss */
.device-browser-header-browser-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #e7eaf3;
  font-size: .5rem;
  border-radius: .125rem;
}

/* line 19055, app/assets/stylesheets/space-theme.scss */
.device-browser-lg {
  width: 60rem;
}

/* line 19059, app/assets/stylesheets/space-theme.scss */
.device-browser-lg .device-browser-header {
  max-width: 60rem;
}

/* line 19063, app/assets/stylesheets/space-theme.scss */
.dropdown-menu {
  box-shadow: 0 0.6125rem 2.5rem 0.6125rem rgba(140, 152, 164, 0.175);
  margin-top: .5rem;
}

/* line 19068, app/assets/stylesheets/space-theme.scss */
.dropdown-menu .dropdown-item.dropdown-toggle::after {
  transform: rotate(-90deg);
}

/* line 19073, app/assets/stylesheets/space-theme.scss */
.dropdown-item {
  font-size: .875rem;
  border-radius: .3125rem;
}

/* line 19078, app/assets/stylesheets/space-theme.scss */
.dropdown-item:not(:last-child) {
  margin-bottom: .25rem;
}

/* line 19082, app/assets/stylesheets/space-theme.scss */
.dropdown-item:active {
  color: #223b41;
  background-color: rgba(189, 197, 209, 0.3);
}

/* line 19087, app/assets/stylesheets/space-theme.scss */
.dropdown-item.active:not(:focus):not(:active) {
  color: #00221c;
  background-color: rgba(189, 197, 209, 0.3);
}

/* line 19092, app/assets/stylesheets/space-theme.scss */
.dropdown-item.dropdown-toggle[href]:hover::after {
  background: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='#008060' xmlns='http://www.w3.org/2000/svg'><path d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/></svg>");
}

/* line 19096, app/assets/stylesheets/space-theme.scss */
.dropdown-header {
  text-transform: uppercase;
  letter-spacing: .03125rem;
  font-size: .75rem;
  padding: .5rem 1rem;
}

/* line 19103, app/assets/stylesheets/space-theme.scss */
.dropdown-item-icon {
  display: inline-block;
  opacity: .7;
  font-size: 1.125rem;
  width: 1.5rem;
  color: #51596c;
}

/* line 19111, app/assets/stylesheets/space-theme.scss */
.dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 19119, app/assets/stylesheets/space-theme.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem 1rem;
  margin-left: auto;
  padding-left: 1.25rem;
  content: '';
}

/* line 19132, app/assets/stylesheets/space-theme.scss */
.dropup .dropdown-toggle::after {
  transform: rotate(-180deg);
}

/* line 19137, app/assets/stylesheets/space-theme.scss */
.dropright .dropdown-toggle::after {
  transform: rotate(-90deg);
  margin-top: .25rem;
}

/* line 19143, app/assets/stylesheets/space-theme.scss */
.dropleft .dropdown-toggle::after {
  transform: rotate(90deg);
  margin-top: -.25rem;
}

/* line 19149, app/assets/stylesheets/space-theme.scss */
.dropdown-toggle-collapse::after {
  transition: .3s;
}

/* line 19153, app/assets/stylesheets/space-theme.scss */
.dropdown-toggle-collapse[aria-expanded=true]::after {
  transform: rotate(-180deg);
}

/* line 19158, app/assets/stylesheets/space-theme.scss */
.form-check-input, .form-check-label {
  cursor: pointer;
}

/* line 19162, app/assets/stylesheets/space-theme.scss */
.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border: 1px solid rgba(0, 34, 28, 0.1);
}

/* line 19166, app/assets/stylesheets/space-theme.scss */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #51596c;
}

/* line 19170, app/assets/stylesheets/space-theme.scss */
.form-check-custom .form-check-input[type=checkbox]:checked, .form-check-custom .form-check-input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 19174, app/assets/stylesheets/space-theme.scss */
.form-check-row-select.checked {
  background-color: rgba(0, 128, 96, 0.05);
}

/* line 19178, app/assets/stylesheets/space-theme.scss */
.form-select {
  cursor: pointer;
}

/* line 19182, app/assets/stylesheets/space-theme.scss */
.form-switch {
  position: relative;
}

/* line 19186, app/assets/stylesheets/space-theme.scss */
.form-switch .form-check-input {
  width: 3em;
  height: 2em;
  border-width: 0;
  background-color: #e7eaf3;
  margin-top: -.25em;
  margin-right: .5rem;
}

/* line 19195, app/assets/stylesheets/space-theme.scss */
.form-switch .form-check-input:active {
  filter: 100%;
}

/* line 19200, app/assets/stylesheets/space-theme.scss */
.form-check-input:checked {
  background-color: #008060;
}

/* line 19204, app/assets/stylesheets/space-theme.scss */
.form-switch-between {
  align-items: center;
  padding-left: 0;
}

/* line 19210, app/assets/stylesheets/space-theme.scss */
.form-switch-between .form-check-input {
  float: none;
  align-items: center;
  margin-left: .5rem;
}

/* line 19217, app/assets/stylesheets/space-theme.scss */
.form-switch-between .form-check-label {
  cursor: inherit;
}

/* line 19221, app/assets/stylesheets/space-theme.scss */
.form-switch-promotion {
  position: relative;
  min-width: 5rem;
}

/* line 19226, app/assets/stylesheets/space-theme.scss */
.form-switch-promotion-container {
  position: absolute;
  top: -1.25rem;
  left: 1.25rem;
}

/* line 19232, app/assets/stylesheets/space-theme.scss */
.form-switch-promotion-body {
  display: flex;
  align-items: center;
  margin-top: -1rem;
}

/* line 19240, app/assets/stylesheets/space-theme.scss */
.form-switch-promotion-arrow {
  margin-right: -1.75rem;
}

/* line 19244, app/assets/stylesheets/space-theme.scss */
.form-switch-promotion-text {
  display: block;
  margin-top: .3125rem;
}

/* line 19249, app/assets/stylesheets/space-theme.scss */
.input-group-merge {
  position: relative;
  overflow: hidden;
  border: 0.0625rem solid rgba(0, 34, 28, 0.1);
  border-radius: .3125rem;
}

/* line 19256, app/assets/stylesheets/space-theme.scss */
.input-group-merge .input-group-append, .input-group-merge .input-group-prepend {
  position: absolute;
  top: 1px;
  bottom: 1px;
  z-index: 4;
  background-color: transparent;
}

/* line 19264, app/assets/stylesheets/space-theme.scss */
.input-group-merge .input-group-append.input-group-text, .input-group-merge .input-group-prepend.input-group-text {
  border-width: 0;
}

/* line 19268, app/assets/stylesheets/space-theme.scss */
.input-group-merge .input-group-prepend {
  left: 1px;
}

/* line 19272, app/assets/stylesheets/space-theme.scss */
.input-group-merge .input-group-append {
  right: 1px;
}

/* line 19276, app/assets/stylesheets/space-theme.scss */
.input-group-merge .form-control, .input-group-merge .form-select {
  border-width: 0;
}

/* line 19280, app/assets/stylesheets/space-theme.scss */
.input-group-merge .form-control:not(:first-child), .input-group-merge .form-select:not(:first-child) {
  padding-left: 3.375rem;
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

/* line 19286, app/assets/stylesheets/space-theme.scss */
.input-group-merge .form-control:not(:last-child), .input-group-merge .form-select:not(:last-child) {
  padding-right: 3.375rem;
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
}

/* line 19292, app/assets/stylesheets/space-theme.scss */
.input-group-merge .form-control-sm:not(:first-child), .input-group-merge .form-select-sm:not(:first-child) {
  padding-left: 3.3125rem;
}

/* line 19296, app/assets/stylesheets/space-theme.scss */
.input-group-merge .form-control-sm:not(:last-child), .input-group-merge .form-select-sm:not(:last-child) {
  padding-right: 3.3125rem;
}

/* line 19300, app/assets/stylesheets/space-theme.scss */
.was-validated .input-group-merge.is-valid {
  border-color: #077c76;
}

/* line 19304, app/assets/stylesheets/space-theme.scss */
.was-validated .input-group-merge.is-valid.focus {
  box-shadow: 0 0 1rem 0 rgba(7, 124, 118, 0.25);
}

/* line 19308, app/assets/stylesheets/space-theme.scss */
.was-validated .input-group-merge.is-invalid {
  border-color: #692340;
}

/* line 19312, app/assets/stylesheets/space-theme.scss */
.was-validated .input-group-merge.is-invalid.focus {
  box-shadow: 0 0 1rem 0 rgba(105, 35, 64, 0.25);
}

/* line 19316, app/assets/stylesheets/space-theme.scss */
.input-card {
  display: flex;
  background-color: #fff;
  padding: .75rem .75rem;
  box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
  border-radius: .3125rem;
}

/* line 19325, app/assets/stylesheets/space-theme.scss */
.input-card .input-card-form {
  flex: 1 0 0%;
}

/* line 19330, app/assets/stylesheets/space-theme.scss */
.input-card .btn {
  flex: 0 0 auto;
}

/* line 19335, app/assets/stylesheets/space-theme.scss */
.input-card .form-control {
  border-width: 0;
}

/* line 19339, app/assets/stylesheets/space-theme.scss */
.input-card .form-control:focus {
  box-shadow: none;
}

/* line 19343, app/assets/stylesheets/space-theme.scss */
.input-card .input-group {
  border-width: 0;
}

/* line 19347, app/assets/stylesheets/space-theme.scss */
.input-card .input-card-form {
  position: relative;
}

/* line 19351, app/assets/stylesheets/space-theme.scss */
.input-card .input-card-form:not(:first-child) {
  padding-left: 1rem;
}

/* line 19355, app/assets/stylesheets/space-theme.scss */
.input-card .input-card-form:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: .0625rem;
  height: 2rem;
  background-color: rgba(0, 34, 28, 0.1);
  content: '';
  transform: translateY(-50%);
}

/* line 19367, app/assets/stylesheets/space-theme.scss */
.input-card .input-card-form:not(:last-child) {
  padding-right: 1rem;
}

@media (max-width: 575.98px) {
  /* line 19372, app/assets/stylesheets/space-theme.scss */
  .input-card-sm {
    display: grid;
  }
  /* line 19376, app/assets/stylesheets/space-theme.scss */
  .input-card-sm .btn, .input-card-sm .input-card-form {
    flex: 0 0 auto;
  }
  /* line 19381, app/assets/stylesheets/space-theme.scss */
  .input-card-sm .input-card-form {
    padding: 1rem 0 !important;
    border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 19386, app/assets/stylesheets/space-theme.scss */
  .input-card-sm .input-card-form:first-child {
    padding-top: 0 !important;
  }
  /* line 19390, app/assets/stylesheets/space-theme.scss */
  .input-card-sm .input-card-form:not(:first-child)::before {
    display: none;
  }
}

/* line 19395, app/assets/stylesheets/space-theme.scss */
.form-label-secondary {
  color: #8c98a4;
}

/* line 19399, app/assets/stylesheets/space-theme.scss */
.form-label-link {
  font-weight: 500;
  font-size: .875rem;
  margin-bottom: .5rem;
}

/* line 19405, app/assets/stylesheets/space-theme.scss */
.go-to {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  width: 2.875rem;
  height: 2.875rem;
  background-color: rgba(0, 189, 142, 0.1);
  color: #008060;
  font-size: 1rem;
  opacity: .5;
  border-radius: .3125rem;
  transition: .3s ease-out;
}

/* line 19425, app/assets/stylesheets/space-theme.scss */
.go-to:focus:hover, .go-to:hover {
  color: #fff;
  background-color: #008060;
  opacity: 1;
}

/* line 19431, app/assets/stylesheets/space-theme.scss */
.list-checked {
  padding-left: 0;
  list-style: none;
}

/* line 19436, app/assets/stylesheets/space-theme.scss */
.list-checked-item {
  position: relative;
  color: #51596c;
  padding-left: 2rem;
}

/* line 19442, app/assets/stylesheets/space-theme.scss */
.list-checked-item:not(:last-child) {
  margin-bottom: .5rem;
}

/* line 19446, app/assets/stylesheets/space-theme.scss */
.list-checked-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2351596C'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.25rem 1.25rem;
  content: '';
  margin-top: .125rem;
}

/* line 19460, app/assets/stylesheets/space-theme.scss */
.list-checked-item[hover]:hover {
  color: #008060;
}

/* line 19464, app/assets/stylesheets/space-theme.scss */
[class*=list-checked-bg-] .list-checked-item::before, [class*=list-checked-soft-bg-] .list-checked-item::before {
  margin-top: .25rem;
}

/* line 19468, app/assets/stylesheets/space-theme.scss */
.list-checked-primary .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23008060'/%3e%3c/svg%3e");
}

/* line 19472, app/assets/stylesheets/space-theme.scss */
.list-checked-bg-primary .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23008060'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

/* line 19476, app/assets/stylesheets/space-theme.scss */
.list-checked-soft-bg-primary .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23008060' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23008060'/%3e%3c/svg%3e");
}

/* line 19480, app/assets/stylesheets/space-theme.scss */
.list-checked-secondary .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2351596C'/%3e%3c/svg%3e");
}

/* line 19484, app/assets/stylesheets/space-theme.scss */
.list-checked-bg-secondary .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2351596C'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

/* line 19488, app/assets/stylesheets/space-theme.scss */
.list-checked-soft-bg-secondary .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2351596C' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%2351596C'/%3e%3c/svg%3e");
}

/* line 19492, app/assets/stylesheets/space-theme.scss */
.list-checked-success .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23077C76'/%3e%3c/svg%3e");
}

/* line 19496, app/assets/stylesheets/space-theme.scss */
.list-checked-bg-success .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23077C76'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

/* line 19500, app/assets/stylesheets/space-theme.scss */
.list-checked-soft-bg-success .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23077C76' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23077C76'/%3e%3c/svg%3e");
}

/* line 19504, app/assets/stylesheets/space-theme.scss */
.list-checked-info .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23334AC0'/%3e%3c/svg%3e");
}

/* line 19508, app/assets/stylesheets/space-theme.scss */
.list-checked-bg-info .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23334AC0'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

/* line 19512, app/assets/stylesheets/space-theme.scss */
.list-checked-soft-bg-info .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23334AC0' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23334AC0'/%3e%3c/svg%3e");
}

/* line 19516, app/assets/stylesheets/space-theme.scss */
.list-checked-warning .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23F1B980'/%3e%3c/svg%3e");
}

/* line 19520, app/assets/stylesheets/space-theme.scss */
.list-checked-bg-warning .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23F1B980'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

/* line 19524, app/assets/stylesheets/space-theme.scss */
.list-checked-soft-bg-warning .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23F1B980' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23F1B980'/%3e%3c/svg%3e");
}

/* line 19528, app/assets/stylesheets/space-theme.scss */
.list-checked-danger .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23692340'/%3e%3c/svg%3e");
}

/* line 19532, app/assets/stylesheets/space-theme.scss */
.list-checked-bg-danger .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23692340'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

/* line 19536, app/assets/stylesheets/space-theme.scss */
.list-checked-soft-bg-danger .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23692340' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23692340'/%3e%3c/svg%3e");
}

/* line 19540, app/assets/stylesheets/space-theme.scss */
.list-checked-light .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23F9FAFC'/%3e%3c/svg%3e");
}

/* line 19544, app/assets/stylesheets/space-theme.scss */
.list-checked-bg-light .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23F9FAFC'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

/* line 19548, app/assets/stylesheets/space-theme.scss */
.list-checked-soft-bg-light .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23F9FAFC' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23F9FAFC'/%3e%3c/svg%3e");
}

/* line 19552, app/assets/stylesheets/space-theme.scss */
.list-checked-dark .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2300221C'/%3e%3c/svg%3e");
}

/* line 19556, app/assets/stylesheets/space-theme.scss */
.list-checked-bg-dark .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2300221C'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e");
}

/* line 19560, app/assets/stylesheets/space-theme.scss */
.list-checked-soft-bg-dark .list-checked-item::before {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2300221C' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%2300221C'/%3e%3c/svg%3e");
}

/* line 19564, app/assets/stylesheets/space-theme.scss */
.list-checked-sm .list-checked-item {
  padding-left: 1.5rem;
}

/* line 19568, app/assets/stylesheets/space-theme.scss */
.list-checked-sm .list-checked-item::before {
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
  margin-top: .3125rem;
}

/* line 19575, app/assets/stylesheets/space-theme.scss */
.list-checked-sm[class*=list-checked-bg-] .list-checked-item::before, .list-checked-sm[class*=list-checked-soft-bg-] .list-checked-item::before {
  margin-top: .25rem;
}

/* line 19579, app/assets/stylesheets/space-theme.scss */
.list-checked-lg .list-checked-item {
  padding-left: 2.75rem;
}

/* line 19583, app/assets/stylesheets/space-theme.scss */
.list-checked-lg .list-checked-item:not(:last-child) {
  margin-bottom: 1.25rem;
}

/* line 19587, app/assets/stylesheets/space-theme.scss */
.list-checked-lg .list-checked-item::before {
  width: 1.75rem;
  height: 1.75rem;
  background-size: 1.75rem 1.75rem;
  margin-top: 0;
}

/* line 19594, app/assets/stylesheets/space-theme.scss */
.list-checked-lg[class*=list-checked-bg-] .list-checked-item::before, .list-checked-lg[class*=list-checked-soft-bg-] .list-checked-item::before {
  margin-top: -.0625rem;
}

/* line 19598, app/assets/stylesheets/space-theme.scss */
.list-comment {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

/* line 19604, app/assets/stylesheets/space-theme.scss */
.list-comment:first-child {
  margin-top: -2.5rem;
}

/* line 19608, app/assets/stylesheets/space-theme.scss */
.list-comment-item {
  margin-top: 2.5rem;
}

/* line 19612, app/assets/stylesheets/space-theme.scss */
.list-comment-item .list-comment .list-comment-item {
  padding-left: 1rem;
  border-left: 0.1875rem solid rgba(0, 34, 28, 0.1);
}

/* line 19617, app/assets/stylesheets/space-theme.scss */
.list-py-1 > li:not(:first-child) {
  padding-top: .25rem;
}

/* line 19621, app/assets/stylesheets/space-theme.scss */
.list-py-1 > li:not(:last-child) {
  padding-bottom: .25rem;
}

/* line 19625, app/assets/stylesheets/space-theme.scss */
.list-py-2 > li:not(:first-child) {
  padding-top: .5rem;
}

/* line 19629, app/assets/stylesheets/space-theme.scss */
.list-py-2 > li:not(:last-child) {
  padding-bottom: .5rem;
}

/* line 19633, app/assets/stylesheets/space-theme.scss */
.list-py-3 > li:not(:first-child) {
  padding-top: 1rem;
}

/* line 19637, app/assets/stylesheets/space-theme.scss */
.list-py-3 > li:not(:last-child) {
  padding-bottom: 1rem;
}

/* line 19641, app/assets/stylesheets/space-theme.scss */
.list-separator {
  margin-bottom: 0;
}

/* line 19645, app/assets/stylesheets/space-theme.scss */
.list-separator .list-inline-item {
  position: relative;
  margin-left: 0;
  margin-right: -.25rem;
}

/* line 19651, app/assets/stylesheets/space-theme.scss */
.list-separator .list-inline-item:not(:last-child) {
  padding-right: 2rem;
}

/* line 19655, app/assets/stylesheets/space-theme.scss */
.list-separator .list-inline-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: .8rem;
  transform: translateY(-50%);
  content: "•";
  opacity: .5;
}

/* line 19665, app/assets/stylesheets/space-theme.scss */
.list-separator .list-separator-link {
  color: #51596c;
}

/* line 19669, app/assets/stylesheets/space-theme.scss */
.list-separator .list-separator-link:hover {
  color: #005c45;
}

/* line 19673, app/assets/stylesheets/space-theme.scss */
.list-separator-light .list-inline-item::after {
  color: #fff;
}

/* line 19677, app/assets/stylesheets/space-theme.scss */
.list-separator-light .list-separator-link, .list-separator-light .list-separator-link:hover {
  color: #fff;
}

/* line 19681, app/assets/stylesheets/space-theme.scss */
.list-separator-light .list-separator-link:hover {
  text-decoration: underline;
}

/* line 19685, app/assets/stylesheets/space-theme.scss */
.list-group-item:first-child {
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
}

/* line 19690, app/assets/stylesheets/space-theme.scss */
.list-group-item:last-child {
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}

/* line 19695, app/assets/stylesheets/space-theme.scss */
.list-group-icon {
  width: 1.25rem;
  text-align: center;
  margin-right: .25rem;
}

/* line 19701, app/assets/stylesheets/space-theme.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 0;
}

/* line 19705, app/assets/stylesheets/space-theme.scss */
.list-group-striped > li:nth-of-type(odd) {
  background-color: rgba(241, 185, 128, 0.1);
}

/* line 19709, app/assets/stylesheets/space-theme.scss */
.list-group-sm .list-group-item {
  font-size: .8125rem;
  padding: .25rem .5rem;
}

/* line 19714, app/assets/stylesheets/space-theme.scss */
.list-group-lg .list-group-item {
  padding: 1.5rem 1.5rem;
}

/* line 19718, app/assets/stylesheets/space-theme.scss */
.list-group-lg .list-group-icon {
  font-size: 1.5rem;
  width: 2.3125rem;
  margin-right: .5rem;
}

/* line 19724, app/assets/stylesheets/space-theme.scss */
.modal-header {
  align-items: center;
  padding-bottom: 0;
}

/* line 19730, app/assets/stylesheets/space-theme.scss */
.modal-header .close {
  padding: .25rem .25rem;
  margin: 0 0 0 auto;
}

/* line 19735, app/assets/stylesheets/space-theme.scss */
.modal-footer > * {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 19740, app/assets/stylesheets/space-theme.scss */
.modal-footer-text:last-child {
  font-size: .8125rem;
  margin-bottom: 0;
}

/* line 19745, app/assets/stylesheets/space-theme.scss */
.modal-close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  z-index: 2;
}

/* line 19752, app/assets/stylesheets/space-theme.scss */
.nav-subtitle {
  display: block;
  color: #8c98a4;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .03125rem;
}

/* line 19760, app/assets/stylesheets/space-theme.scss */
.nav-link.dropdown-toggle {
  display: flex;
  align-items: center;
}

/* line 19767, app/assets/stylesheets/space-theme.scss */
.nav-link.active {
  color: #008060;
}

/* line 19771, app/assets/stylesheets/space-theme.scss */
.nav-item.show .nav-link-svg path, .nav-link.active .nav-link-svg path {
  fill: #008060;
}

/* line 19775, app/assets/stylesheets/space-theme.scss */
.nav-text:last-child, .nav-title:last-child {
  margin-bottom: 0;
}

/* line 19779, app/assets/stylesheets/space-theme.scss */
.nav-icon {
  font-size: 1.125rem;
  opacity: .7;
  margin-right: .5rem;
}

/* line 19785, app/assets/stylesheets/space-theme.scss */
.nav-divider {
  height: 2rem;
  border-left: 0.1rem solid rgba(0, 34, 28, 0.1);
  margin: 0 .5rem;
}

/* line 19791, app/assets/stylesheets/space-theme.scss */
.nav.nav-link-gray .nav-link {
  color: #8c98a4;
}

/* line 19795, app/assets/stylesheets/space-theme.scss */
.nav.nav-link-gray .nav-link.active, .nav.nav-link-gray .nav-link:hover {
  color: #008060;
}

/* line 19799, app/assets/stylesheets/space-theme.scss */
.nav.nav-link-gray .nav-link.disabled {
  color: #bdc5d1;
}

/* line 19803, app/assets/stylesheets/space-theme.scss */
.nav-tabs .nav-link {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom: .1875rem solid transparent;
}

/* line 19810, app/assets/stylesheets/space-theme.scss */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  font-weight: 500;
}

/* line 19814, app/assets/stylesheets/space-theme.scss */
.nav-tabs:not(.nav-vertical) .nav-link {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 19819, app/assets/stylesheets/space-theme.scss */
.nav-vertical {
  flex-direction: column;
}

/* line 19824, app/assets/stylesheets/space-theme.scss */
.nav-vertical.nav .nav-item:not(:last-child) {
  margin-right: 0;
}

/* line 19828, app/assets/stylesheets/space-theme.scss */
.nav-vertical .nav-subtitle {
  padding-left: 1rem;
}

/* line 19832, app/assets/stylesheets/space-theme.scss */
.nav-vertical.nav-tabs {
  border-bottom-width: 0;
}

/* line 19836, app/assets/stylesheets/space-theme.scss */
.nav-vertical.nav-tabs .nav-link {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 0.1875rem solid rgba(0, 34, 28, 0.1);
  margin-bottom: 0;
}

/* line 19844, app/assets/stylesheets/space-theme.scss */
.nav-vertical.nav-tabs .nav-subtitle {
  border-left: 0.1875rem solid rgba(0, 34, 28, 0.1);
}

/* line 19848, app/assets/stylesheets/space-theme.scss */
.nav-vertical.nav-tabs .nav-item.show .nav-link, .nav-vertical.nav-tabs .nav-link.active {
  border-color: #008060;
}

/* line 19852, app/assets/stylesheets/space-theme.scss */
.nav-vertical.nav.nav-tabs .nav-collapse .nav-link {
  padding-left: 3rem;
}

/* line 19856, app/assets/stylesheets/space-theme.scss */
.nav-collapse .nav-link {
  position: relative;
}

/* line 19860, app/assets/stylesheets/space-theme.scss */
.nav-collapse .nav-link::before {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  content: "•";
}

/* line 19869, app/assets/stylesheets/space-theme.scss */
.nav-pills .nav-item {
  margin: .25rem .25rem;
}

/* line 19873, app/assets/stylesheets/space-theme.scss */
.nav-pills .nav-link {
  padding: 1rem 1rem;
}

/* line 19877, app/assets/stylesheets/space-theme.scss */
.nav-pills .nav-link:hover {
  color: #00221c;
  background-color: #f8fafd;
}

/* line 19882, app/assets/stylesheets/space-theme.scss */
.nav-pills .nav-link.active:hover {
  background-color: rgba(0, 189, 142, 0.1);
}

/* line 19886, app/assets/stylesheets/space-theme.scss */
.nav-pills .nav-link.active:hover, .nav-pills .show > .nav-link:hover {
  border-color: transparent;
}

/* line 19890, app/assets/stylesheets/space-theme.scss */
.nav-segment {
  position: relative;
  background-color: #f8fafd;
  padding: .25rem .25rem;
  border-radius: .3125rem;
}

/* line 19897, app/assets/stylesheets/space-theme.scss */
.nav-segment:not(.nav-fill) {
  display: inline-flex;
}

/* line 19902, app/assets/stylesheets/space-theme.scss */
.nav-segment .nav-link {
  color: #51596c;
  font-size: .8125rem;
  padding: .5rem .875rem;
  border-radius: .3125rem;
}

/* line 19909, app/assets/stylesheets/space-theme.scss */
.nav-segment .nav-link:hover {
  color: #008060;
}

/* line 19913, app/assets/stylesheets/space-theme.scss */
.nav-segment .nav-link.active {
  color: #00221c;
  background-color: #fff;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(140, 152, 164, 0.25);
}

/* line 19919, app/assets/stylesheets/space-theme.scss */
.nav-segment .nav-link.active2 {
  color: #fff;
  background-color: #008060;
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(140, 152, 164, 0.25);
}

/* line 19925, app/assets/stylesheets/space-theme.scss */
.nav-segment.nav-pills {
  border-radius: 6.1875rem;
}

/* line 19929, app/assets/stylesheets/space-theme.scss */
.nav-segment.nav-pills .nav-link {
  border-radius: 6.1875rem;
}

/* line 19933, app/assets/stylesheets/space-theme.scss */
.nav-sm .nav-link {
  font-size: .9375rem;
}

/* line 19937, app/assets/stylesheets/space-theme.scss */
.nav-lg .nav-link {
  font-size: 1.375rem;
}

/* line 19941, app/assets/stylesheets/space-theme.scss */
.navbar {
  z-index: 99;
}

/* line 19945, app/assets/stylesheets/space-theme.scss */
.navbar-collapse {
  align-items: flex-start;
}

/* line 19950, app/assets/stylesheets/space-theme.scss */
.navbar-shadow {
  box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
}

/* line 19954, app/assets/stylesheets/space-theme.scss */
.navbar-height {
  height: 3.875rem;
}

/* line 19958, app/assets/stylesheets/space-theme.scss */
.navbar.navbar-scrolled.navbar-light {
  background-color: #fff;
  box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
}

/* line 19963, app/assets/stylesheets/space-theme.scss */
.navbar.navbar-scrolled.navbar-dark {
  background-color: #005c45;
}

/* line 19967, app/assets/stylesheets/space-theme.scss */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 19972, app/assets/stylesheets/space-theme.scss */
.navbar-brand-logo {
  width: 100%;
  min-width: 8.5rem;
  max-width: 8.5rem;
}

/* line 19978, app/assets/stylesheets/space-theme.scss */
.navbar-brand-collapsed, .navbar-brand-on-scroll {
  display: none;
}

/* line 19982, app/assets/stylesheets/space-theme.scss */
.navbar-scrolled .navbar-brand-default {
  display: none;
}

/* line 19986, app/assets/stylesheets/space-theme.scss */
.navbar-scrolled .navbar-brand-on-scroll {
  display: inline-block;
}

/* line 19990, app/assets/stylesheets/space-theme.scss */
.navbar-nav-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  align-items: center;
}

/* line 20001, app/assets/stylesheets/space-theme.scss */
.navbar-nav-wrap-secondary-content {
  display: flex;
  align-items: center;
  gap: .5rem;
}

/* line 20009, app/assets/stylesheets/space-theme.scss */
.navbar-toggler {
  padding: .5rem .5rem;
  margin-left: auto;
}

/* line 20014, app/assets/stylesheets/space-theme.scss */
.navbar-toggler:focus {
  box-shadow: none;
}

/* line 20018, app/assets/stylesheets/space-theme.scss */
.navbar-toggler .navbar-toggler-default {
  display: flex;
}

/* line 20023, app/assets/stylesheets/space-theme.scss */
.navbar-toggler .navbar-toggler-toggled {
  display: none;
}

/* line 20027, app/assets/stylesheets/space-theme.scss */
.navbar-toggler[aria-expanded=true] .navbar-toggler-default {
  display: none;
}

/* line 20031, app/assets/stylesheets/space-theme.scss */
.navbar-toggler[aria-expanded=true] .navbar-toggler-toggled {
  display: flex;
}

/* line 20036, app/assets/stylesheets/space-theme.scss */
.navbar .navbar-nav .nav-link {
  padding: 0.5rem .75rem;
}

/* line 20040, app/assets/stylesheets/space-theme.scss */
.navbar .nav-item:hover > .nav-link {
  color: #005c45;
}

/* line 20044, app/assets/stylesheets/space-theme.scss */
.navbar .dropdown-menu::before {
  position: absolute;
  top: -.625rem;
  display: block;
  left: 0;
  width: 100%;
  height: 1.75rem;
  content: '';
}

/* line 20054, app/assets/stylesheets/space-theme.scss */
.navbar .dropdown-item.dropdown-toggle[href]:hover::after {
  background: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='#51596C' xmlns='http://www.w3.org/2000/svg'><path d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/></svg>");
}

/* line 20058, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-inner {
  padding: .75rem .75rem;
}

/* line 20062, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-media-link {
  display: block;
  text-decoration: none;
  padding: 1rem 1rem;
  border-radius: .3125rem;
}

/* line 20069, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-media-link:hover:not(.disabled):not(:disabled) {
  background-color: rgba(189, 197, 209, 0.3);
}

/* line 20073, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-media-link:hover:not(.disabled):not(:disabled) .navbar-dropdown-menu-media-title {
  color: #008060;
}

/* line 20077, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-media-link.disabled {
  pointer-events: none;
}

/* line 20081, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-media-link + .navbar-dropdown-menu-media-link {
  margin-top: .5rem;
}

/* line 20085, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-media-title {
  color: #223b41;
  font-weight: 500;
}

/* line 20090, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-media-desc {
  color: #51596c;
  font-size: .875rem;
  margin-bottom: 0;
}

/* line 20096, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item {
  position: relative;
}

/* line 20100, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after {
  position: absolute;
  top: -.75rem;
  right: 0;
  border-top: 0.0625rem solid rgba(0, 34, 28, 0.1);
  width: 100%;
  content: '';
}

/* line 20109, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-promo-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  margin: .75rem .75rem;
}

/* line 20120, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-promo-item ~ .navbar-dropdown-menu-promo-item {
  border-top: 0.0625rem solid rgba(0, 34, 28, 0.1);
}

/* line 20124, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-promo .navbar-dropdown-menu-promo-item {
  border-top: none;
}

/* line 20128, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-promo-link {
  display: block;
  height: 100%;
  padding: 1rem 1rem;
  border-radius: .3125rem;
}

/* line 20135, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-promo-link.active {
  background-color: rgba(189, 197, 209, 0.3);
}

/* line 20139, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-promo-link.active .navbar-dropdown-menu-media-title {
  color: #008060;
}

/* line 20143, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-promo-link.disabled {
  opacity: .7;
  pointer-events: none;
}

/* line 20148, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-promo-link:hover:not(.disabled):not(:disabled) {
  background-color: rgba(189, 197, 209, 0.3);
}

/* line 20152, app/assets/stylesheets/space-theme.scss */
.navbar-dropdown-menu-promo-link:hover:not(.disabled):not(:disabled) .navbar-dropdown-menu-media-title {
  color: #008060;
}

/* line 20156, app/assets/stylesheets/space-theme.scss */
.navbar.navbar-vertical .navbar-nav .nav-link, .navbar.navbar-vertical .navbar-nav .nav-subtitle {
  padding: .3125rem 1.5rem;
}

/* line 20160, app/assets/stylesheets/space-theme.scss */
.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical {
  padding-right: 0;
  padding-left: 0;
}

/* line 20165, app/assets/stylesheets/space-theme.scss */
.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical .nav-link, .navbar.navbar-vertical .nav-tabs-borderless.nav-vertical .nav-subtitle {
  border-left-color: transparent;
}

/* line 20169, app/assets/stylesheets/space-theme.scss */
.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical .nav-item.show .nav-link, .navbar.navbar-vertical .nav-tabs-borderless.nav-vertical .nav-link.active {
  border-color: #008060;
}

/* line 20173, app/assets/stylesheets/space-theme.scss */
.navbar-input-group input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* line 20179, app/assets/stylesheets/space-theme.scss */
.navbar-input-group input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* line 20185, app/assets/stylesheets/space-theme.scss */
.navbar-input-group input[type=search]::-webkit-search-cancel-button, .navbar-input-group input[type=search]::-webkit-search-decoration, .navbar-input-group input[type=search]::-webkit-search-results-button, .navbar-input-group input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media (min-width: 576px) {
  /* line 20190, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-sm-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  /* line 20199, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-md-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 992px) {
  /* line 20208, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-lg-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  /* line 20217, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-xl-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1400px) {
  /* line 20226, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-xxl-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

/* line 20234, app/assets/stylesheets/space-theme.scss */
.navbar-absolute-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 575.98px) {
  /* line 20242, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-md-top .navbar-absolute-top-scroller {
    max-height: 75vh;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
  }
  /* line 20249, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-md-top .navbar-absolute-top-scroller::-webkit-scrollbar {
    width: .6125rem;
  }
  /* line 20253, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-md-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  /* line 20258, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-md-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  /* line 20264, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-lg-top .navbar-absolute-top-scroller, .navbar-absolute-sm-top .navbar-absolute-top-scroller, .navbar-absolute-top .navbar-absolute-top-scroller {
    max-height: 75vh;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
  }
  /* line 20271, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-lg-top .navbar-absolute-top-scroller::-webkit-scrollbar, .navbar-absolute-sm-top .navbar-absolute-top-scroller::-webkit-scrollbar, .navbar-absolute-top .navbar-absolute-top-scroller::-webkit-scrollbar {
    width: .6125rem;
  }
  /* line 20275, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-lg-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb, .navbar-absolute-sm-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb, .navbar-absolute-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  /* line 20280, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-lg-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb, .navbar-absolute-sm-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb, .navbar-absolute-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}

@media (max-width: 991.98px) {
  /* line 20286, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-xl-top .navbar-absolute-top-scroller {
    max-height: 75vh;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
  }
  /* line 20293, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-xl-top .navbar-absolute-top-scroller::-webkit-scrollbar {
    width: .6125rem;
  }
  /* line 20297, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-xl-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  /* line 20302, app/assets/stylesheets/space-theme.scss */
  .navbar-absolute-xl-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 20308, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-sm-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  /* line 20317, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-md-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 992px) {
  /* line 20326, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-lg-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  /* line 20335, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-xl-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1400px) {
  /* line 20344, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-xxl-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

/* line 20352, app/assets/stylesheets/space-theme.scss */
.navbar-sticky-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 575.98px) {
  /* line 20360, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-md-top .navbar-sticky-top-scroller {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
  }
  /* line 20366, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-md-top .navbar-sticky-top-scroller::-webkit-scrollbar {
    width: .6125rem;
  }
  /* line 20370, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-md-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  /* line 20375, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-md-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  /* line 20381, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-lg-top .navbar-sticky-top-scroller, .navbar-sticky-sm-top .navbar-sticky-top-scroller, .navbar-sticky-top .navbar-sticky-top-scroller {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
  }
  /* line 20387, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-lg-top .navbar-sticky-top-scroller::-webkit-scrollbar, .navbar-sticky-sm-top .navbar-sticky-top-scroller::-webkit-scrollbar, .navbar-sticky-top .navbar-sticky-top-scroller::-webkit-scrollbar {
    width: .6125rem;
  }
  /* line 20391, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-lg-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb, .navbar-sticky-sm-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb, .navbar-sticky-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  /* line 20396, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-lg-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb, .navbar-sticky-sm-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb, .navbar-sticky-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}

@media (max-width: 991.98px) {
  /* line 20402, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-xl-top .navbar-sticky-top-scroller {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
  }
  /* line 20408, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-xl-top .navbar-sticky-top-scroller::-webkit-scrollbar {
    width: .6125rem;
  }
  /* line 20412, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-xl-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  /* line 20417, app/assets/stylesheets/space-theme.scss */
  .navbar-sticky-xl-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 20423, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-toggler {
    order: 1;
  }
  /* line 20428, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-collapse {
    width: auto;
    order: 2;
  }
  /* line 20434, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-nav-wrap-secondary-content {
    order: 3;
  }
  /* line 20439, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-nav {
    align-items: center;
  }
  /* line 20444, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .nav-item:not(:last-child) {
    margin-right: .5rem;
  }
  /* line 20448, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .nav-item .nav-item {
    margin-right: 0;
  }
  /* line 20452, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .dropdown-menu[data-bs-popper] {
    margin-top: .5rem;
  }
  /* line 20456, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .dropdown-menu .hs-has-sub-menu .dropdown-menu {
    margin-top: -.6875rem;
    margin-left: .5rem;
  }
  /* line 20461, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper] {
    left: 100%;
  }
  /* line 20465, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .dropdown-menu .hs-has-sub-menu .dropdown-menu::before {
    top: 0;
    left: -1rem;
    width: 1rem;
    height: 100%;
  }
  /* line 20472, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm.navbar-end .navbar-nav {
    justify-content: flex-end;
    margin-left: auto;
  }
  /* line 20478, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm.navbar-end .navbar-absolute-top-scroller, .navbar-expand-sm.navbar-end .navbar-sticky-top-scroller {
    margin-left: auto;
  }
  /* line 20482, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm.navbar-vertical {
    flex-flow: column;
    overflow-y: scroll;
    height: 100%;
    max-height: 100vh;
  }
  /* line 20490, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm.navbar-vertical::-webkit-scrollbar {
    width: .6125rem;
  }
  /* line 20494, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm.navbar-vertical::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
  }
  /* line 20498, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm.navbar-vertical .navbar-collapse {
    width: 100%;
    display: block !important;
  }
  /* line 20503, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm.navbar-vertical .navbar-nav {
    display: block;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 20511, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .hs-position-right-fix {
    right: 25%;
    left: auto;
  }
  /* line 20516, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-dropdown-menu-promo {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 20523, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-dropdown-menu-promo-item {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
  }
  /* line 20532, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link {
    position: relative;
  }
  /* line 20536, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -.75rem;
    border-right: 0.0625rem solid rgba(0, 34, 28, 0.1);
    height: 100%;
    content: '';
  }
}

@media (min-width: 768px) {
  /* line 20548, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-toggler {
    order: 1;
  }
  /* line 20553, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-collapse {
    width: auto;
    order: 2;
  }
  /* line 20559, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-nav-wrap-secondary-content {
    order: 3;
  }
  /* line 20564, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-nav {
    align-items: center;
  }
  /* line 20569, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .nav-item:not(:last-child) {
    margin-right: .5rem;
  }
  /* line 20573, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .nav-item .nav-item {
    margin-right: 0;
  }
  /* line 20577, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .dropdown-menu[data-bs-popper] {
    margin-top: .5rem;
  }
  /* line 20581, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .dropdown-menu .hs-has-sub-menu .dropdown-menu {
    margin-top: -.6875rem;
    margin-left: .5rem;
  }
  /* line 20586, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper] {
    left: 100%;
  }
  /* line 20590, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .dropdown-menu .hs-has-sub-menu .dropdown-menu::before {
    top: 0;
    left: -1rem;
    width: 1rem;
    height: 100%;
  }
  /* line 20597, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md.navbar-end .navbar-nav {
    justify-content: flex-end;
    margin-left: auto;
  }
  /* line 20603, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md.navbar-end .navbar-absolute-top-scroller, .navbar-expand-md.navbar-end .navbar-sticky-top-scroller {
    margin-left: auto;
  }
  /* line 20607, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md.navbar-vertical {
    flex-flow: column;
    overflow-y: scroll;
    height: 100%;
    max-height: 100vh;
  }
  /* line 20615, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md.navbar-vertical::-webkit-scrollbar {
    width: .6125rem;
  }
  /* line 20619, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md.navbar-vertical::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
  }
  /* line 20623, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md.navbar-vertical .navbar-collapse {
    width: 100%;
    display: block !important;
  }
  /* line 20628, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md.navbar-vertical .navbar-nav {
    display: block;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 20636, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .hs-position-right-fix {
    right: 25%;
    left: auto;
  }
  /* line 20641, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-dropdown-menu-promo {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 20648, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-dropdown-menu-promo-item {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
  }
  /* line 20657, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link {
    position: relative;
  }
  /* line 20661, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -.75rem;
    border-right: 0.0625rem solid rgba(0, 34, 28, 0.1);
    height: 100%;
    content: '';
  }
}

@media (min-width: 992px) {
  /* line 20673, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-toggler {
    order: 1;
  }
  /* line 20678, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-collapse {
    width: auto;
    order: 2;
  }
  /* line 20684, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-nav-wrap-secondary-content {
    order: 3;
  }
  /* line 20689, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }
  /* line 20694, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .nav-item:not(:last-child) {
    margin-right: .5rem;
  }
  /* line 20698, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .nav-item .nav-item {
    margin-right: 0;
  }
  /* line 20702, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .dropdown-menu[data-bs-popper] {
    margin-top: .5rem;
  }
  /* line 20706, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .dropdown-menu .hs-has-sub-menu .dropdown-menu {
    margin-top: -.6875rem;
    margin-left: .5rem;
  }
  /* line 20711, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper] {
    left: 100%;
  }
  /* line 20715, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .dropdown-menu .hs-has-sub-menu .dropdown-menu::before {
    top: 0;
    left: -1rem;
    width: 1rem;
    height: 100%;
  }
  /* line 20722, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg.navbar-end .navbar-nav {
    justify-content: flex-end;
    margin-left: auto;
  }
  /* line 20728, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg.navbar-end .navbar-absolute-top-scroller, .navbar-expand-lg.navbar-end .navbar-sticky-top-scroller {
    margin-left: auto;
  }
  /* line 20732, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg.navbar-vertical {
    flex-flow: column;
    overflow-y: scroll;
    height: 100%;
    max-height: 100vh;
  }
  /* line 20740, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg.navbar-vertical::-webkit-scrollbar {
    width: .6125rem;
  }
  /* line 20744, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg.navbar-vertical::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
  }
  /* line 20748, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg.navbar-vertical .navbar-collapse {
    width: 100%;
    display: block !important;
  }
  /* line 20753, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg.navbar-vertical .navbar-nav {
    display: block;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 20761, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .hs-position-right-fix {
    right: 25%;
    left: auto;
  }
  /* line 20766, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-dropdown-menu-promo {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 20773, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-dropdown-menu-promo-item {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
  }
  /* line 20782, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link {
    position: relative;
  }
  /* line 20786, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -.75rem;
    border-right: 0.0625rem solid rgba(0, 34, 28, 0.1);
    height: 100%;
    content: '';
  }
}

@media (min-width: 1200px) {
  /* line 20798, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-toggler {
    order: 1;
  }
  /* line 20803, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-collapse {
    width: auto;
    order: 2;
  }
  /* line 20809, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-nav-wrap-secondary-content {
    order: 3;
  }
  /* line 20814, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-nav {
    align-items: center;
  }
  /* line 20819, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .nav-item:not(:last-child) {
    margin-right: .5rem;
  }
  /* line 20823, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .nav-item .nav-item {
    margin-right: 0;
  }
  /* line 20827, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .dropdown-menu[data-bs-popper] {
    margin-top: .5rem;
  }
  /* line 20831, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .dropdown-menu .hs-has-sub-menu .dropdown-menu {
    margin-top: -.6875rem;
    margin-left: .5rem;
  }
  /* line 20836, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper] {
    left: 100%;
  }
  /* line 20840, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .dropdown-menu .hs-has-sub-menu .dropdown-menu::before {
    top: 0;
    left: -1rem;
    width: 1rem;
    height: 100%;
  }
  /* line 20847, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl.navbar-end .navbar-nav {
    justify-content: flex-end;
    margin-left: auto;
  }
  /* line 20853, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl.navbar-end .navbar-absolute-top-scroller, .navbar-expand-xl.navbar-end .navbar-sticky-top-scroller {
    margin-left: auto;
  }
  /* line 20857, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl.navbar-vertical {
    flex-flow: column;
    overflow-y: scroll;
    height: 100%;
    max-height: 100vh;
  }
  /* line 20865, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl.navbar-vertical::-webkit-scrollbar {
    width: .6125rem;
  }
  /* line 20869, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl.navbar-vertical::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
  }
  /* line 20873, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl.navbar-vertical .navbar-collapse {
    width: 100%;
    display: block !important;
  }
  /* line 20878, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl.navbar-vertical .navbar-nav {
    display: block;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 20886, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .hs-position-right-fix {
    right: 25%;
    left: auto;
  }
  /* line 20891, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-dropdown-menu-promo {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 20898, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-dropdown-menu-promo-item {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
  }
  /* line 20907, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link {
    position: relative;
  }
  /* line 20911, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -.75rem;
    border-right: 0.0625rem solid rgba(0, 34, 28, 0.1);
    height: 100%;
    content: '';
  }
}

@media (min-width: 1400px) {
  /* line 20923, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-toggler {
    order: 1;
  }
  /* line 20928, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-collapse {
    width: auto;
    order: 2;
  }
  /* line 20934, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-nav-wrap-secondary-content {
    order: 3;
  }
  /* line 20939, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-nav {
    align-items: center;
  }
  /* line 20944, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .nav-item:not(:last-child) {
    margin-right: .5rem;
  }
  /* line 20948, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .nav-item .nav-item {
    margin-right: 0;
  }
  /* line 20952, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .dropdown-menu[data-bs-popper] {
    margin-top: .5rem;
  }
  /* line 20956, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .dropdown-menu .hs-has-sub-menu .dropdown-menu {
    margin-top: -.6875rem;
    margin-left: .5rem;
  }
  /* line 20961, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper] {
    left: 100%;
  }
  /* line 20965, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .dropdown-menu .hs-has-sub-menu .dropdown-menu::before {
    top: 0;
    left: -1rem;
    width: 1rem;
    height: 100%;
  }
  /* line 20972, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl.navbar-end .navbar-nav {
    justify-content: flex-end;
    margin-left: auto;
  }
  /* line 20978, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl.navbar-end .navbar-absolute-top-scroller, .navbar-expand-xxl.navbar-end .navbar-sticky-top-scroller {
    margin-left: auto;
  }
  /* line 20982, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl.navbar-vertical {
    flex-flow: column;
    overflow-y: scroll;
    height: 100%;
    max-height: 100vh;
  }
  /* line 20990, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl.navbar-vertical::-webkit-scrollbar {
    width: .6125rem;
  }
  /* line 20994, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl.navbar-vertical::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
  }
  /* line 20998, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl.navbar-vertical .navbar-collapse {
    width: 100%;
    display: block !important;
  }
  /* line 21003, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl.navbar-vertical .navbar-nav {
    display: block;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 21011, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .hs-position-right-fix {
    right: 25%;
    left: auto;
  }
  /* line 21016, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-dropdown-menu-promo {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 21023, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-dropdown-menu-promo-item {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
  }
  /* line 21032, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link {
    position: relative;
  }
  /* line 21036, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -.75rem;
    border-right: 0.0625rem solid rgba(0, 34, 28, 0.1);
    height: 100%;
    content: '';
  }
}

/* line 21047, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-toggler {
  order: 1;
}

/* line 21052, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-collapse {
  width: auto;
  order: 2;
}

/* line 21058, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-nav-wrap-secondary-content {
  order: 3;
}

/* line 21063, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-nav {
  align-items: center;
}

/* line 21068, app/assets/stylesheets/space-theme.scss */
.navbar-expand .nav-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 21072, app/assets/stylesheets/space-theme.scss */
.navbar-expand .nav-item .nav-item {
  margin-right: 0;
}

/* line 21076, app/assets/stylesheets/space-theme.scss */
.navbar-expand .dropdown-menu[data-bs-popper] {
  margin-top: .5rem;
}

/* line 21080, app/assets/stylesheets/space-theme.scss */
.navbar-expand .dropdown-menu .hs-has-sub-menu .dropdown-menu {
  margin-top: -.6875rem;
  margin-left: .5rem;
}

/* line 21085, app/assets/stylesheets/space-theme.scss */
.navbar-expand .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper] {
  left: 100%;
}

/* line 21089, app/assets/stylesheets/space-theme.scss */
.navbar-expand .dropdown-menu .hs-has-sub-menu .dropdown-menu::before {
  top: 0;
  left: -1rem;
  width: 1rem;
  height: 100%;
}

/* line 21096, app/assets/stylesheets/space-theme.scss */
.navbar-expand.navbar-end .navbar-nav {
  justify-content: flex-end;
  margin-left: auto;
}

/* line 21102, app/assets/stylesheets/space-theme.scss */
.navbar-expand.navbar-end .navbar-absolute-top-scroller, .navbar-expand.navbar-end .navbar-sticky-top-scroller {
  margin-left: auto;
}

/* line 21106, app/assets/stylesheets/space-theme.scss */
.navbar-expand.navbar-vertical {
  flex-flow: column;
  overflow-y: scroll;
  height: 100%;
  max-height: 100vh;
}

/* line 21114, app/assets/stylesheets/space-theme.scss */
.navbar-expand.navbar-vertical::-webkit-scrollbar {
  width: .6125rem;
}

/* line 21118, app/assets/stylesheets/space-theme.scss */
.navbar-expand.navbar-vertical::-webkit-scrollbar-thumb {
  background-color: rgba(189, 197, 209, 0.6);
}

/* line 21122, app/assets/stylesheets/space-theme.scss */
.navbar-expand.navbar-vertical .navbar-collapse {
  width: 100%;
  display: block !important;
}

/* line 21127, app/assets/stylesheets/space-theme.scss */
.navbar-expand.navbar-vertical .navbar-nav {
  display: block;
  flex-direction: column;
  align-items: flex-start;
}

/* line 21135, app/assets/stylesheets/space-theme.scss */
.navbar-expand .hs-position-right-fix {
  right: 25%;
  left: auto;
}

/* line 21140, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-dropdown-menu-promo {
  display: flex;
  flex-flow: row wrap;
}

/* line 21147, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-dropdown-menu-promo-item {
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
}

/* line 21156, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link {
  position: relative;
}

/* line 21160, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -.75rem;
  border-right: 0.0625rem solid rgba(0, 34, 28, 0.1);
  height: 100%;
  content: '';
}

/* line 21170, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-nav-wrap-secondary-content {
  margin-left: auto;
}

/* line 21174, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-nav-wrap-secondary-content ~ .navbar-toggler {
  margin-left: .5rem;
}

/* line 21178, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-collapse {
  background-color: #fff;
}

/* line 21182, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-nav {
  padding: 1rem 1rem;
}

/* line 21186, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .nav-subtitle {
  padding: .5rem 0;
}

/* line 21190, app/assets/stylesheets/space-theme.scss */
.navbar-expand .nav-divider {
  width: 100%;
  height: .0625rem;
  border-left: none;
  border-top: 0.1rem solid rgba(0, 34, 28, 0.1);
  margin: .5rem 0;
}

/* line 21198, app/assets/stylesheets/space-theme.scss */
.navbar-expand .hs-mega-menu {
  max-width: 100% !important;
  min-width: 100% !important;
}

/* line 21203, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: 0.0625rem solid rgba(0, 34, 28, 0.1);
  margin-top: 0;
}

/* line 21209, app/assets/stylesheets/space-theme.scss */
.navbar-expand.navbar-dark .navbar-nav {
  background-color: #005c45;
}

/* line 21213, app/assets/stylesheets/space-theme.scss */
.navbar-expand.navbar-vertical .navbar-nav {
  padding: 0;
}

/* line 21217, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after {
  top: -.375rem;
}

/* line 21221, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item {
  position: relative;
}

/* line 21225, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after {
  position: absolute;
  bottom: -.375rem;
  right: 0;
  border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
  width: 100%;
  content: '';
}

/* line 21234, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after {
  border-top-width: 0;
}

/* line 21238, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-absolute-top-inner {
  background-color: #fff;
}

@media (max-width: 575.98px) {
  /* line 21243, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-nav-wrap-secondary-content {
    margin-left: auto;
  }
  /* line 21247, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-nav-wrap-secondary-content ~ .navbar-toggler {
    margin-left: .5rem;
  }
  /* line 21251, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-collapse {
    background-color: #fff;
  }
  /* line 21255, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-nav {
    padding: 1rem 1rem;
  }
  /* line 21259, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .nav-subtitle {
    padding: .5rem 0;
  }
  /* line 21263, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .nav-divider {
    width: 100%;
    height: .0625rem;
    border-left: none;
    border-top: 0.1rem solid rgba(0, 34, 28, 0.1);
    margin: .5rem 0;
  }
  /* line 21271, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .hs-mega-menu {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  /* line 21276, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 0.0625rem solid rgba(0, 34, 28, 0.1);
    margin-top: 0;
  }
  /* line 21282, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm.navbar-dark .navbar-nav {
    background-color: #005c45;
  }
  /* line 21286, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm.navbar-vertical .navbar-nav {
    padding: 0;
  }
  /* line 21290, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after {
    top: -.375rem;
  }
  /* line 21294, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item {
    position: relative;
  }
  /* line 21298, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after {
    position: absolute;
    bottom: -.375rem;
    right: 0;
    border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
    width: 100%;
    content: '';
  }
  /* line 21307, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after {
    border-top-width: 0;
  }
  /* line 21311, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-sm .navbar-absolute-top-inner {
    background-color: #fff;
  }
}

@media (max-width: 767.98px) {
  /* line 21317, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-nav-wrap-secondary-content {
    margin-left: auto;
  }
  /* line 21321, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-nav-wrap-secondary-content ~ .navbar-toggler {
    margin-left: .5rem;
  }
  /* line 21325, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-collapse {
    background-color: #fff;
  }
  /* line 21329, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-nav {
    padding: 1rem 1rem;
  }
  /* line 21333, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .nav-subtitle {
    padding: .5rem 0;
  }
  /* line 21337, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .nav-divider {
    width: 100%;
    height: .0625rem;
    border-left: none;
    border-top: 0.1rem solid rgba(0, 34, 28, 0.1);
    margin: .5rem 0;
  }
  /* line 21345, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .hs-mega-menu {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  /* line 21350, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 0.0625rem solid rgba(0, 34, 28, 0.1);
    margin-top: 0;
  }
  /* line 21356, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md.navbar-dark .navbar-nav {
    background-color: #005c45;
  }
  /* line 21360, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md.navbar-vertical .navbar-nav {
    padding: 0;
  }
  /* line 21364, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after {
    top: -.375rem;
  }
  /* line 21368, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item {
    position: relative;
  }
  /* line 21372, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after {
    position: absolute;
    bottom: -.375rem;
    right: 0;
    border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
    width: 100%;
    content: '';
  }
  /* line 21381, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after {
    border-top-width: 0;
  }
  /* line 21385, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-md .navbar-absolute-top-inner {
    background-color: #fff;
  }
}

@media (max-width: 991.98px) {
  /* line 21391, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-nav-wrap-secondary-content {
    margin-left: auto;
  }
  /* line 21395, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-nav-wrap-secondary-content ~ .navbar-toggler {
    margin-left: .5rem;
  }
  /* line 21399, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-collapse {
    background-color: #fff;
  }
  /* line 21403, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-nav {
    padding: 1rem 1rem;
  }
  /* line 21407, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .nav-subtitle {
    padding: .5rem 0;
  }
  /* line 21411, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .nav-divider {
    width: 100%;
    height: .0625rem;
    border-left: none;
    border-top: 0.1rem solid rgba(0, 34, 28, 0.1);
    margin: .5rem 0;
  }
  /* line 21419, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .hs-mega-menu {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  /* line 21424, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 0.0625rem solid rgba(0, 34, 28, 0.1);
    margin-top: 0;
  }
  /* line 21430, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg.navbar-dark .navbar-nav {
    background-color: #005c45;
  }
  /* line 21434, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg.navbar-vertical .navbar-nav {
    padding: 0;
  }
  /* line 21438, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after {
    top: -.375rem;
  }
  /* line 21442, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item {
    position: relative;
  }
  /* line 21446, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after {
    position: absolute;
    bottom: -.375rem;
    right: 0;
    border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
    width: 100%;
    content: '';
  }
  /* line 21455, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after {
    border-top-width: 0;
  }
  /* line 21459, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-lg .navbar-absolute-top-inner {
    background-color: #fff;
  }
}

@media (max-width: 1199.98px) {
  /* line 21465, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-nav-wrap-secondary-content {
    margin-left: auto;
  }
  /* line 21469, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-nav-wrap-secondary-content ~ .navbar-toggler {
    margin-left: .5rem;
  }
  /* line 21473, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-collapse {
    background-color: #fff;
  }
  /* line 21477, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-nav {
    padding: 1rem 1rem;
  }
  /* line 21481, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .nav-subtitle {
    padding: .5rem 0;
  }
  /* line 21485, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .nav-divider {
    width: 100%;
    height: .0625rem;
    border-left: none;
    border-top: 0.1rem solid rgba(0, 34, 28, 0.1);
    margin: .5rem 0;
  }
  /* line 21493, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .hs-mega-menu {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  /* line 21498, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 0.0625rem solid rgba(0, 34, 28, 0.1);
    margin-top: 0;
  }
  /* line 21504, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl.navbar-dark .navbar-nav {
    background-color: #005c45;
  }
  /* line 21508, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl.navbar-vertical .navbar-nav {
    padding: 0;
  }
  /* line 21512, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after {
    top: -.375rem;
  }
  /* line 21516, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item {
    position: relative;
  }
  /* line 21520, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after {
    position: absolute;
    bottom: -.375rem;
    right: 0;
    border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
    width: 100%;
    content: '';
  }
  /* line 21529, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after {
    border-top-width: 0;
  }
  /* line 21533, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xl .navbar-absolute-top-inner {
    background-color: #fff;
  }
}

@media (max-width: 1399.98px) {
  /* line 21539, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-nav-wrap-secondary-content {
    margin-left: auto;
  }
  /* line 21543, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-nav-wrap-secondary-content ~ .navbar-toggler {
    margin-left: .5rem;
  }
  /* line 21547, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-collapse {
    background-color: #fff;
  }
  /* line 21551, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-nav {
    padding: 1rem 1rem;
  }
  /* line 21555, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-nav .nav-link, .navbar-expand-xxl .navbar-nav .nav-subtitle {
    padding: .5rem 0;
  }
  /* line 21559, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .nav-divider {
    width: 100%;
    height: .0625rem;
    border-left: none;
    border-top: 0.1rem solid rgba(0, 34, 28, 0.1);
    margin: .5rem 0;
  }
  /* line 21567, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .hs-mega-menu {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  /* line 21572, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 0.0625rem solid rgba(0, 34, 28, 0.1);
    margin-top: 0;
  }
  /* line 21578, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl.navbar-dark .navbar-nav {
    background-color: #005c45;
  }
  /* line 21582, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl.navbar-vertical .navbar-nav {
    padding: 0;
  }
  /* line 21586, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after {
    top: -.375rem;
  }
  /* line 21590, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item {
    position: relative;
  }
  /* line 21594, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after {
    position: absolute;
    bottom: -.375rem;
    right: 0;
    border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
    width: 100%;
    content: '';
  }
  /* line 21603, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after {
    border-top-width: 0;
  }
  /* line 21607, app/assets/stylesheets/space-theme.scss */
  .navbar-expand-xxl .navbar-absolute-top-inner {
    background-color: #fff;
  }
}

/* line 21612, app/assets/stylesheets/space-theme.scss */
.navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .nav-subtitle {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 21617, app/assets/stylesheets/space-theme.scss */
.navbar-sidebar-aside-content {
  padding-left: .75rem;
  padding-right: .75rem;
}

@media (min-width: 576px) {
  /* line 21623, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-sm .navbar-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 17rem;
    padding: 0;
  }
  /* line 21632, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-sm .navbar-sidebar .navbar-collapse {
    width: 100%;
  }
  /* line 21636, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-sm .navbar-sidebar .navbar-brand-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 17rem;
    height: 5rem;
    background-color: #fff;
    z-index: 99;
    padding: 1.25rem 1.5rem;
    border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 21648, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-sm .navbar-sidebar .navbar-brand {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
  }
  /* line 21658, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-sm .navbar-sidebar .navbar-nav {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 21663, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-sm .navbar-sidebar .navbar-sidebar-aside-body {
    padding-top: 6.25rem;
  }
  /* line 21667, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-sm .navbar-sidebar-aside-content {
    margin-left: 17rem;
  }
}

@media (min-width: 768px) {
  /* line 21673, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-md .navbar-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 17rem;
    padding: 0;
  }
  /* line 21682, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-md .navbar-sidebar .navbar-collapse {
    width: 100%;
  }
  /* line 21686, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-md .navbar-sidebar .navbar-brand-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 17rem;
    height: 5rem;
    background-color: #fff;
    z-index: 99;
    padding: 1.25rem 1.5rem;
    border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 21698, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-md .navbar-sidebar .navbar-brand {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
  }
  /* line 21708, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-md .navbar-sidebar .navbar-nav {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 21713, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-md .navbar-sidebar .navbar-sidebar-aside-body {
    padding-top: 6.25rem;
  }
  /* line 21717, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-md .navbar-sidebar-aside-content {
    margin-left: 17rem;
  }
}

@media (min-width: 992px) {
  /* line 21723, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-lg .navbar-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 17rem;
    padding: 0;
  }
  /* line 21732, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-lg .navbar-sidebar .navbar-collapse {
    width: 100%;
  }
  /* line 21736, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-lg .navbar-sidebar .navbar-brand-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 17rem;
    height: 5rem;
    background-color: #fff;
    z-index: 99;
    padding: 1.25rem 1.5rem;
    border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 21748, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-lg .navbar-sidebar .navbar-brand {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
  }
  /* line 21758, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-lg .navbar-sidebar .navbar-nav {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 21763, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-lg .navbar-sidebar .navbar-sidebar-aside-body {
    padding-top: 6.25rem;
  }
  /* line 21767, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-lg .navbar-sidebar-aside-content {
    margin-left: 17rem;
  }
}

@media (min-width: 1200px) {
  /* line 21773, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xl .navbar-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 17rem;
    padding: 0;
  }
  /* line 21782, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xl .navbar-sidebar .navbar-collapse {
    width: 100%;
  }
  /* line 21786, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xl .navbar-sidebar .navbar-brand-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 17rem;
    height: 5rem;
    background-color: #fff;
    z-index: 99;
    padding: 1.25rem 1.5rem;
    border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 21798, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xl .navbar-sidebar .navbar-brand {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
  }
  /* line 21808, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xl .navbar-sidebar .navbar-nav {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 21813, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xl .navbar-sidebar .navbar-sidebar-aside-body {
    padding-top: 6.25rem;
  }
  /* line 21817, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xl .navbar-sidebar-aside-content {
    margin-left: 17rem;
  }
}

@media (min-width: 1400px) {
  /* line 21823, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xxl .navbar-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 17rem;
    padding: 0;
  }
  /* line 21832, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xxl .navbar-sidebar .navbar-collapse {
    width: 100%;
  }
  /* line 21836, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xxl .navbar-sidebar .navbar-brand-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 17rem;
    height: 5rem;
    background-color: #fff;
    z-index: 99;
    padding: 1.25rem 1.5rem;
    border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
  }
  /* line 21848, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xxl .navbar-sidebar .navbar-brand {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
  }
  /* line 21858, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xxl .navbar-sidebar .navbar-nav {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 21863, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xxl .navbar-sidebar .navbar-sidebar-aside-body {
    padding-top: 6.25rem;
  }
  /* line 21867, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xxl .navbar-sidebar-aside-content {
    margin-left: 17rem;
  }
}

/* line 21872, app/assets/stylesheets/space-theme.scss */
.navbar-sidebar-aside .navbar-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 17rem;
  padding: 0;
}

/* line 21881, app/assets/stylesheets/space-theme.scss */
.navbar-sidebar-aside .navbar-sidebar .navbar-collapse {
  width: 100%;
}

/* line 21885, app/assets/stylesheets/space-theme.scss */
.navbar-sidebar-aside .navbar-sidebar .navbar-brand-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 17rem;
  height: 5rem;
  background-color: #fff;
  z-index: 99;
  padding: 1.25rem 1.5rem;
  border-bottom: 0.0625rem solid rgba(0, 34, 28, 0.1);
}

/* line 21897, app/assets/stylesheets/space-theme.scss */
.navbar-sidebar-aside .navbar-sidebar .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
}

/* line 21907, app/assets/stylesheets/space-theme.scss */
.navbar-sidebar-aside .navbar-sidebar .navbar-nav {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 21912, app/assets/stylesheets/space-theme.scss */
.navbar-sidebar-aside .navbar-sidebar .navbar-sidebar-aside-body {
  padding-top: 6.25rem;
}

/* line 21916, app/assets/stylesheets/space-theme.scss */
.navbar-sidebar-aside .navbar-sidebar-aside-content {
  margin-left: 17rem;
}

/* line 21920, app/assets/stylesheets/space-theme.scss */
.navbar-sidebar-aside .navbar-sidebar .navbar-brand, .navbar-sidebar-aside .navbar-sidebar .navbar-brand-badge {
  display: none;
}

/* line 21924, app/assets/stylesheets/space-theme.scss */
.navbar-sidebar-aside .nav-segment {
  margin: 1.25rem 1.5rem;
}

@media (max-width: 575.98px) {
  /* line 21929, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-sm .navbar-sidebar .navbar-brand, .navbar-sidebar-aside-sm .navbar-sidebar .navbar-brand-badge {
    display: none;
  }
  /* line 21933, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-sm .nav-segment {
    margin: 1.25rem 1.5rem;
  }
}

@media (max-width: 767.98px) {
  /* line 21939, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-md .navbar-sidebar .navbar-brand, .navbar-sidebar-aside-md .navbar-sidebar .navbar-brand-badge {
    display: none;
  }
  /* line 21943, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-md .nav-segment {
    margin: 1.25rem 1.5rem;
  }
}

@media (max-width: 991.98px) {
  /* line 21949, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-lg .navbar-sidebar .navbar-brand, .navbar-sidebar-aside-lg .navbar-sidebar .navbar-brand-badge {
    display: none;
  }
  /* line 21953, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-lg .nav-segment {
    margin: 1.25rem 1.5rem;
  }
}

@media (max-width: 1199.98px) {
  /* line 21959, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xl .navbar-sidebar .navbar-brand, .navbar-sidebar-aside-xl .navbar-sidebar .navbar-brand-badge {
    display: none;
  }
  /* line 21963, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xl .nav-segment {
    margin: 1.25rem 1.5rem;
  }
}

@media (max-width: 1399.98px) {
  /* line 21969, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xxl .navbar-sidebar .navbar-brand, .navbar-sidebar-aside-xxl .navbar-sidebar .navbar-brand-badge {
    display: none;
  }
  /* line 21973, app/assets/stylesheets/space-theme.scss */
  .navbar-sidebar-aside-xxl .nav-segment {
    margin: 1.25rem 1.5rem;
  }
}

/* line 21978, app/assets/stylesheets/space-theme.scss */
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: #51596c;
}

/* line 21982, app/assets/stylesheets/space-theme.scss */
.navbar-light .navbar-toggler {
  color: #51596c;
  border-color: rgba(0, 34, 28, 0.1);
}

/* line 21987, app/assets/stylesheets/space-theme.scss */
.navbar-light .navbar-nav .nav-link {
  color: #51596c;
}

/* line 21991, app/assets/stylesheets/space-theme.scss */
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #008060;
}

/* line 21995, app/assets/stylesheets/space-theme.scss */
.navbar-dark .navbar-nav .nav-item:hover .nav-link, .navbar-dark .navbar-nav .nav-item:hover .nav-link:focus, .navbar-dark .navbar-nav .nav-item:hover .nav-link:hover {
  color: #fff;
}

/* line 21999, app/assets/stylesheets/space-theme.scss */
.navbar-dark .nav-link.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='rgba(255, 255, 255, 0.55)' xmlns='http://www.w3.org/2000/svg'><path d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/></svg>");
}

/* line 22003, app/assets/stylesheets/space-theme.scss */
.navbar-dark .nav-divider {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 22007, app/assets/stylesheets/space-theme.scss */
.navbar-invisible {
  display: none;
}

/* line 22011, app/assets/stylesheets/space-theme.scss */
.navbar-moved-up {
  transform: translate3d(0, -100%, 0);
}

/* line 22016, app/assets/stylesheets/space-theme.scss */
.navbar-faded {
  opacity: 0;
  visibility: hidden;
}

/* line 22021, app/assets/stylesheets/space-theme.scss */
.navbar-section-hidden {
  position: relative;
}

/* line 22025, app/assets/stylesheets/space-theme.scss */
.navbar[data-hs-header-options*=fixMoment] {
  transition: .3s ease;
}

/* line 22029, app/assets/stylesheets/space-theme.scss */
.navbar.navbar-untransitioned {
  transition: none;
}

/* line 22033, app/assets/stylesheets/space-theme.scss */
.navbar.navbar-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}

/* line 22041, app/assets/stylesheets/space-theme.scss */
.navbar.navbar-scrolled .navbar-topbar {
  display: none;
}

/* line 22045, app/assets/stylesheets/space-theme.scss */
.navbar-fix-top {
  position: fixed;
}

/* line 22049, app/assets/stylesheets/space-theme.scss */
.navbar.navbar-fix-top[data-hs-header-options*=effectCompensation] {
  transition: none;
}

/* line 22053, app/assets/stylesheets/space-theme.scss */
.popover {
  box-shadow: 0 0.6125rem 2.5rem 0.6125rem rgba(140, 152, 164, 0.175);
}

/* line 22057, app/assets/stylesheets/space-theme.scss */
.popover-header {
  font-size: 1.125rem;
  font-weight: 500;
}

/* line 22062, app/assets/stylesheets/space-theme.scss */
.progress-vertical {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  background-color: #e7eaf3;
  width: .5rem;
  height: 12.5rem;
}

/* line 22074, app/assets/stylesheets/space-theme.scss */
.shape-container {
  position: relative;
}

/* line 22078, app/assets/stylesheets/space-theme.scss */
.shape[class*=text-] > svg [fill]:not([fill=none]) {
  fill: currentColor !important;
}

/* line 22082, app/assets/stylesheets/space-theme.scss */
.shape {
  position: absolute;
  z-index: -1;
}

/* line 22087, app/assets/stylesheets/space-theme.scss */
.shape-top {
  top: 0;
  left: 0;
  right: 0;
}

/* line 22093, app/assets/stylesheets/space-theme.scss */
.shape-top > svg {
  width: 100%;
  height: auto;
  margin-bottom: -1px;
  transform-origin: bottom center;
}

/* line 22101, app/assets/stylesheets/space-theme.scss */
.shape-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 22107, app/assets/stylesheets/space-theme.scss */
.shape-bottom > svg {
  width: 100%;
  height: auto;
  margin-bottom: -1px;
  transform-origin: top center;
}

/* line 22115, app/assets/stylesheets/space-theme.scss */
.step {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-right: calc(1.5rem / -2);
  margin-left: calc(1.5rem / -2);
}

/* line 22127, app/assets/stylesheets/space-theme.scss */
.step.step-dashed .step-icon::after {
  border-left-style: dashed;
}

/* line 22131, app/assets/stylesheets/space-theme.scss */
.step-icon-border {
  border: 0.125rem solid rgba(0, 34, 28, 0.1);
}

/* line 22135, app/assets/stylesheets/space-theme.scss */
.step-title {
  display: block;
  color: #00221c;
  font-weight: 500;
}

/* line 22141, app/assets/stylesheets/space-theme.scss */
.step-text:last-child {
  color: #51596c;
  margin-bottom: 0;
}

/* line 22146, app/assets/stylesheets/space-theme.scss */
.step-border-last-0 .step-item:last-child .step-icon::after {
  display: none;
}

/* line 22150, app/assets/stylesheets/space-theme.scss */
.step .step-item {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  margin-bottom: 2.25rem;
}

/* line 22165, app/assets/stylesheets/space-theme.scss */
.step-item-between .step-item:last-child {
  flex: 0 0 auto;
  width: auto;
}

/* line 22171, app/assets/stylesheets/space-theme.scss */
.step .step-content-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}

/* line 22178, app/assets/stylesheets/space-theme.scss */
.step .step-content {
  flex: 1;
}

/* line 22183, app/assets/stylesheets/space-theme.scss */
.step-item.collapse:not(.show) {
  display: none;
}

/* line 22187, app/assets/stylesheets/space-theme.scss */
.step-item .step-title-description {
  display: none;
}

/* line 22191, app/assets/stylesheets/space-theme.scss */
.step-item.focus .step-title-description {
  display: block;
}

/* line 22195, app/assets/stylesheets/space-theme.scss */
.step .step-avatar {
  font-size: 1rem;
  font-weight: 500;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  margin-right: 1rem;
}

/* line 22204, app/assets/stylesheets/space-theme.scss */
.step .step-avatar-img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

/* line 22210, app/assets/stylesheets/space-theme.scss */
.step .step-avatar::after {
  position: absolute;
  top: 3.625rem;
  left: 1.4375rem;
  height: calc(100% - 2.125rem);
  border-left: 0.125rem solid rgba(0, 34, 28, 0.1);
  content: "";
}

/* line 22219, app/assets/stylesheets/space-theme.scss */
.step-avatar-xs .step-avatar, .step-avatar-xs.step-avatar {
  font-size: .75rem;
  width: 1.75rem;
  height: 1.75rem;
}

/* line 22225, app/assets/stylesheets/space-theme.scss */
.step-avatar-xs .step-avatar::after, .step-avatar-xs.step-avatar::after {
  top: 2.5rem;
  left: .8125rem;
  width: 1.625rem;
  height: calc(100% - 1rem);
}

/* line 22232, app/assets/stylesheets/space-theme.scss */
.step-avatar-xs .step-divider::after {
  left: .875rem;
}

/* line 22236, app/assets/stylesheets/space-theme.scss */
.step-avatar-sm .step-avatar, .step-avatar-sm.step-avatar {
  font-size: .8125rem;
  width: 2.3125rem;
  height: 2.3125rem;
}

/* line 22242, app/assets/stylesheets/space-theme.scss */
.step-avatar-sm .step-avatar::after, .step-avatar-sm.step-avatar::after {
  top: 3.0625rem;
  left: 1.09375rem;
  width: 1.625rem;
  height: calc(100% - 1.5625rem);
}

/* line 22249, app/assets/stylesheets/space-theme.scss */
.step-avatar-sm .step-divider::after {
  left: 1.15625rem;
}

/* line 22253, app/assets/stylesheets/space-theme.scss */
.step-avatar-lg .step-avatar, .step-avatar-lg.step-avatar {
  font-size: 1.125rem;
  width: 5.5rem;
  height: 5.5rem;
}

/* line 22259, app/assets/stylesheets/space-theme.scss */
.step-avatar-lg .step-avatar::after, .step-avatar-lg.step-avatar::after {
  top: 6.25rem;
  left: 2.6875rem;
  width: 1.625rem;
  height: calc(100% - 4.75rem);
}

/* line 22266, app/assets/stylesheets/space-theme.scss */
.step-avatar-lg .step-divider::after {
  left: 2.75rem;
}

/* line 22270, app/assets/stylesheets/space-theme.scss */
.step-divider {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  height: 1rem;
  font-weight: 500;
}

/* line 22280, app/assets/stylesheets/space-theme.scss */
.step-divider::after {
  position: absolute;
  top: 1.75rem;
  left: 1.4375rem;
  height: calc(100% - .25rem);
  border-left: 0.125rem solid rgba(0, 34, 28, 0.1);
  content: "";
}

/* line 22289, app/assets/stylesheets/space-theme.scss */
.step .step-icon {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  margin-right: 1rem;
}

/* line 22306, app/assets/stylesheets/space-theme.scss */
.step .step-icon::after {
  position: absolute;
  top: 3.625rem;
  left: 1.4375rem;
  height: calc(100% - 2.125rem);
  border-left: 0.125rem solid rgba(0, 34, 28, 0.1);
  content: "";
}

/* line 22315, app/assets/stylesheets/space-theme.scss */
.step .step-icon-pseudo::before {
  display: block;
  width: .25rem;
  height: .25rem;
  background-color: #97a4af;
  border-radius: 50%;
  content: "";
}

/* line 22324, app/assets/stylesheets/space-theme.scss */
.step-icon-xs .step-icon, .step-icon-xs.step-icon {
  font-size: .75rem;
  width: 1.75rem;
  height: 1.75rem;
}

/* line 22330, app/assets/stylesheets/space-theme.scss */
.step-icon-xs .step-icon::after, .step-icon-xs.step-icon::after {
  top: 2.5rem;
  left: .8125rem;
  width: 1.625rem;
  height: calc(100% - 1rem);
}

/* line 22337, app/assets/stylesheets/space-theme.scss */
.step-icon-xs .step-divider::after {
  left: .875rem;
}

/* line 22341, app/assets/stylesheets/space-theme.scss */
.step-icon-sm .step-icon, .step-icon-sm.step-icon {
  font-size: .8125rem;
  width: 2.3125rem;
  height: 2.3125rem;
}

/* line 22347, app/assets/stylesheets/space-theme.scss */
.step-icon-sm .step-icon::after, .step-icon-sm.step-icon::after {
  top: 3.0625rem;
  left: 1.09375rem;
  width: 1.625rem;
  height: calc(100% - 1.5625rem);
}

/* line 22354, app/assets/stylesheets/space-theme.scss */
.step-icon-sm .step-divider::after {
  left: 1.15625rem;
}

/* line 22358, app/assets/stylesheets/space-theme.scss */
.step-icon-lg .step-icon, .step-icon-lg.step-icon {
  font-size: 1.125rem;
  width: 5.5rem;
  height: 5.5rem;
}

/* line 22364, app/assets/stylesheets/space-theme.scss */
.step-icon-lg .step-icon::after, .step-icon-lg.step-icon::after {
  top: 6.25rem;
  left: 2.6875rem;
  width: 1.625rem;
  height: calc(100% - 4.75rem);
}

/* line 22371, app/assets/stylesheets/space-theme.scss */
.step-icon-lg .step-divider::after {
  left: 2.75rem;
}

@media (min-width: 576px) {
  /* line 22376, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  /* line 22381, app/assets/stylesheets/space-theme.scss */
  .step-sm .step-item {
    flex-grow: 1;
    flex: 1;
    margin-bottom: 0;
  }
  /* line 22389, app/assets/stylesheets/space-theme.scss */
  .step-sm:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  /* line 22393, app/assets/stylesheets/space-theme.scss */
  .step-sm .step-icon {
    margin-bottom: 1rem;
  }
  /* line 22397, app/assets/stylesheets/space-theme.scss */
  .step-sm .step-icon::after {
    top: 1.4375rem;
    left: 4.375rem;
    width: calc(100% - 4.375rem);
    height: 1.625rem;
    border-top: 0.125rem solid rgba(0, 34, 28, 0.1);
    border-left: none;
  }
  /* line 22406, app/assets/stylesheets/space-theme.scss */
  .step-sm .step-icon.step-icon-xs::after, .step-sm.step-icon-xs .step-icon::after {
    top: .875rem;
    left: 3.25rem;
    width: calc(100% - 3.25rem);
  }
  /* line 22412, app/assets/stylesheets/space-theme.scss */
  .step-sm .step-icon.step-icon-sm::after, .step-sm.step-icon-sm .step-icon::after {
    top: 1.15625rem;
    left: 3.8125rem;
    width: calc(100% - 3.8125rem);
  }
  /* line 22418, app/assets/stylesheets/space-theme.scss */
  .step-sm .step-icon.step-icon-lg::after, .step-sm.step-icon-lg .step-icon::after {
    top: 2.75rem;
    left: 7rem;
    width: calc(100% - 7rem);
  }
}

@media (min-width: 768px) {
  /* line 22426, app/assets/stylesheets/space-theme.scss */
  .step-md.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  /* line 22431, app/assets/stylesheets/space-theme.scss */
  .step-md .step-item {
    flex-grow: 1;
    flex: 1;
    margin-bottom: 0;
  }
  /* line 22439, app/assets/stylesheets/space-theme.scss */
  .step-md:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  /* line 22443, app/assets/stylesheets/space-theme.scss */
  .step-md .step-icon {
    margin-bottom: 1rem;
  }
  /* line 22447, app/assets/stylesheets/space-theme.scss */
  .step-md .step-icon::after {
    top: 1.4375rem;
    left: 4.375rem;
    width: calc(100% - 4.375rem);
    height: 1.625rem;
    border-top: 0.125rem solid rgba(0, 34, 28, 0.1);
    border-left: none;
  }
  /* line 22456, app/assets/stylesheets/space-theme.scss */
  .step-md .step-icon.step-icon-xs::after, .step-md.step-icon-xs .step-icon::after {
    top: .875rem;
    left: 3.25rem;
    width: calc(100% - 3.25rem);
  }
  /* line 22462, app/assets/stylesheets/space-theme.scss */
  .step-md .step-icon.step-icon-sm::after, .step-md.step-icon-sm .step-icon::after {
    top: 1.15625rem;
    left: 3.8125rem;
    width: calc(100% - 3.8125rem);
  }
  /* line 22468, app/assets/stylesheets/space-theme.scss */
  .step-md .step-icon.step-icon-lg::after, .step-md.step-icon-lg .step-icon::after {
    top: 2.75rem;
    left: 7rem;
    width: calc(100% - 7rem);
  }
}

@media (min-width: 992px) {
  /* line 22476, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  /* line 22481, app/assets/stylesheets/space-theme.scss */
  .step-lg .step-item {
    flex-grow: 1;
    flex: 1;
    margin-bottom: 0;
  }
  /* line 22489, app/assets/stylesheets/space-theme.scss */
  .step-lg:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  /* line 22493, app/assets/stylesheets/space-theme.scss */
  .step-lg .step-icon {
    margin-bottom: 1rem;
  }
  /* line 22497, app/assets/stylesheets/space-theme.scss */
  .step-lg .step-icon::after {
    top: 1.4375rem;
    left: 4.375rem;
    width: calc(100% - 4.375rem);
    height: 1.625rem;
    border-top: 0.125rem solid rgba(0, 34, 28, 0.1);
    border-left: none;
  }
  /* line 22506, app/assets/stylesheets/space-theme.scss */
  .step-lg .step-icon.step-icon-xs::after, .step-lg.step-icon-xs .step-icon::after {
    top: .875rem;
    left: 3.25rem;
    width: calc(100% - 3.25rem);
  }
  /* line 22512, app/assets/stylesheets/space-theme.scss */
  .step-lg .step-icon.step-icon-sm::after, .step-lg.step-icon-sm .step-icon::after {
    top: 1.15625rem;
    left: 3.8125rem;
    width: calc(100% - 3.8125rem);
  }
  /* line 22518, app/assets/stylesheets/space-theme.scss */
  .step-lg .step-icon.step-icon-lg::after, .step-lg.step-icon-lg .step-icon::after {
    top: 2.75rem;
    left: 7rem;
    width: calc(100% - 7rem);
  }
}

@media (min-width: 1200px) {
  /* line 22526, app/assets/stylesheets/space-theme.scss */
  .step-xl.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  /* line 22531, app/assets/stylesheets/space-theme.scss */
  .step-xl .step-item {
    flex-grow: 1;
    flex: 1;
    margin-bottom: 0;
  }
  /* line 22539, app/assets/stylesheets/space-theme.scss */
  .step-xl:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  /* line 22543, app/assets/stylesheets/space-theme.scss */
  .step-xl .step-icon {
    margin-bottom: 1rem;
  }
  /* line 22547, app/assets/stylesheets/space-theme.scss */
  .step-xl .step-icon::after {
    top: 1.4375rem;
    left: 4.375rem;
    width: calc(100% - 4.375rem);
    height: 1.625rem;
    border-top: 0.125rem solid rgba(0, 34, 28, 0.1);
    border-left: none;
  }
  /* line 22556, app/assets/stylesheets/space-theme.scss */
  .step-xl .step-icon.step-icon-xs::after, .step-xl.step-icon-xs .step-icon::after {
    top: .875rem;
    left: 3.25rem;
    width: calc(100% - 3.25rem);
  }
  /* line 22562, app/assets/stylesheets/space-theme.scss */
  .step-xl .step-icon.step-icon-sm::after, .step-xl.step-icon-sm .step-icon::after {
    top: 1.15625rem;
    left: 3.8125rem;
    width: calc(100% - 3.8125rem);
  }
  /* line 22568, app/assets/stylesheets/space-theme.scss */
  .step-xl .step-icon.step-icon-lg::after, .step-xl.step-icon-lg .step-icon::after {
    top: 2.75rem;
    left: 7rem;
    width: calc(100% - 7rem);
  }
}

@media (min-width: 576px) {
  /* line 22576, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-centered {
    text-align: center;
  }
  /* line 22580, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-centered .step-item:last-child .step-icon::after {
    display: none;
  }
  /* line 22584, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-centered .step-icon {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 22589, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-centered .step-icon::after {
    width: calc(100% - 4.375rem);
    left: calc(50% + 2.9375rem);
  }
  /* line 22594, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-centered .step-icon.step-icon-xs::after, .step-sm.step-centered.step-icon-xs .step-icon::after {
    width: calc(100% - 3.25rem);
    left: calc(50% + 2.375rem);
  }
  /* line 22599, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-centered .step-icon.step-icon-sm::after, .step-sm.step-centered.step-icon-sm .step-icon::after {
    width: calc(100% - 3.8125rem);
    left: calc(50% + 2.65625rem);
  }
  /* line 22604, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-centered .step-icon.step-icon-lg::after, .step-sm.step-centered.step-icon-lg .step-icon::after {
    width: calc(100% - 7rem);
    left: calc(50% + 4.25rem);
  }
}

@media (min-width: 768px) {
  /* line 22611, app/assets/stylesheets/space-theme.scss */
  .step-md.step-centered {
    text-align: center;
  }
  /* line 22615, app/assets/stylesheets/space-theme.scss */
  .step-md.step-centered .step-item:last-child .step-icon::after {
    display: none;
  }
  /* line 22619, app/assets/stylesheets/space-theme.scss */
  .step-md.step-centered .step-icon {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 22624, app/assets/stylesheets/space-theme.scss */
  .step-md.step-centered .step-icon::after {
    width: calc(100% - 4.375rem);
    left: calc(50% + 2.9375rem);
  }
  /* line 22629, app/assets/stylesheets/space-theme.scss */
  .step-md.step-centered .step-icon.step-icon-xs::after, .step-md.step-centered.step-icon-xs .step-icon::after {
    width: calc(100% - 3.25rem);
    left: calc(50% + 2.375rem);
  }
  /* line 22634, app/assets/stylesheets/space-theme.scss */
  .step-md.step-centered .step-icon.step-icon-sm::after, .step-md.step-centered.step-icon-sm .step-icon::after {
    width: calc(100% - 3.8125rem);
    left: calc(50% + 2.65625rem);
  }
  /* line 22639, app/assets/stylesheets/space-theme.scss */
  .step-md.step-centered .step-icon.step-icon-lg::after, .step-md.step-centered.step-icon-lg .step-icon::after {
    width: calc(100% - 7rem);
    left: calc(50% + 4.25rem);
  }
}

@media (min-width: 992px) {
  /* line 22646, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-centered {
    text-align: center;
  }
  /* line 22650, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-centered .step-item:last-child .step-icon::after {
    display: none;
  }
  /* line 22654, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-centered .step-icon {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 22659, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-centered .step-icon::after {
    width: calc(100% - 4.375rem);
    left: calc(50% + 2.9375rem);
  }
  /* line 22664, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-centered .step-icon.step-icon-xs::after, .step-lg.step-centered.step-icon-xs .step-icon::after {
    width: calc(100% - 3.25rem);
    left: calc(50% + 2.375rem);
  }
  /* line 22669, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-centered .step-icon.step-icon-sm::after, .step-lg.step-centered.step-icon-sm .step-icon::after {
    width: calc(100% - 3.8125rem);
    left: calc(50% + 2.65625rem);
  }
  /* line 22674, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-centered .step-icon.step-icon-lg::after, .step-lg.step-centered.step-icon-lg .step-icon::after {
    width: calc(100% - 7rem);
    left: calc(50% + 4.25rem);
  }
}

@media (min-width: 992px) {
  /* line 22681, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-centered {
    text-align: center;
  }
  /* line 22685, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-centered .step-item:last-child .step-icon::after {
    display: none;
  }
  /* line 22689, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-centered .step-icon {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 22694, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-centered .step-icon::after {
    width: calc(100% - 4.375rem);
    left: calc(50% + 2.9375rem);
  }
  /* line 22699, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-centered .step-icon.step-icon-xs::after, .step-lg.step-centered.step-icon-xs .step-icon::after {
    width: calc(100% - 3.25rem);
    left: calc(50% + 2.375rem);
  }
  /* line 22704, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-centered .step-icon.step-icon-sm::after, .step-lg.step-centered.step-icon-sm .step-icon::after {
    width: calc(100% - 3.8125rem);
    left: calc(50% + 2.65625rem);
  }
  /* line 22709, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-centered .step-icon.step-icon-lg::after, .step-lg.step-centered.step-icon-lg .step-icon::after {
    width: calc(100% - 7rem);
    left: calc(50% + 4.25rem);
  }
}

/* line 22715, app/assets/stylesheets/space-theme.scss */
.step .step-is-invalid-icon, .step .step-is-valid-icon {
  display: none;
}

/* line 22719, app/assets/stylesheets/space-theme.scss */
.step .active .step-icon, .step .active.is-valid .step-icon {
  color: #fff;
  background-color: #008060;
}

/* line 22724, app/assets/stylesheets/space-theme.scss */
.step .active .step-title, .step .active.is-valid .step-title {
  color: #008060;
}

/* line 22728, app/assets/stylesheets/space-theme.scss */
.step .is-valid .step-icon {
  color: #fff;
  background-color: #008060;
}

/* line 22733, app/assets/stylesheets/space-theme.scss */
.step .is-valid .step-title {
  color: #008060;
}

/* line 22737, app/assets/stylesheets/space-theme.scss */
.step .is-valid .step-is-valid-icon {
  display: inline-flex;
}

/* line 22742, app/assets/stylesheets/space-theme.scss */
.step .is-valid .step-is-default-icon, .step .is-valid .step-is-invalid-icon {
  display: none;
}

/* line 22746, app/assets/stylesheets/space-theme.scss */
.step .is-invalid .step-icon {
  color: #fff;
  background-color: #692340;
}

/* line 22751, app/assets/stylesheets/space-theme.scss */
.step .is-invalid .step-title {
  color: #692340;
}

/* line 22755, app/assets/stylesheets/space-theme.scss */
.step .is-invalid .step-is-invalid-icon {
  display: inline-flex;
}

/* line 22760, app/assets/stylesheets/space-theme.scss */
.step .is-invalid .step-is-default-icon, .step .is-invalid .step-is-valid-icon {
  display: none;
}

/* line 22764, app/assets/stylesheets/space-theme.scss */
.step-icon-primary {
  color: #fff;
  background-color: #008060;
}

/* line 22769, app/assets/stylesheets/space-theme.scss */
.step-icon-primary.step-icon-pseudo::before {
  background-color: #fff;
}

/* line 22773, app/assets/stylesheets/space-theme.scss */
.step-icon-secondary {
  color: #fff;
  background-color: #51596c;
}

/* line 22778, app/assets/stylesheets/space-theme.scss */
.step-icon-secondary.step-icon-pseudo::before {
  background-color: #fff;
}

/* line 22782, app/assets/stylesheets/space-theme.scss */
.step-icon-success {
  color: #fff;
  background-color: #077c76;
}

/* line 22787, app/assets/stylesheets/space-theme.scss */
.step-icon-success.step-icon-pseudo::before {
  background-color: #fff;
}

/* line 22791, app/assets/stylesheets/space-theme.scss */
.step-icon-info {
  color: #fff;
  background-color: #334ac0;
}

/* line 22796, app/assets/stylesheets/space-theme.scss */
.step-icon-info.step-icon-pseudo::before {
  background-color: #fff;
}

/* line 22800, app/assets/stylesheets/space-theme.scss */
.step-icon-warning {
  color: #000;
  background-color: #f1b980;
}

/* line 22805, app/assets/stylesheets/space-theme.scss */
.step-icon-warning.step-icon-pseudo::before {
  background-color: #000;
}

/* line 22809, app/assets/stylesheets/space-theme.scss */
.step-icon-danger {
  color: #fff;
  background-color: #692340;
}

/* line 22814, app/assets/stylesheets/space-theme.scss */
.step-icon-danger.step-icon-pseudo::before {
  background-color: #fff;
}

/* line 22818, app/assets/stylesheets/space-theme.scss */
.step-icon-light {
  color: #000;
  background-color: #f9fafc;
}

/* line 22823, app/assets/stylesheets/space-theme.scss */
.step-icon-light.step-icon-pseudo::before {
  background-color: #000;
}

/* line 22827, app/assets/stylesheets/space-theme.scss */
.step-icon-dark {
  color: #fff;
  background-color: #00221c;
}

/* line 22832, app/assets/stylesheets/space-theme.scss */
.step-icon-dark.step-icon-pseudo::before {
  background-color: #fff;
}

/* line 22836, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-primary {
  color: #008060;
  background-color: rgba(0, 128, 96, 0.1);
}

/* line 22841, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-primary.step-icon-pseudo::before {
  background-color: #008060;
}

/* line 22845, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-secondary {
  color: #51596c;
  background-color: rgba(81, 89, 108, 0.1);
}

/* line 22850, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-secondary.step-icon-pseudo::before {
  background-color: #51596c;
}

/* line 22854, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-success {
  color: #077c76;
  background-color: rgba(7, 124, 118, 0.1);
}

/* line 22859, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-success.step-icon-pseudo::before {
  background-color: #077c76;
}

/* line 22863, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-info {
  color: #334ac0;
  background-color: rgba(51, 74, 192, 0.1);
}

/* line 22868, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-info.step-icon-pseudo::before {
  background-color: #334ac0;
}

/* line 22872, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-warning {
  color: #f1b980;
  background-color: rgba(241, 185, 128, 0.1);
}

/* line 22877, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-warning.step-icon-pseudo::before {
  background-color: #f1b980;
}

/* line 22881, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-danger {
  color: #692340;
  background-color: rgba(105, 35, 64, 0.1);
}

/* line 22886, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-danger.step-icon-pseudo::before {
  background-color: #692340;
}

/* line 22890, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-light {
  color: #f9fafc;
  background-color: rgba(249, 250, 252, 0.1);
}

/* line 22895, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-light.step-icon-pseudo::before {
  background-color: #f9fafc;
}

/* line 22899, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-dark {
  color: #00221c;
  background-color: rgba(0, 34, 28, 0.1);
}

/* line 22904, app/assets/stylesheets/space-theme.scss */
.step-icon-soft-dark.step-icon-pseudo::before {
  background-color: #00221c;
}

/* line 22908, app/assets/stylesheets/space-theme.scss */
.step-inline .step-content-wrapper {
  align-items: center;
}

/* line 22913, app/assets/stylesheets/space-theme.scss */
.step-inline .step-item:last-child .step-title::after {
  display: none;
}

/* line 22917, app/assets/stylesheets/space-theme.scss */
.step-inline .step-title {
  display: inline-block;
}

@media (min-width: 576px) {
  /* line 22922, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-inline.step-dashed .step-title::after {
    border-top-style: dashed;
  }
  /* line 22926, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-inline .step-item {
    overflow: hidden;
  }
  /* line 22930, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-inline .step-icon {
    margin-bottom: 0;
  }
  /* line 22934, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-inline .step-icon::after {
    display: none;
  }
  /* line 22938, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-inline .step-title::after {
    position: absolute;
    top: 1.4375rem;
    width: 100%;
    height: 1.625rem;
    border-top: 0.125rem solid rgba(0, 34, 28, 0.1);
    margin-left: 1.5rem;
    content: "";
  }
  /* line 22948, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-inline .step-icon-xs + .step-content .step-title::after, .step-sm.step-inline.step-icon-xs .step-content .step-title::after {
    top: .875rem;
  }
  /* line 22952, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-inline .step-icon-sm + .step-content .step-title::after, .step-sm.step-inline.step-icon-sm .step-content .step-title::after {
    top: 1.15625rem;
  }
  /* line 22956, app/assets/stylesheets/space-theme.scss */
  .step-sm.step-inline .step-icon-lg + .step-content .step-title::after, .step-sm.step-inline.step-icon-lg .step-content .step-title::after {
    top: 2.75rem;
  }
}

@media (min-width: 768px) {
  /* line 22962, app/assets/stylesheets/space-theme.scss */
  .step-md.step-inline.step-dashed .step-title::after {
    border-top-style: dashed;
  }
  /* line 22966, app/assets/stylesheets/space-theme.scss */
  .step-md.step-inline .step-item {
    overflow: hidden;
  }
  /* line 22970, app/assets/stylesheets/space-theme.scss */
  .step-md.step-inline .step-icon {
    margin-bottom: 0;
  }
  /* line 22974, app/assets/stylesheets/space-theme.scss */
  .step-md.step-inline .step-icon::after {
    display: none;
  }
  /* line 22978, app/assets/stylesheets/space-theme.scss */
  .step-md.step-inline .step-title::after {
    position: absolute;
    top: 1.4375rem;
    width: 100%;
    height: 1.625rem;
    border-top: 0.125rem solid rgba(0, 34, 28, 0.1);
    margin-left: 1.5rem;
    content: "";
  }
  /* line 22988, app/assets/stylesheets/space-theme.scss */
  .step-md.step-inline .step-icon-xs + .step-content .step-title::after, .step-md.step-inline.step-icon-xs .step-content .step-title::after {
    top: .875rem;
  }
  /* line 22992, app/assets/stylesheets/space-theme.scss */
  .step-md.step-inline .step-icon-sm + .step-content .step-title::after, .step-md.step-inline.step-icon-sm .step-content .step-title::after {
    top: 1.15625rem;
  }
  /* line 22996, app/assets/stylesheets/space-theme.scss */
  .step-md.step-inline .step-icon-lg + .step-content .step-title::after, .step-md.step-inline.step-icon-lg .step-content .step-title::after {
    top: 2.75rem;
  }
}

@media (min-width: 992px) {
  /* line 23002, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-inline.step-dashed .step-title::after {
    border-top-style: dashed;
  }
  /* line 23006, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-inline .step-item {
    overflow: hidden;
  }
  /* line 23010, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-inline .step-icon {
    margin-bottom: 0;
  }
  /* line 23014, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-inline .step-icon::after {
    display: none;
  }
  /* line 23018, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-inline .step-title::after {
    position: absolute;
    top: 1.4375rem;
    width: 100%;
    height: 1.625rem;
    border-top: 0.125rem solid rgba(0, 34, 28, 0.1);
    margin-left: 1.5rem;
    content: "";
  }
  /* line 23028, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-inline .step-icon-xs + .step-content .step-title::after, .step-lg.step-inline.step-icon-xs .step-content .step-title::after {
    top: .875rem;
  }
  /* line 23032, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-inline .step-icon-sm + .step-content .step-title::after, .step-lg.step-inline.step-icon-sm .step-content .step-title::after {
    top: 1.15625rem;
  }
  /* line 23036, app/assets/stylesheets/space-theme.scss */
  .step-lg.step-inline .step-icon-lg + .step-content .step-title::after, .step-lg.step-inline.step-icon-lg .step-content .step-title::after {
    top: 2.75rem;
  }
}

@media (min-width: 1200px) {
  /* line 23042, app/assets/stylesheets/space-theme.scss */
  .step-xl.step-inline.step-dashed .step-title::after {
    border-top-style: dashed;
  }
  /* line 23046, app/assets/stylesheets/space-theme.scss */
  .step-xl.step-inline .step-item {
    overflow: hidden;
  }
  /* line 23050, app/assets/stylesheets/space-theme.scss */
  .step-xl.step-inline .step-icon {
    margin-bottom: 0;
  }
  /* line 23054, app/assets/stylesheets/space-theme.scss */
  .step-xl.step-inline .step-icon::after {
    display: none;
  }
  /* line 23058, app/assets/stylesheets/space-theme.scss */
  .step-xl.step-inline .step-title::after {
    position: absolute;
    top: 1.4375rem;
    width: 100%;
    height: 1.625rem;
    border-top: 0.125rem solid rgba(0, 34, 28, 0.1);
    margin-left: 1.5rem;
    content: "";
  }
  /* line 23068, app/assets/stylesheets/space-theme.scss */
  .step-xl.step-inline .step-icon-xs + .step-content .step-title::after, .step-xl.step-inline.step-icon-xs .step-content .step-title::after {
    top: .875rem;
  }
  /* line 23072, app/assets/stylesheets/space-theme.scss */
  .step-xl.step-inline .step-icon-sm + .step-content .step-title::after, .step-xl.step-inline.step-icon-sm .step-content .step-title::after {
    top: 1.15625rem;
  }
  /* line 23076, app/assets/stylesheets/space-theme.scss */
  .step-xl.step-inline .step-icon-lg + .step-content .step-title::after, .step-xl.step-inline.step-icon-lg .step-content .step-title::after {
    top: 2.75rem;
  }
}

@media (min-width: 576px) {
  /* line 23082, app/assets/stylesheets/space-theme.scss */
  .step-timeline-sm {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 23087, app/assets/stylesheets/space-theme.scss */
  .step-timeline-sm .step-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 50%;
  }
  /* line 23096, app/assets/stylesheets/space-theme.scss */
  .step-timeline-sm .step-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
    margin-right: 50%;
  }
  /* line 23104, app/assets/stylesheets/space-theme.scss */
  .step-timeline-sm .step-item:nth-child(even) .step-content-wrapper {
    flex-direction: row-reverse;
  }
  /* line 23109, app/assets/stylesheets/space-theme.scss */
  .step-timeline-sm .step-item:nth-child(even) .step-icon {
    margin-left: 0;
    margin-right: -1.4375rem;
  }
  /* line 23114, app/assets/stylesheets/space-theme.scss */
  .step-timeline-sm .step-item:nth-child(even) .step-icon-xs {
    margin-right: -.875rem;
  }
  /* line 23118, app/assets/stylesheets/space-theme.scss */
  .step-timeline-sm .step-item:nth-child(even) .step-icon-sm {
    margin-right: -1.15625rem;
  }
  /* line 23122, app/assets/stylesheets/space-theme.scss */
  .step-timeline-sm .step-item:nth-child(even) .step-icon-lg {
    margin-right: -2.75rem;
  }
  /* line 23126, app/assets/stylesheets/space-theme.scss */
  .step-timeline-sm .step-item:nth-child(even) .step-content {
    margin-right: 1.5rem;
  }
  /* line 23130, app/assets/stylesheets/space-theme.scss */
  .step-timeline-sm .step-icon {
    margin-left: -1.4375rem;
  }
  /* line 23134, app/assets/stylesheets/space-theme.scss */
  .step-timeline-sm .step-icon::after {
    left: auto;
    width: auto;
  }
  /* line 23139, app/assets/stylesheets/space-theme.scss */
  .step-timeline-sm .step-icon-xs {
    margin-left: -.875rem;
  }
  /* line 23143, app/assets/stylesheets/space-theme.scss */
  .step-timeline-sm .step-icon-sm {
    margin-left: -1.15625rem;
  }
  /* line 23147, app/assets/stylesheets/space-theme.scss */
  .step-timeline-sm .step-icon-lg {
    margin-left: -2.75rem;
  }
}

@media (min-width: 768px) {
  /* line 23153, app/assets/stylesheets/space-theme.scss */
  .step-timeline-md {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 23158, app/assets/stylesheets/space-theme.scss */
  .step-timeline-md .step-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 50%;
  }
  /* line 23167, app/assets/stylesheets/space-theme.scss */
  .step-timeline-md .step-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
    margin-right: 50%;
  }
  /* line 23175, app/assets/stylesheets/space-theme.scss */
  .step-timeline-md .step-item:nth-child(even) .step-content-wrapper {
    flex-direction: row-reverse;
  }
  /* line 23180, app/assets/stylesheets/space-theme.scss */
  .step-timeline-md .step-item:nth-child(even) .step-icon {
    margin-left: 0;
    margin-right: -1.4375rem;
  }
  /* line 23185, app/assets/stylesheets/space-theme.scss */
  .step-timeline-md .step-item:nth-child(even) .step-icon-xs {
    margin-right: -.875rem;
  }
  /* line 23189, app/assets/stylesheets/space-theme.scss */
  .step-timeline-md .step-item:nth-child(even) .step-icon-sm {
    margin-right: -1.15625rem;
  }
  /* line 23193, app/assets/stylesheets/space-theme.scss */
  .step-timeline-md .step-item:nth-child(even) .step-icon-lg {
    margin-right: -2.75rem;
  }
  /* line 23197, app/assets/stylesheets/space-theme.scss */
  .step-timeline-md .step-item:nth-child(even) .step-content {
    margin-right: 1.5rem;
  }
  /* line 23201, app/assets/stylesheets/space-theme.scss */
  .step-timeline-md .step-icon {
    margin-left: -1.4375rem;
  }
  /* line 23205, app/assets/stylesheets/space-theme.scss */
  .step-timeline-md .step-icon::after {
    left: auto;
    width: auto;
  }
  /* line 23210, app/assets/stylesheets/space-theme.scss */
  .step-timeline-md .step-icon-xs {
    margin-left: -.875rem;
  }
  /* line 23214, app/assets/stylesheets/space-theme.scss */
  .step-timeline-md .step-icon-sm {
    margin-left: -1.15625rem;
  }
  /* line 23218, app/assets/stylesheets/space-theme.scss */
  .step-timeline-md .step-icon-lg {
    margin-left: -2.75rem;
  }
}

@media (min-width: 992px) {
  /* line 23224, app/assets/stylesheets/space-theme.scss */
  .step-timeline-lg {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 23229, app/assets/stylesheets/space-theme.scss */
  .step-timeline-lg .step-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 50%;
  }
  /* line 23238, app/assets/stylesheets/space-theme.scss */
  .step-timeline-lg .step-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
    margin-right: 50%;
  }
  /* line 23246, app/assets/stylesheets/space-theme.scss */
  .step-timeline-lg .step-item:nth-child(even) .step-content-wrapper {
    flex-direction: row-reverse;
  }
  /* line 23251, app/assets/stylesheets/space-theme.scss */
  .step-timeline-lg .step-item:nth-child(even) .step-icon {
    margin-left: 0;
    margin-right: -1.4375rem;
  }
  /* line 23256, app/assets/stylesheets/space-theme.scss */
  .step-timeline-lg .step-item:nth-child(even) .step-icon-xs {
    margin-right: -.875rem;
  }
  /* line 23260, app/assets/stylesheets/space-theme.scss */
  .step-timeline-lg .step-item:nth-child(even) .step-icon-sm {
    margin-right: -1.15625rem;
  }
  /* line 23264, app/assets/stylesheets/space-theme.scss */
  .step-timeline-lg .step-item:nth-child(even) .step-icon-lg {
    margin-right: -2.75rem;
  }
  /* line 23268, app/assets/stylesheets/space-theme.scss */
  .step-timeline-lg .step-item:nth-child(even) .step-content {
    margin-right: 1.5rem;
  }
  /* line 23272, app/assets/stylesheets/space-theme.scss */
  .step-timeline-lg .step-icon {
    margin-left: -1.4375rem;
  }
  /* line 23276, app/assets/stylesheets/space-theme.scss */
  .step-timeline-lg .step-icon::after {
    left: auto;
    width: auto;
  }
  /* line 23281, app/assets/stylesheets/space-theme.scss */
  .step-timeline-lg .step-icon-xs {
    margin-left: -.875rem;
  }
  /* line 23285, app/assets/stylesheets/space-theme.scss */
  .step-timeline-lg .step-icon-sm {
    margin-left: -1.15625rem;
  }
  /* line 23289, app/assets/stylesheets/space-theme.scss */
  .step-timeline-lg .step-icon-lg {
    margin-left: -2.75rem;
  }
}

@media (min-width: 1200px) {
  /* line 23295, app/assets/stylesheets/space-theme.scss */
  .step-timeline-xl {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 23300, app/assets/stylesheets/space-theme.scss */
  .step-timeline-xl .step-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 50%;
  }
  /* line 23309, app/assets/stylesheets/space-theme.scss */
  .step-timeline-xl .step-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
    margin-right: 50%;
  }
  /* line 23317, app/assets/stylesheets/space-theme.scss */
  .step-timeline-xl .step-item:nth-child(even) .step-content-wrapper {
    flex-direction: row-reverse;
  }
  /* line 23322, app/assets/stylesheets/space-theme.scss */
  .step-timeline-xl .step-item:nth-child(even) .step-icon {
    margin-left: 0;
    margin-right: -1.4375rem;
  }
  /* line 23327, app/assets/stylesheets/space-theme.scss */
  .step-timeline-xl .step-item:nth-child(even) .step-icon-xs {
    margin-right: -.875rem;
  }
  /* line 23331, app/assets/stylesheets/space-theme.scss */
  .step-timeline-xl .step-item:nth-child(even) .step-icon-sm {
    margin-right: -1.15625rem;
  }
  /* line 23335, app/assets/stylesheets/space-theme.scss */
  .step-timeline-xl .step-item:nth-child(even) .step-icon-lg {
    margin-right: -2.75rem;
  }
  /* line 23339, app/assets/stylesheets/space-theme.scss */
  .step-timeline-xl .step-item:nth-child(even) .step-content {
    margin-right: 1.5rem;
  }
  /* line 23343, app/assets/stylesheets/space-theme.scss */
  .step-timeline-xl .step-icon {
    margin-left: -1.4375rem;
  }
  /* line 23347, app/assets/stylesheets/space-theme.scss */
  .step-timeline-xl .step-icon::after {
    left: auto;
    width: auto;
  }
  /* line 23352, app/assets/stylesheets/space-theme.scss */
  .step-timeline-xl .step-icon-xs {
    margin-left: -.875rem;
  }
  /* line 23356, app/assets/stylesheets/space-theme.scss */
  .step-timeline-xl .step-icon-sm {
    margin-left: -1.15625rem;
  }
  /* line 23360, app/assets/stylesheets/space-theme.scss */
  .step-timeline-xl .step-icon-lg {
    margin-left: -2.75rem;
  }
}

/* line 23365, app/assets/stylesheets/space-theme.scss */
.svg-icon {
  display: block;
}

/* line 23369, app/assets/stylesheets/space-theme.scss */
.svg-icon[class*=text-] > svg [fill]:not([fill=none]) {
  fill: currentColor !important;
}

/* line 23373, app/assets/stylesheets/space-theme.scss */
.svg-icon > svg {
  width: 3rem;
  height: 3rem;
}

/* line 23378, app/assets/stylesheets/space-theme.scss */
.svg-icon-xs > svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 23383, app/assets/stylesheets/space-theme.scss */
.svg-icon-sm > svg {
  width: 1.75rem;
  height: 1.75rem;
}

/* line 23388, app/assets/stylesheets/space-theme.scss */
.svg-icon-lg > svg {
  width: 4rem;
  height: 4rem;
}

/* line 23393, app/assets/stylesheets/space-theme.scss */
.toast-header .btn-close {
  margin-right: 0;
}

/* line 23397, app/assets/stylesheets/space-theme.scss */
.table th {
  font-weight: 400;
}

/* line 23401, app/assets/stylesheets/space-theme.scss */
.table tr {
  color: #00221c;
}

/* line 23405, app/assets/stylesheets/space-theme.scss */
.table thead th {
  color: #00221c;
  font-weight: 500;
}

/* line 23410, app/assets/stylesheets/space-theme.scss */
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: rgba(0, 34, 28, 0.1);
}

/* line 23414, app/assets/stylesheets/space-theme.scss */
.table > :not(caption) > :last-child > * {
  border-bottom-width: 0;
}

/* line 23418, app/assets/stylesheets/space-theme.scss */
.table .btn {
  white-space: nowrap;
}

/* line 23422, app/assets/stylesheets/space-theme.scss */
.table-nowrap td, .table-nowrap th {
  white-space: nowrap;
}

/* line 23426, app/assets/stylesheets/space-theme.scss */
.table-align-middle tbody tr, .table-align-middle td, .table-align-middle th {
  vertical-align: middle;
}

/* line 23430, app/assets/stylesheets/space-theme.scss */
.table-text-center, .table-text-center td, .table-text-center th {
  text-align: center;
}

/* line 23434, app/assets/stylesheets/space-theme.scss */
.table-text-end, .table-text-end td, .table-text-end th {
  text-align: right;
}

/* line 23438, app/assets/stylesheets/space-theme.scss */
.thead-light th {
  background-color: #f8fafd;
}

/* line 23442, app/assets/stylesheets/space-theme.scss */
.table-lg > :not(caption) > * > * {
  padding: 1rem 1.5rem;
}

/* line 23446, app/assets/stylesheets/space-theme.scss */
.bg-img-start {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/* line 23452, app/assets/stylesheets/space-theme.scss */
.bg-img-end {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

/* line 23458, app/assets/stylesheets/space-theme.scss */
.bg-img-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 23464, app/assets/stylesheets/space-theme.scss */
.lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* line 23473, app/assets/stylesheets/space-theme.scss */
.lines-container {
  position: relative;
  display: grid;
  height: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

/* line 23482, app/assets/stylesheets/space-theme.scss */
.lines-item {
  width: .0625rem;
  height: 100%;
  border-left: 0.0625rem solid rgba(0, 34, 28, 0.1);
}

/* line 23488, app/assets/stylesheets/space-theme.scss */
.lines-item:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 23494, app/assets/stylesheets/space-theme.scss */
.lines-light .lines-item {
  border-left-color: rgba(255, 255, 255, 0.1);
}

/* line 23498, app/assets/stylesheets/space-theme.scss */
.link {
  font-weight: 500;
}

/* line 23502, app/assets/stylesheets/space-theme.scss */
.link-primary:focus, .link-primary:hover {
  opacity: .7;
}

/* line 23506, app/assets/stylesheets/space-theme.scss */
.link-secondary:focus, .link-secondary:hover {
  opacity: .7;
}

/* line 23510, app/assets/stylesheets/space-theme.scss */
.link-success:focus, .link-success:hover {
  opacity: .7;
}

/* line 23514, app/assets/stylesheets/space-theme.scss */
.link-info:focus, .link-info:hover {
  opacity: .7;
}

/* line 23518, app/assets/stylesheets/space-theme.scss */
.link-warning:focus, .link-warning:hover {
  opacity: .7;
}

/* line 23522, app/assets/stylesheets/space-theme.scss */
.link-danger:focus, .link-danger:hover {
  opacity: .7;
}

/* line 23526, app/assets/stylesheets/space-theme.scss */
.link-light:focus, .link-light:hover {
  opacity: .7;
}

/* line 23530, app/assets/stylesheets/space-theme.scss */
.link-dark:focus, .link-dark:hover {
  opacity: .7;
}

/* line 23534, app/assets/stylesheets/space-theme.scss */
.link-sm {
  font-size: .875rem;
}

/* line 23538, app/assets/stylesheets/space-theme.scss */
.link-bordered {
  border-bottom: .125rem solid #008060;
}

/* line 23542, app/assets/stylesheets/space-theme.scss */
.link-bordered.link-primary {
  border-bottom-color: #008060;
}

/* line 23546, app/assets/stylesheets/space-theme.scss */
.link-bordered.link-secondary {
  border-bottom-color: #51596c;
}

/* line 23550, app/assets/stylesheets/space-theme.scss */
.link-bordered.link-success {
  border-bottom-color: #077c76;
}

/* line 23554, app/assets/stylesheets/space-theme.scss */
.link-bordered.link-info {
  border-bottom-color: #334ac0;
}

/* line 23558, app/assets/stylesheets/space-theme.scss */
.link-bordered.link-warning {
  border-bottom-color: #f1b980;
}

/* line 23562, app/assets/stylesheets/space-theme.scss */
.link-bordered.link-danger {
  border-bottom-color: #692340;
}

/* line 23566, app/assets/stylesheets/space-theme.scss */
.link-bordered.link-light {
  border-bottom-color: #f9fafc;
}

/* line 23570, app/assets/stylesheets/space-theme.scss */
.link-bordered.link-dark {
  border-bottom-color: #00221c;
}

/* line 23574, app/assets/stylesheets/space-theme.scss */
.link-collapse[aria-expanded=false] .link-collapse-default {
  display: inline-block;
}

/* line 23578, app/assets/stylesheets/space-theme.scss */
.link-collapse[aria-expanded=false] .link-collapse-active {
  display: none;
}

/* line 23582, app/assets/stylesheets/space-theme.scss */
.link-collapse[aria-expanded=true] .link-collapse-default {
  display: none;
}

/* line 23586, app/assets/stylesheets/space-theme.scss */
.link-collapse[aria-expanded=true] .link-collapse-active {
  display: inline-block;
}

/* line 23590, app/assets/stylesheets/space-theme.scss */
.text-cap {
  display: block;
  color: #00221c;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* line 23600, app/assets/stylesheets/space-theme.scss */
.text-dark {
  color: #00221c !important;
}

/* line 23604, app/assets/stylesheets/space-theme.scss */
.text-dark[href]:hover {
  color: #005c45 !important;
}

/* line 23608, app/assets/stylesheets/space-theme.scss */
.text-secondary[href]:hover {
  color: #005c45 !important;
}

/* line 23612, app/assets/stylesheets/space-theme.scss */
.text-body[href]:hover, .text-muted[href]:hover {
  color: #005c45 !important;
}

/* line 23616, app/assets/stylesheets/space-theme.scss */
a:hover .text-inherit {
  color: #005c45 !important;
}

/* line 23620, app/assets/stylesheets/space-theme.scss */
.lead {
  color: #223b41;
}

/* line 23624, app/assets/stylesheets/space-theme.scss */
.transform-0 {
  transform: translate(0, 0);
}

/* line 23629, app/assets/stylesheets/space-theme.scss */
.transform-y-5rem {
  transform: translateY(5rem);
}

@media (max-width: 767.98px) {
  /* line 23635, app/assets/stylesheets/space-theme.scss */
  .transform-y-5rem {
    transform: translateY(3rem);
  }
}

/* line 23641, app/assets/stylesheets/space-theme.scss */
.rotated-3d-left {
  transform: perspective(1140px) rotateX(7deg) rotateY(-17deg) rotateZ(4deg);
}

/* line 23646, app/assets/stylesheets/space-theme.scss */
.rotated-3d-right {
  transform: perspective(1140px) rotateX(7deg) rotateY(17deg) rotateZ(-4deg);
}

/* line 23651, app/assets/stylesheets/space-theme.scss */
.divider-start {
  display: flex;
  align-items: center;
  color: #8c98a4;
}

/* line 23659, app/assets/stylesheets/space-theme.scss */
.divider-start::after {
  flex: 1 1 0%;
  border-top: 0.0625rem solid rgba(0, 34, 28, 0.1);
  margin-top: .0625rem;
  content: '';
}

/* line 23667, app/assets/stylesheets/space-theme.scss */
.divider-start::after {
  margin-left: 1.5rem;
}

/* line 23671, app/assets/stylesheets/space-theme.scss */
.divider-end {
  display: flex;
  align-items: center;
  color: #8c98a4;
}

/* line 23679, app/assets/stylesheets/space-theme.scss */
.divider-end::before {
  flex: 1 1 0%;
  border-top: 0.0625rem solid rgba(0, 34, 28, 0.1);
  margin-top: .0625rem;
  content: '';
}

/* line 23687, app/assets/stylesheets/space-theme.scss */
.divider-end::before {
  margin-right: 1.5rem;
}

/* line 23691, app/assets/stylesheets/space-theme.scss */
.divider-center {
  display: flex;
  align-items: center;
  color: #8c98a4;
}

/* line 23699, app/assets/stylesheets/space-theme.scss */
.divider-center::after, .divider-center::before {
  flex: 1 1 0%;
  border-top: 0.0625rem solid rgba(0, 34, 28, 0.1);
  margin-top: .0625rem;
  content: '';
}

/* line 23707, app/assets/stylesheets/space-theme.scss */
.divider-center::before {
  margin-right: 1.5rem;
}

/* line 23711, app/assets/stylesheets/space-theme.scss */
.divider-center::after {
  margin-left: 1.5rem;
}

/* line 23715, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal {
  position: relative;
}

/* line 23719, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .nav {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  white-space: nowrap;
  scroll-behavior: smooth;
}

/* line 23728, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .nav .nav-item {
  white-space: nowrap;
}

/* line 23732, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .nav .nav-link {
  white-space: normal;
}

/* line 23736, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .nav::-webkit-scrollbar {
  display: none;
}

/* line 23740, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .nav-tabs {
  padding-bottom: .1875rem;
}

/* line 23744, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next, .hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev {
  position: absolute;
  height: 100%;
  z-index: 1;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

/* line 23755, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-link {
  width: 2.875rem;
  color: #51596c;
}

/* line 23760, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-link:hover {
  color: #005c45;
}

/* line 23764, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev {
  left: 0;
  margin-left: -.125rem;
  background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 100%);
}

/* line 23770, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev .hs-nav-scroller-arrow-link {
  padding: .5rem 0;
}

/* line 23774, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next {
  right: 0;
  margin-right: -.125rem;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 50%);
}

/* line 23780, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next .hs-nav-scroller-arrow-link {
  padding: .5rem 0;
  text-align: right;
}

/* line 23785, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-next .hs-nav-scroller-arrow-link, .hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-prev .hs-nav-scroller-arrow-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 23789, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-next .hs-nav-scroller-arrow-link:hover, .hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-prev .hs-nav-scroller-arrow-link:hover {
  color: #fff;
}

/* line 23793, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-prev {
  background-image: linear-gradient(to right, #00221c 50%, rgba(255, 255, 255, 0) 100%);
}

/* line 23797, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-next {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #00221c 50%);
}

/* line 23801, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-vertical {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

/* line 23807, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-vertical::-webkit-scrollbar {
  width: .6125rem;
}

/* line 23811, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-vertical::-webkit-scrollbar-thumb {
  background-color: rgba(189, 197, 209, 0.6);
}

/* line 23815, app/assets/stylesheets/space-theme.scss */
.hs-nav-scroller-unfold {
  position: static;
}

/* line 23819, app/assets/stylesheets/space-theme.scss */
.fancybox-custom .fancybox-slide.animated {
  display: block;
  opacity: 0;
  z-index: 0;
}

/* line 23825, app/assets/stylesheets/space-theme.scss */
.fancybox-custom .fancybox-slide.animated.fancybox-slide--current {
  opacity: 1;
  z-index: 1;
}

/* line 23830, app/assets/stylesheets/space-theme.scss */
.fancybox-custom .fancybox-content {
  background-color: transparent;
}

/* line 23834, app/assets/stylesheets/space-theme.scss */
.fancybox-custom .fancybox-bg {
  background-color: #223b41;
}

/* line 23838, app/assets/stylesheets/space-theme.scss */
.fancybox-custom .fancybox-button svg {
  margin-bottom: 0;
}

/* line 23842, app/assets/stylesheets/space-theme.scss */
.fancybox-custom .fancybox-progress {
  background-color: #008060;
}

/* line 23846, app/assets/stylesheets/space-theme.scss */
.fancybox-blur aside, .fancybox-blur footer, .fancybox-blur header, .fancybox-blur main {
  filter: blur(30px);
}

/* line 23851, app/assets/stylesheets/space-theme.scss */
.swiper {
  width: 100%;
  height: 100%;
}

/* line 23856, app/assets/stylesheets/space-theme.scss */
.swiper-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 1;
}

/* line 23872, app/assets/stylesheets/space-theme.scss */
.swiper-button-next, .swiper-button-prev {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  color: #677788;
  width: 2.875rem;
  height: 2.875rem;
  background-color: #fff;
  box-shadow: 0 0.1875rem 0.4375rem 0 rgba(140, 152, 164, 0.4);
  border-radius: 50%;
  transition: all .2s ease-in-out;
}

/* line 23890, app/assets/stylesheets/space-theme.scss */
.swiper-button-next:after, .swiper-button-prev:after {
  width: 1rem;
  height: 1rem;
  font-family: inherit;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  content: '';
}

/* line 23900, app/assets/stylesheets/space-theme.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .5;
  box-shadow: none;
}

/* line 23905, app/assets/stylesheets/space-theme.scss */
.swiper-button-next:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23677788'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 23909, app/assets/stylesheets/space-theme.scss */
.swiper-button-next:hover:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23008060'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 23913, app/assets/stylesheets/space-theme.scss */
.swiper-button-prev:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23677788'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 23917, app/assets/stylesheets/space-theme.scss */
.swiper-button-prev:hover:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23008060'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 23921, app/assets/stylesheets/space-theme.scss */
.swiper-pagination {
  position: static;
  width: 100% !important;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* line 23931, app/assets/stylesheets/space-theme.scss */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 0;
  transform: translateX(0);
}

/* line 23937, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  transform: translateX(0);
}

/* line 23942, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .25rem;
}

/* line 23946, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  border: .0625rem solid transparent;
  background-color: transparent;
  transition: .2s;
}

/* line 23956, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-bullet::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: .25rem;
  height: .25rem;
  background-color: #bdc5d1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: .2s;
  content: '';
}

/* line 23970, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-bullet:hover {
  border-color: rgba(0, 128, 96, 0.5);
}

/* line 23974, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-bullet:hover::before {
  background-color: rgba(0, 128, 96, 0.5);
}

/* line 23978, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-bullet-active, .swiper-pagination-bullet-active:hover {
  border-color: #008060;
}

/* line 23982, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-bullet-active::before, .swiper-pagination-bullet-active:hover::before {
  background-color: #008060;
}

/* line 23986, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-light .swiper-pagination-bullet::before {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 23990, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-light .swiper-pagination-bullet:hover {
  border-color: #fff;
}

/* line 23994, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-light .swiper-pagination-bullet:hover::before {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 23998, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-light .swiper-pagination-bullet-active, .swiper-pagination-light .swiper-pagination-bullet-active:hover {
  border-color: #fff;
}

/* line 24002, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-light .swiper-pagination-bullet-active::before, .swiper-pagination-light .swiper-pagination-bullet-active:hover::before {
  background-color: #fff;
}

/* line 24006, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-progress {
  cursor: pointer;
}

/* line 24010, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-progress-body {
  position: relative;
  display: block;
  width: 100%;
  height: .25rem;
  background-color: rgba(0, 34, 28, 0.25);
}

/* line 24018, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-progress-body-helper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #008060;
  transition: none;
}

/* line 24029, app/assets/stylesheets/space-theme.scss */
.swiper-slide-thumb-active .swiper-pagination-progress-body-helper {
  transition-property: width;
  transition-timing-function: linear;
  width: 100%;
}

/* line 24035, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-progress-light .swiper-pagination-progress-body {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 24039, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-progress-light .swiper-pagination-progress-body-helper {
  background-color: #fff;
}

/* line 24043, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-progressbar {
  background-color: rgba(0, 34, 28, 0.25);
}

/* line 24047, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #008060;
}

/* line 24051, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-fraction {
  display: block;
  letter-spacing: .125rem;
}

/* line 24056, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-fraction .swiper-pagination-current {
  font-size: 4rem;
  line-height: 4rem;
}

/* line 24061, app/assets/stylesheets/space-theme.scss */
.swiper-thumbs {
  box-sizing: border-box;
}

/* line 24065, app/assets/stylesheets/space-theme.scss */
.swiper-thumbs .swiper-slide {
  cursor: pointer;
  opacity: .4;
}

/* line 24070, app/assets/stylesheets/space-theme.scss */
.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/* line 24074, app/assets/stylesheets/space-theme.scss */
.swiper-equal-height .swiper-wrapper {
  display: flex;
}

/* line 24079, app/assets/stylesheets/space-theme.scss */
.swiper-equal-height .swiper-slide {
  display: flex;
  height: auto;
}

/* line 24085, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  position: absolute;
  width: auto !important;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
}

/* line 24095, app/assets/stylesheets/space-theme.scss */
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: .25rem 0;
}

/* line 4, app/assets/stylesheets/application.scss */
.no-link {
  color: #fff;
  text-decoration: none;
}

/* line 9, app/assets/stylesheets/application.scss */
.no-link:hover {
  color: #fff;
}

/* line 13, app/assets/stylesheets/application.scss */
.right-0 {
  right: 0 !important;
}

/* line 18, app/assets/stylesheets/application.scss */
.calendar_table .skip {
  background-color: rgba(0, 189, 142, 0.1);
}

/* line 21, app/assets/stylesheets/application.scss */
.calendar_table .firstLunar {
  color: #ff9999;
}

/* line 24, app/assets/stylesheets/application.scss */
.calendar_table .currentDay {
  background-color: #00de8e;
}

/* line 27, app/assets/stylesheets/application.scss */
.calendar_table .golden_day_mark {
  background: #f58293;
  margin: 8px 3px;
  height: 5px;
  width: 5px;
  border-radius: 100%;
}

/* line 34, app/assets/stylesheets/application.scss */
.calendar_table .black_day_mark {
  background: #999;
  margin: 8px 3px;
  height: 5px;
  width: 5px;
  border-radius: 100%;
}

/* line 41, app/assets/stylesheets/application.scss */
.calendar_table .calHeader {
  color: #fff;
  background-color: #008060;
  border-left: 1px solid #006160;
  border-right: 1px solid #006160;
  border-bottom: 1px solid #006160;
}

/* line 48, app/assets/stylesheets/application.scss */
.calendar_table thead tr th {
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  padding: 6px;
  color: white;
  background-color: #008060;
  border-left: 1px solid #006160;
  border-right: 1px solid #006160;
  border-bottom: 1px solid #006160;
}

/* line 59, app/assets/stylesheets/application.scss */
.calendar_table tbody tr td {
  padding: 15px;
  border: 1px solid #006160;
}

@media (max-width: 576px) {
  /* line 67, app/assets/stylesheets/application.scss */
  .calendar_table tbody tr td {
    padding: 5px;
  }
  /* line 71, app/assets/stylesheets/application.scss */
  .fs-header {
    font-size: 1.2rem;
  }
}

/* line 75, app/assets/stylesheets/application.scss */
.borderless-top-cell {
  border-top: 1px solid Transparent !important;
}

/* line 80, app/assets/stylesheets/application.scss */
.calendar_insight .header {
  color: #fff;
  background-color: #008060;
  border-color: #008060;
}

/* line 85, app/assets/stylesheets/application.scss */
.calendar_insight .departure_time {
  width: 30%;
}

/* line 90, app/assets/stylesheets/application.scss */
.text_shadow_white {
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

/* line 93, app/assets/stylesheets/application.scss */
.text_shadow_white_2 {
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

/* line 97, app/assets/stylesheets/application.scss */
.calendar_summary_header {
  border: 1px solid rgba(0, 34, 28, 0.1);
  background-image: url(/assets/calendar_blur_background-58cb10c2204e64abcefc17b52773320a323f616cb2121e997d28de9e106315a3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 103, app/assets/stylesheets/application.scss */
.calendar_summary_header .solar_day {
  color: #FF8700;
  font-size: calc(100px + 8vw);
}

/* line 107, app/assets/stylesheets/application.scss */
.calendar_summary_header .solar_month {
  color: #cc6d00;
  fill: #cc6d00;
}

/* line 111, app/assets/stylesheets/application.scss */
.calendar_summary_header .solar_day_of_week {
  color: #FF8700;
}

/* line 114, app/assets/stylesheets/application.scss */
.calendar_summary_header .quote_of_day {
  color: white;
}

/* line 118, app/assets/stylesheets/application.scss */
.calendar_summary_header .lunar_summary .lunar_summary_text {
  color: #703f3f;
}

/* line 121, app/assets/stylesheets/application.scss */
.calendar_summary_header .lunar_summary .lunar_summary_header {
  color: #117b11;
}

/* line 124, app/assets/stylesheets/application.scss */
.calendar_summary_header .lunar_summary .lunar_summary_day_month {
  height: 50px;
}

/* line 128, app/assets/stylesheets/application.scss */
.calendar_summary_header .next_day {
  fill: #FF8700;
  background-color: #00806088;
  border-radius: 3px;
}

/* line 135, app/assets/stylesheets/application.scss */
.calendar_summary_footer {
  border: 1px solid rgba(0, 34, 28, 0.1);
}

/* line 137, app/assets/stylesheets/application.scss */
.calendar_summary_footer .lunar_day {
  color: #FF8700;
  line-height: 0.8;
  font-size: calc(20px + 4vw);
}

/* line 142, app/assets/stylesheets/application.scss */
.calendar_summary_footer .lunar_month {
  color: #e67a00;
}

/* line 145, app/assets/stylesheets/application.scss */
.calendar_summary_footer .golder_day {
  color: #f58293;
}

/* line 148, app/assets/stylesheets/application.scss */
.calendar_summary_footer .black_day {
  color: #999;
}

/* line 151, app/assets/stylesheets/application.scss */
.calendar_summary_footer p {
  margin-bottom: 0.5rem !important;
}

/* line 156, app/assets/stylesheets/application.scss */
#digital_clock_widget {
  border: 1px solid rgba(0, 34, 28, 0.1);
  background-image: url(/assets/sidebar/bg-alarm-eb02ee6ddccf409e432694c973b524390f010119ad7c2054ac0e1c33027d2944.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  height: 66px;
  position: relative;
  text-decoration: none;
  width: 107px;
  left: 30%;
}

/* line 171, app/assets/stylesheets/application.scss */
#digital_clock_widget #clk_hm {
  position: absolute;
  text-shadow: 1px 1px 1px #000;
  font-size: 26px;
  font-weight: 400;
  left: 9px;
  line-height: 26px;
  text-align: center;
  top: 17px;
  width: 67px;
}

/* line 183, app/assets/stylesheets/application.scss */
#digital_clock_widget #clk_s {
  position: absolute;
  text-shadow: 1px 1px 1px #000;
  font-size: 15px;
  right: 8px;
  top: 24px;
}

/* line 193, app/assets/stylesheets/application.scss */
#calendar_widget {
  background: url(/assets/sidebar/bg-calendar-33ec91d7b5ba4ca4a4ac76c4dce8b54193aeaf591dac65e5f06871c2273a0a50.png) 0 0 no-repeat;
  color: #fff;
  height: 97px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: 99px;
  position: relative;
  left: 35%;
}

/* line 204, app/assets/stylesheets/application.scss */
#calendar_widget #cal_y {
  font-size: 14px;
  position: absolute;
  text-shadow: 1px 1px 1px #333;
  top: 18px;
  right: 21px;
}

/* line 211, app/assets/stylesheets/application.scss */
#calendar_widget #cal_m {
  font-size: 14px;
  position: absolute;
  text-shadow: 1px 1px 1px #333;
  top: 18px;
  left: 9px;
}

/* line 218, app/assets/stylesheets/application.scss */
#calendar_widget #cal_d {
  color: #1e2022;
  position: absolute;
  right: 18px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  width: 77px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  top: 32px;
}

/* line 230, app/assets/stylesheets/application.scss */
#calendar_widget #cal_w {
  font-size: 18px;
  top: 65px;
  color: #1e2022;
  position: absolute;
  right: 18px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  width: 77px;
}

/* line 243, app/assets/stylesheets/application.scss */
.title-lunar-page-container {
  width: 100%;
  float: left;
  position: relative;
  border-top: solid 3px #e0e0e0;
  padding: 15px 0;
}

/* line 249, app/assets/stylesheets/application.scss */
.title-lunar-page-container .title-lunar-page {
  border-left: solid 4px #008060;
  padding-left: 10px;
  font-size: calc(1.2625rem + .15vw) !important;
}

/* line 256, app/assets/stylesheets/application.scss */
.green_divider_header {
  border-left: solid 4px #008060;
  padding-left: 10px;
}

/* line 261, app/assets/stylesheets/application.scss */
.text-highlight {
  color: #ed4c78;
}

/* line 265, app/assets/stylesheets/application.scss */
.related-link-item {
  padding: 8px 0;
  font-weight: 400;
  padding-left: 15px;
  border-bottom: dashed 1px #ccc;
}

/* line 271, app/assets/stylesheets/application.scss */
.related-link-item ::before {
  content: '▪ ';
  font-size: 1.2em;
  color: gray;
}

/* line 278, app/assets/stylesheets/application.scss */
.icon-button {
  border: none;
  background-color: transparent;
}

/* line 283, app/assets/stylesheets/application.scss */
.toc-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 291, app/assets/stylesheets/application.scss */
.toc-group .toc-item {
  position: relative;
  display: block;
}

/* line 295, app/assets/stylesheets/application.scss */
.toc-group .toc-item a.toc-link {
  color: #1e2022;
}

/* line 299, app/assets/stylesheets/application.scss */
.toc-group .toc-item a.toc-link:hover {
  color: #0052ea;
}

/* line 303, app/assets/stylesheets/application.scss */
.toc-group .toc-item .toc-link-h2 {
  padding-left: 0;
  font-weight: bold;
}

/* line 308, app/assets/stylesheets/application.scss */
.toc-group .toc-item .toc-link-h3 {
  padding-left: 20px;
}

/* line 312, app/assets/stylesheets/application.scss */
.toc-group .toc-item .toc-link-h4 {
  padding-left: 40px;
}

/* line 316, app/assets/stylesheets/application.scss */
.toc-group .toc-item .toc-link-h5 {
  padding-left: 60px;
}

/* line 320, app/assets/stylesheets/application.scss */
.toc-group .toc-item .toc-link-h6 {
  padding-left: 80px;
}

/* line 326, app/assets/stylesheets/application.scss */
.post {
  color: black;
}

/* line 328, app/assets/stylesheets/application.scss */
.post img {
  max-width: 100% !important;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* line 335, app/assets/stylesheets/application.scss */
.post table {
  width: 100% !important;
}

/* line 339, app/assets/stylesheets/application.scss */
.post figure.media {
  justify-content: center;
}

/* line 343, app/assets/stylesheets/application.scss */
.post figure.image {
  text-align: center;
}

/* line 347, app/assets/stylesheets/application.scss */
.post .textview {
  overflow: hidden;
}

/* line 351, app/assets/stylesheets/application.scss */
.post .contentedit {
  margin: 8px 0 8px 0;
  padding: 12px;
  border: 1px solid #faa61a;
}

/* line 357, app/assets/stylesheets/application.scss */
.post h2, .post h3, .post h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1e2022;
}

/* line 365, app/assets/stylesheets/application.scss */
.post h2 {
  margin-top: 1rem;
}

/* line 369, app/assets/stylesheets/application.scss */
.post h2 {
  font-size: 1.3rem;
}

/* line 373, app/assets/stylesheets/application.scss */
.post h3 {
  font-size: 1.2rem;
}

/* line 377, app/assets/stylesheets/application.scss */
.post h4 {
  font-size: 1.1rem;
}

/* line 381, app/assets/stylesheets/application.scss */
.post h5 {
  font-size: 1rem;
}

/* line 385, app/assets/stylesheets/application.scss */
.post blockquote {
  border: 1px solid #377dff;
  border-left: 5px solid #377dff;
  border-radius: 0;
  background: #fafafa;
  font-size: 18px;
  margin: 10px;
  padding: 10px 20px;
}

/* line 395, app/assets/stylesheets/application.scss */
.post blockquote p {
  margin: 0;
  line-height: 30px;
}

/* line 400, app/assets/stylesheets/application.scss */
.post blockquote .small {
  display: block;
  font-size: 80%;
  color: brown;
  text-align: right;
}

/* line 408, app/assets/stylesheets/application.scss */
.very-small {
  font-size: 0.75rem !important;
}

/* line 413, app/assets/stylesheets/application.scss */
.tags .tag-item {
  text-align: center;
  display: block;
  padding: 0.75rem 1rem;
  margin-bottom: 2rem;
  border: 1px solid #eee;
}

/* line 421, app/assets/stylesheets/application.scss */
.tags .tag-item:hover {
  text-decoration: none;
  background: #f1f1f1;
}

/* line 427, app/assets/stylesheets/application.scss */
.table-la-so {
  position: relative;
  width: 748px;
  border-collapse: collapse;
  background-color: #f1ece3;
}

/* line 434, app/assets/stylesheets/application.scss */
.table-la-so::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border: 2px solid #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 446, app/assets/stylesheets/application.scss */
.list-suggest-item {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

/* line 452, app/assets/stylesheets/application.scss */
.table-la-so > tbody {
  width: 100%;
}

/* line 456, app/assets/stylesheets/application.scss */
.cung {
  position: relative;
  width: 25%;
  height: 250px;
  padding: 0;
  vertical-align: unset;
  z-index: 1;
}

/* line 464, app/assets/stylesheets/application.scss */
.cung .view-cung-top {
  display: flex;
  justify-content: space-between;
  padding: 8px 5px 0 5px;
}

/* line 469, app/assets/stylesheets/application.scss */
.cung .view-cung-top .text-sao-chinh-tinh {
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0 !important;
}

/* line 475, app/assets/stylesheets/application.scss */
.cung .view-cung-top .txt-tiny-bold {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -.39px;
}

/* line 484, app/assets/stylesheets/application.scss */
.cung::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 497, app/assets/stylesheets/application.scss */
.cung-view {
  width: 100%;
  height: 250px;
  position: absolute;
}

/* line 503, app/assets/stylesheets/application.scss */
.cung-view-hover {
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* line 509, app/assets/stylesheets/application.scss */
.none-cung-view-hover {
  background-color: #fff !important;
  border-bottom: 2px solid #000;
  opacity: .3;
}

/* line 515, app/assets/stylesheets/application.scss */
.thien-ban {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 14px;
  position: relative;
  z-index: 0;
}

/* line 524, app/assets/stylesheets/application.scss */
.thien-ban::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 537, app/assets/stylesheets/application.scss */
.view-thien-ban {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 543, app/assets/stylesheets/application.scss */
.thien-ban-top {
  width: 80%;
  text-align: center;
}

/* line 548, app/assets/stylesheets/application.scss */
.title-la-so-thien-ban {
  font-size: 29px;
  letter-spacing: normal;
  line-height: 31px;
}

/* line 554, app/assets/stylesheets/application.scss */
.td-title-thien-ban {
  display: flex;
  align-items: flex-start;
  width: 100px;
  margin-top: 3px;
}

/* line 561, app/assets/stylesheets/application.scss */
.td-info-thien-ban {
  display: flex;
  align-items: flex-start;
}

/* line 566, app/assets/stylesheets/application.scss */
.logo-dia-ban {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}
