
.__nuxt-error-page {
  padding: 1rem;
  background: #F7F8FB;
  color: #47494E;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 100 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.__nuxt-error-page .error {
  max-width: 450px;
}
.__nuxt-error-page .title {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #47494E;
  margin-bottom: 8px;
}
.__nuxt-error-page .description {
  color: #7F828B;
  line-height: 21px;
  margin-bottom: 10px;
}
.__nuxt-error-page a {
  color: #7F828B !important;
  text-decoration: none;
}
.__nuxt-error-page .logo {
  position: fixed;
  left: 12px;
  bottom: 12px;
}


@charset "UTF-8";
/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #403A60;
  --secondary: #DC582A;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --inbox: #4c92b1;
  --marketing: #77C5D5;
  --projects: #403A60;
  --templates: #9EA2A2;
  --reports: #DC582A;
  --status-new: #77C5D5;
  --status-active: #28a745;
  --status-review: #ffc107;
  --status-closed: #dc3545;
  --status-working: #dc3545;
  --status-completed: #28a745;
  --status-rejected: #9EA2A2;
  --status-on-market: #28a745;
  --status-off-market: #dc3545;
  --status-off-market-willing-to-sell: #495057;
  --strata: #00448F;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: figtree, asap, arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*,
*::before,
*::after {
  box-sizing: border-box; }
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }
body {
  margin: 0;
  font-family: figtree, asap, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF; }
[tabindex="-1"]:focus:not(.focus-visible) {
  outline: 0 !important; }
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }
p {
  margin-top: 0;
  margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }
dt {
  font-weight: 700; }
dd {
  margin-bottom: .5rem;
  margin-left: 0; }
blockquote {
  margin: 0 0 1rem; }
b,
strong {
  font-weight: bolder; }
small {
  font-size: 80%; }
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }
sub {
  bottom: -.25em; }
sup {
  top: -.5em; }
a {
  color: #343a40;
  text-decoration: none;
  background-color: transparent; }
a:hover {
    color: rgba(52, 58, 64, 0.7);
    text-decoration: underline; }
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }
figure {
  margin: 0 0 1rem; }
img {
  vertical-align: middle;
  border-style: none; }
svg {
  overflow: hidden;
  vertical-align: middle; }
table {
  border-collapse: collapse; }
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }
th {
  text-align: inherit;
  text-align: -webkit-match-parent; }
label {
  display: inline-block;
  margin-bottom: 0.5rem; }
button {
  border-radius: 0; }
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
button,
input {
  overflow: visible; }
button,
select {
  text-transform: none; }
[role="button"] {
  cursor: pointer; }
select {
  word-wrap: normal; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }
textarea {
  overflow: auto;
  resize: vertical; }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
progress {
  vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }
output {
  display: inline-block; }
summary {
  display: list-item;
  cursor: pointer; }
template {
  display: none; }
[hidden] {
  display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: figtree, asap, arial, serif;
  font-weight: 700;
  line-height: 1.2; }
h1, .h1 {
  font-size: 2.25rem; }
h2, .h2 {
  font-size: 1.5rem; }
h3, .h3 {
  font-size: 1.25rem; }
h4, .h4 {
  font-size: 1.25rem; }
h5, .h5 {
  font-size: 1rem; }
h6, .h6 {
  font-size: 1rem; }
.lead {
  font-size: 1.25rem;
  font-weight: 300; }
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
small,
.small {
  font-size: 70%;
  font-weight: 400; }
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }
.list-unstyled {
  padding-left: 0;
  list-style: none; }
.list-inline {
  padding-left: 0;
  list-style: none; }
.list-inline-item {
  display: inline-block; }
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }
.initialism {
  font-size: 90%;
  text-transform: uppercase; }
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
.blockquote-footer {
  display: block;
  font-size: 70%;
  color: #6c757d; }
.blockquote-footer::before {
    content: "\2014\00A0"; }
.img-fluid {
  max-width: 100%;
  height: auto; }
.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }
.figure {
  display: inline-block; }
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }
.figure-caption {
  font-size: 90%;
  color: #6c757d; }
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
a > code {
    color: inherit; }
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem; }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
.no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }
.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }
.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }
.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }
.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }
.order-first {
  order: -1; }
.order-last {
  order: 13; }
.order-0 {
  order: 0; }
.order-1 {
  order: 1; }
.order-2 {
  order: 2; }
.order-3 {
  order: 3; }
.order-4 {
  order: 4; }
.order-5 {
  order: 5; }
.order-6 {
  order: 6; }
.order-7 {
  order: 7; }
.order-8 {
  order: 8; }
.order-9 {
  order: 9; }
.order-10 {
  order: 10; }
.order-11 {
  order: 11; }
.order-12 {
  order: 12; }
.offset-1 {
  margin-left: 8.33333%; }
.offset-2 {
  margin-left: 16.66667%; }
.offset-3 {
  margin-left: 25%; }
.offset-4 {
  margin-left: 33.33333%; }
.offset-5 {
  margin-left: 41.66667%; }
.offset-6 {
  margin-left: 50%; }
.offset-7 {
  margin-left: 58.33333%; }
.offset-8 {
  margin-left: 66.66667%; }
.offset-9 {
  margin-left: 75%; }
.offset-10 {
  margin-left: 83.33333%; }
.offset-11 {
  margin-left: 91.66667%; }
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
.table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
.table tbody + tbody {
    border-top: 2px solid #dee2e6; }
.table-sm th,
.table-sm td {
  padding: 0.3rem; }
.table-bordered {
  border: 1px solid #dee2e6; }
.table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
.table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cac8d2; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #9c99ac; }
.table-hover .table-primary:hover {
  background-color: #bcbac7; }
.table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #bcbac7; }
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f5d0c3; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #eda890; }
.table-hover .table-secondary:hover {
  background-color: #f1bfad; }
.table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #f1bfad; }
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }
.table-hover .table-success:hover {
  background-color: #b1dfbb; }
.table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }
.table-hover .table-info:hover {
  background-color: #abdde5; }
.table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }
.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
.table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }
.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
.table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }
.table-hover .table-light:hover {
  background-color: #ececf6; }
.table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }
.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
.table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }
.table-inbox,
.table-inbox > th,
.table-inbox > td {
  background-color: #cde0e9; }
.table-inbox th,
.table-inbox td,
.table-inbox thead th,
.table-inbox tbody + tbody {
  border-color: #a2c6d6; }
.table-hover .table-inbox:hover {
  background-color: #bbd5e1; }
.table-hover .table-inbox:hover > td,
  .table-hover .table-inbox:hover > th {
    background-color: #bbd5e1; }
.table-marketing,
.table-marketing > th,
.table-marketing > td {
  background-color: #d9eff3; }
.table-marketing th,
.table-marketing td,
.table-marketing thead th,
.table-marketing tbody + tbody {
  border-color: #b8e1e9; }
.table-hover .table-marketing:hover {
  background-color: #c6e7ed; }
.table-hover .table-marketing:hover > td,
  .table-hover .table-marketing:hover > th {
    background-color: #c6e7ed; }
.table-projects,
.table-projects > th,
.table-projects > td {
  background-color: #cac8d2; }
.table-projects th,
.table-projects td,
.table-projects thead th,
.table-projects tbody + tbody {
  border-color: #9c99ac; }
.table-hover .table-projects:hover {
  background-color: #bcbac7; }
.table-hover .table-projects:hover > td,
  .table-hover .table-projects:hover > th {
    background-color: #bcbac7; }
.table-templates,
.table-templates > th,
.table-templates > td {
  background-color: #e4e5e5; }
.table-templates th,
.table-templates td,
.table-templates thead th,
.table-templates tbody + tbody {
  border-color: #cdcfcf; }
.table-hover .table-templates:hover {
  background-color: #d7d8d8; }
.table-hover .table-templates:hover > td,
  .table-hover .table-templates:hover > th {
    background-color: #d7d8d8; }
.table-reports,
.table-reports > th,
.table-reports > td {
  background-color: #f5d0c3; }
.table-reports th,
.table-reports td,
.table-reports thead th,
.table-reports tbody + tbody {
  border-color: #eda890; }
.table-hover .table-reports:hover {
  background-color: #f1bfad; }
.table-hover .table-reports:hover > td,
  .table-hover .table-reports:hover > th {
    background-color: #f1bfad; }
.table-status-new,
.table-status-new > th,
.table-status-new > td {
  background-color: #d9eff3; }
.table-status-new th,
.table-status-new td,
.table-status-new thead th,
.table-status-new tbody + tbody {
  border-color: #b8e1e9; }
.table-hover .table-status-new:hover {
  background-color: #c6e7ed; }
.table-hover .table-status-new:hover > td,
  .table-hover .table-status-new:hover > th {
    background-color: #c6e7ed; }
.table-status-active,
.table-status-active > th,
.table-status-active > td {
  background-color: #c3e6cb; }
.table-status-active th,
.table-status-active td,
.table-status-active thead th,
.table-status-active tbody + tbody {
  border-color: #8fd19e; }
.table-hover .table-status-active:hover {
  background-color: #b1dfbb; }
.table-hover .table-status-active:hover > td,
  .table-hover .table-status-active:hover > th {
    background-color: #b1dfbb; }
.table-status-review,
.table-status-review > th,
.table-status-review > td {
  background-color: #ffeeba; }
.table-status-review th,
.table-status-review td,
.table-status-review thead th,
.table-status-review tbody + tbody {
  border-color: #ffdf7e; }
.table-hover .table-status-review:hover {
  background-color: #ffe8a1; }
.table-hover .table-status-review:hover > td,
  .table-hover .table-status-review:hover > th {
    background-color: #ffe8a1; }
.table-status-closed,
.table-status-closed > th,
.table-status-closed > td {
  background-color: #f5c6cb; }
.table-status-closed th,
.table-status-closed td,
.table-status-closed thead th,
.table-status-closed tbody + tbody {
  border-color: #ed969e; }
.table-hover .table-status-closed:hover {
  background-color: #f1b0b7; }
.table-hover .table-status-closed:hover > td,
  .table-hover .table-status-closed:hover > th {
    background-color: #f1b0b7; }
.table-status-working,
.table-status-working > th,
.table-status-working > td {
  background-color: #f5c6cb; }
.table-status-working th,
.table-status-working td,
.table-status-working thead th,
.table-status-working tbody + tbody {
  border-color: #ed969e; }
.table-hover .table-status-working:hover {
  background-color: #f1b0b7; }
.table-hover .table-status-working:hover > td,
  .table-hover .table-status-working:hover > th {
    background-color: #f1b0b7; }
.table-status-completed,
.table-status-completed > th,
.table-status-completed > td {
  background-color: #c3e6cb; }
.table-status-completed th,
.table-status-completed td,
.table-status-completed thead th,
.table-status-completed tbody + tbody {
  border-color: #8fd19e; }
.table-hover .table-status-completed:hover {
  background-color: #b1dfbb; }
.table-hover .table-status-completed:hover > td,
  .table-hover .table-status-completed:hover > th {
    background-color: #b1dfbb; }
.table-status-rejected,
.table-status-rejected > th,
.table-status-rejected > td {
  background-color: #e4e5e5; }
.table-status-rejected th,
.table-status-rejected td,
.table-status-rejected thead th,
.table-status-rejected tbody + tbody {
  border-color: #cdcfcf; }
.table-hover .table-status-rejected:hover {
  background-color: #d7d8d8; }
.table-hover .table-status-rejected:hover > td,
  .table-hover .table-status-rejected:hover > th {
    background-color: #d7d8d8; }
.table-status-on-market,
.table-status-on-market > th,
.table-status-on-market > td {
  background-color: #c3e6cb; }
.table-status-on-market th,
.table-status-on-market td,
.table-status-on-market thead th,
.table-status-on-market tbody + tbody {
  border-color: #8fd19e; }
.table-hover .table-status-on-market:hover {
  background-color: #b1dfbb; }
.table-hover .table-status-on-market:hover > td,
  .table-hover .table-status-on-market:hover > th {
    background-color: #b1dfbb; }
.table-status-off-market,
.table-status-off-market > th,
.table-status-off-market > td {
  background-color: #f5c6cb; }
.table-status-off-market th,
.table-status-off-market td,
.table-status-off-market thead th,
.table-status-off-market tbody + tbody {
  border-color: #ed969e; }
.table-hover .table-status-off-market:hover {
  background-color: #f1b0b7; }
.table-hover .table-status-off-market:hover > td,
  .table-hover .table-status-off-market:hover > th {
    background-color: #f1b0b7; }
.table-status-off-market-willing-to-sell,
.table-status-off-market-willing-to-sell > th,
.table-status-off-market-willing-to-sell > td {
  background-color: #ccced0; }
.table-status-off-market-willing-to-sell th,
.table-status-off-market-willing-to-sell td,
.table-status-off-market-willing-to-sell thead th,
.table-status-off-market-willing-to-sell tbody + tbody {
  border-color: #a0a4a8; }
.table-hover .table-status-off-market-willing-to-sell:hover {
  background-color: #bfc1c4; }
.table-hover .table-status-off-market-willing-to-sell:hover > td,
  .table-hover .table-status-off-market-willing-to-sell:hover > th {
    background-color: #bfc1c4; }
.table-strata,
.table-strata > th,
.table-strata > td {
  background-color: #b8cbe0; }
.table-strata th,
.table-strata td,
.table-strata thead th,
.table-strata tbody + tbody {
  border-color: #7a9ec5; }
.table-hover .table-strata:hover {
  background-color: #a6bed8; }
.table-hover .table-strata:hover > td,
  .table-hover .table-strata:hover > th {
    background-color: #a6bed8; }
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }
.table .thead-dark th {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #454d55; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }
.table-dark {
  color: #FFFFFF;
  background-color: #343a40; }
.table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
.table-dark.table-bordered {
    border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
.table-responsive > .table-bordered {
    border: 0; }
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
.form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
.form-control:focus {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #7971a9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.25); }
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF; }
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5; }
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }
select.form-control[size], select.form-control[multiple] {
  height: auto; }
textarea.form-control {
  height: auto; }
.form-group {
  margin-bottom: 1rem; }
.form-text {
  display: block;
  margin-top: 0.25rem; }
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
.form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
.form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }
.form-check-label {
  margin-bottom: 0; }
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 70%;
  color: #28a745; }
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #FFFFFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 70%;
  color: #dc3545; }
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #FFFFFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
.form-inline .form-check {
    width: 100%; }
@media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
.btn:hover {
    color: #212529;
    text-decoration: none; }
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.25); }
.btn.disabled, .btn:disabled {
    opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }
.btn-primary {
  color: #FFFFFF;
  background-color: #403A60;
  border-color: #403A60; }
.btn-primary:hover {
    color: #FFFFFF;
    background-color: #302c48;
    border-color: #2b2740; }
.btn-primary:focus, .btn-primary.focus {
    color: #FFFFFF;
    background-color: #302c48;
    border-color: #2b2740;
    box-shadow: 0 0 0 0.2rem rgba(93, 88, 120, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
    color: #FFFFFF;
    background-color: #403A60;
    border-color: #403A60; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2b2740;
    border-color: #262238; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(93, 88, 120, 0.5); }
.btn-secondary {
  color: #FFFFFF;
  background-color: #DC582A;
  border-color: #DC582A; }
.btn-secondary:hover {
    color: #FFFFFF;
    background-color: #c04920;
    border-color: #b5451e; }
.btn-secondary:focus, .btn-secondary.focus {
    color: #FFFFFF;
    background-color: #c04920;
    border-color: #b5451e;
    box-shadow: 0 0 0 0.2rem rgba(225, 113, 74, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFFFFF;
    background-color: #DC582A;
    border-color: #DC582A; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b5451e;
    border-color: #aa411c; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 113, 74, 0.5); }
.btn-success {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745; }
.btn-success:hover {
    color: #FFFFFF;
    background-color: #218838;
    border-color: #1e7e34; }
.btn-success:focus, .btn-success.focus {
    color: #FFFFFF;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
.btn-success.disabled, .btn-success:disabled {
    color: #FFFFFF;
    background-color: #28a745;
    border-color: #28a745; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1e7e34;
    border-color: #1c7430; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8; }
.btn-info:hover {
    color: #FFFFFF;
    background-color: #138496;
    border-color: #117a8b; }
.btn-info:focus, .btn-info.focus {
    color: #FFFFFF;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
.btn-info.disabled, .btn-info:disabled {
    color: #FFFFFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #117a8b;
    border-color: #10707f; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
.btn-danger {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545; }
.btn-danger:hover {
    color: #FFFFFF;
    background-color: #c82333;
    border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus {
    color: #FFFFFF;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #bd2130;
    border-color: #b21f2d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40; }
.btn-dark:hover {
    color: #FFFFFF;
    background-color: #23272b;
    border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
    color: #FFFFFF;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
    color: #FFFFFF;
    background-color: #343a40;
    border-color: #343a40; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1d2124;
    border-color: #171a1d; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-inbox {
  color: #FFFFFF;
  background-color: #4c92b1;
  border-color: #4c92b1; }
.btn-inbox:hover {
    color: #FFFFFF;
    background-color: #417c96;
    border-color: #3d758d; }
.btn-inbox:focus, .btn-inbox.focus {
    color: #FFFFFF;
    background-color: #417c96;
    border-color: #3d758d;
    box-shadow: 0 0 0 0.2rem rgba(103, 162, 189, 0.5); }
.btn-inbox.disabled, .btn-inbox:disabled {
    color: #FFFFFF;
    background-color: #4c92b1;
    border-color: #4c92b1; }
.btn-inbox:not(:disabled):not(.disabled):active, .btn-inbox:not(:disabled):not(.disabled).active,
  .show > .btn-inbox.dropdown-toggle {
    color: #FFFFFF;
    background-color: #3d758d;
    border-color: #396d84; }
.btn-inbox:not(:disabled):not(.disabled):active:focus, .btn-inbox:not(:disabled):not(.disabled).active:focus,
    .show > .btn-inbox.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(103, 162, 189, 0.5); }
.btn-marketing {
  color: #212529;
  background-color: #77C5D5;
  border-color: #77C5D5; }
.btn-marketing:hover {
    color: #212529;
    background-color: #5ab9cc;
    border-color: #50b4c9; }
.btn-marketing:focus, .btn-marketing.focus {
    color: #212529;
    background-color: #5ab9cc;
    border-color: #50b4c9;
    box-shadow: 0 0 0 0.2rem rgba(106, 173, 187, 0.5); }
.btn-marketing.disabled, .btn-marketing:disabled {
    color: #212529;
    background-color: #77C5D5;
    border-color: #77C5D5; }
.btn-marketing:not(:disabled):not(.disabled):active, .btn-marketing:not(:disabled):not(.disabled).active,
  .show > .btn-marketing.dropdown-toggle {
    color: #212529;
    background-color: #50b4c9;
    border-color: #46b0c6; }
.btn-marketing:not(:disabled):not(.disabled):active:focus, .btn-marketing:not(:disabled):not(.disabled).active:focus,
    .show > .btn-marketing.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(106, 173, 187, 0.5); }
.btn-projects {
  color: #FFFFFF;
  background-color: #403A60;
  border-color: #403A60; }
.btn-projects:hover {
    color: #FFFFFF;
    background-color: #302c48;
    border-color: #2b2740; }
.btn-projects:focus, .btn-projects.focus {
    color: #FFFFFF;
    background-color: #302c48;
    border-color: #2b2740;
    box-shadow: 0 0 0 0.2rem rgba(93, 88, 120, 0.5); }
.btn-projects.disabled, .btn-projects:disabled {
    color: #FFFFFF;
    background-color: #403A60;
    border-color: #403A60; }
.btn-projects:not(:disabled):not(.disabled):active, .btn-projects:not(:disabled):not(.disabled).active,
  .show > .btn-projects.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2b2740;
    border-color: #262238; }
.btn-projects:not(:disabled):not(.disabled):active:focus, .btn-projects:not(:disabled):not(.disabled).active:focus,
    .show > .btn-projects.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(93, 88, 120, 0.5); }
.btn-templates {
  color: #212529;
  background-color: #9EA2A2;
  border-color: #9EA2A2; }
.btn-templates:hover {
    color: #FFFFFF;
    background-color: #8a8f8f;
    border-color: #848989; }
.btn-templates:focus, .btn-templates.focus {
    color: #FFFFFF;
    background-color: #8a8f8f;
    border-color: #848989;
    box-shadow: 0 0 0 0.2rem rgba(139, 143, 144, 0.5); }
.btn-templates.disabled, .btn-templates:disabled {
    color: #212529;
    background-color: #9EA2A2;
    border-color: #9EA2A2; }
.btn-templates:not(:disabled):not(.disabled):active, .btn-templates:not(:disabled):not(.disabled).active,
  .show > .btn-templates.dropdown-toggle {
    color: #FFFFFF;
    background-color: #848989;
    border-color: #7d8383; }
.btn-templates:not(:disabled):not(.disabled):active:focus, .btn-templates:not(:disabled):not(.disabled).active:focus,
    .show > .btn-templates.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(139, 143, 144, 0.5); }
.btn-reports {
  color: #FFFFFF;
  background-color: #DC582A;
  border-color: #DC582A; }
.btn-reports:hover {
    color: #FFFFFF;
    background-color: #c04920;
    border-color: #b5451e; }
.btn-reports:focus, .btn-reports.focus {
    color: #FFFFFF;
    background-color: #c04920;
    border-color: #b5451e;
    box-shadow: 0 0 0 0.2rem rgba(225, 113, 74, 0.5); }
.btn-reports.disabled, .btn-reports:disabled {
    color: #FFFFFF;
    background-color: #DC582A;
    border-color: #DC582A; }
.btn-reports:not(:disabled):not(.disabled):active, .btn-reports:not(:disabled):not(.disabled).active,
  .show > .btn-reports.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b5451e;
    border-color: #aa411c; }
.btn-reports:not(:disabled):not(.disabled):active:focus, .btn-reports:not(:disabled):not(.disabled).active:focus,
    .show > .btn-reports.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 113, 74, 0.5); }
.btn-status-new {
  color: #212529;
  background-color: #77C5D5;
  border-color: #77C5D5; }
.btn-status-new:hover {
    color: #212529;
    background-color: #5ab9cc;
    border-color: #50b4c9; }
.btn-status-new:focus, .btn-status-new.focus {
    color: #212529;
    background-color: #5ab9cc;
    border-color: #50b4c9;
    box-shadow: 0 0 0 0.2rem rgba(106, 173, 187, 0.5); }
.btn-status-new.disabled, .btn-status-new:disabled {
    color: #212529;
    background-color: #77C5D5;
    border-color: #77C5D5; }
.btn-status-new:not(:disabled):not(.disabled):active, .btn-status-new:not(:disabled):not(.disabled).active,
  .show > .btn-status-new.dropdown-toggle {
    color: #212529;
    background-color: #50b4c9;
    border-color: #46b0c6; }
.btn-status-new:not(:disabled):not(.disabled):active:focus, .btn-status-new:not(:disabled):not(.disabled).active:focus,
    .show > .btn-status-new.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(106, 173, 187, 0.5); }
.btn-status-active {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745; }
.btn-status-active:hover {
    color: #FFFFFF;
    background-color: #218838;
    border-color: #1e7e34; }
.btn-status-active:focus, .btn-status-active.focus {
    color: #FFFFFF;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
.btn-status-active.disabled, .btn-status-active:disabled {
    color: #FFFFFF;
    background-color: #28a745;
    border-color: #28a745; }
.btn-status-active:not(:disabled):not(.disabled):active, .btn-status-active:not(:disabled):not(.disabled).active,
  .show > .btn-status-active.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1e7e34;
    border-color: #1c7430; }
.btn-status-active:not(:disabled):not(.disabled):active:focus, .btn-status-active:not(:disabled):not(.disabled).active:focus,
    .show > .btn-status-active.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
.btn-status-review {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
.btn-status-review:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
.btn-status-review:focus, .btn-status-review.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
.btn-status-review.disabled, .btn-status-review:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-status-review:not(:disabled):not(.disabled):active, .btn-status-review:not(:disabled):not(.disabled).active,
  .show > .btn-status-review.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
.btn-status-review:not(:disabled):not(.disabled):active:focus, .btn-status-review:not(:disabled):not(.disabled).active:focus,
    .show > .btn-status-review.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
.btn-status-closed {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545; }
.btn-status-closed:hover {
    color: #FFFFFF;
    background-color: #c82333;
    border-color: #bd2130; }
.btn-status-closed:focus, .btn-status-closed.focus {
    color: #FFFFFF;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
.btn-status-closed.disabled, .btn-status-closed:disabled {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-status-closed:not(:disabled):not(.disabled):active, .btn-status-closed:not(:disabled):not(.disabled).active,
  .show > .btn-status-closed.dropdown-toggle {
    color: #FFFFFF;
    background-color: #bd2130;
    border-color: #b21f2d; }
.btn-status-closed:not(:disabled):not(.disabled):active:focus, .btn-status-closed:not(:disabled):not(.disabled).active:focus,
    .show > .btn-status-closed.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
.btn-status-working {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545; }
.btn-status-working:hover {
    color: #FFFFFF;
    background-color: #c82333;
    border-color: #bd2130; }
.btn-status-working:focus, .btn-status-working.focus {
    color: #FFFFFF;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
.btn-status-working.disabled, .btn-status-working:disabled {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-status-working:not(:disabled):not(.disabled):active, .btn-status-working:not(:disabled):not(.disabled).active,
  .show > .btn-status-working.dropdown-toggle {
    color: #FFFFFF;
    background-color: #bd2130;
    border-color: #b21f2d; }
.btn-status-working:not(:disabled):not(.disabled):active:focus, .btn-status-working:not(:disabled):not(.disabled).active:focus,
    .show > .btn-status-working.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
.btn-status-completed {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745; }
.btn-status-completed:hover {
    color: #FFFFFF;
    background-color: #218838;
    border-color: #1e7e34; }
.btn-status-completed:focus, .btn-status-completed.focus {
    color: #FFFFFF;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
.btn-status-completed.disabled, .btn-status-completed:disabled {
    color: #FFFFFF;
    background-color: #28a745;
    border-color: #28a745; }
.btn-status-completed:not(:disabled):not(.disabled):active, .btn-status-completed:not(:disabled):not(.disabled).active,
  .show > .btn-status-completed.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1e7e34;
    border-color: #1c7430; }
.btn-status-completed:not(:disabled):not(.disabled):active:focus, .btn-status-completed:not(:disabled):not(.disabled).active:focus,
    .show > .btn-status-completed.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
.btn-status-rejected {
  color: #212529;
  background-color: #9EA2A2;
  border-color: #9EA2A2; }
.btn-status-rejected:hover {
    color: #FFFFFF;
    background-color: #8a8f8f;
    border-color: #848989; }
.btn-status-rejected:focus, .btn-status-rejected.focus {
    color: #FFFFFF;
    background-color: #8a8f8f;
    border-color: #848989;
    box-shadow: 0 0 0 0.2rem rgba(139, 143, 144, 0.5); }
.btn-status-rejected.disabled, .btn-status-rejected:disabled {
    color: #212529;
    background-color: #9EA2A2;
    border-color: #9EA2A2; }
.btn-status-rejected:not(:disabled):not(.disabled):active, .btn-status-rejected:not(:disabled):not(.disabled).active,
  .show > .btn-status-rejected.dropdown-toggle {
    color: #FFFFFF;
    background-color: #848989;
    border-color: #7d8383; }
.btn-status-rejected:not(:disabled):not(.disabled):active:focus, .btn-status-rejected:not(:disabled):not(.disabled).active:focus,
    .show > .btn-status-rejected.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(139, 143, 144, 0.5); }
.btn-status-on-market {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745; }
.btn-status-on-market:hover {
    color: #FFFFFF;
    background-color: #218838;
    border-color: #1e7e34; }
.btn-status-on-market:focus, .btn-status-on-market.focus {
    color: #FFFFFF;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
.btn-status-on-market.disabled, .btn-status-on-market:disabled {
    color: #FFFFFF;
    background-color: #28a745;
    border-color: #28a745; }
.btn-status-on-market:not(:disabled):not(.disabled):active, .btn-status-on-market:not(:disabled):not(.disabled).active,
  .show > .btn-status-on-market.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1e7e34;
    border-color: #1c7430; }
.btn-status-on-market:not(:disabled):not(.disabled):active:focus, .btn-status-on-market:not(:disabled):not(.disabled).active:focus,
    .show > .btn-status-on-market.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
.btn-status-off-market {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545; }
.btn-status-off-market:hover {
    color: #FFFFFF;
    background-color: #c82333;
    border-color: #bd2130; }
.btn-status-off-market:focus, .btn-status-off-market.focus {
    color: #FFFFFF;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
.btn-status-off-market.disabled, .btn-status-off-market:disabled {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-status-off-market:not(:disabled):not(.disabled):active, .btn-status-off-market:not(:disabled):not(.disabled).active,
  .show > .btn-status-off-market.dropdown-toggle {
    color: #FFFFFF;
    background-color: #bd2130;
    border-color: #b21f2d; }
.btn-status-off-market:not(:disabled):not(.disabled):active:focus, .btn-status-off-market:not(:disabled):not(.disabled).active:focus,
    .show > .btn-status-off-market.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
.btn-status-off-market-willing-to-sell {
  color: #FFFFFF;
  background-color: #495057;
  border-color: #495057; }
.btn-status-off-market-willing-to-sell:hover {
    color: #FFFFFF;
    background-color: #383d42;
    border-color: #32373b; }
.btn-status-off-market-willing-to-sell:focus, .btn-status-off-market-willing-to-sell.focus {
    color: #FFFFFF;
    background-color: #383d42;
    border-color: #32373b;
    box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
.btn-status-off-market-willing-to-sell.disabled, .btn-status-off-market-willing-to-sell:disabled {
    color: #FFFFFF;
    background-color: #495057;
    border-color: #495057; }
.btn-status-off-market-willing-to-sell:not(:disabled):not(.disabled):active, .btn-status-off-market-willing-to-sell:not(:disabled):not(.disabled).active,
  .show > .btn-status-off-market-willing-to-sell.dropdown-toggle {
    color: #FFFFFF;
    background-color: #32373b;
    border-color: #2c3034; }
.btn-status-off-market-willing-to-sell:not(:disabled):not(.disabled):active:focus, .btn-status-off-market-willing-to-sell:not(:disabled):not(.disabled).active:focus,
    .show > .btn-status-off-market-willing-to-sell.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
.btn-strata {
  color: #FFFFFF;
  background-color: #00448F;
  border-color: #00448F; }
.btn-strata:hover {
    color: #FFFFFF;
    background-color: #003269;
    border-color: #002c5c; }
.btn-strata:focus, .btn-strata.focus {
    color: #FFFFFF;
    background-color: #003269;
    border-color: #002c5c;
    box-shadow: 0 0 0 0.2rem rgba(38, 96, 160, 0.5); }
.btn-strata.disabled, .btn-strata:disabled {
    color: #FFFFFF;
    background-color: #00448F;
    border-color: #00448F; }
.btn-strata:not(:disabled):not(.disabled):active, .btn-strata:not(:disabled):not(.disabled).active,
  .show > .btn-strata.dropdown-toggle {
    color: #FFFFFF;
    background-color: #002c5c;
    border-color: #00264f; }
.btn-strata:not(:disabled):not(.disabled):active:focus, .btn-strata:not(:disabled):not(.disabled).active:focus,
    .show > .btn-strata.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 96, 160, 0.5); }
.btn-outline-primary {
  color: #403A60;
  border-color: #403A60; }
.btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #403A60;
    border-color: #403A60; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #403A60;
    background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #403A60;
    border-color: #403A60; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.5); }
.btn-outline-secondary {
  color: #DC582A;
  border-color: #DC582A; }
.btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #DC582A;
    border-color: #DC582A; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 88, 42, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #DC582A;
    background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #DC582A;
    border-color: #DC582A; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 88, 42, 0.5); }
.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
.btn-outline-success:hover {
    color: #FFFFFF;
    background-color: #28a745;
    border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #28a745;
    border-color: #28a745; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
.btn-outline-info:hover {
    color: #FFFFFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
.btn-outline-danger:hover {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
.btn-outline-dark:hover {
    color: #FFFFFF;
    background-color: #343a40;
    border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #343a40;
    border-color: #343a40; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-inbox {
  color: #4c92b1;
  border-color: #4c92b1; }
.btn-outline-inbox:hover {
    color: #FFFFFF;
    background-color: #4c92b1;
    border-color: #4c92b1; }
.btn-outline-inbox:focus, .btn-outline-inbox.focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 146, 177, 0.5); }
.btn-outline-inbox.disabled, .btn-outline-inbox:disabled {
    color: #4c92b1;
    background-color: transparent; }
.btn-outline-inbox:not(:disabled):not(.disabled):active, .btn-outline-inbox:not(:disabled):not(.disabled).active,
  .show > .btn-outline-inbox.dropdown-toggle {
    color: #FFFFFF;
    background-color: #4c92b1;
    border-color: #4c92b1; }
.btn-outline-inbox:not(:disabled):not(.disabled):active:focus, .btn-outline-inbox:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-inbox.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(76, 146, 177, 0.5); }
.btn-outline-marketing {
  color: #77C5D5;
  border-color: #77C5D5; }
.btn-outline-marketing:hover {
    color: #212529;
    background-color: #77C5D5;
    border-color: #77C5D5; }
.btn-outline-marketing:focus, .btn-outline-marketing.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 197, 213, 0.5); }
.btn-outline-marketing.disabled, .btn-outline-marketing:disabled {
    color: #77C5D5;
    background-color: transparent; }
.btn-outline-marketing:not(:disabled):not(.disabled):active, .btn-outline-marketing:not(:disabled):not(.disabled).active,
  .show > .btn-outline-marketing.dropdown-toggle {
    color: #212529;
    background-color: #77C5D5;
    border-color: #77C5D5; }
.btn-outline-marketing:not(:disabled):not(.disabled):active:focus, .btn-outline-marketing:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-marketing.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(119, 197, 213, 0.5); }
.btn-outline-projects {
  color: #403A60;
  border-color: #403A60; }
.btn-outline-projects:hover {
    color: #FFFFFF;
    background-color: #403A60;
    border-color: #403A60; }
.btn-outline-projects:focus, .btn-outline-projects.focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.5); }
.btn-outline-projects.disabled, .btn-outline-projects:disabled {
    color: #403A60;
    background-color: transparent; }
.btn-outline-projects:not(:disabled):not(.disabled):active, .btn-outline-projects:not(:disabled):not(.disabled).active,
  .show > .btn-outline-projects.dropdown-toggle {
    color: #FFFFFF;
    background-color: #403A60;
    border-color: #403A60; }
.btn-outline-projects:not(:disabled):not(.disabled):active:focus, .btn-outline-projects:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-projects.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.5); }
.btn-outline-templates {
  color: #9EA2A2;
  border-color: #9EA2A2; }
.btn-outline-templates:hover {
    color: #212529;
    background-color: #9EA2A2;
    border-color: #9EA2A2; }
.btn-outline-templates:focus, .btn-outline-templates.focus {
    box-shadow: 0 0 0 0.2rem rgba(158, 162, 162, 0.5); }
.btn-outline-templates.disabled, .btn-outline-templates:disabled {
    color: #9EA2A2;
    background-color: transparent; }
.btn-outline-templates:not(:disabled):not(.disabled):active, .btn-outline-templates:not(:disabled):not(.disabled).active,
  .show > .btn-outline-templates.dropdown-toggle {
    color: #212529;
    background-color: #9EA2A2;
    border-color: #9EA2A2; }
.btn-outline-templates:not(:disabled):not(.disabled):active:focus, .btn-outline-templates:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-templates.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(158, 162, 162, 0.5); }
.btn-outline-reports {
  color: #DC582A;
  border-color: #DC582A; }
.btn-outline-reports:hover {
    color: #FFFFFF;
    background-color: #DC582A;
    border-color: #DC582A; }
.btn-outline-reports:focus, .btn-outline-reports.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 88, 42, 0.5); }
.btn-outline-reports.disabled, .btn-outline-reports:disabled {
    color: #DC582A;
    background-color: transparent; }
.btn-outline-reports:not(:disabled):not(.disabled):active, .btn-outline-reports:not(:disabled):not(.disabled).active,
  .show > .btn-outline-reports.dropdown-toggle {
    color: #FFFFFF;
    background-color: #DC582A;
    border-color: #DC582A; }
.btn-outline-reports:not(:disabled):not(.disabled):active:focus, .btn-outline-reports:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-reports.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 88, 42, 0.5); }
.btn-outline-status-new {
  color: #77C5D5;
  border-color: #77C5D5; }
.btn-outline-status-new:hover {
    color: #212529;
    background-color: #77C5D5;
    border-color: #77C5D5; }
.btn-outline-status-new:focus, .btn-outline-status-new.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 197, 213, 0.5); }
.btn-outline-status-new.disabled, .btn-outline-status-new:disabled {
    color: #77C5D5;
    background-color: transparent; }
.btn-outline-status-new:not(:disabled):not(.disabled):active, .btn-outline-status-new:not(:disabled):not(.disabled).active,
  .show > .btn-outline-status-new.dropdown-toggle {
    color: #212529;
    background-color: #77C5D5;
    border-color: #77C5D5; }
.btn-outline-status-new:not(:disabled):not(.disabled):active:focus, .btn-outline-status-new:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-status-new.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(119, 197, 213, 0.5); }
.btn-outline-status-active {
  color: #28a745;
  border-color: #28a745; }
.btn-outline-status-active:hover {
    color: #FFFFFF;
    background-color: #28a745;
    border-color: #28a745; }
.btn-outline-status-active:focus, .btn-outline-status-active.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-status-active.disabled, .btn-outline-status-active:disabled {
    color: #28a745;
    background-color: transparent; }
.btn-outline-status-active:not(:disabled):not(.disabled):active, .btn-outline-status-active:not(:disabled):not(.disabled).active,
  .show > .btn-outline-status-active.dropdown-toggle {
    color: #FFFFFF;
    background-color: #28a745;
    border-color: #28a745; }
.btn-outline-status-active:not(:disabled):not(.disabled):active:focus, .btn-outline-status-active:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-status-active.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-status-review {
  color: #ffc107;
  border-color: #ffc107; }
.btn-outline-status-review:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-outline-status-review:focus, .btn-outline-status-review.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-status-review.disabled, .btn-outline-status-review:disabled {
    color: #ffc107;
    background-color: transparent; }
.btn-outline-status-review:not(:disabled):not(.disabled):active, .btn-outline-status-review:not(:disabled):not(.disabled).active,
  .show > .btn-outline-status-review.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-outline-status-review:not(:disabled):not(.disabled):active:focus, .btn-outline-status-review:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-status-review.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-status-closed {
  color: #dc3545;
  border-color: #dc3545; }
.btn-outline-status-closed:hover {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-outline-status-closed:focus, .btn-outline-status-closed.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-status-closed.disabled, .btn-outline-status-closed:disabled {
    color: #dc3545;
    background-color: transparent; }
.btn-outline-status-closed:not(:disabled):not(.disabled):active, .btn-outline-status-closed:not(:disabled):not(.disabled).active,
  .show > .btn-outline-status-closed.dropdown-toggle {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-outline-status-closed:not(:disabled):not(.disabled):active:focus, .btn-outline-status-closed:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-status-closed.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-status-working {
  color: #dc3545;
  border-color: #dc3545; }
.btn-outline-status-working:hover {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-outline-status-working:focus, .btn-outline-status-working.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-status-working.disabled, .btn-outline-status-working:disabled {
    color: #dc3545;
    background-color: transparent; }
.btn-outline-status-working:not(:disabled):not(.disabled):active, .btn-outline-status-working:not(:disabled):not(.disabled).active,
  .show > .btn-outline-status-working.dropdown-toggle {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-outline-status-working:not(:disabled):not(.disabled):active:focus, .btn-outline-status-working:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-status-working.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-status-completed {
  color: #28a745;
  border-color: #28a745; }
.btn-outline-status-completed:hover {
    color: #FFFFFF;
    background-color: #28a745;
    border-color: #28a745; }
.btn-outline-status-completed:focus, .btn-outline-status-completed.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-status-completed.disabled, .btn-outline-status-completed:disabled {
    color: #28a745;
    background-color: transparent; }
.btn-outline-status-completed:not(:disabled):not(.disabled):active, .btn-outline-status-completed:not(:disabled):not(.disabled).active,
  .show > .btn-outline-status-completed.dropdown-toggle {
    color: #FFFFFF;
    background-color: #28a745;
    border-color: #28a745; }
.btn-outline-status-completed:not(:disabled):not(.disabled):active:focus, .btn-outline-status-completed:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-status-completed.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-status-rejected {
  color: #9EA2A2;
  border-color: #9EA2A2; }
.btn-outline-status-rejected:hover {
    color: #212529;
    background-color: #9EA2A2;
    border-color: #9EA2A2; }
.btn-outline-status-rejected:focus, .btn-outline-status-rejected.focus {
    box-shadow: 0 0 0 0.2rem rgba(158, 162, 162, 0.5); }
.btn-outline-status-rejected.disabled, .btn-outline-status-rejected:disabled {
    color: #9EA2A2;
    background-color: transparent; }
.btn-outline-status-rejected:not(:disabled):not(.disabled):active, .btn-outline-status-rejected:not(:disabled):not(.disabled).active,
  .show > .btn-outline-status-rejected.dropdown-toggle {
    color: #212529;
    background-color: #9EA2A2;
    border-color: #9EA2A2; }
.btn-outline-status-rejected:not(:disabled):not(.disabled):active:focus, .btn-outline-status-rejected:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-status-rejected.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(158, 162, 162, 0.5); }
.btn-outline-status-on-market {
  color: #28a745;
  border-color: #28a745; }
.btn-outline-status-on-market:hover {
    color: #FFFFFF;
    background-color: #28a745;
    border-color: #28a745; }
.btn-outline-status-on-market:focus, .btn-outline-status-on-market.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-status-on-market.disabled, .btn-outline-status-on-market:disabled {
    color: #28a745;
    background-color: transparent; }
.btn-outline-status-on-market:not(:disabled):not(.disabled):active, .btn-outline-status-on-market:not(:disabled):not(.disabled).active,
  .show > .btn-outline-status-on-market.dropdown-toggle {
    color: #FFFFFF;
    background-color: #28a745;
    border-color: #28a745; }
.btn-outline-status-on-market:not(:disabled):not(.disabled):active:focus, .btn-outline-status-on-market:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-status-on-market.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-status-off-market {
  color: #dc3545;
  border-color: #dc3545; }
.btn-outline-status-off-market:hover {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-outline-status-off-market:focus, .btn-outline-status-off-market.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-status-off-market.disabled, .btn-outline-status-off-market:disabled {
    color: #dc3545;
    background-color: transparent; }
.btn-outline-status-off-market:not(:disabled):not(.disabled):active, .btn-outline-status-off-market:not(:disabled):not(.disabled).active,
  .show > .btn-outline-status-off-market.dropdown-toggle {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-outline-status-off-market:not(:disabled):not(.disabled):active:focus, .btn-outline-status-off-market:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-status-off-market.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-status-off-market-willing-to-sell {
  color: #495057;
  border-color: #495057; }
.btn-outline-status-off-market-willing-to-sell:hover {
    color: #FFFFFF;
    background-color: #495057;
    border-color: #495057; }
.btn-outline-status-off-market-willing-to-sell:focus, .btn-outline-status-off-market-willing-to-sell.focus {
    box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }
.btn-outline-status-off-market-willing-to-sell.disabled, .btn-outline-status-off-market-willing-to-sell:disabled {
    color: #495057;
    background-color: transparent; }
.btn-outline-status-off-market-willing-to-sell:not(:disabled):not(.disabled):active, .btn-outline-status-off-market-willing-to-sell:not(:disabled):not(.disabled).active,
  .show > .btn-outline-status-off-market-willing-to-sell.dropdown-toggle {
    color: #FFFFFF;
    background-color: #495057;
    border-color: #495057; }
.btn-outline-status-off-market-willing-to-sell:not(:disabled):not(.disabled):active:focus, .btn-outline-status-off-market-willing-to-sell:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-status-off-market-willing-to-sell.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }
.btn-outline-strata {
  color: #00448F;
  border-color: #00448F; }
.btn-outline-strata:hover {
    color: #FFFFFF;
    background-color: #00448F;
    border-color: #00448F; }
.btn-outline-strata:focus, .btn-outline-strata.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 68, 143, 0.5); }
.btn-outline-strata.disabled, .btn-outline-strata:disabled {
    color: #00448F;
    background-color: transparent; }
.btn-outline-strata:not(:disabled):not(.disabled):active, .btn-outline-strata:not(:disabled):not(.disabled).active,
  .show > .btn-outline-strata.dropdown-toggle {
    color: #FFFFFF;
    background-color: #00448F;
    border-color: #00448F; }
.btn-outline-strata:not(:disabled):not(.disabled):active:focus, .btn-outline-strata:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-strata.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 68, 143, 0.5); }
.btn-link {
  font-weight: 400;
  color: #343a40;
  text-decoration: none; }
.btn-link:hover {
    color: rgba(52, 58, 64, 0.7);
    text-decoration: underline; }
.btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
.btn-block {
  display: block;
  width: 100%; }
.btn-block + .btn-block {
    margin-top: 0.5rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }
.fade {
  transition: opacity 0.15s linear; }
@media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
.fade:not(.show) {
    opacity: 0; }
.collapse:not(.show) {
  display: none; }
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
@media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }
.dropdown-toggle {
  white-space: nowrap; }
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
    margin-left: 0; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
.dropdown-menu-left {
  right: auto;
  left: 0; }
.dropdown-menu-right {
  right: 0;
  left: auto; }
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }
.dropdown-item, .dropdown .dropdown-menu .has-link a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
.dropdown-item:hover, .dropdown .dropdown-menu .has-link a:hover, .dropdown-item:focus, .dropdown .dropdown-menu .has-link a:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
.dropdown-item.active, .dropdown .dropdown-menu .has-link a.active, .dropdown-item:active, .dropdown .dropdown-menu .has-link a:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #403A60; }
.dropdown-item.disabled, .dropdown .dropdown-menu .has-link a.disabled, .dropdown-item:disabled, .dropdown .dropdown-menu .has-link a:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }
.dropdown-menu.show {
  display: block; }
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #6c757d;
  white-space: nowrap; }
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
.btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
.btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
.btn-toolbar .input-group {
    width: auto; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
.dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
.dropleft .dropdown-toggle-split::before {
    margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
.btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
.btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
.btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
.input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
.input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
.input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
.input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.input-group > .custom-file {
    display: flex;
    align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
.input-group-prepend,
.input-group-append {
  display: flex; }
.input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
.input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
.input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }
.input-group-prepend {
  margin-right: -1px; }
.input-group-append {
  margin-left: -1px; }
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0; }
.input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
    color: #FFFFFF;
    border-color: #403A60;
    background-color: #403A60; }
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.25); }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #7971a9; }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #FFFFFF;
    background-color: #9790bc;
    border-color: #9790bc; }
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #FFFFFF;
    border: #adb5bd solid 1px; }
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #403A60;
  background-color: #403A60; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(64, 58, 96, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(64, 58, 96, 0.5); }
.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(64, 58, 96, 0.5); }
.custom-switch {
  padding-left: 2.25rem; }
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #FFFFFF;
    transform: translateX(0.75rem); }
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(64, 58, 96, 0.5); }
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.custom-select:focus {
    border-color: #7971a9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.25); }
.custom-select:focus::-ms-value {
      color: #495057;
      background-color: #FFFFFF; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
.custom-select::-ms-expand {
    display: none; }
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem; }
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
    border-color: #7971a9;
    box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.25); }
.custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 0; }
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0 0 0; }
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.custom-range:focus {
    outline: none; }
.custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(64, 58, 96, 0.25); }
.custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(64, 58, 96, 0.25); }
.custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(64, 58, 96, 0.25); }
.custom-range::-moz-focus-outer {
    border: 0; }
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #403A60;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
@media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
.custom-range::-webkit-slider-thumb:active {
      background-color: #9790bc; }
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #403A60;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
@media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
.custom-range::-moz-range-thumb:active {
      background-color: #9790bc; }
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #403A60;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
@media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
.custom-range::-ms-thumb:active {
      background-color: #9790bc; }
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
.custom-range:disabled::-moz-range-track {
    cursor: default; }
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
.nav-link {
  display: block;
  padding: 0.25rem 1rem; }
.nav-link:hover, .nav-link:focus {
    text-decoration: none; }
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }
.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
    margin-bottom: -1px; }
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
.nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #dee2e6 #dee2e6 #FFFFFF; }
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #403A60; }
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }
.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0; }
.navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
.navbar-brand {
  display: inline-block;
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
.navbar-nav .dropdown-menu {
    position: static;
    float: none; }
.navbar-text {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
.navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
.navbar-expand .navbar-nav {
    flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
.navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
.navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
.navbar-expand .navbar-toggler {
    display: none; }
.navbar-light .navbar-brand {
  color: #FFFFFF; }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #FFFFFF; }
.navbar-light .navbar-nav .nav-link {
  color: #cccccc; }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #FFFFFF; }
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #FFFFFF; }
.navbar-light .navbar-toggler {
  color: #cccccc;
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23cccccc' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
  color: #cccccc; }
.navbar-light .navbar-text a {
    color: #FFFFFF; }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: #FFFFFF; }
.navbar-dark .navbar-brand {
  color: #FFFFFF; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #FFFFFF; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
    color: #FFFFFF; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #FFFFFF; }
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
.card > hr {
    margin-right: 0;
    margin-left: 0; }
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
.card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
.card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
.card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }
.card-title {
  margin-bottom: 0.75rem; }
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }
.card-text:last-child {
  margin-bottom: 0; }
.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }
.card-deck .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }
.card-group > .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }
.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }
.accordion {
  overflow-anchor: none; }
.accordion > .card {
    overflow: hidden; }
.accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
.accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
.accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }
.breadcrumb-item {
  display: flex; }
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
.breadcrumb-item.active {
    color: #6c757d; }
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #343a40;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6; }
.page-link:hover {
    z-index: 2;
    color: rgba(52, 58, 64, 0.7);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.25); }
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #403A60;
  border-color: #403A60; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #dee2e6; }
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
a.badge:hover, a.badge:focus {
    text-decoration: none; }
.badge:empty {
    display: none; }
.btn .badge {
  position: relative;
  top: -1px; }
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }
.badge-primary {
  color: #FFFFFF;
  background-color: #403A60; }
a.badge-primary:hover, a.badge-primary:focus {
    color: #FFFFFF;
    background-color: #2b2740; }
a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.5); }
.badge-secondary {
  color: #FFFFFF;
  background-color: #DC582A; }
a.badge-secondary:hover, a.badge-secondary:focus {
    color: #FFFFFF;
    background-color: #b5451e; }
a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 88, 42, 0.5); }
.badge-success {
  color: #FFFFFF;
  background-color: #28a745; }
a.badge-success:hover, a.badge-success:focus {
    color: #FFFFFF;
    background-color: #1e7e34; }
a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.badge-info {
  color: #FFFFFF;
  background-color: #17a2b8; }
a.badge-info:hover, a.badge-info:focus {
    color: #FFFFFF;
    background-color: #117a8b; }
a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.badge-warning {
  color: #212529;
  background-color: #ffc107; }
a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.badge-danger {
  color: #FFFFFF;
  background-color: #dc3545; }
a.badge-danger:hover, a.badge-danger:focus {
    color: #FFFFFF;
    background-color: #bd2130; }
a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.badge-dark {
  color: #FFFFFF;
  background-color: #343a40; }
a.badge-dark:hover, a.badge-dark:focus {
    color: #FFFFFF;
    background-color: #1d2124; }
a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.badge-inbox {
  color: #FFFFFF;
  background-color: #4c92b1; }
a.badge-inbox:hover, a.badge-inbox:focus {
    color: #FFFFFF;
    background-color: #3d758d; }
a.badge-inbox:focus, a.badge-inbox.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(76, 146, 177, 0.5); }
.badge-marketing {
  color: #212529;
  background-color: #77C5D5; }
a.badge-marketing:hover, a.badge-marketing:focus {
    color: #212529;
    background-color: #50b4c9; }
a.badge-marketing:focus, a.badge-marketing.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(119, 197, 213, 0.5); }
.badge-projects {
  color: #FFFFFF;
  background-color: #403A60; }
a.badge-projects:hover, a.badge-projects:focus {
    color: #FFFFFF;
    background-color: #2b2740; }
a.badge-projects:focus, a.badge-projects.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.5); }
.badge-templates {
  color: #212529;
  background-color: #9EA2A2; }
a.badge-templates:hover, a.badge-templates:focus {
    color: #212529;
    background-color: #848989; }
a.badge-templates:focus, a.badge-templates.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(158, 162, 162, 0.5); }
.badge-reports {
  color: #FFFFFF;
  background-color: #DC582A; }
a.badge-reports:hover, a.badge-reports:focus {
    color: #FFFFFF;
    background-color: #b5451e; }
a.badge-reports:focus, a.badge-reports.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 88, 42, 0.5); }
.badge-status-new {
  color: #212529;
  background-color: #77C5D5; }
a.badge-status-new:hover, a.badge-status-new:focus {
    color: #212529;
    background-color: #50b4c9; }
a.badge-status-new:focus, a.badge-status-new.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(119, 197, 213, 0.5); }
.badge-status-active {
  color: #FFFFFF;
  background-color: #28a745; }
a.badge-status-active:hover, a.badge-status-active:focus {
    color: #FFFFFF;
    background-color: #1e7e34; }
a.badge-status-active:focus, a.badge-status-active.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.badge-status-review {
  color: #212529;
  background-color: #ffc107; }
a.badge-status-review:hover, a.badge-status-review:focus {
    color: #212529;
    background-color: #d39e00; }
a.badge-status-review:focus, a.badge-status-review.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.badge-status-closed {
  color: #FFFFFF;
  background-color: #dc3545; }
a.badge-status-closed:hover, a.badge-status-closed:focus {
    color: #FFFFFF;
    background-color: #bd2130; }
a.badge-status-closed:focus, a.badge-status-closed.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.badge-status-working {
  color: #FFFFFF;
  background-color: #dc3545; }
a.badge-status-working:hover, a.badge-status-working:focus {
    color: #FFFFFF;
    background-color: #bd2130; }
a.badge-status-working:focus, a.badge-status-working.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.badge-status-completed {
  color: #FFFFFF;
  background-color: #28a745; }
a.badge-status-completed:hover, a.badge-status-completed:focus {
    color: #FFFFFF;
    background-color: #1e7e34; }
a.badge-status-completed:focus, a.badge-status-completed.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.badge-status-rejected {
  color: #212529;
  background-color: #9EA2A2; }
a.badge-status-rejected:hover, a.badge-status-rejected:focus {
    color: #212529;
    background-color: #848989; }
a.badge-status-rejected:focus, a.badge-status-rejected.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(158, 162, 162, 0.5); }
.badge-status-on-market {
  color: #FFFFFF;
  background-color: #28a745; }
a.badge-status-on-market:hover, a.badge-status-on-market:focus {
    color: #FFFFFF;
    background-color: #1e7e34; }
a.badge-status-on-market:focus, a.badge-status-on-market.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.badge-status-off-market {
  color: #FFFFFF;
  background-color: #dc3545; }
a.badge-status-off-market:hover, a.badge-status-off-market:focus {
    color: #FFFFFF;
    background-color: #bd2130; }
a.badge-status-off-market:focus, a.badge-status-off-market.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.badge-status-off-market-willing-to-sell {
  color: #FFFFFF;
  background-color: #495057; }
a.badge-status-off-market-willing-to-sell:hover, a.badge-status-off-market-willing-to-sell:focus {
    color: #FFFFFF;
    background-color: #32373b; }
a.badge-status-off-market-willing-to-sell:focus, a.badge-status-off-market-willing-to-sell.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }
.badge-strata {
  color: #FFFFFF;
  background-color: #00448F; }
a.badge-strata:hover, a.badge-strata:focus {
    color: #FFFFFF;
    background-color: #002c5c; }
a.badge-strata:focus, a.badge-strata.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 68, 143, 0.5); }
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
@media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
.alert-heading {
  color: inherit; }
.alert-link {
  font-weight: 700; }
.alert-dismissible {
  padding-right: 4rem; }
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }
.alert-primary {
  color: #211e32;
  background-color: #d9d8df;
  border-color: #cac8d2; }
.alert-primary hr {
    border-top-color: #bcbac7; }
.alert-primary .alert-link {
    color: #0c0b12; }
.alert-secondary {
  color: #722e16;
  background-color: #f8ded4;
  border-color: #f5d0c3; }
.alert-secondary hr {
    border-top-color: #f1bfad; }
.alert-secondary .alert-link {
    color: #471d0e; }
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
.alert-success hr {
    border-top-color: #b1dfbb; }
.alert-success .alert-link {
    color: #0b2e13; }
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
.alert-info hr {
    border-top-color: #abdde5; }
.alert-info .alert-link {
    color: #062c33; }
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
.alert-warning hr {
    border-top-color: #ffe8a1; }
.alert-warning .alert-link {
    color: #533f03; }
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
.alert-danger hr {
    border-top-color: #f1b0b7; }
.alert-danger .alert-link {
    color: #491217; }
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
.alert-light hr {
    border-top-color: #ececf6; }
.alert-light .alert-link {
    color: #686868; }
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
.alert-dark hr {
    border-top-color: #b9bbbe; }
.alert-dark .alert-link {
    color: #040505; }
.alert-inbox {
  color: #284c5c;
  background-color: #dbe9ef;
  border-color: #cde0e9; }
.alert-inbox hr {
    border-top-color: #bbd5e1; }
.alert-inbox .alert-link {
    color: #192f38; }
.alert-marketing {
  color: #3e666f;
  background-color: #e4f3f7;
  border-color: #d9eff3; }
.alert-marketing hr {
    border-top-color: #c6e7ed; }
.alert-marketing .alert-link {
    color: #2c484e; }
.alert-projects {
  color: #211e32;
  background-color: #d9d8df;
  border-color: #cac8d2; }
.alert-projects hr {
    border-top-color: #bcbac7; }
.alert-projects .alert-link {
    color: #0c0b12; }
.alert-templates {
  color: #525454;
  background-color: #ececec;
  border-color: #e4e5e5; }
.alert-templates hr {
    border-top-color: #d7d8d8; }
.alert-templates .alert-link {
    color: #393a3a; }
.alert-reports {
  color: #722e16;
  background-color: #f8ded4;
  border-color: #f5d0c3; }
.alert-reports hr {
    border-top-color: #f1bfad; }
.alert-reports .alert-link {
    color: #471d0e; }
.alert-status-new {
  color: #3e666f;
  background-color: #e4f3f7;
  border-color: #d9eff3; }
.alert-status-new hr {
    border-top-color: #c6e7ed; }
.alert-status-new .alert-link {
    color: #2c484e; }
.alert-status-active {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
.alert-status-active hr {
    border-top-color: #b1dfbb; }
.alert-status-active .alert-link {
    color: #0b2e13; }
.alert-status-review {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
.alert-status-review hr {
    border-top-color: #ffe8a1; }
.alert-status-review .alert-link {
    color: #533f03; }
.alert-status-closed {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
.alert-status-closed hr {
    border-top-color: #f1b0b7; }
.alert-status-closed .alert-link {
    color: #491217; }
.alert-status-working {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
.alert-status-working hr {
    border-top-color: #f1b0b7; }
.alert-status-working .alert-link {
    color: #491217; }
.alert-status-completed {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
.alert-status-completed hr {
    border-top-color: #b1dfbb; }
.alert-status-completed .alert-link {
    color: #0b2e13; }
.alert-status-rejected {
  color: #525454;
  background-color: #ececec;
  border-color: #e4e5e5; }
.alert-status-rejected hr {
    border-top-color: #d7d8d8; }
.alert-status-rejected .alert-link {
    color: #393a3a; }
.alert-status-on-market {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
.alert-status-on-market hr {
    border-top-color: #b1dfbb; }
.alert-status-on-market .alert-link {
    color: #0b2e13; }
.alert-status-off-market {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
.alert-status-off-market hr {
    border-top-color: #f1b0b7; }
.alert-status-off-market .alert-link {
    color: #491217; }
.alert-status-off-market-willing-to-sell {
  color: #262a2d;
  background-color: #dbdcdd;
  border-color: #ccced0; }
.alert-status-off-market-willing-to-sell hr {
    border-top-color: #bfc1c4; }
.alert-status-off-market-willing-to-sell .alert-link {
    color: #0f1011; }
.alert-strata {
  color: #00234a;
  background-color: #ccdae9;
  border-color: #b8cbe0; }
.alert-strata hr {
    border-top-color: #a6bed8; }
.alert-strata .alert-link {
    color: #000b17; }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #403A60;
  transition: width 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }
.media {
  display: flex;
  align-items: flex-start; }
.media-body {
  flex: 1; }
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #FFFFFF; }
.list-group-item.active {
    z-index: 2;
    color: #FFFFFF;
    background-color: #403A60;
    border-color: #403A60; }
.list-group-item + .list-group-item {
    border-top-width: 0; }
.list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }
.list-group-horizontal {
  flex-direction: row; }
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
.list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
.list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
.list-group-flush {
  border-radius: 0; }
.list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
.list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }
.list-group-item-primary {
  color: #211e32;
  background-color: #cac8d2; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #211e32;
    background-color: #bcbac7; }
.list-group-item-primary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #211e32;
    border-color: #211e32; }
.list-group-item-secondary {
  color: #722e16;
  background-color: #f5d0c3; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #722e16;
    background-color: #f1bfad; }
.list-group-item-secondary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #722e16;
    border-color: #722e16; }
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
.list-group-item-success.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #155724;
    border-color: #155724; }
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
.list-group-item-info.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #0c5460;
    border-color: #0c5460; }
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
.list-group-item-warning.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #856404;
    border-color: #856404; }
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
.list-group-item-danger.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #721c24;
    border-color: #721c24; }
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
.list-group-item-light.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #818182;
    border-color: #818182; }
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
.list-group-item-dark.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #1b1e21;
    border-color: #1b1e21; }
.list-group-item-inbox {
  color: #284c5c;
  background-color: #cde0e9; }
.list-group-item-inbox.list-group-item-action:hover, .list-group-item-inbox.list-group-item-action:focus {
    color: #284c5c;
    background-color: #bbd5e1; }
.list-group-item-inbox.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #284c5c;
    border-color: #284c5c; }
.list-group-item-marketing {
  color: #3e666f;
  background-color: #d9eff3; }
.list-group-item-marketing.list-group-item-action:hover, .list-group-item-marketing.list-group-item-action:focus {
    color: #3e666f;
    background-color: #c6e7ed; }
.list-group-item-marketing.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #3e666f;
    border-color: #3e666f; }
.list-group-item-projects {
  color: #211e32;
  background-color: #cac8d2; }
.list-group-item-projects.list-group-item-action:hover, .list-group-item-projects.list-group-item-action:focus {
    color: #211e32;
    background-color: #bcbac7; }
.list-group-item-projects.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #211e32;
    border-color: #211e32; }
.list-group-item-templates {
  color: #525454;
  background-color: #e4e5e5; }
.list-group-item-templates.list-group-item-action:hover, .list-group-item-templates.list-group-item-action:focus {
    color: #525454;
    background-color: #d7d8d8; }
.list-group-item-templates.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #525454;
    border-color: #525454; }
.list-group-item-reports {
  color: #722e16;
  background-color: #f5d0c3; }
.list-group-item-reports.list-group-item-action:hover, .list-group-item-reports.list-group-item-action:focus {
    color: #722e16;
    background-color: #f1bfad; }
.list-group-item-reports.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #722e16;
    border-color: #722e16; }
.list-group-item-status-new {
  color: #3e666f;
  background-color: #d9eff3; }
.list-group-item-status-new.list-group-item-action:hover, .list-group-item-status-new.list-group-item-action:focus {
    color: #3e666f;
    background-color: #c6e7ed; }
.list-group-item-status-new.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #3e666f;
    border-color: #3e666f; }
.list-group-item-status-active {
  color: #155724;
  background-color: #c3e6cb; }
.list-group-item-status-active.list-group-item-action:hover, .list-group-item-status-active.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
.list-group-item-status-active.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #155724;
    border-color: #155724; }
.list-group-item-status-review {
  color: #856404;
  background-color: #ffeeba; }
.list-group-item-status-review.list-group-item-action:hover, .list-group-item-status-review.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
.list-group-item-status-review.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #856404;
    border-color: #856404; }
.list-group-item-status-closed {
  color: #721c24;
  background-color: #f5c6cb; }
.list-group-item-status-closed.list-group-item-action:hover, .list-group-item-status-closed.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
.list-group-item-status-closed.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #721c24;
    border-color: #721c24; }
.list-group-item-status-working {
  color: #721c24;
  background-color: #f5c6cb; }
.list-group-item-status-working.list-group-item-action:hover, .list-group-item-status-working.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
.list-group-item-status-working.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #721c24;
    border-color: #721c24; }
.list-group-item-status-completed {
  color: #155724;
  background-color: #c3e6cb; }
.list-group-item-status-completed.list-group-item-action:hover, .list-group-item-status-completed.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
.list-group-item-status-completed.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #155724;
    border-color: #155724; }
.list-group-item-status-rejected {
  color: #525454;
  background-color: #e4e5e5; }
.list-group-item-status-rejected.list-group-item-action:hover, .list-group-item-status-rejected.list-group-item-action:focus {
    color: #525454;
    background-color: #d7d8d8; }
.list-group-item-status-rejected.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #525454;
    border-color: #525454; }
.list-group-item-status-on-market {
  color: #155724;
  background-color: #c3e6cb; }
.list-group-item-status-on-market.list-group-item-action:hover, .list-group-item-status-on-market.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
.list-group-item-status-on-market.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #155724;
    border-color: #155724; }
.list-group-item-status-off-market {
  color: #721c24;
  background-color: #f5c6cb; }
.list-group-item-status-off-market.list-group-item-action:hover, .list-group-item-status-off-market.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
.list-group-item-status-off-market.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #721c24;
    border-color: #721c24; }
.list-group-item-status-off-market-willing-to-sell {
  color: #262a2d;
  background-color: #ccced0; }
.list-group-item-status-off-market-willing-to-sell.list-group-item-action:hover, .list-group-item-status-off-market-willing-to-sell.list-group-item-action:focus {
    color: #262a2d;
    background-color: #bfc1c4; }
.list-group-item-status-off-market-willing-to-sell.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #262a2d;
    border-color: #262a2d; }
.list-group-item-strata {
  color: #00234a;
  background-color: #b8cbe0; }
.list-group-item-strata.list-group-item-action:hover, .list-group-item-strata.list-group-item-action:focus {
    color: #00234a;
    background-color: #a6bed8; }
.list-group-item-strata.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #00234a;
    border-color: #00234a; }
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: .5; }
.close:hover {
    color: #FFFFFF;
    text-decoration: none; }
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }
button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }
a.close.disabled {
  pointer-events: none; }
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
.toast:not(:last-child) {
    margin-bottom: 0.75rem; }
.toast.showing {
    opacity: 1; }
.toast.show {
    display: block;
    opacity: 1; }
.toast.hide {
    display: none; }
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
.toast-body {
  padding: 0.75rem; }
.modal-open {
  overflow: hidden; }
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
@media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
.modal.show .modal-dialog {
    transform: none; }
.modal.modal-static .modal-dialog {
    transform: scale(1.02); }
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
.modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
.modal-dialog-scrollable .modal-body {
    overflow-y: auto; }
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -moz-min-content;
    height: min-content;
    content: ""; }
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
.modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
.modal-backdrop.fade {
    opacity: 0; }
.modal-backdrop.show {
    opacity: 0.5; }
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
.modal-footer > * {
    margin: 0.25rem; }
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
[dir="ltr"] .tooltip{
  text-align: left; }
[dir="rtl"] .tooltip{
  text-align: right; }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: figtree, asap, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  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: 0.75rem;
  word-wrap: break-word;
  opacity: 0; }
.tooltip.show {
    opacity: 0.9; }
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
.tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000000; }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000000; }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000000; }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000000; }
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem; }
[dir="ltr"] .popover{
  text-align: left; }
[dir="rtl"] .popover{
  text-align: right; }
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: figtree, asap, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  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: 0.75rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
.popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }
.bs-popover-top, .bs-popover-auto[x-placement^="top"], .b-popover-primary.bs-popover-auto[x-placement^="top"], .b-popover-secondary.bs-popover-auto[x-placement^="top"], .b-popover-success.bs-popover-auto[x-placement^="top"], .b-popover-info.bs-popover-auto[x-placement^="top"], .b-popover-warning.bs-popover-auto[x-placement^="top"], .b-popover-danger.bs-popover-auto[x-placement^="top"], .b-popover-light.bs-popover-auto[x-placement^="top"], .b-popover-dark.bs-popover-auto[x-placement^="top"], .b-popover-inbox.bs-popover-auto[x-placement^="top"], .b-popover-marketing.bs-popover-auto[x-placement^="top"], .b-popover-projects.bs-popover-auto[x-placement^="top"], .b-popover-templates.bs-popover-auto[x-placement^="top"], .b-popover-reports.bs-popover-auto[x-placement^="top"], .b-popover-status-new.bs-popover-auto[x-placement^="top"], .b-popover-status-active.bs-popover-auto[x-placement^="top"], .b-popover-status-review.bs-popover-auto[x-placement^="top"], .b-popover-status-closed.bs-popover-auto[x-placement^="top"], .b-popover-status-working.bs-popover-auto[x-placement^="top"], .b-popover-status-completed.bs-popover-auto[x-placement^="top"], .b-popover-status-rejected.bs-popover-auto[x-placement^="top"], .b-popover-status-on-market.bs-popover-auto[x-placement^="top"], .b-popover-status-off-market.bs-popover-auto[x-placement^="top"], .b-popover-status-off-market-willing-to-sell.bs-popover-auto[x-placement^="top"], .b-popover-strata.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #FFFFFF; }
.bs-popover-right, .bs-popover-auto[x-placement^="right"], .b-popover-primary.bs-popover-auto[x-placement^="right"], .b-popover-secondary.bs-popover-auto[x-placement^="right"], .b-popover-success.bs-popover-auto[x-placement^="right"], .b-popover-info.bs-popover-auto[x-placement^="right"], .b-popover-warning.bs-popover-auto[x-placement^="right"], .b-popover-danger.bs-popover-auto[x-placement^="right"], .b-popover-light.bs-popover-auto[x-placement^="right"], .b-popover-dark.bs-popover-auto[x-placement^="right"], .b-popover-inbox.bs-popover-auto[x-placement^="right"], .b-popover-marketing.bs-popover-auto[x-placement^="right"], .b-popover-projects.bs-popover-auto[x-placement^="right"], .b-popover-templates.bs-popover-auto[x-placement^="right"], .b-popover-reports.bs-popover-auto[x-placement^="right"], .b-popover-status-new.bs-popover-auto[x-placement^="right"], .b-popover-status-active.bs-popover-auto[x-placement^="right"], .b-popover-status-review.bs-popover-auto[x-placement^="right"], .b-popover-status-closed.bs-popover-auto[x-placement^="right"], .b-popover-status-working.bs-popover-auto[x-placement^="right"], .b-popover-status-completed.bs-popover-auto[x-placement^="right"], .b-popover-status-rejected.bs-popover-auto[x-placement^="right"], .b-popover-status-on-market.bs-popover-auto[x-placement^="right"], .b-popover-status-off-market.bs-popover-auto[x-placement^="right"], .b-popover-status-off-market-willing-to-sell.bs-popover-auto[x-placement^="right"], .b-popover-strata.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #FFFFFF; }
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"], .b-popover-primary.bs-popover-auto[x-placement^="bottom"], .b-popover-secondary.bs-popover-auto[x-placement^="bottom"], .b-popover-success.bs-popover-auto[x-placement^="bottom"], .b-popover-info.bs-popover-auto[x-placement^="bottom"], .b-popover-warning.bs-popover-auto[x-placement^="bottom"], .b-popover-danger.bs-popover-auto[x-placement^="bottom"], .b-popover-light.bs-popover-auto[x-placement^="bottom"], .b-popover-dark.bs-popover-auto[x-placement^="bottom"], .b-popover-inbox.bs-popover-auto[x-placement^="bottom"], .b-popover-marketing.bs-popover-auto[x-placement^="bottom"], .b-popover-projects.bs-popover-auto[x-placement^="bottom"], .b-popover-templates.bs-popover-auto[x-placement^="bottom"], .b-popover-reports.bs-popover-auto[x-placement^="bottom"], .b-popover-status-new.bs-popover-auto[x-placement^="bottom"], .b-popover-status-active.bs-popover-auto[x-placement^="bottom"], .b-popover-status-review.bs-popover-auto[x-placement^="bottom"], .b-popover-status-closed.bs-popover-auto[x-placement^="bottom"], .b-popover-status-working.bs-popover-auto[x-placement^="bottom"], .b-popover-status-completed.bs-popover-auto[x-placement^="bottom"], .b-popover-status-rejected.bs-popover-auto[x-placement^="bottom"], .b-popover-status-on-market.bs-popover-auto[x-placement^="bottom"], .b-popover-status-off-market.bs-popover-auto[x-placement^="bottom"], .b-popover-status-off-market-willing-to-sell.bs-popover-auto[x-placement^="bottom"], .b-popover-strata.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #FFFFFF; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }
.bs-popover-left, .bs-popover-auto[x-placement^="left"], .b-popover-primary.bs-popover-auto[x-placement^="left"], .b-popover-secondary.bs-popover-auto[x-placement^="left"], .b-popover-success.bs-popover-auto[x-placement^="left"], .b-popover-info.bs-popover-auto[x-placement^="left"], .b-popover-warning.bs-popover-auto[x-placement^="left"], .b-popover-danger.bs-popover-auto[x-placement^="left"], .b-popover-light.bs-popover-auto[x-placement^="left"], .b-popover-dark.bs-popover-auto[x-placement^="left"], .b-popover-inbox.bs-popover-auto[x-placement^="left"], .b-popover-marketing.bs-popover-auto[x-placement^="left"], .b-popover-projects.bs-popover-auto[x-placement^="left"], .b-popover-templates.bs-popover-auto[x-placement^="left"], .b-popover-reports.bs-popover-auto[x-placement^="left"], .b-popover-status-new.bs-popover-auto[x-placement^="left"], .b-popover-status-active.bs-popover-auto[x-placement^="left"], .b-popover-status-review.bs-popover-auto[x-placement^="left"], .b-popover-status-closed.bs-popover-auto[x-placement^="left"], .b-popover-status-working.bs-popover-auto[x-placement^="left"], .b-popover-status-completed.bs-popover-auto[x-placement^="left"], .b-popover-status-rejected.bs-popover-auto[x-placement^="left"], .b-popover-status-on-market.bs-popover-auto[x-placement^="left"], .b-popover-status-off-market.bs-popover-auto[x-placement^="left"], .b-popover-status-off-market-willing-to-sell.bs-popover-auto[x-placement^="left"], .b-popover-strata.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #FFFFFF; }
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty {
    display: none; }
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }
.carousel {
  position: relative; }
.carousel.pointer-event {
  touch-action: pan-y; }
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
.carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
.carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }
.carousel-control-prev {
  left: 0; }
.carousel-control-next {
  right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
.carousel-indicators .active {
    opacity: 1; }
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center; }
@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }
@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }
.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }
.align-baseline {
  vertical-align: baseline !important; }
.align-top {
  vertical-align: top !important; }
.align-middle {
  vertical-align: middle !important; }
.align-bottom {
  vertical-align: bottom !important; }
.align-text-bottom {
  vertical-align: text-bottom !important; }
.align-text-top {
  vertical-align: text-top !important; }
.bg-primary {
  background-color: #403A60 !important; }
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2b2740 !important; }
.bg-secondary {
  background-color: #DC582A !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #b5451e !important; }
.bg-success {
  background-color: #28a745 !important; }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }
.bg-info {
  background-color: #17a2b8 !important; }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }
.bg-warning {
  background-color: #ffc107 !important; }
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }
.bg-danger {
  background-color: #dc3545 !important; }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }
.bg-light {
  background-color: #f8f9fa !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }
.bg-dark {
  background-color: #343a40 !important; }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }
.bg-inbox {
  background-color: #4c92b1 !important; }
a.bg-inbox:hover, a.bg-inbox:focus,
button.bg-inbox:hover,
button.bg-inbox:focus {
  background-color: #3d758d !important; }
.bg-marketing {
  background-color: #77C5D5 !important; }
a.bg-marketing:hover, a.bg-marketing:focus,
button.bg-marketing:hover,
button.bg-marketing:focus {
  background-color: #50b4c9 !important; }
.bg-projects {
  background-color: #403A60 !important; }
a.bg-projects:hover, a.bg-projects:focus,
button.bg-projects:hover,
button.bg-projects:focus {
  background-color: #2b2740 !important; }
.bg-templates {
  background-color: #9EA2A2 !important; }
a.bg-templates:hover, a.bg-templates:focus,
button.bg-templates:hover,
button.bg-templates:focus {
  background-color: #848989 !important; }
.bg-reports {
  background-color: #DC582A !important; }
a.bg-reports:hover, a.bg-reports:focus,
button.bg-reports:hover,
button.bg-reports:focus {
  background-color: #b5451e !important; }
.bg-status-new {
  background-color: #77C5D5 !important; }
a.bg-status-new:hover, a.bg-status-new:focus,
button.bg-status-new:hover,
button.bg-status-new:focus {
  background-color: #50b4c9 !important; }
.bg-status-active {
  background-color: #28a745 !important; }
a.bg-status-active:hover, a.bg-status-active:focus,
button.bg-status-active:hover,
button.bg-status-active:focus {
  background-color: #1e7e34 !important; }
.bg-status-review {
  background-color: #ffc107 !important; }
a.bg-status-review:hover, a.bg-status-review:focus,
button.bg-status-review:hover,
button.bg-status-review:focus {
  background-color: #d39e00 !important; }
.bg-status-closed {
  background-color: #dc3545 !important; }
a.bg-status-closed:hover, a.bg-status-closed:focus,
button.bg-status-closed:hover,
button.bg-status-closed:focus {
  background-color: #bd2130 !important; }
.bg-status-working {
  background-color: #dc3545 !important; }
a.bg-status-working:hover, a.bg-status-working:focus,
button.bg-status-working:hover,
button.bg-status-working:focus {
  background-color: #bd2130 !important; }
.bg-status-completed {
  background-color: #28a745 !important; }
a.bg-status-completed:hover, a.bg-status-completed:focus,
button.bg-status-completed:hover,
button.bg-status-completed:focus {
  background-color: #1e7e34 !important; }
.bg-status-rejected {
  background-color: #9EA2A2 !important; }
a.bg-status-rejected:hover, a.bg-status-rejected:focus,
button.bg-status-rejected:hover,
button.bg-status-rejected:focus {
  background-color: #848989 !important; }
.bg-status-on-market {
  background-color: #28a745 !important; }
a.bg-status-on-market:hover, a.bg-status-on-market:focus,
button.bg-status-on-market:hover,
button.bg-status-on-market:focus {
  background-color: #1e7e34 !important; }
.bg-status-off-market {
  background-color: #dc3545 !important; }
a.bg-status-off-market:hover, a.bg-status-off-market:focus,
button.bg-status-off-market:hover,
button.bg-status-off-market:focus {
  background-color: #bd2130 !important; }
.bg-status-off-market-willing-to-sell {
  background-color: #495057 !important; }
a.bg-status-off-market-willing-to-sell:hover, a.bg-status-off-market-willing-to-sell:focus,
button.bg-status-off-market-willing-to-sell:hover,
button.bg-status-off-market-willing-to-sell:focus {
  background-color: #32373b !important; }
.bg-strata {
  background-color: #00448F !important; }
a.bg-strata:hover, a.bg-strata:focus,
button.bg-strata:hover,
button.bg-strata:focus {
  background-color: #002c5c !important; }
.bg-white {
  background-color: #FFFFFF !important; }
.bg-transparent {
  background-color: transparent !important; }
.border {
  border: 1px solid #dee2e6 !important; }
.border-top {
  border-top: 1px solid #dee2e6 !important; }
.border-right {
  border-right: 1px solid #dee2e6 !important; }
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }
.border-left {
  border-left: 1px solid #dee2e6 !important; }
.border-0 {
  border: 0 !important; }
.border-top-0 {
  border-top: 0 !important; }
.border-right-0 {
  border-right: 0 !important; }
.border-bottom-0 {
  border-bottom: 0 !important; }
.border-left-0 {
  border-left: 0 !important; }
.border-primary {
  border-color: #403A60 !important; }
.border-secondary {
  border-color: #DC582A !important; }
.border-success {
  border-color: #28a745 !important; }
.border-info {
  border-color: #17a2b8 !important; }
.border-warning {
  border-color: #ffc107 !important; }
.border-danger {
  border-color: #dc3545 !important; }
.border-light {
  border-color: #f8f9fa !important; }
.border-dark {
  border-color: #343a40 !important; }
.border-inbox {
  border-color: #4c92b1 !important; }
.border-marketing {
  border-color: #77C5D5 !important; }
.border-projects {
  border-color: #403A60 !important; }
.border-templates {
  border-color: #9EA2A2 !important; }
.border-reports {
  border-color: #DC582A !important; }
.border-status-new {
  border-color: #77C5D5 !important; }
.border-status-active {
  border-color: #28a745 !important; }
.border-status-review {
  border-color: #ffc107 !important; }
.border-status-closed {
  border-color: #dc3545 !important; }
.border-status-working {
  border-color: #dc3545 !important; }
.border-status-completed {
  border-color: #28a745 !important; }
.border-status-rejected {
  border-color: #9EA2A2 !important; }
.border-status-on-market {
  border-color: #28a745 !important; }
.border-status-off-market {
  border-color: #dc3545 !important; }
.border-status-off-market-willing-to-sell {
  border-color: #495057 !important; }
.border-strata {
  border-color: #00448F !important; }
.border-white {
  border-color: #FFFFFF !important; }
.rounded-sm {
  border-radius: 0.2rem !important; }
.rounded {
  border-radius: 0.25rem !important; }
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }
.rounded-lg {
  border-radius: 0.3rem !important; }
.rounded-circle {
  border-radius: 50% !important; }
.rounded-pill {
  border-radius: 50rem !important; }
.rounded-0 {
  border-radius: 0 !important; }
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }
.d-none {
  display: none !important; }
.d-inline {
  display: inline !important; }
.d-inline-block {
  display: inline-block !important; }
.d-block {
  display: block !important; }
.d-table {
  display: table !important; }
.d-table-row {
  display: table-row !important; }
.d-table-cell {
  display: table-cell !important; }
.d-flex {
  display: flex !important; }
.d-inline-flex {
  display: inline-flex !important; }
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
.embed-responsive::before {
    display: block;
    content: ""; }
.embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
.embed-responsive-21by9::before {
  padding-top: 42.85714%; }
.embed-responsive-16by9::before {
  padding-top: 56.25%; }
.embed-responsive-4by3::before {
  padding-top: 75%; }
.embed-responsive-1by1::before {
  padding-top: 100%; }
.flex-row {
  flex-direction: row !important; }
.flex-column {
  flex-direction: column !important; }
.flex-row-reverse {
  flex-direction: row-reverse !important; }
.flex-column-reverse {
  flex-direction: column-reverse !important; }
.flex-wrap {
  flex-wrap: wrap !important; }
.flex-nowrap {
  flex-wrap: nowrap !important; }
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }
.flex-fill {
  flex: 1 1 auto !important; }
.flex-grow-0 {
  flex-grow: 0 !important; }
.flex-grow-1 {
  flex-grow: 1 !important; }
.flex-shrink-0 {
  flex-shrink: 0 !important; }
.flex-shrink-1 {
  flex-shrink: 1 !important; }
.justify-content-start {
  justify-content: flex-start !important; }
.justify-content-end {
  justify-content: flex-end !important; }
.justify-content-center {
  justify-content: center !important; }
.justify-content-between {
  justify-content: space-between !important; }
.justify-content-around {
  justify-content: space-around !important; }
.align-items-start {
  align-items: flex-start !important; }
.align-items-end {
  align-items: flex-end !important; }
.align-items-center {
  align-items: center !important; }
.align-items-baseline {
  align-items: baseline !important; }
.align-items-stretch {
  align-items: stretch !important; }
.align-content-start {
  align-content: flex-start !important; }
.align-content-end {
  align-content: flex-end !important; }
.align-content-center {
  align-content: center !important; }
.align-content-between {
  align-content: space-between !important; }
.align-content-around {
  align-content: space-around !important; }
.align-content-stretch {
  align-content: stretch !important; }
.align-self-auto {
  align-self: auto !important; }
.align-self-start {
  align-self: flex-start !important; }
.align-self-end {
  align-self: flex-end !important; }
.align-self-center {
  align-self: center !important; }
.align-self-baseline {
  align-self: baseline !important; }
.align-self-stretch {
  align-self: stretch !important; }
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }
.float-right {
  float: right !important; }
.float-none {
  float: none !important; }
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }
.overflow-auto {
  overflow: auto !important; }
.overflow-hidden {
  overflow: hidden !important; }
.position-static {
  position: static !important; }
.position-relative {
  position: relative !important; }
.position-absolute {
  position: absolute !important; }
.position-fixed {
  position: fixed !important; }
.position-sticky {
  position: sticky !important; }
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {
  box-shadow: none !important; }
.w-25 {
  width: 25% !important; }
.w-50 {
  width: 50% !important; }
.w-75 {
  width: 75% !important; }
.w-100 {
  width: 100% !important; }
.w-auto {
  width: auto !important; }
.h-25 {
  height: 25% !important; }
.h-50 {
  height: 50% !important; }
.h-75 {
  height: 75% !important; }
.h-100 {
  height: 100% !important; }
.h-auto {
  height: auto !important; }
.mw-100 {
  max-width: 100% !important; }
.mh-100 {
  max-height: 100% !important; }
.min-vw-100 {
  min-width: 100vw !important; }
.min-vh-100 {
  min-height: 100vh !important; }
.vw-100 {
  width: 100vw !important; }
.vh-100 {
  height: 100vh !important; }
.m-0 {
  margin: 0 !important; }
.mt-0,
.my-0 {
  margin-top: 0 !important; }
.mr-0,
.mx-0 {
  margin-right: 0 !important; }
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
  margin-left: 0 !important; }
.m-1 {
  margin: 0.25rem !important; }
.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }
.m-2 {
  margin: 0.5rem !important; }
.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }
.m-3 {
  margin: 1rem !important; }
.mt-3,
.my-3 {
  margin-top: 1rem !important; }
.mr-3,
.mx-3 {
  margin-right: 1rem !important; }
.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }
.ml-3,
.mx-3 {
  margin-left: 1rem !important; }
.m-4 {
  margin: 1.5rem !important; }
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }
.m-5 {
  margin: 3rem !important; }
.mt-5,
.my-5 {
  margin-top: 3rem !important; }
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }
.p-0 {
  padding: 0 !important; }
.pt-0,
.py-0 {
  padding-top: 0 !important; }
.pr-0,
.px-0 {
  padding-right: 0 !important; }
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }
.pl-0,
.px-0 {
  padding-left: 0 !important; }
.p-1 {
  padding: 0.25rem !important; }
.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }
.p-2 {
  padding: 0.5rem !important; }
.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }
.p-3 {
  padding: 1rem !important; }
.pt-3,
.py-3 {
  padding-top: 1rem !important; }
.pr-3,
.px-3 {
  padding-right: 1rem !important; }
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }
.pl-3,
.px-3 {
  padding-left: 1rem !important; }
.p-4 {
  padding: 1.5rem !important; }
.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }
.p-5 {
  padding: 3rem !important; }
.pt-5,
.py-5 {
  padding-top: 3rem !important; }
.pr-5,
.px-5 {
  padding-right: 3rem !important; }
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }
.pl-5,
.px-5 {
  padding-left: 3rem !important; }
.m-n1 {
  margin: -0.25rem !important; }
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }
.m-n2 {
  margin: -0.5rem !important; }
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }
.m-n3 {
  margin: -1rem !important; }
.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }
.m-n4 {
  margin: -1.5rem !important; }
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }
.m-n5 {
  margin: -3rem !important; }
.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }
.m-auto {
  margin: auto !important; }
.mt-auto,
.my-auto {
  margin-top: auto !important; }
.mr-auto,
.mx-auto {
  margin-right: auto !important; }
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }
.ml-auto,
.mx-auto {
  margin-left: auto !important; }
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
.text-justify {
  text-align: justify !important; }
.text-wrap {
  white-space: normal !important; }
.text-nowrap {
  white-space: nowrap !important; }
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.text-left {
  text-align: left !important; }
.text-right {
  text-align: right !important; }
.text-center {
  text-align: center !important; }
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }
.text-uppercase {
  text-transform: uppercase !important; }
.text-capitalize {
  text-transform: capitalize !important; }
.font-weight-light {
  font-weight: 300 !important; }
.font-weight-lighter {
  font-weight: lighter !important; }
.font-weight-normal {
  font-weight: 400 !important; }
.font-weight-bold {
  font-weight: 700 !important; }
.font-weight-bolder {
  font-weight: bolder !important; }
.font-italic {
  font-style: italic !important; }
.text-white {
  color: #FFFFFF !important; }
.text-primary {
  color: #403A60 !important; }
a.text-primary:hover, a.text-primary:focus {
  color: #201d30 !important; }
.text-secondary {
  color: #DC582A !important; }
a.text-secondary:hover, a.text-secondary:focus {
  color: #9f3d1a !important; }
.text-success {
  color: #28a745 !important; }
a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }
.text-info {
  color: #17a2b8 !important; }
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }
.text-warning {
  color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }
.text-danger {
  color: #dc3545 !important; }
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }
.text-light {
  color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }
.text-dark {
  color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }
.text-inbox {
  color: #4c92b1 !important; }
a.text-inbox:hover, a.text-inbox:focus {
  color: #35667b !important; }
.text-marketing {
  color: #77C5D5 !important; }
a.text-marketing:hover, a.text-marketing:focus {
  color: #3dacc3 !important; }
.text-projects {
  color: #403A60 !important; }
a.text-projects:hover, a.text-projects:focus {
  color: #201d30 !important; }
.text-templates {
  color: #9EA2A2 !important; }
a.text-templates:hover, a.text-templates:focus {
  color: #777c7c !important; }
.text-reports {
  color: #DC582A !important; }
a.text-reports:hover, a.text-reports:focus {
  color: #9f3d1a !important; }
.text-status-new {
  color: #77C5D5 !important; }
a.text-status-new:hover, a.text-status-new:focus {
  color: #3dacc3 !important; }
.text-status-active {
  color: #28a745 !important; }
a.text-status-active:hover, a.text-status-active:focus {
  color: #19692c !important; }
.text-status-review {
  color: #ffc107 !important; }
a.text-status-review:hover, a.text-status-review:focus {
  color: #ba8b00 !important; }
.text-status-closed {
  color: #dc3545 !important; }
a.text-status-closed:hover, a.text-status-closed:focus {
  color: #a71d2a !important; }
.text-status-working {
  color: #dc3545 !important; }
a.text-status-working:hover, a.text-status-working:focus {
  color: #a71d2a !important; }
.text-status-completed {
  color: #28a745 !important; }
a.text-status-completed:hover, a.text-status-completed:focus {
  color: #19692c !important; }
.text-status-rejected {
  color: #9EA2A2 !important; }
a.text-status-rejected:hover, a.text-status-rejected:focus {
  color: #777c7c !important; }
.text-status-on-market {
  color: #28a745 !important; }
a.text-status-on-market:hover, a.text-status-on-market:focus {
  color: #19692c !important; }
.text-status-off-market {
  color: #dc3545 !important; }
a.text-status-off-market:hover, a.text-status-off-market:focus {
  color: #a71d2a !important; }
.text-status-off-market-willing-to-sell {
  color: #495057 !important; }
a.text-status-off-market-willing-to-sell:hover, a.text-status-off-market-willing-to-sell:focus {
  color: #262a2d !important; }
.text-strata {
  color: #00448F !important; }
a.text-strata:hover, a.text-strata:focus {
  color: #002043 !important; }
.text-body {
  color: #212529 !important; }
.text-muted {
  color: #6c757d !important; }
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.text-decoration-none {
  text-decoration: none !important; }
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }
.text-reset {
  color: inherit !important; }
.visible {
  visibility: visible !important; }
.invisible {
  visibility: hidden !important; }
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #FFFFFF !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
.bv-no-focus-ring:focus {
  outline: none; }
@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important; } }
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important; } }
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important; } }
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important; } }
.bv-d-xl-down-none {
  display: none !important; }
.form-control.focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #7971a9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.25); }
.form-control.focus.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.form-control.focus.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.b-form-btn-label-control.form-control {
  background-image: none;
  padding: 0; }
.input-group .b-form-btn-label-control.form-control {
    padding: 0; }
[dir="rtl"] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir="rtl"] {
    flex-direction: row-reverse; }
[dir="rtl"] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir="rtl"] > label {
      text-align: right; }
.b-form-btn-label-control.form-control > .btn {
    line-height: 1;
    font-size: inherit;
    box-shadow: none !important;
    border: 0; }
.b-form-btn-label-control.form-control > .btn:disabled {
      pointer-events: none; }
.b-form-btn-label-control.form-control.is-valid > .btn {
    color: #28a745; }
.b-form-btn-label-control.form-control.is-invalid > .btn {
    color: #dc3545; }
.b-form-btn-label-control.form-control > .dropdown-menu {
    padding: 0.5rem; }
.b-form-btn-label-control.form-control > label {
    outline: 0;
    padding-left: 0.25rem;
    margin: 0;
    border: 0;
    font-size: inherit;
    cursor: pointer;
    min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px); }
.b-form-btn-label-control.form-control > label.form-control-sm {
      min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px); }
.b-form-btn-label-control.form-control > label.form-control-lg {
      min-height: calc(calc(1.5em + 1rem + 2px) - 2px); }
.input-group.input-group-sm .b-form-btn-label-control.form-control > label {
      min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
.input-group.input-group-lg .b-form-btn-label-control.form-control > label {
      min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
.b-form-btn-label-control.form-control[aria-disabled="true"], .b-form-btn-label-control.form-control[aria-readonly="true"] {
    background-color: #e9ecef;
    opacity: 1; }
.b-form-btn-label-control.form-control[aria-disabled="true"] {
    pointer-events: none; }
.b-form-btn-label-control.form-control[aria-disabled="true"] > label {
      cursor: default; }
.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem; }
.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.b-avatar:focus {
    outline: 0; }
.b-avatar.btn, .b-avatar[href] {
    padding: 0;
    border: 0; }
.b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
      transition: transform 0.15s ease-in-out; }
.b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
      cursor: pointer; }
.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
        transform: scale(1.15); }
.b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
    opacity: 0.65;
    pointer-events: none; }
.b-avatar .b-avatar-custom,
  .b-avatar .b-avatar-text,
  .b-avatar .b-avatar-img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-mask-image: radial-gradient(white, black);
            mask-image: radial-gradient(white, black); }
.b-avatar .b-avatar-text {
    text-transform: uppercase;
    white-space: nowrap; }
.b-avatar[href] {
    text-decoration: none; }
.b-avatar > .b-icon {
    width: 60%;
    height: auto;
    max-width: 100%; }
.b-avatar .b-avatar-img img {
    width: 100%;
    height: 100%;
    max-height: auto;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover; }
.b-avatar .b-avatar-badge {
    position: absolute;
    min-height: 1.5em;
    min-width: 1.5em;
    padding: 0.25em;
    line-height: 1;
    border-radius: 10em;
    font-size: 70%;
    font-weight: 700;
    z-index: 5; }
.b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem; }
.b-avatar-sm .b-avatar-text {
    font-size: calc(0.6rem); }
.b-avatar-sm .b-avatar-badge {
    font-size: calc(0.42rem); }
.b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem; }
.b-avatar-lg .b-avatar-text {
    font-size: calc(1.4rem); }
.b-avatar-lg .b-avatar-badge {
    font-size: calc(0.98rem); }
.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap; }
.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6; }
.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 3; }
.b-calendar {
  display: inline-flex; }
.b-calendar .b-calendar-inner {
    min-width: 250px; }
.b-calendar .b-calendar-header,
  .b-calendar .b-calendar-nav {
    margin-bottom: 0.25rem; }
.b-calendar .b-calendar-nav .btn {
    padding: 0.25rem; }
.b-calendar output {
    padding: 0.25rem;
    font-size: 80%; }
.b-calendar output.readonly {
      background-color: #e9ecef;
      opacity: 1; }
.b-calendar .b-calendar-footer {
    margin-top: 0.5rem; }
.b-calendar .b-calendar-grid {
    padding: 0;
    margin: 0;
    overflow: hidden; }
.b-calendar .b-calendar-grid .row {
      flex-wrap: nowrap; }
.b-calendar .b-calendar-grid-caption {
    padding: 0.25rem; }
.b-calendar .b-calendar-grid-body .col[data-date] .btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 1;
    margin: 3px auto;
    padding: 9px 0; }
.b-calendar .btn:disabled, .b-calendar .btn.disabled, .b-calendar .btn[aria-disabled="true"] {
    cursor: default;
    pointer-events: none; }
.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }
.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px); }
.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important; }
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important; }
.dropdown .dropdown-menu:focus {
  outline: none; }
.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400; }
.b-dropdown-form:focus {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important; }
.b-dropdown-form.disabled, .b-dropdown-form:disabled {
    outline: 0 !important;
    color: #6c757d;
    pointer-events: none; }
.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter; }
.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem; }
.custom-checkbox.b-custom-control-lg .custom-control-label::before,
  .input-group-lg .custom-checkbox .custom-control-label::before {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.3rem; }
.custom-checkbox.b-custom-control-lg .custom-control-label::after,
  .input-group-lg .custom-checkbox .custom-control-label::after {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 50% 50%; }
.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.75rem;
  line-height: 1.5;
  padding-left: 1.3125rem; }
.custom-checkbox.b-custom-control-sm .custom-control-label::before,
  .input-group-sm .custom-checkbox .custom-control-label::before {
    top: 0.125rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 0.2rem; }
.custom-checkbox.b-custom-control-sm .custom-control-label::after,
  .input-group-sm .custom-checkbox .custom-control-label::after {
    top: 0.125rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    background-size: 50% 50%; }
.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem; }
.custom-switch.b-custom-control-lg .custom-control-label,
  .input-group-lg .custom-switch .custom-control-label {
    font-size: 1.25rem;
    line-height: 1.5; }
.custom-switch.b-custom-control-lg .custom-control-label::before,
    .input-group-lg .custom-switch .custom-control-label::before {
      top: 0.3125rem;
      height: 1.25rem;
      left: -2.8125rem;
      width: 2.1875rem;
      border-radius: 0.625rem; }
.custom-switch.b-custom-control-lg .custom-control-label::after,
    .input-group-lg .custom-switch .custom-control-label::after {
      top: calc( 0.3125rem + 2px);
      left: calc( -2.8125rem + 2px);
      width: calc( 1.25rem - 4px);
      height: calc( 1.25rem - 4px);
      border-radius: 0.625rem;
      background-size: 50% 50%; }
.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
  .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(0.9375rem); }
.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem; }
.custom-switch.b-custom-control-sm .custom-control-label,
  .input-group-sm .custom-switch .custom-control-label {
    font-size: 0.75rem;
    line-height: 1.5; }
.custom-switch.b-custom-control-sm .custom-control-label::before,
    .input-group-sm .custom-switch .custom-control-label::before {
      top: 0.125rem;
      left: -1.96875rem;
      width: 1.53125rem;
      height: 0.875rem;
      border-radius: 0.4375rem; }
.custom-switch.b-custom-control-sm .custom-control-label::after,
    .input-group-sm .custom-switch .custom-control-label::after {
      top: calc( 0.125rem + 2px);
      left: calc( -1.96875rem + 2px);
      width: calc( 0.875rem - 4px);
      height: calc( 0.875rem - 4px);
      border-radius: 0.4375rem;
      background-size: 50% 50%; }
.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
  .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(0.65625rem); }
.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden; }
.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px); }
.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5; }
.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 0.3rem; }
.b-custom-control-lg .custom-file-label::after,
  .input-group-lg .custom-file-label::after {
    font-size: inherit;
    height: calc( 1.5em + 1rem);
    border-radius: 0 0.3rem 0.3rem 0; }
.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.75rem;
  height: calc(1.5em + 0.5rem + 2px); }
.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5; }
.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.2rem; }
.b-custom-control-sm .custom-file-label::after,
  .input-group-sm .custom-file-label::after {
    font-size: inherit;
    height: calc( 1.5em + 0.5rem);
    border-radius: 0 0.2rem 0.2rem 0; }
.was-validated .form-control:invalid,
.was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center; }
input[type="color"].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem; }
input[type="color"].form-control.form-control-sm,
.input-group-sm input[type="color"].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem; }
input[type="color"].form-control.form-control-lg,
.input-group-lg input[type="color"].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem; }
input[type="color"].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65; }
.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }
.input-group > .custom-range + .form-control,
  .input-group > .custom-range + .form-control-plaintext,
  .input-group > .custom-range + .custom-select,
  .input-group > .custom-range + .custom-range,
  .input-group > .custom-range + .custom-file {
    margin-left: -1px; }
.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px; }
.input-group > .custom-range:focus {
  z-index: 3; }
.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .input-group > .custom-range {
      transition: none; } }
.input-group > .custom-range:focus {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #7971a9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.25); }
.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
    background-color: #e9ecef; }
.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem; }
.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem; }
.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #28a745; }
.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem #9be7ac; }
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem #9be7ac; }
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem #9be7ac; }
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none; }
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
    background-color: #9be7ac;
    background-image: none; }
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35); }
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none; }
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
    background-color: #9be7ac;
    background-image: none; }
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35); }
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none; }
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
    background-color: #9be7ac;
    background-image: none; }
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35); }
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35); }
.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #dc3545; }
.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem #f6cdd1; }
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem #f6cdd1; }
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem #f6cdd1; }
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none; }
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
    background-color: #f6cdd1;
    background-image: none; }
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35); }
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none; }
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
    background-color: #f6cdd1;
    background-image: none; }
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35); }
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none; }
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
    background-color: #f6cdd1;
    background-image: none; }
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35); }
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35); }
.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem; }
.custom-radio.b-custom-control-lg .custom-control-label::before,
  .input-group-lg .custom-radio .custom-control-label::before {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%; }
.custom-radio.b-custom-control-lg .custom-control-label::after,
  .input-group-lg .custom-radio .custom-control-label::after {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background: no-repeat 50% / 50% 50%; }
.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.75rem;
  line-height: 1.5;
  padding-left: 1.3125rem; }
.custom-radio.b-custom-control-sm .custom-control-label::before,
  .input-group-sm .custom-radio .custom-control-label::before {
    top: 0.125rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%; }
.custom-radio.b-custom-control-sm .custom-control-label::after,
  .input-group-sm .custom-radio .custom-control-label::after {
    top: 0.125rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    background: no-repeat 50% / 50% 50%; }
.b-rating {
  text-align: center; }
.b-rating.d-inline-flex {
    width: auto; }
.b-rating .b-rating-star,
  .b-rating .b-rating-value {
    padding: 0 0.25em; }
.b-rating .b-rating-value {
    min-width: 2.5em; }
.b-rating .b-rating-star {
    display: inline-flex;
    justify-content: center;
    outline: 0; }
.b-rating .b-rating-star .b-rating-icon {
      display: inline-flex;
      transition: all 0.15s ease-in-out; }
.b-rating.disabled, .b-rating:disabled {
    background-color: #e9ecef;
    color: #6c757d; }
.b-rating:not(.disabled):not(.readonly) .b-rating-star {
    cursor: pointer; }
.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
  .b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
    transform: scale(1.5); }
.b-rating[dir="rtl"] .b-rating-star-half {
    transform: scale(-1, 1); }
.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0; }
[dir="rtl"] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir="rtl"]:not(.flex-column) {
    flex-direction: row-reverse; }
.b-form-spinbutton output {
    font-size: inherit;
    outline: 0;
    border: 0;
    background-color: transparent;
    width: auto;
    margin: 0;
    padding: 0 0.25rem; }
.b-form-spinbutton output > div,
    .b-form-spinbutton output > bdi {
      display: block;
      min-width: 2.25em;
      height: 1.5em; }
.b-form-spinbutton.flex-column {
    height: auto;
    width: auto; }
.b-form-spinbutton.flex-column output {
      margin: 0 0.25rem;
      padding: 0.25rem 0; }
.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
    output-width: 100%; }
.b-form-spinbutton.d-inline-flex:not(.flex-column) {
    width: auto; }
.b-form-spinbutton .btn {
    line-height: 1;
    box-shadow: none !important; }
.b-form-spinbutton .btn:disabled {
      pointer-events: none; }
.b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
      transform: scale(1.25); }
.b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
    background-color: #e9ecef; }
.b-form-spinbutton.disabled {
    pointer-events: none; }
.b-form-tags .b-form-tags-list {
  margin-top: -0.25rem; }
.b-form-tags .b-form-tags-list .b-from-tags-field,
  .b-form-tags .b-form-tags-list .b-form-tag {
    margin-top: 0.25rem; }
.b-form-tags.focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #7971a9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(64, 58, 96, 0.25); }
.b-form-tags.focus.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.b-form-tags.focus.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.b-form-tags.disabled {
  background-color: #e9ecef; }
.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.5;
  margin-right: 0.25rem; }
.b-form-tag.disabled {
    opacity: 0.75; }
.b-form-tag > button.b-form-tag-remove {
    color: inherit;
    font-size: 125%;
    line-height: 1;
    float: none;
    margin-left: 0.25rem; }
.form-control-sm .b-form-tag {
  line-height: 1.5; }
.form-control-lg .b-form-tag {
  line-height: 1.5; }
.modal-backdrop {
  opacity: 0.5; }
.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1; }
.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0; }
.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0; }
.popover.b-popover.fade:not(.show) {
    opacity: 0; }
.popover.b-popover.show {
    opacity: 1; }
.b-popover-primary.popover {
  background-color: #d9d8df;
  border-color: #cac8d2; }
.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #cac8d2; }
.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d9d8df; }
.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #cac8d2; }
.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d9d8df; }
.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #cac8d2; }
.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d1d0d8; }
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d1d0d8; }
.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #cac8d2; }
.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d9d8df; }
.b-popover-primary .popover-header {
  color: #212529;
  background-color: #d1d0d8;
  border-bottom-color: #c3c2cd; }
.b-popover-primary .popover-body {
  color: #211e32; }
.b-popover-secondary.popover {
  background-color: #f8ded4;
  border-color: #f5d0c3; }
.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5d0c3; }
.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8ded4; }
.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5d0c3; }
.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8ded4; }
.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5d0c3; }
.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6d4c7; }
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6d4c7; }
.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5d0c3; }
.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8ded4; }
.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #f6d4c7;
  border-bottom-color: #f2c3b1; }
.b-popover-secondary .popover-body {
  color: #722e16; }
.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb; }
.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c3e6cb; }
.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d4edda; }
.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c3e6cb; }
.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d4edda; }
.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c3e6cb; }
.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c9e8d1; }
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c9e8d1; }
.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c3e6cb; }
.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d4edda; }
.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1; }
.b-popover-success .popover-body {
  color: #155724; }
.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb; }
.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #bee5eb; }
.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d1ecf1; }
.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #bee5eb; }
.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d1ecf1; }
.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #bee5eb; }
.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c5e7ed; }
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c5e7ed; }
.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #bee5eb; }
.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d1ecf1; }
.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7; }
.b-popover-info .popover-body {
  color: #0c5460; }
.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba; }
.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ffeeba; }
.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fff3cd; }
.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ffeeba; }
.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fff3cd; }
.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ffeeba; }
.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffefbe; }
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ffefbe; }
.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ffeeba; }
.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fff3cd; }
.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4; }
.b-popover-warning .popover-body {
  color: #856404; }
.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb; }
.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5c6cb; }
.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8d7da; }
.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5c6cb; }
.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8d7da; }
.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5c6cb; }
.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6cace; }
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6cace; }
.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5c6cb; }
.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8d7da; }
.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba; }
.b-popover-danger .popover-body {
  color: #721c24; }
.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe; }
.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #fdfdfe; }
.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fefefe; }
.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #fdfdfe; }
.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fefefe; }
.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #fdfdfe; }
.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6f6f6; }
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6f6f6; }
.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #fdfdfe; }
.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fefefe; }
.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea; }
.b-popover-light .popover-body {
  color: #818182; }
.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c6c8ca; }
.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d6d8d9; }
.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c6c8ca; }
.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d6d8d9; }
.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c6c8ca; }
.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ced0d2; }
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ced0d2; }
.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c6c8ca; }
.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d6d8d9; }
.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5; }
.b-popover-dark .popover-body {
  color: #1b1e21; }
.b-popover-inbox.popover {
  background-color: #dbe9ef;
  border-color: #cde0e9; }
.b-popover-inbox.bs-popover-top > .arrow::before, .b-popover-inbox.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #cde0e9; }
.b-popover-inbox.bs-popover-top > .arrow::after, .b-popover-inbox.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #dbe9ef; }
.b-popover-inbox.bs-popover-right > .arrow::before, .b-popover-inbox.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #cde0e9; }
.b-popover-inbox.bs-popover-right > .arrow::after, .b-popover-inbox.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #dbe9ef; }
.b-popover-inbox.bs-popover-bottom > .arrow::before, .b-popover-inbox.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #cde0e9; }
.b-popover-inbox.bs-popover-bottom > .arrow::after, .b-popover-inbox.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d0e3ea; }
.b-popover-inbox.bs-popover-bottom .popover-header::before, .b-popover-inbox.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d0e3ea; }
.b-popover-inbox.bs-popover-left > .arrow::before, .b-popover-inbox.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #cde0e9; }
.b-popover-inbox.bs-popover-left > .arrow::after, .b-popover-inbox.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #dbe9ef; }
.b-popover-inbox .popover-header {
  color: #212529;
  background-color: #d0e3ea;
  border-bottom-color: #bfd8e2; }
.b-popover-inbox .popover-body {
  color: #284c5c; }
.b-popover-marketing.popover {
  background-color: #e4f3f7;
  border-color: #d9eff3; }
.b-popover-marketing.bs-popover-top > .arrow::before, .b-popover-marketing.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d9eff3; }
.b-popover-marketing.bs-popover-top > .arrow::after, .b-popover-marketing.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e4f3f7; }
.b-popover-marketing.bs-popover-right > .arrow::before, .b-popover-marketing.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d9eff3; }
.b-popover-marketing.bs-popover-right > .arrow::after, .b-popover-marketing.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e4f3f7; }
.b-popover-marketing.bs-popover-bottom > .arrow::before, .b-popover-marketing.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d9eff3; }
.b-popover-marketing.bs-popover-bottom > .arrow::after, .b-popover-marketing.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d8eef4; }
.b-popover-marketing.bs-popover-bottom .popover-header::before, .b-popover-marketing.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d8eef4; }
.b-popover-marketing.bs-popover-left > .arrow::before, .b-popover-marketing.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d9eff3; }
.b-popover-marketing.bs-popover-left > .arrow::after, .b-popover-marketing.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e4f3f7; }
.b-popover-marketing .popover-header {
  color: #212529;
  background-color: #d8eef4;
  border-bottom-color: #c5e5ee; }
.b-popover-marketing .popover-body {
  color: #3e666f; }
.b-popover-projects.popover {
  background-color: #d9d8df;
  border-color: #cac8d2; }
.b-popover-projects.bs-popover-top > .arrow::before, .b-popover-projects.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #cac8d2; }
.b-popover-projects.bs-popover-top > .arrow::after, .b-popover-projects.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d9d8df; }
.b-popover-projects.bs-popover-right > .arrow::before, .b-popover-projects.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #cac8d2; }
.b-popover-projects.bs-popover-right > .arrow::after, .b-popover-projects.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d9d8df; }
.b-popover-projects.bs-popover-bottom > .arrow::before, .b-popover-projects.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #cac8d2; }
.b-popover-projects.bs-popover-bottom > .arrow::after, .b-popover-projects.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d1d0d8; }
.b-popover-projects.bs-popover-bottom .popover-header::before, .b-popover-projects.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d1d0d8; }
.b-popover-projects.bs-popover-left > .arrow::before, .b-popover-projects.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #cac8d2; }
.b-popover-projects.bs-popover-left > .arrow::after, .b-popover-projects.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d9d8df; }
.b-popover-projects .popover-header {
  color: #212529;
  background-color: #d1d0d8;
  border-bottom-color: #c3c2cd; }
.b-popover-projects .popover-body {
  color: #211e32; }
.b-popover-templates.popover {
  background-color: #ececec;
  border-color: #e4e5e5; }
.b-popover-templates.bs-popover-top > .arrow::before, .b-popover-templates.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #e4e5e5; }
.b-popover-templates.bs-popover-top > .arrow::after, .b-popover-templates.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #ececec; }
.b-popover-templates.bs-popover-right > .arrow::before, .b-popover-templates.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #e4e5e5; }
.b-popover-templates.bs-popover-right > .arrow::after, .b-popover-templates.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #ececec; }
.b-popover-templates.bs-popover-bottom > .arrow::before, .b-popover-templates.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #e4e5e5; }
.b-popover-templates.bs-popover-bottom > .arrow::after, .b-popover-templates.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #e4e4e4; }
.b-popover-templates.bs-popover-bottom .popover-header::before, .b-popover-templates.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #e4e4e4; }
.b-popover-templates.bs-popover-left > .arrow::before, .b-popover-templates.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #e4e5e5; }
.b-popover-templates.bs-popover-left > .arrow::after, .b-popover-templates.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #ececec; }
.b-popover-templates .popover-header {
  color: #212529;
  background-color: #e4e4e4;
  border-bottom-color: #d8d8d8; }
.b-popover-templates .popover-body {
  color: #525454; }
.b-popover-reports.popover {
  background-color: #f8ded4;
  border-color: #f5d0c3; }
.b-popover-reports.bs-popover-top > .arrow::before, .b-popover-reports.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5d0c3; }
.b-popover-reports.bs-popover-top > .arrow::after, .b-popover-reports.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8ded4; }
.b-popover-reports.bs-popover-right > .arrow::before, .b-popover-reports.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5d0c3; }
.b-popover-reports.bs-popover-right > .arrow::after, .b-popover-reports.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8ded4; }
.b-popover-reports.bs-popover-bottom > .arrow::before, .b-popover-reports.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5d0c3; }
.b-popover-reports.bs-popover-bottom > .arrow::after, .b-popover-reports.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6d4c7; }
.b-popover-reports.bs-popover-bottom .popover-header::before, .b-popover-reports.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6d4c7; }
.b-popover-reports.bs-popover-left > .arrow::before, .b-popover-reports.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5d0c3; }
.b-popover-reports.bs-popover-left > .arrow::after, .b-popover-reports.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8ded4; }
.b-popover-reports .popover-header {
  color: #212529;
  background-color: #f6d4c7;
  border-bottom-color: #f2c3b1; }
.b-popover-reports .popover-body {
  color: #722e16; }
.b-popover-status-new.popover {
  background-color: #e4f3f7;
  border-color: #d9eff3; }
.b-popover-status-new.bs-popover-top > .arrow::before, .b-popover-status-new.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d9eff3; }
.b-popover-status-new.bs-popover-top > .arrow::after, .b-popover-status-new.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e4f3f7; }
.b-popover-status-new.bs-popover-right > .arrow::before, .b-popover-status-new.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d9eff3; }
.b-popover-status-new.bs-popover-right > .arrow::after, .b-popover-status-new.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e4f3f7; }
.b-popover-status-new.bs-popover-bottom > .arrow::before, .b-popover-status-new.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d9eff3; }
.b-popover-status-new.bs-popover-bottom > .arrow::after, .b-popover-status-new.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d8eef4; }
.b-popover-status-new.bs-popover-bottom .popover-header::before, .b-popover-status-new.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d8eef4; }
.b-popover-status-new.bs-popover-left > .arrow::before, .b-popover-status-new.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d9eff3; }
.b-popover-status-new.bs-popover-left > .arrow::after, .b-popover-status-new.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e4f3f7; }
.b-popover-status-new .popover-header {
  color: #212529;
  background-color: #d8eef4;
  border-bottom-color: #c5e5ee; }
.b-popover-status-new .popover-body {
  color: #3e666f; }
.b-popover-status-active.popover {
  background-color: #d4edda;
  border-color: #c3e6cb; }
.b-popover-status-active.bs-popover-top > .arrow::before, .b-popover-status-active.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c3e6cb; }
.b-popover-status-active.bs-popover-top > .arrow::after, .b-popover-status-active.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d4edda; }
.b-popover-status-active.bs-popover-right > .arrow::before, .b-popover-status-active.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c3e6cb; }
.b-popover-status-active.bs-popover-right > .arrow::after, .b-popover-status-active.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d4edda; }
.b-popover-status-active.bs-popover-bottom > .arrow::before, .b-popover-status-active.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c3e6cb; }
.b-popover-status-active.bs-popover-bottom > .arrow::after, .b-popover-status-active.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c9e8d1; }
.b-popover-status-active.bs-popover-bottom .popover-header::before, .b-popover-status-active.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c9e8d1; }
.b-popover-status-active.bs-popover-left > .arrow::before, .b-popover-status-active.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c3e6cb; }
.b-popover-status-active.bs-popover-left > .arrow::after, .b-popover-status-active.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d4edda; }
.b-popover-status-active .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1; }
.b-popover-status-active .popover-body {
  color: #155724; }
.b-popover-status-review.popover {
  background-color: #fff3cd;
  border-color: #ffeeba; }
.b-popover-status-review.bs-popover-top > .arrow::before, .b-popover-status-review.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ffeeba; }
.b-popover-status-review.bs-popover-top > .arrow::after, .b-popover-status-review.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fff3cd; }
.b-popover-status-review.bs-popover-right > .arrow::before, .b-popover-status-review.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ffeeba; }
.b-popover-status-review.bs-popover-right > .arrow::after, .b-popover-status-review.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fff3cd; }
.b-popover-status-review.bs-popover-bottom > .arrow::before, .b-popover-status-review.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ffeeba; }
.b-popover-status-review.bs-popover-bottom > .arrow::after, .b-popover-status-review.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffefbe; }
.b-popover-status-review.bs-popover-bottom .popover-header::before, .b-popover-status-review.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ffefbe; }
.b-popover-status-review.bs-popover-left > .arrow::before, .b-popover-status-review.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ffeeba; }
.b-popover-status-review.bs-popover-left > .arrow::after, .b-popover-status-review.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fff3cd; }
.b-popover-status-review .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4; }
.b-popover-status-review .popover-body {
  color: #856404; }
.b-popover-status-closed.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb; }
.b-popover-status-closed.bs-popover-top > .arrow::before, .b-popover-status-closed.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5c6cb; }
.b-popover-status-closed.bs-popover-top > .arrow::after, .b-popover-status-closed.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8d7da; }
.b-popover-status-closed.bs-popover-right > .arrow::before, .b-popover-status-closed.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5c6cb; }
.b-popover-status-closed.bs-popover-right > .arrow::after, .b-popover-status-closed.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8d7da; }
.b-popover-status-closed.bs-popover-bottom > .arrow::before, .b-popover-status-closed.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5c6cb; }
.b-popover-status-closed.bs-popover-bottom > .arrow::after, .b-popover-status-closed.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6cace; }
.b-popover-status-closed.bs-popover-bottom .popover-header::before, .b-popover-status-closed.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6cace; }
.b-popover-status-closed.bs-popover-left > .arrow::before, .b-popover-status-closed.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5c6cb; }
.b-popover-status-closed.bs-popover-left > .arrow::after, .b-popover-status-closed.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8d7da; }
.b-popover-status-closed .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba; }
.b-popover-status-closed .popover-body {
  color: #721c24; }
.b-popover-status-working.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb; }
.b-popover-status-working.bs-popover-top > .arrow::before, .b-popover-status-working.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5c6cb; }
.b-popover-status-working.bs-popover-top > .arrow::after, .b-popover-status-working.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8d7da; }
.b-popover-status-working.bs-popover-right > .arrow::before, .b-popover-status-working.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5c6cb; }
.b-popover-status-working.bs-popover-right > .arrow::after, .b-popover-status-working.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8d7da; }
.b-popover-status-working.bs-popover-bottom > .arrow::before, .b-popover-status-working.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5c6cb; }
.b-popover-status-working.bs-popover-bottom > .arrow::after, .b-popover-status-working.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6cace; }
.b-popover-status-working.bs-popover-bottom .popover-header::before, .b-popover-status-working.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6cace; }
.b-popover-status-working.bs-popover-left > .arrow::before, .b-popover-status-working.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5c6cb; }
.b-popover-status-working.bs-popover-left > .arrow::after, .b-popover-status-working.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8d7da; }
.b-popover-status-working .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba; }
.b-popover-status-working .popover-body {
  color: #721c24; }
.b-popover-status-completed.popover {
  background-color: #d4edda;
  border-color: #c3e6cb; }
.b-popover-status-completed.bs-popover-top > .arrow::before, .b-popover-status-completed.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c3e6cb; }
.b-popover-status-completed.bs-popover-top > .arrow::after, .b-popover-status-completed.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d4edda; }
.b-popover-status-completed.bs-popover-right > .arrow::before, .b-popover-status-completed.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c3e6cb; }
.b-popover-status-completed.bs-popover-right > .arrow::after, .b-popover-status-completed.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d4edda; }
.b-popover-status-completed.bs-popover-bottom > .arrow::before, .b-popover-status-completed.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c3e6cb; }
.b-popover-status-completed.bs-popover-bottom > .arrow::after, .b-popover-status-completed.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c9e8d1; }
.b-popover-status-completed.bs-popover-bottom .popover-header::before, .b-popover-status-completed.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c9e8d1; }
.b-popover-status-completed.bs-popover-left > .arrow::before, .b-popover-status-completed.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c3e6cb; }
.b-popover-status-completed.bs-popover-left > .arrow::after, .b-popover-status-completed.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d4edda; }
.b-popover-status-completed .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1; }
.b-popover-status-completed .popover-body {
  color: #155724; }
.b-popover-status-rejected.popover {
  background-color: #ececec;
  border-color: #e4e5e5; }
.b-popover-status-rejected.bs-popover-top > .arrow::before, .b-popover-status-rejected.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #e4e5e5; }
.b-popover-status-rejected.bs-popover-top > .arrow::after, .b-popover-status-rejected.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #ececec; }
.b-popover-status-rejected.bs-popover-right > .arrow::before, .b-popover-status-rejected.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #e4e5e5; }
.b-popover-status-rejected.bs-popover-right > .arrow::after, .b-popover-status-rejected.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #ececec; }
.b-popover-status-rejected.bs-popover-bottom > .arrow::before, .b-popover-status-rejected.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #e4e5e5; }
.b-popover-status-rejected.bs-popover-bottom > .arrow::after, .b-popover-status-rejected.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #e4e4e4; }
.b-popover-status-rejected.bs-popover-bottom .popover-header::before, .b-popover-status-rejected.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #e4e4e4; }
.b-popover-status-rejected.bs-popover-left > .arrow::before, .b-popover-status-rejected.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #e4e5e5; }
.b-popover-status-rejected.bs-popover-left > .arrow::after, .b-popover-status-rejected.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #ececec; }
.b-popover-status-rejected .popover-header {
  color: #212529;
  background-color: #e4e4e4;
  border-bottom-color: #d8d8d8; }
.b-popover-status-rejected .popover-body {
  color: #525454; }
.b-popover-status-on-market.popover {
  background-color: #d4edda;
  border-color: #c3e6cb; }
.b-popover-status-on-market.bs-popover-top > .arrow::before, .b-popover-status-on-market.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c3e6cb; }
.b-popover-status-on-market.bs-popover-top > .arrow::after, .b-popover-status-on-market.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d4edda; }
.b-popover-status-on-market.bs-popover-right > .arrow::before, .b-popover-status-on-market.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c3e6cb; }
.b-popover-status-on-market.bs-popover-right > .arrow::after, .b-popover-status-on-market.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d4edda; }
.b-popover-status-on-market.bs-popover-bottom > .arrow::before, .b-popover-status-on-market.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c3e6cb; }
.b-popover-status-on-market.bs-popover-bottom > .arrow::after, .b-popover-status-on-market.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c9e8d1; }
.b-popover-status-on-market.bs-popover-bottom .popover-header::before, .b-popover-status-on-market.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c9e8d1; }
.b-popover-status-on-market.bs-popover-left > .arrow::before, .b-popover-status-on-market.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c3e6cb; }
.b-popover-status-on-market.bs-popover-left > .arrow::after, .b-popover-status-on-market.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d4edda; }
.b-popover-status-on-market .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1; }
.b-popover-status-on-market .popover-body {
  color: #155724; }
.b-popover-status-off-market.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb; }
.b-popover-status-off-market.bs-popover-top > .arrow::before, .b-popover-status-off-market.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5c6cb; }
.b-popover-status-off-market.bs-popover-top > .arrow::after, .b-popover-status-off-market.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8d7da; }
.b-popover-status-off-market.bs-popover-right > .arrow::before, .b-popover-status-off-market.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5c6cb; }
.b-popover-status-off-market.bs-popover-right > .arrow::after, .b-popover-status-off-market.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8d7da; }
.b-popover-status-off-market.bs-popover-bottom > .arrow::before, .b-popover-status-off-market.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5c6cb; }
.b-popover-status-off-market.bs-popover-bottom > .arrow::after, .b-popover-status-off-market.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6cace; }
.b-popover-status-off-market.bs-popover-bottom .popover-header::before, .b-popover-status-off-market.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6cace; }
.b-popover-status-off-market.bs-popover-left > .arrow::before, .b-popover-status-off-market.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5c6cb; }
.b-popover-status-off-market.bs-popover-left > .arrow::after, .b-popover-status-off-market.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8d7da; }
.b-popover-status-off-market .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba; }
.b-popover-status-off-market .popover-body {
  color: #721c24; }
.b-popover-status-off-market-willing-to-sell.popover {
  background-color: #dbdcdd;
  border-color: #ccced0; }
.b-popover-status-off-market-willing-to-sell.bs-popover-top > .arrow::before, .b-popover-status-off-market-willing-to-sell.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ccced0; }
.b-popover-status-off-market-willing-to-sell.bs-popover-top > .arrow::after, .b-popover-status-off-market-willing-to-sell.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #dbdcdd; }
.b-popover-status-off-market-willing-to-sell.bs-popover-right > .arrow::before, .b-popover-status-off-market-willing-to-sell.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ccced0; }
.b-popover-status-off-market-willing-to-sell.bs-popover-right > .arrow::after, .b-popover-status-off-market-willing-to-sell.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #dbdcdd; }
.b-popover-status-off-market-willing-to-sell.bs-popover-bottom > .arrow::before, .b-popover-status-off-market-willing-to-sell.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ccced0; }
.b-popover-status-off-market-willing-to-sell.bs-popover-bottom > .arrow::after, .b-popover-status-off-market-willing-to-sell.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d3d4d6; }
.b-popover-status-off-market-willing-to-sell.bs-popover-bottom .popover-header::before, .b-popover-status-off-market-willing-to-sell.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d3d4d6; }
.b-popover-status-off-market-willing-to-sell.bs-popover-left > .arrow::before, .b-popover-status-off-market-willing-to-sell.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ccced0; }
.b-popover-status-off-market-willing-to-sell.bs-popover-left > .arrow::after, .b-popover-status-off-market-willing-to-sell.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #dbdcdd; }
.b-popover-status-off-market-willing-to-sell .popover-header {
  color: #212529;
  background-color: #d3d4d6;
  border-bottom-color: #c6c8c9; }
.b-popover-status-off-market-willing-to-sell .popover-body {
  color: #262a2d; }
.b-popover-strata.popover {
  background-color: #ccdae9;
  border-color: #b8cbe0; }
.b-popover-strata.bs-popover-top > .arrow::before, .b-popover-strata.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #b8cbe0; }
.b-popover-strata.bs-popover-top > .arrow::after, .b-popover-strata.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #ccdae9; }
.b-popover-strata.bs-popover-right > .arrow::before, .b-popover-strata.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #b8cbe0; }
.b-popover-strata.bs-popover-right > .arrow::after, .b-popover-strata.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #ccdae9; }
.b-popover-strata.bs-popover-bottom > .arrow::before, .b-popover-strata.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #b8cbe0; }
.b-popover-strata.bs-popover-bottom > .arrow::after, .b-popover-strata.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c1d2e4; }
.b-popover-strata.bs-popover-bottom .popover-header::before, .b-popover-strata.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c1d2e4; }
.b-popover-strata.bs-popover-left > .arrow::before, .b-popover-strata.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #b8cbe0; }
.b-popover-strata.bs-popover-left > .arrow::after, .b-popover-strata.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #ccdae9; }
.b-popover-strata .popover-header {
  color: #212529;
  background-color: #c1d2e4;
  border-bottom-color: #afc5dd; }
.b-popover-strata .popover-body {
  color: #00234a; }
.b-skeleton-wrapper {
  cursor: wait; }
.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black); }
.b-skeleton::before {
    content: "\00a0"; }
.b-skeleton-text {
  height: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem; }
.b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem; }
.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%; }
.b-skeleton-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: #ced4da solid 1px;
  border-radius: 0; }
.b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12); }
.b-skeleton-img {
  height: 100%;
  width: 100%; }
.b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: b-skeleton-animate-wave 1.75s linear infinite; }
@media (prefers-reduced-motion: reduce) {
    .b-skeleton-animate-wave::after {
      background: none;
      animation: none; } }
@keyframes b-skeleton-animate-wave {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(100%); } }
.b-skeleton-animate-fade {
  animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite; }
@media (prefers-reduced-motion: reduce) {
    .b-skeleton-animate-fade {
      animation: none; } }
@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }
.b-skeleton-animate-throb {
  animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite; }
@media (prefers-reduced-motion: reduce) {
    .b-skeleton-animate-throb {
      animation: none; } }
@keyframes b-skeleton-animate-throb {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.975); } }
.b-sidebar-outer {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5); }
.b-sidebar-backdrop {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6; }
.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed !important;
  top: 0;
  height: 100vh;
  width: 320px;
  max-width: 100% !important;
  margin: 0 !important;
  outline: 0;
  transform: translateX(0); }
.b-sidebar.slide {
    transition: transform 0.3s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
      .b-sidebar.slide {
        transition: none; } }
.b-sidebar:not(.b-sidebar-right) {
    left: 0;
    right: auto; }
.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
      transform: translateX(-100%); }
.b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
      margin-left: auto; }
.b-sidebar.b-sidebar-right {
    left: auto;
    right: 0; }
.b-sidebar.b-sidebar-right.slide:not(.show) {
      transform: translateX(100%); }
.b-sidebar.b-sidebar-right > .b-sidebar-header .close {
      margin-right: auto; }
.b-sidebar > .b-sidebar-header {
    font-size: 1.5rem;
    padding: 0.5rem 0;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    align-items: center; }
[dir="rtl"] .b-sidebar > .b-sidebar-header {
      flex-direction: row-reverse; }
.b-sidebar > .b-sidebar-header .close {
      float: none;
      font-size: 1.5rem; }
.b-sidebar > .b-sidebar-body {
    flex-grow: 1;
    height: 100%;
    overflow-y: auto; }
.b-sidebar > .b-sidebar-footer {
    flex-grow: 0; }
.table.b-table.b-table-fixed {
  table-layout: fixed; }
.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0; }
.table.b-table[aria-busy="true"] {
  opacity: 0.55; }
.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important; }
.table.b-table > caption {
  caption-side: bottom; }
.table.b-table.b-table-caption-top > caption {
  caption-side: top !important; }
.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }
.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat; }
.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important; }
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #FFFFFF;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat; }
.b-table-sticky-header,
.table-responsive,
[class*="table-responsive-"] {
  margin-bottom: 1rem; }
.b-table-sticky-header > .table,
  .table-responsive > .table,
  [class*="table-responsive-"] > .table {
    margin-bottom: 0; }
.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px; }
@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important; } }
@supports (position: sticky) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2; }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: sticky;
    left: 0; }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5; }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2; }
  .table.b-table > thead > tr > .table-b-table-default,
  .table.b-table > tbody > tr > .table-b-table-default,
  .table.b-table > tfoot > tr > .table-b-table-default {
    color: #212529;
    background-color: #FFFFFF; }
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
  .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
  .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #FFFFFF;
    background-color: #343a40; }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat; }
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat; }
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat; }
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #FFFFFF;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat; } }
.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em; }
.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
  .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
    background-position: right calc(0.75rem / 2) center;
    padding-right: calc(0.75rem + 0.65em); }
.table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
  .table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
    background-position: left calc(0.75rem / 2) center;
    padding-left: calc(0.75rem + 0.65em); }
.table.b-table > thead > tr > [aria-sort="none"],
.table.b-table > tfoot > tr > [aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table > thead > tr > [aria-sort="ascending"],
.table.b-table > tfoot > tr > [aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table > thead > tr > [aria-sort="descending"],
.table.b-table > tfoot > tr > [aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table.table-dark > thead > tr > [aria-sort="none"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="none"],
.table.b-table > .thead-dark > tr > [aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table.table-dark > thead > tr > [aria-sort="ascending"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="ascending"],
.table.b-table > .thead-dark > tr > [aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table.table-dark > thead > tr > [aria-sort="descending"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="descending"],
.table.b-table > .thead-dark > tr > [aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table > thead > tr > .table-dark[aria-sort="none"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table > thead > tr > .table-dark[aria-sort="ascending"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table > thead > tr > .table-dark[aria-sort="descending"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em); }
.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em); }
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer; }
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-sm > caption,
    .table.b-table.b-table-stacked-sm > tbody,
    .table.b-table.b-table-stacked-sm > tbody > tr,
    .table.b-table.b-table-stacked-sm > tbody > tr > td,
    .table.b-table.b-table-stacked-sm > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-sm > thead,
    .table.b-table.b-table-stacked-sm > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-sm > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-md > caption,
    .table.b-table.b-table-stacked-md > tbody,
    .table.b-table.b-table-stacked-md > tbody > tr,
    .table.b-table.b-table-stacked-md > tbody > tr > td,
    .table.b-table.b-table-stacked-md > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-md > thead,
    .table.b-table.b-table-stacked-md > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-md > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-lg > caption,
    .table.b-table.b-table-stacked-lg > tbody,
    .table.b-table.b-table-stacked-lg > tbody > tr,
    .table.b-table.b-table-stacked-lg > tbody > tr > td,
    .table.b-table.b-table-stacked-lg > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-lg > thead,
    .table.b-table.b-table-stacked-lg > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-lg > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-xl > caption,
    .table.b-table.b-table-stacked-xl > tbody,
    .table.b-table.b-table-stacked-xl > tbody > tr,
    .table.b-table.b-table-stacked-xl > tbody > tr > td,
    .table.b-table.b-table-stacked-xl > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-xl > thead,
    .table.b-table.b-table-stacked-xl > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-xl > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }
.table.b-table.b-table-stacked {
  display: block;
  width: 100%; }
.table.b-table.b-table-stacked > caption,
  .table.b-table.b-table-stacked > tbody,
  .table.b-table.b-table-stacked > tbody > tr,
  .table.b-table.b-table-stacked > tbody > tr > td,
  .table.b-table.b-table-stacked > tbody > tr > th {
    display: block; }
.table.b-table.b-table-stacked > thead,
  .table.b-table.b-table-stacked > tfoot {
    display: none; }
.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
    .table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
    .table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
    .table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
      display: none; }
.table.b-table.b-table-stacked > caption {
    caption-side: top !important; }
.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    word-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0; }
.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: ""; }
.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0; }
.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
    display: none; }
.table.b-table.b-table-stacked > tbody > tr > :first-child {
    border-top-width: 3px; }
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
    border-top-width: 3px; }
.b-time {
  min-width: 150px; }
.b-time[aria-disabled="true"] output,
  .b-time[aria-readonly="true"] output,
  .b-time output.disabled {
    background-color: #e9ecef;
    opacity: 1; }
.b-time[aria-disabled="true"] output {
    pointer-events: none; }
[dir="rtl"] .b-time > .d-flex:not(.flex-column) {
    flex-direction: row-reverse; }
.b-time .b-time-header {
    margin-bottom: 0.5rem; }
.b-time .b-time-header output {
      padding: 0.25rem;
      font-size: 80%; }
.b-time .b-time-footer {
    margin-top: 0.5rem; }
.b-time .b-time-ampm {
    margin-left: 0.5rem; }
.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem; }
.b-toast .toast {
    background-color: rgba(255, 255, 255, 0.85); }
.b-toast:not(:last-child) {
    margin-bottom: 0.75rem; }
.b-toast.b-toast-solid .toast {
    background-color: white; }
.b-toast .toast {
    opacity: 1; }
.b-toast .toast.fade:not(.show) {
      opacity: 0; }
.b-toast .toast .toast-body {
      display: block; }
.b-toast-primary .toast {
  background-color: rgba(231, 230, 234, 0.85);
  border-color: rgba(202, 200, 210, 0.85);
  color: #211e32; }
.b-toast-primary .toast .toast-header {
    color: #211e32;
    background-color: rgba(217, 216, 223, 0.85);
    border-bottom-color: rgba(202, 200, 210, 0.85); }
.b-toast-primary.b-toast-solid .toast {
  background-color: #e7e6ea; }
.b-toast-secondary .toast {
  background-color: rgba(252, 239, 234, 0.85);
  border-color: rgba(245, 208, 195, 0.85);
  color: #722e16; }
.b-toast-secondary .toast .toast-header {
    color: #722e16;
    background-color: rgba(248, 222, 212, 0.85);
    border-bottom-color: rgba(245, 208, 195, 0.85); }
.b-toast-secondary.b-toast-solid .toast {
  background-color: #fcefea; }
.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724; }
.b-toast-success .toast .toast-header {
    color: #155724;
    background-color: rgba(212, 237, 218, 0.85);
    border-bottom-color: rgba(195, 230, 203, 0.85); }
.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9; }
.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460; }
.b-toast-info .toast .toast-header {
    color: #0c5460;
    background-color: rgba(209, 236, 241, 0.85);
    border-bottom-color: rgba(190, 229, 235, 0.85); }
.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7; }
.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404; }
.b-toast-warning .toast .toast-header {
    color: #856404;
    background-color: rgba(255, 243, 205, 0.85);
    border-bottom-color: rgba(255, 238, 186, 0.85); }
.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7; }
.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24; }
.b-toast-danger .toast .toast-header {
    color: #721c24;
    background-color: rgba(248, 215, 218, 0.85);
    border-bottom-color: rgba(245, 198, 203, 0.85); }
.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee; }
.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182; }
.b-toast-light .toast .toast-header {
    color: #818182;
    background-color: rgba(254, 254, 254, 0.85);
    border-bottom-color: rgba(253, 253, 254, 0.85); }
.b-toast-light.b-toast-solid .toast {
  background-color: white; }
.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21; }
.b-toast-dark .toast .toast-header {
    color: #1b1e21;
    background-color: rgba(214, 216, 217, 0.85);
    border-bottom-color: rgba(198, 200, 202, 0.85); }
.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5; }
.b-toast-inbox .toast {
  background-color: rgba(237, 244, 247, 0.85);
  border-color: rgba(205, 224, 233, 0.85);
  color: #284c5c; }
.b-toast-inbox .toast .toast-header {
    color: #284c5c;
    background-color: rgba(219, 233, 239, 0.85);
    border-bottom-color: rgba(205, 224, 233, 0.85); }
.b-toast-inbox.b-toast-solid .toast {
  background-color: #edf4f7; }
.b-toast-marketing .toast {
  background-color: rgba(248, 252, 253, 0.85);
  border-color: rgba(217, 239, 243, 0.85);
  color: #3e666f; }
.b-toast-marketing .toast .toast-header {
    color: #3e666f;
    background-color: rgba(228, 243, 247, 0.85);
    border-bottom-color: rgba(217, 239, 243, 0.85); }
.b-toast-marketing.b-toast-solid .toast {
  background-color: #f8fcfd; }
.b-toast-projects .toast {
  background-color: rgba(231, 230, 234, 0.85);
  border-color: rgba(202, 200, 210, 0.85);
  color: #211e32; }
.b-toast-projects .toast .toast-header {
    color: #211e32;
    background-color: rgba(217, 216, 223, 0.85);
    border-bottom-color: rgba(202, 200, 210, 0.85); }
.b-toast-projects.b-toast-solid .toast {
  background-color: #e7e6ea; }
.b-toast-templates .toast {
  background-color: rgba(249, 249, 249, 0.85);
  border-color: rgba(228, 229, 229, 0.85);
  color: #525454; }
.b-toast-templates .toast .toast-header {
    color: #525454;
    background-color: rgba(236, 236, 236, 0.85);
    border-bottom-color: rgba(228, 229, 229, 0.85); }
.b-toast-templates.b-toast-solid .toast {
  background-color: #f9f9f9; }
.b-toast-reports .toast {
  background-color: rgba(252, 239, 234, 0.85);
  border-color: rgba(245, 208, 195, 0.85);
  color: #722e16; }
.b-toast-reports .toast .toast-header {
    color: #722e16;
    background-color: rgba(248, 222, 212, 0.85);
    border-bottom-color: rgba(245, 208, 195, 0.85); }
.b-toast-reports.b-toast-solid .toast {
  background-color: #fcefea; }
.b-toast-status-new .toast {
  background-color: rgba(248, 252, 253, 0.85);
  border-color: rgba(217, 239, 243, 0.85);
  color: #3e666f; }
.b-toast-status-new .toast .toast-header {
    color: #3e666f;
    background-color: rgba(228, 243, 247, 0.85);
    border-bottom-color: rgba(217, 239, 243, 0.85); }
.b-toast-status-new.b-toast-solid .toast {
  background-color: #f8fcfd; }
.b-toast-status-active .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724; }
.b-toast-status-active .toast .toast-header {
    color: #155724;
    background-color: rgba(212, 237, 218, 0.85);
    border-bottom-color: rgba(195, 230, 203, 0.85); }
.b-toast-status-active.b-toast-solid .toast {
  background-color: #e6f5e9; }
.b-toast-status-review .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404; }
.b-toast-status-review .toast .toast-header {
    color: #856404;
    background-color: rgba(255, 243, 205, 0.85);
    border-bottom-color: rgba(255, 238, 186, 0.85); }
.b-toast-status-review.b-toast-solid .toast {
  background-color: #fff9e7; }
.b-toast-status-closed .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24; }
.b-toast-status-closed .toast .toast-header {
    color: #721c24;
    background-color: rgba(248, 215, 218, 0.85);
    border-bottom-color: rgba(245, 198, 203, 0.85); }
.b-toast-status-closed.b-toast-solid .toast {
  background-color: #fcedee; }
.b-toast-status-working .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24; }
.b-toast-status-working .toast .toast-header {
    color: #721c24;
    background-color: rgba(248, 215, 218, 0.85);
    border-bottom-color: rgba(245, 198, 203, 0.85); }
.b-toast-status-working.b-toast-solid .toast {
  background-color: #fcedee; }
.b-toast-status-completed .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724; }
.b-toast-status-completed .toast .toast-header {
    color: #155724;
    background-color: rgba(212, 237, 218, 0.85);
    border-bottom-color: rgba(195, 230, 203, 0.85); }
.b-toast-status-completed.b-toast-solid .toast {
  background-color: #e6f5e9; }
.b-toast-status-rejected .toast {
  background-color: rgba(249, 249, 249, 0.85);
  border-color: rgba(228, 229, 229, 0.85);
  color: #525454; }
.b-toast-status-rejected .toast .toast-header {
    color: #525454;
    background-color: rgba(236, 236, 236, 0.85);
    border-bottom-color: rgba(228, 229, 229, 0.85); }
.b-toast-status-rejected.b-toast-solid .toast {
  background-color: #f9f9f9; }
.b-toast-status-on-market .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724; }
.b-toast-status-on-market .toast .toast-header {
    color: #155724;
    background-color: rgba(212, 237, 218, 0.85);
    border-bottom-color: rgba(195, 230, 203, 0.85); }
.b-toast-status-on-market.b-toast-solid .toast {
  background-color: #e6f5e9; }
.b-toast-status-off-market .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24; }
.b-toast-status-off-market .toast .toast-header {
    color: #721c24;
    background-color: rgba(248, 215, 218, 0.85);
    border-bottom-color: rgba(245, 198, 203, 0.85); }
.b-toast-status-off-market.b-toast-solid .toast {
  background-color: #fcedee; }
.b-toast-status-off-market-willing-to-sell .toast {
  background-color: rgba(232, 233, 233, 0.85);
  border-color: rgba(204, 206, 208, 0.85);
  color: #262a2d; }
.b-toast-status-off-market-willing-to-sell .toast .toast-header {
    color: #262a2d;
    background-color: rgba(219, 220, 221, 0.85);
    border-bottom-color: rgba(204, 206, 208, 0.85); }
.b-toast-status-off-market-willing-to-sell.b-toast-solid .toast {
  background-color: #e8e9e9; }
.b-toast-strata .toast {
  background-color: rgba(222, 231, 241, 0.85);
  border-color: rgba(184, 203, 224, 0.85);
  color: #00234a; }
.b-toast-strata .toast .toast-header {
    color: #00234a;
    background-color: rgba(204, 218, 233, 0.85);
    border-bottom-color: rgba(184, 203, 224, 0.85); }
.b-toast-strata.b-toast-solid .toast {
  background-color: #dee7f1; }
.b-toaster {
  z-index: 1100; }
.b-toaster .b-toaster-slot {
    position: relative;
    display: block; }
.b-toaster .b-toaster-slot:empty {
      display: none !important; }
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible; }
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
    position: absolute;
    max-width: 350px;
    width: 100%;
    /* IE 11 fix */
    left: 0;
    right: 0;
    padding: 0;
    margin: 0; }
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%; }
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
  .b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
  .b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
    width: 100%;
    max-width: 100%; }
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0; }
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
    top: 0.5rem; }
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0; }
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
    bottom: 0.5rem; }
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto; }
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto; }
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: transform 0.175s; }
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s; }
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s; }
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
    transition-delay: 0s; }
.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0; }
.tooltip.b-tooltip.fade:not(.show) {
    opacity: 0; }
.tooltip.b-tooltip.show {
    opacity: 0.9; }
.tooltip.b-tooltip.noninteractive {
    pointer-events: none; }
.tooltip.b-tooltip .arrow {
    margin: 0 0.25rem; }
.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
    margin: 0.25rem 0; }
.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #403a60; }
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #403a60; }
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #403a60; }
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #403a60; }
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #FFFFFF;
  background-color: #403a60; }
.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #dc582a; }
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #dc582a; }
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #dc582a; }
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #dc582a; }
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #FFFFFF;
  background-color: #dc582a; }
.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #28a745; }
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #28a745; }
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #28a745; }
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #28a745; }
.tooltip.b-tooltip-success .tooltip-inner {
  color: #FFFFFF;
  background-color: #28a745; }
.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #17a2b8; }
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #17a2b8; }
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #17a2b8; }
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #17a2b8; }
.tooltip.b-tooltip-info .tooltip-inner {
  color: #FFFFFF;
  background-color: #17a2b8; }
.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ffc107; }
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ffc107; }
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ffc107; }
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ffc107; }
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107; }
.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #dc3545; }
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #dc3545; }
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #dc3545; }
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #dc3545; }
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #FFFFFF;
  background-color: #dc3545; }
.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f8f9fa; }
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #f8f9fa; }
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #f8f9fa; }
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f8f9fa; }
.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa; }
.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #343a40; }
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #343a40; }
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #343a40; }
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #343a40; }
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #FFFFFF;
  background-color: #343a40; }
.tooltip.b-tooltip-inbox.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #4c92b1; }
.tooltip.b-tooltip-inbox.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #4c92b1; }
.tooltip.b-tooltip-inbox.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #4c92b1; }
.tooltip.b-tooltip-inbox.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-inbox.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #4c92b1; }
.tooltip.b-tooltip-inbox .tooltip-inner {
  color: #FFFFFF;
  background-color: #4c92b1; }
.tooltip.b-tooltip-marketing.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #77c5d5; }
.tooltip.b-tooltip-marketing.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #77c5d5; }
.tooltip.b-tooltip-marketing.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #77c5d5; }
.tooltip.b-tooltip-marketing.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-marketing.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #77c5d5; }
.tooltip.b-tooltip-marketing .tooltip-inner {
  color: #212529;
  background-color: #77c5d5; }
.tooltip.b-tooltip-projects.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #403a60; }
.tooltip.b-tooltip-projects.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #403a60; }
.tooltip.b-tooltip-projects.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #403a60; }
.tooltip.b-tooltip-projects.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-projects.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #403a60; }
.tooltip.b-tooltip-projects .tooltip-inner {
  color: #FFFFFF;
  background-color: #403a60; }
.tooltip.b-tooltip-templates.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #9ea2a2; }
.tooltip.b-tooltip-templates.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #9ea2a2; }
.tooltip.b-tooltip-templates.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #9ea2a2; }
.tooltip.b-tooltip-templates.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-templates.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #9ea2a2; }
.tooltip.b-tooltip-templates .tooltip-inner {
  color: #212529;
  background-color: #9ea2a2; }
.tooltip.b-tooltip-reports.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #dc582a; }
.tooltip.b-tooltip-reports.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #dc582a; }
.tooltip.b-tooltip-reports.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #dc582a; }
.tooltip.b-tooltip-reports.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-reports.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #dc582a; }
.tooltip.b-tooltip-reports .tooltip-inner {
  color: #FFFFFF;
  background-color: #dc582a; }
.tooltip.b-tooltip-status-new.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #77c5d5; }
.tooltip.b-tooltip-status-new.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #77c5d5; }
.tooltip.b-tooltip-status-new.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #77c5d5; }
.tooltip.b-tooltip-status-new.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-status-new.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #77c5d5; }
.tooltip.b-tooltip-status-new .tooltip-inner {
  color: #212529;
  background-color: #77c5d5; }
.tooltip.b-tooltip-status-active.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #28a745; }
.tooltip.b-tooltip-status-active.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #28a745; }
.tooltip.b-tooltip-status-active.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #28a745; }
.tooltip.b-tooltip-status-active.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-status-active.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #28a745; }
.tooltip.b-tooltip-status-active .tooltip-inner {
  color: #FFFFFF;
  background-color: #28a745; }
.tooltip.b-tooltip-status-review.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ffc107; }
.tooltip.b-tooltip-status-review.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ffc107; }
.tooltip.b-tooltip-status-review.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ffc107; }
.tooltip.b-tooltip-status-review.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-status-review.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ffc107; }
.tooltip.b-tooltip-status-review .tooltip-inner {
  color: #212529;
  background-color: #ffc107; }
.tooltip.b-tooltip-status-closed.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #dc3545; }
.tooltip.b-tooltip-status-closed.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #dc3545; }
.tooltip.b-tooltip-status-closed.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #dc3545; }
.tooltip.b-tooltip-status-closed.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-status-closed.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #dc3545; }
.tooltip.b-tooltip-status-closed .tooltip-inner {
  color: #FFFFFF;
  background-color: #dc3545; }
.tooltip.b-tooltip-status-working.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #dc3545; }
.tooltip.b-tooltip-status-working.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #dc3545; }
.tooltip.b-tooltip-status-working.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #dc3545; }
.tooltip.b-tooltip-status-working.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-status-working.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #dc3545; }
.tooltip.b-tooltip-status-working .tooltip-inner {
  color: #FFFFFF;
  background-color: #dc3545; }
.tooltip.b-tooltip-status-completed.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #28a745; }
.tooltip.b-tooltip-status-completed.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #28a745; }
.tooltip.b-tooltip-status-completed.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #28a745; }
.tooltip.b-tooltip-status-completed.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-status-completed.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #28a745; }
.tooltip.b-tooltip-status-completed .tooltip-inner {
  color: #FFFFFF;
  background-color: #28a745; }
.tooltip.b-tooltip-status-rejected.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #9ea2a2; }
.tooltip.b-tooltip-status-rejected.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #9ea2a2; }
.tooltip.b-tooltip-status-rejected.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #9ea2a2; }
.tooltip.b-tooltip-status-rejected.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-status-rejected.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #9ea2a2; }
.tooltip.b-tooltip-status-rejected .tooltip-inner {
  color: #212529;
  background-color: #9ea2a2; }
.tooltip.b-tooltip-status-on-market.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #28a745; }
.tooltip.b-tooltip-status-on-market.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #28a745; }
.tooltip.b-tooltip-status-on-market.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #28a745; }
.tooltip.b-tooltip-status-on-market.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-status-on-market.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #28a745; }
.tooltip.b-tooltip-status-on-market .tooltip-inner {
  color: #FFFFFF;
  background-color: #28a745; }
.tooltip.b-tooltip-status-off-market.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #dc3545; }
.tooltip.b-tooltip-status-off-market.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #dc3545; }
.tooltip.b-tooltip-status-off-market.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #dc3545; }
.tooltip.b-tooltip-status-off-market.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-status-off-market.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #dc3545; }
.tooltip.b-tooltip-status-off-market .tooltip-inner {
  color: #FFFFFF;
  background-color: #dc3545; }
.tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #495057; }
.tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #495057; }
.tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #495057; }
.tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-status-off-market-willing-to-sell.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #495057; }
.tooltip.b-tooltip-status-off-market-willing-to-sell .tooltip-inner {
  color: #FFFFFF;
  background-color: #495057; }
.tooltip.b-tooltip-strata.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #00448f; }
.tooltip.b-tooltip-strata.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #00448f; }
.tooltip.b-tooltip-strata.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #00448f; }
.tooltip.b-tooltip-strata.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-strata.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #00448f; }
.tooltip.b-tooltip-strata .tooltip-inner {
  color: #FFFFFF;
  background-color: #00448f; }
.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em; }
.b-icon.b-icon-animation-cylon,
.b-icon.b-iconstack .b-icon-animation-cylon > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-cylon,
    .b-icon.b-iconstack .b-icon-animation-cylon > g {
      animation: none; } }
.b-icon.b-icon-animation-cylon-vertical,
.b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-cylon-vertical,
    .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
      animation: none; } }
.b-icon.b-icon-animation-fade,
.b-icon.b-iconstack .b-icon-animation-fade > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-fade,
    .b-icon.b-iconstack .b-icon-animation-fade > g {
      animation: none; } }
.b-icon.b-icon-animation-spin,
.b-icon.b-iconstack .b-icon-animation-spin > g {
  transform-origin: center;
  animation: 2s infinite linear normal b-icon-animation-spin; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin,
    .b-icon.b-iconstack .b-icon-animation-spin > g {
      animation: none; } }
.b-icon.b-icon-animation-spin-reverse,
.b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-reverse,
    .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
      animation: none; } }
.b-icon.b-icon-animation-spin-pulse,
.b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  transform-origin: center;
  animation: 1s infinite steps(8) normal b-icon-animation-spin; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-pulse,
    .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
      animation: none; } }
.b-icon.b-icon-animation-spin-reverse-pulse,
.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-reverse-pulse,
    .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
      animation: none; } }
.b-icon.b-icon-animation-throb,
.b-icon.b-iconstack .b-icon-animation-throb > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-throb,
    .b-icon.b-iconstack .b-icon-animation-throb > g {
      animation: none; } }
@keyframes b-icon-animation-cylon {
  0% {
    transform: translateX(-25%); }
  100% {
    transform: translateX(25%); } }
@keyframes b-icon-animation-cylon-vertical {
  0% {
    transform: translateY(25%); }
  100% {
    transform: translateY(-25%); } }
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }
@keyframes b-icon-animation-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    transform: scale(0.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.dropdown .dropdown-menu .has-link a .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom; }
.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em; }
.b-icon.b-icon-animation-cylon,
.b-icon.b-iconstack .b-icon-animation-cylon > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-cylon,
    .b-icon.b-iconstack .b-icon-animation-cylon > g {
      animation: none; } }
.b-icon.b-icon-animation-cylon-vertical,
.b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-cylon-vertical,
    .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
      animation: none; } }
.b-icon.b-icon-animation-fade,
.b-icon.b-iconstack .b-icon-animation-fade > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-fade,
    .b-icon.b-iconstack .b-icon-animation-fade > g {
      animation: none; } }
.b-icon.b-icon-animation-spin,
.b-icon.b-iconstack .b-icon-animation-spin > g {
  transform-origin: center;
  animation: 2s infinite linear normal b-icon-animation-spin; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin,
    .b-icon.b-iconstack .b-icon-animation-spin > g {
      animation: none; } }
.b-icon.b-icon-animation-spin-reverse,
.b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-reverse,
    .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
      animation: none; } }
.b-icon.b-icon-animation-spin-pulse,
.b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  transform-origin: center;
  animation: 1s infinite steps(8) normal b-icon-animation-spin; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-pulse,
    .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
      animation: none; } }
.b-icon.b-icon-animation-spin-reverse-pulse,
.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-reverse-pulse,
    .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
      animation: none; } }
.b-icon.b-icon-animation-throb,
.b-icon.b-iconstack .b-icon-animation-throb > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb; }
@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-throb,
    .b-icon.b-iconstack .b-icon-animation-throb > g {
      animation: none; } }
@keyframes b-icon-animation-cylon {
  0% {
    transform: translateX(-25%); }
  100% {
    transform: translateX(25%); } }
@keyframes b-icon-animation-cylon-vertical {
  0% {
    transform: translateY(25%); }
  100% {
    transform: translateY(-25%); } }
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }
@keyframes b-icon-animation-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    transform: scale(0.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.dropdown .dropdown-menu .has-link a .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom; }
/* Bulma Utilities */
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.delete, .button, .file, .b-checkbox.checkbox, .b-radio.radio, .switch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em; }
.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child) {
  margin-bottom: 1.5rem; }
.delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }
.delete::before, .delete::after {
    background-color: #FFFFFF;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center; }
.delete::before {
    height: 2px;
    width: 50%; }
.delete::after {
    height: 50%;
    width: 2px; }
.delete:hover, .delete:focus {
    background-color: rgba(0, 0, 0, 0.3); }
.delete:active {
    background-color: rgba(0, 0, 0, 0.4); }
.is-small.delete {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
.is-medium.delete {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
.is-large.delete {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }
.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
.button, .input, .textarea, .taginput .taginput-container.is-focusable, .select select, .file-cta,
.file-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top; }
.button:focus, .input:focus, .textarea:focus, .taginput .taginput-container.is-focusable:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .taginput .is-focused.taginput-container.is-focusable, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .button:active, .input:active, .textarea:active, .taginput .taginput-container.is-focusable:active, .select select:active, .file-cta:active,
  .file-name:active, .is-active.button, .is-active.input, .is-active.textarea, .taginput .is-active.taginput-container.is-focusable, .select select.is-active, .is-active.file-cta,
  .is-active.file-name {
    outline: none; }
.button[disabled], .input[disabled], .textarea[disabled], .taginput .taginput-container.is-focusable[disabled], .select select[disabled], .file-cta[disabled],
  .file-name[disabled],
  fieldset[disabled] .button,
  fieldset[disabled] .input,
  fieldset[disabled] .textarea,
  fieldset[disabled] .taginput .taginput-container.is-focusable,
  .taginput fieldset[disabled] .taginput-container.is-focusable,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select,
  fieldset[disabled] .file-cta,
  fieldset[disabled] .file-name {
    cursor: not-allowed; }
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top; }
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
    display: block; }
.dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0; }
.dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: 0;
    padding-top: initial;
    top: auto; }
.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20; }
.dropdown-content {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
.dropdown-item, .dropdown .dropdown-menu .has-link a {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative; }
a.dropdown-item, .dropdown .dropdown-menu .has-link a,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%; }
a.dropdown-item:hover, .dropdown .dropdown-menu .has-link a:hover,
  button.dropdown-item:hover {
    background-color: #dee2e6;
    color: #DC582A; }
a.dropdown-item.is-active, .dropdown .dropdown-menu .has-link a.is-active,
  button.dropdown-item.is-active {
    background-color: #007bff;
    color: #fff; }
.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0; }
/* Bulma Elements */
.box {
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem; }
a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0 0 1px #007bff; }
a.box:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px #007bff; }
.button {
  background-color: #FFFFFF;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap; }
.button strong {
    color: inherit; }
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em; }
.button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.5em - 1px);
    margin-right: 0.25em; }
.button .icon:last-child:not(:first-child) {
    margin-left: 0.25em;
    margin-right: calc(-0.5em - 1px); }
.button .icon:first-child:last-child {
    margin-left: calc(-0.5em - 1px);
    margin-right: calc(-0.5em - 1px); }
.button:hover, .button.is-hovered {
    border-color: #b5b5b5;
    color: #363636; }
.button:focus, .button.is-focused {
    border-color: #007bff;
    color: #363636; }
.button:focus:not(:active), .button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(0, 123, 255, 0.25); }
.button:active, .button.is-active {
    border-color: #4a4a4a;
    color: #363636; }
.button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline; }
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
      background-color: whitesmoke;
      color: #363636; }
.button.is-text:active, .button.is-text.is-active {
      background-color: #e8e8e8;
      color: #363636; }
.button.is-text[disabled],
    fieldset[disabled] .button.is-text {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
.button.is-white {
    background-color: #FFFFFF;
    border-color: transparent;
    color: #000000; }
.button.is-white:hover, .button.is-white.is-hovered {
      background-color: #f9f9f9;
      border-color: transparent;
      color: #000000; }
.button.is-white:focus, .button.is-white.is-focused {
      border-color: transparent;
      color: #000000; }
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
.button.is-white:active, .button.is-white.is-active {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #000000; }
.button.is-white[disabled],
    fieldset[disabled] .button.is-white {
      background-color: #FFFFFF;
      border-color: transparent;
      box-shadow: none; }
.button.is-white.is-inverted {
      background-color: #000000;
      color: #FFFFFF; }
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
        background-color: black; }
.button.is-white.is-inverted[disabled],
      fieldset[disabled] .button.is-white.is-inverted {
        background-color: #000000;
        border-color: transparent;
        box-shadow: none;
        color: #FFFFFF; }
.button.is-white.is-loading::after {
      border-color: transparent transparent #000000 #000000 !important; }
.button.is-white.is-outlined {
      background-color: transparent;
      border-color: #FFFFFF;
      color: #FFFFFF; }
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        color: #000000; }
.button.is-white.is-outlined.is-loading::after {
        border-color: transparent transparent #FFFFFF #FFFFFF !important; }
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #000000 #000000 !important; }
.button.is-white.is-outlined[disabled],
      fieldset[disabled] .button.is-white.is-outlined {
        background-color: transparent;
        border-color: #FFFFFF;
        box-shadow: none;
        color: #FFFFFF; }
.button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #000000;
      color: #000000; }
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
        background-color: #000000;
        color: #FFFFFF; }
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #FFFFFF #FFFFFF !important; }
.button.is-white.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-white.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #000000;
        box-shadow: none;
        color: #000000; }
.button.is-black {
    background-color: #000000;
    border-color: transparent;
    color: #FFFFFF; }
.button.is-black:hover, .button.is-black.is-hovered {
      background-color: black;
      border-color: transparent;
      color: #FFFFFF; }
.button.is-black:focus, .button.is-black.is-focused {
      border-color: transparent;
      color: #FFFFFF; }
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
.button.is-black:active, .button.is-black.is-active {
      background-color: black;
      border-color: transparent;
      color: #FFFFFF; }
.button.is-black[disabled],
    fieldset[disabled] .button.is-black {
      background-color: #000000;
      border-color: transparent;
      box-shadow: none; }
.button.is-black.is-inverted {
      background-color: #FFFFFF;
      color: #000000; }
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
        background-color: #f2f2f2; }
.button.is-black.is-inverted[disabled],
      fieldset[disabled] .button.is-black.is-inverted {
        background-color: #FFFFFF;
        border-color: transparent;
        box-shadow: none;
        color: #000000; }
.button.is-black.is-loading::after {
      border-color: transparent transparent #FFFFFF #FFFFFF !important; }
.button.is-black.is-outlined {
      background-color: transparent;
      border-color: #000000;
      color: #000000; }
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
        background-color: #000000;
        border-color: #000000;
        color: #FFFFFF; }
.button.is-black.is-outlined.is-loading::after {
        border-color: transparent transparent #000000 #000000 !important; }
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #FFFFFF #FFFFFF !important; }
.button.is-black.is-outlined[disabled],
      fieldset[disabled] .button.is-black.is-outlined {
        background-color: transparent;
        border-color: #000000;
        box-shadow: none;
        color: #000000; }
.button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #FFFFFF;
      color: #FFFFFF; }
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
        background-color: #FFFFFF;
        color: #000000; }
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #000000 #000000 !important; }
.button.is-black.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-black.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #FFFFFF;
        box-shadow: none;
        color: #FFFFFF; }
.button.is-light {
    background-color: #f8f9fa;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.button.is-light:hover, .button.is-light.is-hovered {
      background-color: #f1f3f5;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-light:focus, .button.is-light.is-focused {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(248, 249, 250, 0.25); }
.button.is-light:active, .button.is-light.is-active {
      background-color: #e9ecef;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-light[disabled],
    fieldset[disabled] .button.is-light {
      background-color: #f8f9fa;
      border-color: transparent;
      box-shadow: none; }
.button.is-light.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: #f8f9fa; }
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
        background-color: rgba(0, 0, 0, 0.7); }
.button.is-light.is-inverted[disabled],
      fieldset[disabled] .button.is-light.is-inverted {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        box-shadow: none;
        color: #f8f9fa; }
.button.is-light.is-loading::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
.button.is-light.is-outlined {
      background-color: transparent;
      border-color: #f8f9fa;
      color: #f8f9fa; }
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
        background-color: #f8f9fa;
        border-color: #f8f9fa;
        color: rgba(0, 0, 0, 0.7); }
.button.is-light.is-outlined.is-loading::after {
        border-color: transparent transparent #f8f9fa #f8f9fa !important; }
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
.button.is-light.is-outlined[disabled],
      fieldset[disabled] .button.is-light.is-outlined {
        background-color: transparent;
        border-color: #f8f9fa;
        box-shadow: none;
        color: #f8f9fa; }
.button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7); }
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
        background-color: rgba(0, 0, 0, 0.7);
        color: #f8f9fa; }
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #f8f9fa #f8f9fa !important; }
.button.is-light.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-light.is-inverted.is-outlined {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
.button.is-dark {
    background-color: #343a40;
    border-color: transparent;
    color: #fff; }
.button.is-dark:hover, .button.is-dark.is-hovered {
      background-color: #2e3439;
      border-color: transparent;
      color: #fff; }
.button.is-dark:focus, .button.is-dark.is-focused {
      border-color: transparent;
      color: #fff; }
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(52, 58, 64, 0.25); }
.button.is-dark:active, .button.is-dark.is-active {
      background-color: #292d32;
      border-color: transparent;
      color: #fff; }
.button.is-dark[disabled],
    fieldset[disabled] .button.is-dark {
      background-color: #343a40;
      border-color: transparent;
      box-shadow: none; }
.button.is-dark.is-inverted {
      background-color: #fff;
      color: #343a40; }
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
        background-color: #f2f2f2; }
.button.is-dark.is-inverted[disabled],
      fieldset[disabled] .button.is-dark.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #343a40; }
.button.is-dark.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #343a40;
      color: #343a40; }
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
        background-color: #343a40;
        border-color: #343a40;
        color: #fff; }
.button.is-dark.is-outlined.is-loading::after {
        border-color: transparent transparent #343a40 #343a40 !important; }
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
.button.is-dark.is-outlined[disabled],
      fieldset[disabled] .button.is-dark.is-outlined {
        background-color: transparent;
        border-color: #343a40;
        box-shadow: none;
        color: #343a40; }
.button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #343a40; }
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #343a40 #343a40 !important; }
.button.is-dark.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
.button.is-primary {
    background-color: #403A60;
    border-color: transparent;
    color: #fff; }
.button.is-primary:hover, .button.is-primary.is-hovered {
      background-color: #3b3558;
      border-color: transparent;
      color: #fff; }
.button.is-primary:focus, .button.is-primary.is-focused {
      border-color: transparent;
      color: #fff; }
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(64, 58, 96, 0.25); }
.button.is-primary:active, .button.is-primary.is-active {
      background-color: #353050;
      border-color: transparent;
      color: #fff; }
.button.is-primary[disabled],
    fieldset[disabled] .button.is-primary {
      background-color: #403A60;
      border-color: transparent;
      box-shadow: none; }
.button.is-primary.is-inverted {
      background-color: #fff;
      color: #403A60; }
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
        background-color: #f2f2f2; }
.button.is-primary.is-inverted[disabled],
      fieldset[disabled] .button.is-primary.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #403A60; }
.button.is-primary.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #403A60;
      color: #403A60; }
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
        background-color: #403A60;
        border-color: #403A60;
        color: #fff; }
.button.is-primary.is-outlined.is-loading::after {
        border-color: transparent transparent #403A60 #403A60 !important; }
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
.button.is-primary.is-outlined[disabled],
      fieldset[disabled] .button.is-primary.is-outlined {
        background-color: transparent;
        border-color: #403A60;
        box-shadow: none;
        color: #403A60; }
.button.is-primary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #403A60; }
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #403A60 #403A60 !important; }
.button.is-primary.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
.button.is-info {
    background-color: #cbf6ff;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.button.is-info:hover, .button.is-info.is-hovered {
      background-color: #bef4ff;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-info:focus, .button.is-info.is-focused {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(203, 246, 255, 0.25); }
.button.is-info:active, .button.is-info.is-active {
      background-color: #b2f2ff;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-info[disabled],
    fieldset[disabled] .button.is-info {
      background-color: #cbf6ff;
      border-color: transparent;
      box-shadow: none; }
.button.is-info.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: #cbf6ff; }
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
        background-color: rgba(0, 0, 0, 0.7); }
.button.is-info.is-inverted[disabled],
      fieldset[disabled] .button.is-info.is-inverted {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        box-shadow: none;
        color: #cbf6ff; }
.button.is-info.is-loading::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
.button.is-info.is-outlined {
      background-color: transparent;
      border-color: #cbf6ff;
      color: #cbf6ff; }
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
        background-color: #cbf6ff;
        border-color: #cbf6ff;
        color: rgba(0, 0, 0, 0.7); }
.button.is-info.is-outlined.is-loading::after {
        border-color: transparent transparent #cbf6ff #cbf6ff !important; }
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
.button.is-info.is-outlined[disabled],
      fieldset[disabled] .button.is-info.is-outlined {
        background-color: transparent;
        border-color: #cbf6ff;
        box-shadow: none;
        color: #cbf6ff; }
.button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7); }
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
        background-color: rgba(0, 0, 0, 0.7);
        color: #cbf6ff; }
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #cbf6ff #cbf6ff !important; }
.button.is-info.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-info.is-inverted.is-outlined {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
.button.is-success {
    background-color: #28a745;
    border-color: transparent;
    color: #fff; }
.button.is-success:hover, .button.is-success.is-hovered {
      background-color: #269d41;
      border-color: transparent;
      color: #fff; }
.button.is-success:focus, .button.is-success.is-focused {
      border-color: transparent;
      color: #fff; }
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(40, 167, 69, 0.25); }
.button.is-success:active, .button.is-success.is-active {
      background-color: #23923d;
      border-color: transparent;
      color: #fff; }
.button.is-success[disabled],
    fieldset[disabled] .button.is-success {
      background-color: #28a745;
      border-color: transparent;
      box-shadow: none; }
.button.is-success.is-inverted {
      background-color: #fff;
      color: #28a745; }
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
        background-color: #f2f2f2; }
.button.is-success.is-inverted[disabled],
      fieldset[disabled] .button.is-success.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #28a745; }
.button.is-success.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-success.is-outlined {
      background-color: transparent;
      border-color: #28a745;
      color: #28a745; }
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
        background-color: #28a745;
        border-color: #28a745;
        color: #fff; }
.button.is-success.is-outlined.is-loading::after {
        border-color: transparent transparent #28a745 #28a745 !important; }
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
.button.is-success.is-outlined[disabled],
      fieldset[disabled] .button.is-success.is-outlined {
        background-color: transparent;
        border-color: #28a745;
        box-shadow: none;
        color: #28a745; }
.button.is-success.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #28a745; }
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #28a745 #28a745 !important; }
.button.is-success.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-success.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
.button.is-warning {
    background-color: #ffc107;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.button.is-warning:hover, .button.is-warning.is-hovered {
      background-color: #f9bb00;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-warning:focus, .button.is-warning.is-focused {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 193, 7, 0.25); }
.button.is-warning:active, .button.is-warning.is-active {
      background-color: #edb100;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-warning[disabled],
    fieldset[disabled] .button.is-warning {
      background-color: #ffc107;
      border-color: transparent;
      box-shadow: none; }
.button.is-warning.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: #ffc107; }
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
        background-color: rgba(0, 0, 0, 0.7); }
.button.is-warning.is-inverted[disabled],
      fieldset[disabled] .button.is-warning.is-inverted {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        box-shadow: none;
        color: #ffc107; }
.button.is-warning.is-loading::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
.button.is-warning.is-outlined {
      background-color: transparent;
      border-color: #ffc107;
      color: #ffc107; }
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
        background-color: #ffc107;
        border-color: #ffc107;
        color: rgba(0, 0, 0, 0.7); }
.button.is-warning.is-outlined.is-loading::after {
        border-color: transparent transparent #ffc107 #ffc107 !important; }
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
.button.is-warning.is-outlined[disabled],
      fieldset[disabled] .button.is-warning.is-outlined {
        background-color: transparent;
        border-color: #ffc107;
        box-shadow: none;
        color: #ffc107; }
.button.is-warning.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7); }
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
        background-color: rgba(0, 0, 0, 0.7);
        color: #ffc107; }
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #ffc107 #ffc107 !important; }
.button.is-warning.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
.button.is-danger {
    background-color: #dc3545;
    border-color: transparent;
    color: #fff; }
.button.is-danger:hover, .button.is-danger.is-hovered {
      background-color: #da2a3b;
      border-color: transparent;
      color: #fff; }
.button.is-danger:focus, .button.is-danger.is-focused {
      border-color: transparent;
      color: #fff; }
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(220, 53, 69, 0.25); }
.button.is-danger:active, .button.is-danger.is-active {
      background-color: #d32535;
      border-color: transparent;
      color: #fff; }
.button.is-danger[disabled],
    fieldset[disabled] .button.is-danger {
      background-color: #dc3545;
      border-color: transparent;
      box-shadow: none; }
.button.is-danger.is-inverted {
      background-color: #fff;
      color: #dc3545; }
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
        background-color: #f2f2f2; }
.button.is-danger.is-inverted[disabled],
      fieldset[disabled] .button.is-danger.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #dc3545; }
.button.is-danger.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-danger.is-outlined {
      background-color: transparent;
      border-color: #dc3545;
      color: #dc3545; }
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
        background-color: #dc3545;
        border-color: #dc3545;
        color: #fff; }
.button.is-danger.is-outlined.is-loading::after {
        border-color: transparent transparent #dc3545 #dc3545 !important; }
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
.button.is-danger.is-outlined[disabled],
      fieldset[disabled] .button.is-danger.is-outlined {
        background-color: transparent;
        border-color: #dc3545;
        box-shadow: none;
        color: #dc3545; }
.button.is-danger.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #dc3545; }
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #dc3545 #dc3545 !important; }
.button.is-danger.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
.button.is-inbox {
    background-color: #4c92b1;
    border-color: transparent;
    color: #fff; }
.button.is-inbox:hover, .button.is-inbox.is-hovered {
      background-color: #488ba8;
      border-color: transparent;
      color: #fff; }
.button.is-inbox:focus, .button.is-inbox.is-focused {
      border-color: transparent;
      color: #fff; }
.button.is-inbox:focus:not(:active), .button.is-inbox.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(76, 146, 177, 0.25); }
.button.is-inbox:active, .button.is-inbox.is-active {
      background-color: #44839f;
      border-color: transparent;
      color: #fff; }
.button.is-inbox[disabled],
    fieldset[disabled] .button.is-inbox {
      background-color: #4c92b1;
      border-color: transparent;
      box-shadow: none; }
.button.is-inbox.is-inverted {
      background-color: #fff;
      color: #4c92b1; }
.button.is-inbox.is-inverted:hover, .button.is-inbox.is-inverted.is-hovered {
        background-color: #f2f2f2; }
.button.is-inbox.is-inverted[disabled],
      fieldset[disabled] .button.is-inbox.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #4c92b1; }
.button.is-inbox.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-inbox.is-outlined {
      background-color: transparent;
      border-color: #4c92b1;
      color: #4c92b1; }
.button.is-inbox.is-outlined:hover, .button.is-inbox.is-outlined.is-hovered, .button.is-inbox.is-outlined:focus, .button.is-inbox.is-outlined.is-focused {
        background-color: #4c92b1;
        border-color: #4c92b1;
        color: #fff; }
.button.is-inbox.is-outlined.is-loading::after {
        border-color: transparent transparent #4c92b1 #4c92b1 !important; }
.button.is-inbox.is-outlined.is-loading:hover::after, .button.is-inbox.is-outlined.is-loading.is-hovered::after, .button.is-inbox.is-outlined.is-loading:focus::after, .button.is-inbox.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
.button.is-inbox.is-outlined[disabled],
      fieldset[disabled] .button.is-inbox.is-outlined {
        background-color: transparent;
        border-color: #4c92b1;
        box-shadow: none;
        color: #4c92b1; }
.button.is-inbox.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-inbox.is-inverted.is-outlined:hover, .button.is-inbox.is-inverted.is-outlined.is-hovered, .button.is-inbox.is-inverted.is-outlined:focus, .button.is-inbox.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #4c92b1; }
.button.is-inbox.is-inverted.is-outlined.is-loading:hover::after, .button.is-inbox.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-inbox.is-inverted.is-outlined.is-loading:focus::after, .button.is-inbox.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #4c92b1 #4c92b1 !important; }
.button.is-inbox.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-inbox.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
.button.is-projects {
    background-color: #403A60;
    border-color: transparent;
    color: #fff; }
.button.is-projects:hover, .button.is-projects.is-hovered {
      background-color: #3b3558;
      border-color: transparent;
      color: #fff; }
.button.is-projects:focus, .button.is-projects.is-focused {
      border-color: transparent;
      color: #fff; }
.button.is-projects:focus:not(:active), .button.is-projects.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(64, 58, 96, 0.25); }
.button.is-projects:active, .button.is-projects.is-active {
      background-color: #353050;
      border-color: transparent;
      color: #fff; }
.button.is-projects[disabled],
    fieldset[disabled] .button.is-projects {
      background-color: #403A60;
      border-color: transparent;
      box-shadow: none; }
.button.is-projects.is-inverted {
      background-color: #fff;
      color: #403A60; }
.button.is-projects.is-inverted:hover, .button.is-projects.is-inverted.is-hovered {
        background-color: #f2f2f2; }
.button.is-projects.is-inverted[disabled],
      fieldset[disabled] .button.is-projects.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #403A60; }
.button.is-projects.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-projects.is-outlined {
      background-color: transparent;
      border-color: #403A60;
      color: #403A60; }
.button.is-projects.is-outlined:hover, .button.is-projects.is-outlined.is-hovered, .button.is-projects.is-outlined:focus, .button.is-projects.is-outlined.is-focused {
        background-color: #403A60;
        border-color: #403A60;
        color: #fff; }
.button.is-projects.is-outlined.is-loading::after {
        border-color: transparent transparent #403A60 #403A60 !important; }
.button.is-projects.is-outlined.is-loading:hover::after, .button.is-projects.is-outlined.is-loading.is-hovered::after, .button.is-projects.is-outlined.is-loading:focus::after, .button.is-projects.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
.button.is-projects.is-outlined[disabled],
      fieldset[disabled] .button.is-projects.is-outlined {
        background-color: transparent;
        border-color: #403A60;
        box-shadow: none;
        color: #403A60; }
.button.is-projects.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-projects.is-inverted.is-outlined:hover, .button.is-projects.is-inverted.is-outlined.is-hovered, .button.is-projects.is-inverted.is-outlined:focus, .button.is-projects.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #403A60; }
.button.is-projects.is-inverted.is-outlined.is-loading:hover::after, .button.is-projects.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-projects.is-inverted.is-outlined.is-loading:focus::after, .button.is-projects.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #403A60 #403A60 !important; }
.button.is-projects.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-projects.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
.button.is-reports {
    background-color: #DC582A;
    border-color: transparent;
    color: #fff; }
.button.is-reports:hover, .button.is-reports.is-hovered {
      background-color: #d65123;
      border-color: transparent;
      color: #fff; }
.button.is-reports:focus, .button.is-reports.is-focused {
      border-color: transparent;
      color: #fff; }
.button.is-reports:focus:not(:active), .button.is-reports.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(220, 88, 42, 0.25); }
.button.is-reports:active, .button.is-reports.is-active {
      background-color: #cb4d21;
      border-color: transparent;
      color: #fff; }
.button.is-reports[disabled],
    fieldset[disabled] .button.is-reports {
      background-color: #DC582A;
      border-color: transparent;
      box-shadow: none; }
.button.is-reports.is-inverted {
      background-color: #fff;
      color: #DC582A; }
.button.is-reports.is-inverted:hover, .button.is-reports.is-inverted.is-hovered {
        background-color: #f2f2f2; }
.button.is-reports.is-inverted[disabled],
      fieldset[disabled] .button.is-reports.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #DC582A; }
.button.is-reports.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-reports.is-outlined {
      background-color: transparent;
      border-color: #DC582A;
      color: #DC582A; }
.button.is-reports.is-outlined:hover, .button.is-reports.is-outlined.is-hovered, .button.is-reports.is-outlined:focus, .button.is-reports.is-outlined.is-focused {
        background-color: #DC582A;
        border-color: #DC582A;
        color: #fff; }
.button.is-reports.is-outlined.is-loading::after {
        border-color: transparent transparent #DC582A #DC582A !important; }
.button.is-reports.is-outlined.is-loading:hover::after, .button.is-reports.is-outlined.is-loading.is-hovered::after, .button.is-reports.is-outlined.is-loading:focus::after, .button.is-reports.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
.button.is-reports.is-outlined[disabled],
      fieldset[disabled] .button.is-reports.is-outlined {
        background-color: transparent;
        border-color: #DC582A;
        box-shadow: none;
        color: #DC582A; }
.button.is-reports.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-reports.is-inverted.is-outlined:hover, .button.is-reports.is-inverted.is-outlined.is-hovered, .button.is-reports.is-inverted.is-outlined:focus, .button.is-reports.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #DC582A; }
.button.is-reports.is-inverted.is-outlined.is-loading:hover::after, .button.is-reports.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-reports.is-inverted.is-outlined.is-loading:focus::after, .button.is-reports.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #DC582A #DC582A !important; }
.button.is-reports.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-reports.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
.button.is-templates {
    background-color: #9EA2A2;
    border-color: transparent;
    color: #fff; }
.button.is-templates:hover, .button.is-templates.is-hovered {
      background-color: #979c9c;
      border-color: transparent;
      color: #fff; }
.button.is-templates:focus, .button.is-templates.is-focused {
      border-color: transparent;
      color: #fff; }
.button.is-templates:focus:not(:active), .button.is-templates.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(158, 162, 162, 0.25); }
.button.is-templates:active, .button.is-templates.is-active {
      background-color: #919696;
      border-color: transparent;
      color: #fff; }
.button.is-templates[disabled],
    fieldset[disabled] .button.is-templates {
      background-color: #9EA2A2;
      border-color: transparent;
      box-shadow: none; }
.button.is-templates.is-inverted {
      background-color: #fff;
      color: #9EA2A2; }
.button.is-templates.is-inverted:hover, .button.is-templates.is-inverted.is-hovered {
        background-color: #f2f2f2; }
.button.is-templates.is-inverted[disabled],
      fieldset[disabled] .button.is-templates.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #9EA2A2; }
.button.is-templates.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-templates.is-outlined {
      background-color: transparent;
      border-color: #9EA2A2;
      color: #9EA2A2; }
.button.is-templates.is-outlined:hover, .button.is-templates.is-outlined.is-hovered, .button.is-templates.is-outlined:focus, .button.is-templates.is-outlined.is-focused {
        background-color: #9EA2A2;
        border-color: #9EA2A2;
        color: #fff; }
.button.is-templates.is-outlined.is-loading::after {
        border-color: transparent transparent #9EA2A2 #9EA2A2 !important; }
.button.is-templates.is-outlined.is-loading:hover::after, .button.is-templates.is-outlined.is-loading.is-hovered::after, .button.is-templates.is-outlined.is-loading:focus::after, .button.is-templates.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
.button.is-templates.is-outlined[disabled],
      fieldset[disabled] .button.is-templates.is-outlined {
        background-color: transparent;
        border-color: #9EA2A2;
        box-shadow: none;
        color: #9EA2A2; }
.button.is-templates.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-templates.is-inverted.is-outlined:hover, .button.is-templates.is-inverted.is-outlined.is-hovered, .button.is-templates.is-inverted.is-outlined:focus, .button.is-templates.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #9EA2A2; }
.button.is-templates.is-inverted.is-outlined.is-loading:hover::after, .button.is-templates.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-templates.is-inverted.is-outlined.is-loading:focus::after, .button.is-templates.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #9EA2A2 #9EA2A2 !important; }
.button.is-templates.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-templates.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
.button.is-strata {
    background-color: #0057b7;
    border-color: transparent;
    color: #fff; }
.button.is-strata:hover, .button.is-strata.is-hovered {
      background-color: #0051aa;
      border-color: transparent;
      color: #fff; }
.button.is-strata:focus, .button.is-strata.is-focused {
      border-color: transparent;
      color: #fff; }
.button.is-strata:focus:not(:active), .button.is-strata.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(0, 87, 183, 0.25); }
.button.is-strata:active, .button.is-strata.is-active {
      background-color: #004b9e;
      border-color: transparent;
      color: #fff; }
.button.is-strata[disabled],
    fieldset[disabled] .button.is-strata {
      background-color: #0057b7;
      border-color: transparent;
      box-shadow: none; }
.button.is-strata.is-inverted {
      background-color: #fff;
      color: #0057b7; }
.button.is-strata.is-inverted:hover, .button.is-strata.is-inverted.is-hovered {
        background-color: #f2f2f2; }
.button.is-strata.is-inverted[disabled],
      fieldset[disabled] .button.is-strata.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #0057b7; }
.button.is-strata.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-strata.is-outlined {
      background-color: transparent;
      border-color: #0057b7;
      color: #0057b7; }
.button.is-strata.is-outlined:hover, .button.is-strata.is-outlined.is-hovered, .button.is-strata.is-outlined:focus, .button.is-strata.is-outlined.is-focused {
        background-color: #0057b7;
        border-color: #0057b7;
        color: #fff; }
.button.is-strata.is-outlined.is-loading::after {
        border-color: transparent transparent #0057b7 #0057b7 !important; }
.button.is-strata.is-outlined.is-loading:hover::after, .button.is-strata.is-outlined.is-loading.is-hovered::after, .button.is-strata.is-outlined.is-loading:focus::after, .button.is-strata.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
.button.is-strata.is-outlined[disabled],
      fieldset[disabled] .button.is-strata.is-outlined {
        background-color: transparent;
        border-color: #0057b7;
        box-shadow: none;
        color: #0057b7; }
.button.is-strata.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-strata.is-inverted.is-outlined:hover, .button.is-strata.is-inverted.is-outlined.is-hovered, .button.is-strata.is-inverted.is-outlined:focus, .button.is-strata.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #0057b7; }
.button.is-strata.is-inverted.is-outlined.is-loading:hover::after, .button.is-strata.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-strata.is-inverted.is-outlined.is-loading:focus::after, .button.is-strata.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #0057b7 #0057b7 !important; }
.button.is-strata.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-strata.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
.button.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
.button.is-normal {
    font-size: 1rem; }
.button.is-medium {
    font-size: 1.25rem; }
.button.is-large {
    font-size: 1.5rem; }
.button[disabled],
  fieldset[disabled] .button {
    background-color: #FFFFFF;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5; }
.button.is-fullwidth {
    display: flex;
    width: 100%; }
.button.is-loading {
    color: transparent !important;
    pointer-events: none; }
.button.is-loading::after {
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important; }
.button.is-static {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none; }
.button.is-rounded {
    border-radius: 290486px;
    padding-left: calc(1em + 0.25em);
    padding-right: calc(1em + 0.25em); }
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
.buttons .button {
    margin-bottom: 0.5rem; }
.buttons .button:not(:last-child):not(.is-fullwidth) {
      margin-right: 0.5rem; }
.buttons:last-child {
    margin-bottom: -0.5rem; }
.buttons:not(:last-child) {
    margin-bottom: 1rem; }
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
    border-radius: 2px;
    font-size: 0.75rem; }
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
    font-size: 1.25rem; }
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
    font-size: 1.5rem; }
.buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
.buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px; }
.buttons.has-addons .button:last-child {
    margin-right: 0; }
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
    z-index: 2; }
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
    z-index: 3; }
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
      z-index: 4; }
.buttons.has-addons .button.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
.buttons.is-centered {
    justify-content: center; }
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
.buttons.is-right {
    justify-content: flex-end; }
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto; }
.container.is-fluid {
    max-width: none !important;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%; }
@media screen and (min-width: 1024px) {
    .container {
      max-width: 960px; } }
@media screen and (max-width: 1215px) {
    .container.is-widescreen:not(.is-max-desktop) {
      max-width: 1152px; } }
@media screen and (max-width: 1407px) {
    .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
      max-width: 1344px; } }
@media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
      max-width: 1152px; } }
@media screen and (min-width: 1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
      max-width: 1344px; } }
.content li + li {
  margin-top: 0.25em; }
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em; }
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125; }
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }
.content h1:not(:first-child) {
    margin-top: 1em; }
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em; }
.content h2:not(:first-child) {
    margin-top: 1.1428em; }
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em; }
.content h3:not(:first-child) {
    margin-top: 1.3333em; }
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em; }
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em; }
.content h6 {
  font-size: 1em;
  margin-bottom: 1em; }
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em; }
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em; }
.content ol:not([type]) {
    list-style-type: decimal; }
.content ol:not([type]).is-lower-alpha {
      list-style-type: lower-alpha; }
.content ol:not([type]).is-lower-roman {
      list-style-type: lower-roman; }
.content ol:not([type]).is-upper-alpha {
      list-style-type: upper-alpha; }
.content ol:not([type]).is-upper-roman {
      list-style-type: upper-roman; }
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em; }
.content ul ul {
    list-style-type: circle;
    margin-top: 0.5em; }
.content ul ul ul {
      list-style-type: square; }
.content dd {
  margin-left: 2em; }
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center; }
.content figure:not(:first-child) {
    margin-top: 2em; }
.content figure:not(:last-child) {
    margin-bottom: 2em; }
.content figure img {
    display: inline-block; }
.content figure figcaption {
    font-style: italic; }
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal; }
.content sup,
.content sub {
  font-size: 75%; }
.content table {
  width: 100%; }
.content table td,
  .content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
.content table th {
    color: #363636; }
.content table th:not([align]) {
      text-align: inherit; }
.content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #363636; }
.content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
.content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0; }
.content .tabs li + li {
  margin-top: 0; }
.content.is-small {
  font-size: 0.75rem; }
.content.is-medium {
  font-size: 1.25rem; }
.content.is-large {
  font-size: 1.5rem; }
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem; }
.icon.is-small {
    height: 1rem;
    width: 1rem; }
.icon.is-medium {
    height: 2rem;
    width: 2rem; }
.icon.is-large {
    height: 3rem;
    width: 3rem; }
.image {
  display: block;
  position: relative; }
.image img {
    display: block;
    height: auto;
    width: 100%; }
.image img.is-rounded {
      border-radius: 290486px; }
.image.is-fullwidth {
    width: 100%; }
.image.is-square img,
  .image.is-square .has-ratio, .image.is-1by1 img,
  .image.is-1by1 .has-ratio, .image.is-5by4 img,
  .image.is-5by4 .has-ratio, .image.is-4by3 img,
  .image.is-4by3 .has-ratio, .image.is-3by2 img,
  .image.is-3by2 .has-ratio, .image.is-5by3 img,
  .image.is-5by3 .has-ratio, .image.is-16by9 img,
  .image.is-16by9 .has-ratio, .image.is-2by1 img,
  .image.is-2by1 .has-ratio, .image.is-3by1 img,
  .image.is-3by1 .has-ratio, .image.is-4by5 img,
  .image.is-4by5 .has-ratio, .image.is-3by4 img,
  .image.is-3by4 .has-ratio, .image.is-2by3 img,
  .image.is-2by3 .has-ratio, .image.is-3by5 img,
  .image.is-3by5 .has-ratio, .image.is-9by16 img,
  .image.is-9by16 .has-ratio, .image.is-1by2 img,
  .image.is-1by2 .has-ratio, .image.is-1by3 img,
  .image.is-1by3 .has-ratio {
    height: 100%;
    width: 100%; }
.image.is-square, .image.is-1by1 {
    padding-top: 100%; }
.image.is-5by4 {
    padding-top: 80%; }
.image.is-4by3 {
    padding-top: 75%; }
.image.is-3by2 {
    padding-top: 66.6666%; }
.image.is-5by3 {
    padding-top: 60%; }
.image.is-16by9 {
    padding-top: 56.25%; }
.image.is-2by1 {
    padding-top: 50%; }
.image.is-3by1 {
    padding-top: 33.3333%; }
.image.is-4by5 {
    padding-top: 125%; }
.image.is-3by4 {
    padding-top: 133.3333%; }
.image.is-2by3 {
    padding-top: 150%; }
.image.is-3by5 {
    padding-top: 166.6666%; }
.image.is-9by16 {
    padding-top: 177.7777%; }
.image.is-1by2 {
    padding-top: 200%; }
.image.is-1by3 {
    padding-top: 300%; }
.image.is-16x16 {
    height: 16px;
    width: 16px; }
.image.is-24x24 {
    height: 24px;
    width: 24px; }
.image.is-32x32 {
    height: 32px;
    width: 32px; }
.image.is-48x48 {
    height: 48px;
    width: 48px; }
.image.is-64x64 {
    height: 64px;
    width: 64px; }
.image.is-96x96 {
    height: 96px;
    width: 96px; }
.image.is-128x128 {
    height: 128px;
    width: 128px; }
.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem; }
.notification a:not(.button):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline; }
.notification strong {
    color: currentColor; }
.notification code,
  .notification pre {
    background: #FFFFFF; }
.notification pre code {
    background: transparent; }
.notification > .delete {
    right: 0.5rem;
    position: absolute;
    top: 0.5rem; }
.notification .title,
  .notification .subtitle,
  .notification .content {
    color: currentColor; }
.notification.is-white {
    background-color: #FFFFFF;
    color: #000000; }
.notification.is-black {
    background-color: #000000;
    color: #FFFFFF; }
.notification.is-light {
    background-color: #f8f9fa;
    color: rgba(0, 0, 0, 0.7); }
.notification.is-dark {
    background-color: #343a40;
    color: #fff; }
.notification.is-primary {
    background-color: #403A60;
    color: #fff; }
.notification.is-info {
    background-color: #cbf6ff;
    color: rgba(0, 0, 0, 0.7); }
.notification.is-success {
    background-color: #28a745;
    color: #fff; }
.notification.is-warning {
    background-color: #ffc107;
    color: rgba(0, 0, 0, 0.7); }
.notification.is-danger {
    background-color: #dc3545;
    color: #fff; }
.notification.is-inbox {
    background-color: #4c92b1;
    color: #fff; }
.notification.is-projects {
    background-color: #403A60;
    color: #fff; }
.notification.is-reports {
    background-color: #DC582A;
    color: #fff; }
.notification.is-templates {
    background-color: #9EA2A2;
    color: #fff; }
.notification.is-strata {
    background-color: #0057b7;
    color: #fff; }
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0.25rem;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%; }
.progress::-webkit-progress-bar {
    background-color: #ededed; }
.progress::-webkit-progress-value {
    background-color: #4a4a4a; }
.progress::-moz-progress-bar {
    background-color: #4a4a4a; }
.progress::-ms-fill {
    background-color: #4a4a4a;
    border: none; }
.progress.is-white::-webkit-progress-value {
    background-color: #FFFFFF; }
.progress.is-white::-moz-progress-bar {
    background-color: #FFFFFF; }
.progress.is-white::-ms-fill {
    background-color: #FFFFFF; }
.progress.is-white:indeterminate {
    background-image: linear-gradient(to right, #FFFFFF 30%, #ededed 30%); }
.progress.is-black::-webkit-progress-value {
    background-color: #000000; }
.progress.is-black::-moz-progress-bar {
    background-color: #000000; }
.progress.is-black::-ms-fill {
    background-color: #000000; }
.progress.is-black:indeterminate {
    background-image: linear-gradient(to right, #000000 30%, #ededed 30%); }
.progress.is-light::-webkit-progress-value {
    background-color: #f8f9fa; }
.progress.is-light::-moz-progress-bar {
    background-color: #f8f9fa; }
.progress.is-light::-ms-fill {
    background-color: #f8f9fa; }
.progress.is-light:indeterminate {
    background-image: linear-gradient(to right, #f8f9fa 30%, #ededed 30%); }
.progress.is-dark::-webkit-progress-value {
    background-color: #343a40; }
.progress.is-dark::-moz-progress-bar {
    background-color: #343a40; }
.progress.is-dark::-ms-fill {
    background-color: #343a40; }
.progress.is-dark:indeterminate {
    background-image: linear-gradient(to right, #343a40 30%, #ededed 30%); }
.progress.is-primary::-webkit-progress-value {
    background-color: #403A60; }
.progress.is-primary::-moz-progress-bar {
    background-color: #403A60; }
.progress.is-primary::-ms-fill {
    background-color: #403A60; }
.progress.is-primary:indeterminate {
    background-image: linear-gradient(to right, #403A60 30%, #ededed 30%); }
.progress.is-info::-webkit-progress-value {
    background-color: #cbf6ff; }
.progress.is-info::-moz-progress-bar {
    background-color: #cbf6ff; }
.progress.is-info::-ms-fill {
    background-color: #cbf6ff; }
.progress.is-info:indeterminate {
    background-image: linear-gradient(to right, #cbf6ff 30%, #ededed 30%); }
.progress.is-success::-webkit-progress-value {
    background-color: #28a745; }
.progress.is-success::-moz-progress-bar {
    background-color: #28a745; }
.progress.is-success::-ms-fill {
    background-color: #28a745; }
.progress.is-success:indeterminate {
    background-image: linear-gradient(to right, #28a745 30%, #ededed 30%); }
.progress.is-warning::-webkit-progress-value {
    background-color: #ffc107; }
.progress.is-warning::-moz-progress-bar {
    background-color: #ffc107; }
.progress.is-warning::-ms-fill {
    background-color: #ffc107; }
.progress.is-warning:indeterminate {
    background-image: linear-gradient(to right, #ffc107 30%, #ededed 30%); }
.progress.is-danger::-webkit-progress-value {
    background-color: #dc3545; }
.progress.is-danger::-moz-progress-bar {
    background-color: #dc3545; }
.progress.is-danger::-ms-fill {
    background-color: #dc3545; }
.progress.is-danger:indeterminate {
    background-image: linear-gradient(to right, #dc3545 30%, #ededed 30%); }
.progress.is-inbox::-webkit-progress-value {
    background-color: #4c92b1; }
.progress.is-inbox::-moz-progress-bar {
    background-color: #4c92b1; }
.progress.is-inbox::-ms-fill {
    background-color: #4c92b1; }
.progress.is-inbox:indeterminate {
    background-image: linear-gradient(to right, #4c92b1 30%, #ededed 30%); }
.progress.is-projects::-webkit-progress-value {
    background-color: #403A60; }
.progress.is-projects::-moz-progress-bar {
    background-color: #403A60; }
.progress.is-projects::-ms-fill {
    background-color: #403A60; }
.progress.is-projects:indeterminate {
    background-image: linear-gradient(to right, #403A60 30%, #ededed 30%); }
.progress.is-reports::-webkit-progress-value {
    background-color: #DC582A; }
.progress.is-reports::-moz-progress-bar {
    background-color: #DC582A; }
.progress.is-reports::-ms-fill {
    background-color: #DC582A; }
.progress.is-reports:indeterminate {
    background-image: linear-gradient(to right, #DC582A 30%, #ededed 30%); }
.progress.is-templates::-webkit-progress-value {
    background-color: #9EA2A2; }
.progress.is-templates::-moz-progress-bar {
    background-color: #9EA2A2; }
.progress.is-templates::-ms-fill {
    background-color: #9EA2A2; }
.progress.is-templates:indeterminate {
    background-image: linear-gradient(to right, #9EA2A2 30%, #ededed 30%); }
.progress.is-strata::-webkit-progress-value {
    background-color: #0057b7; }
.progress.is-strata::-moz-progress-bar {
    background-color: #0057b7; }
.progress.is-strata::-ms-fill {
    background-color: #0057b7; }
.progress.is-strata:indeterminate {
    background-image: linear-gradient(to right, #0057b7 30%, #ededed 30%); }
.progress:indeterminate {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: moveIndeterminate;
    animation-timing-function: linear;
    background-color: #ededed;
    background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150% 150%; }
.progress:indeterminate::-webkit-progress-bar {
      background-color: transparent; }
.progress:indeterminate::-moz-progress-bar {
      background-color: transparent; }
.progress:indeterminate::-ms-fill {
      animation-name: none; }
.progress.is-small {
    height: 0.75rem; }
.progress.is-medium {
    height: 1.25rem; }
.progress.is-large {
    height: 1.5rem; }
@keyframes moveIndeterminate {
  from {
    background-position: 200% 0; }
  to {
    background-position: -200% 0; } }
.table {
  background-color: #FFFFFF;
  color: #212529; }
.table td,
  .table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.75rem;
    vertical-align: top; }
.table td.is-white,
    .table th.is-white {
      background-color: #FFFFFF;
      border-color: #FFFFFF;
      color: #000000; }
.table td.is-black,
    .table th.is-black {
      background-color: #000000;
      border-color: #000000;
      color: #FFFFFF; }
.table td.is-light,
    .table th.is-light {
      background-color: #f8f9fa;
      border-color: #f8f9fa;
      color: rgba(0, 0, 0, 0.7); }
.table td.is-dark,
    .table th.is-dark {
      background-color: #343a40;
      border-color: #343a40;
      color: #fff; }
.table td.is-primary,
    .table th.is-primary {
      background-color: #403A60;
      border-color: #403A60;
      color: #fff; }
.table td.is-info,
    .table th.is-info {
      background-color: #cbf6ff;
      border-color: #cbf6ff;
      color: rgba(0, 0, 0, 0.7); }
.table td.is-success,
    .table th.is-success {
      background-color: #28a745;
      border-color: #28a745;
      color: #fff; }
.table td.is-warning,
    .table th.is-warning {
      background-color: #ffc107;
      border-color: #ffc107;
      color: rgba(0, 0, 0, 0.7); }
.table td.is-danger,
    .table th.is-danger {
      background-color: #dc3545;
      border-color: #dc3545;
      color: #fff; }
.table td.is-inbox,
    .table th.is-inbox {
      background-color: #4c92b1;
      border-color: #4c92b1;
      color: #fff; }
.table td.is-projects,
    .table th.is-projects {
      background-color: #403A60;
      border-color: #403A60;
      color: #fff; }
.table td.is-reports,
    .table th.is-reports {
      background-color: #DC582A;
      border-color: #DC582A;
      color: #fff; }
.table td.is-templates,
    .table th.is-templates {
      background-color: #9EA2A2;
      border-color: #9EA2A2;
      color: #fff; }
.table td.is-strata,
    .table th.is-strata {
      background-color: #0057b7;
      border-color: #0057b7;
      color: #fff; }
.table td.is-narrow,
    .table th.is-narrow {
      white-space: nowrap;
      width: 1%; }
.table td.is-selected,
    .table th.is-selected {
      background-color: #403A60;
      color: #fff; }
.table td.is-selected a,
      .table td.is-selected strong,
      .table th.is-selected a,
      .table th.is-selected strong {
        color: currentColor; }
.table td.is-vcentered,
    .table th.is-vcentered {
      vertical-align: middle; }
.table th {
    color: #363636; }
.table th:not([align]) {
      text-align: inherit; }
.table tr.is-selected {
    background-color: #403A60;
    color: #fff; }
.table tr.is-selected a,
    .table tr.is-selected strong {
      color: currentColor; }
.table tr.is-selected td,
    .table tr.is-selected th {
      border-color: #fff;
      color: currentColor; }
.table thead {
    background-color: transparent; }
.table thead td,
    .table thead th {
      border-width: 0 0 2px;
      color: #363636; }
.table tfoot {
    background-color: transparent; }
.table tfoot td,
    .table tfoot th {
      border-width: 2px 0 0;
      color: #363636; }
.table tbody {
    background-color: transparent; }
.table tbody tr:last-child td,
    .table tbody tr:last-child th {
      border-bottom-width: 0; }
.table.is-bordered td,
  .table.is-bordered th {
    border-width: 1px; }
.table.is-bordered tr:last-child td,
  .table.is-bordered tr:last-child th {
    border-bottom-width: 1px; }
.table.is-fullwidth {
    width: 100%; }
.table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
      background-color: whitesmoke; }
.table.is-narrow td,
  .table.is-narrow th {
    padding: 0.25em 0.5em; }
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa; }
.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%; }
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
.tags .tag {
    margin-bottom: 0.5rem; }
.tags .tag:not(:last-child) {
      margin-right: 0.5rem; }
.tags:last-child {
    margin-bottom: -0.5rem; }
.tags:not(:last-child) {
    margin-bottom: 1rem; }
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
    font-size: 1rem; }
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
    font-size: 1.25rem; }
.tags.is-centered {
    justify-content: center; }
.tags.is-centered .tag {
      margin-right: 0.25rem;
      margin-left: 0.25rem; }
.tags.is-right {
    justify-content: flex-end; }
.tags.is-right .tag:not(:first-child) {
      margin-left: 0.5rem; }
.tags.is-right .tag:not(:last-child) {
      margin-right: 0; }
.tags.has-addons .tag {
    margin-right: 0; }
.tags.has-addons .tag:not(:first-child) {
      margin-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
.tags.has-addons .tag:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }
.tag:not(body) .delete {
    margin-left: 0.25rem;
    margin-right: -0.375rem; }
.tag:not(body).is-white {
    background-color: #FFFFFF;
    color: #000000; }
.tag:not(body).is-black {
    background-color: #000000;
    color: #FFFFFF; }
.tag:not(body).is-light {
    background-color: #f8f9fa;
    color: rgba(0, 0, 0, 0.7); }
.tag:not(body).is-dark {
    background-color: #343a40;
    color: #fff; }
.tag:not(body).is-primary {
    background-color: #403A60;
    color: #fff; }
.tag:not(body).is-info {
    background-color: #cbf6ff;
    color: rgba(0, 0, 0, 0.7); }
.tag:not(body).is-success {
    background-color: #28a745;
    color: #fff; }
.tag:not(body).is-warning {
    background-color: #ffc107;
    color: rgba(0, 0, 0, 0.7); }
.tag:not(body).is-danger {
    background-color: #dc3545;
    color: #fff; }
.tag:not(body).is-inbox {
    background-color: #4c92b1;
    color: #fff; }
.tag:not(body).is-projects {
    background-color: #403A60;
    color: #fff; }
.tag:not(body).is-reports {
    background-color: #DC582A;
    color: #fff; }
.tag:not(body).is-templates {
    background-color: #9EA2A2;
    color: #fff; }
.tag:not(body).is-strata {
    background-color: #0057b7;
    color: #fff; }
.tag:not(body).is-normal {
    font-size: 0.75rem; }
.tag:not(body).is-medium {
    font-size: 1rem; }
.tag:not(body).is-large {
    font-size: 1.25rem; }
.tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -0.375em;
    margin-right: 0.1875em; }
.tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: -0.375em; }
.tag:not(body) .icon:first-child:last-child {
    margin-left: -0.375em;
    margin-right: -0.375em; }
.tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em; }
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
      background-color: currentColor;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform-origin: center center; }
.tag:not(body).is-delete::before {
      height: 1px;
      width: 50%; }
.tag:not(body).is-delete::after {
      height: 50%;
      width: 1px; }
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
      background-color: #e8e8e8; }
.tag:not(body).is-delete:active {
      background-color: #dbdbdb; }
.tag:not(body).is-rounded {
    border-radius: 290486px; }
a.tag:hover {
  text-decoration: underline; }
.title,
.subtitle {
  word-break: break-word; }
.title em,
  .title span,
  .subtitle em,
  .subtitle span {
    font-weight: inherit; }
.title sub,
  .subtitle sub {
    font-size: 0.75em; }
.title sup,
  .subtitle sup {
    font-size: 0.75em; }
.title .tag,
  .subtitle .tag {
    vertical-align: middle; }
.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125; }
.title strong {
    color: inherit;
    font-weight: inherit; }
.title + .highlight {
    margin-top: -0.75rem; }
.title:not(.is-spaced) + .subtitle {
    margin-top: -1.25rem; }
.title.is-1 {
    font-size: 25 25%; }
.title.is-2 {
    font-size: 50 50%; }
.title.is-3 {
    font-size: 75 75%; }
.title.is-4 {
    font-size: 100 100%; }
.title.is-5 {
    font-size: auto auto; }
.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25; }
.subtitle strong {
    color: #363636;
    font-weight: 600; }
.subtitle:not(.is-spaced) + .title {
    margin-top: -1.25rem; }
.subtitle.is-1 {
    font-size: 25 25%; }
.subtitle.is-2 {
    font-size: 50 50%; }
.subtitle.is-3 {
    font-size: 75 75%; }
.subtitle.is-4 {
    font-size: 100 100%; }
.subtitle.is-5 {
    font-size: auto auto; }
.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase; }
.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0; }
.highlight pre {
    overflow: auto;
    max-width: 100%; }
.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top; }
/* Bulma Form */
.input, .textarea, .taginput .taginput-container.is-focusable, .select select {
  background-color: #FFFFFF;
  border-color: #ced4da;
  border-radius: 4px;
  color: #495057; }
.input::-moz-placeholder, .textarea::-moz-placeholder, .taginput .taginput-container.is-focusable::-moz-placeholder, .select select::-moz-placeholder {
    color: #6c757d; }
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .taginput .taginput-container.is-focusable::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
    color: #6c757d; }
.input:-moz-placeholder, .textarea:-moz-placeholder, .taginput .taginput-container.is-focusable:-moz-placeholder, .select select:-moz-placeholder {
    color: #6c757d; }
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .taginput .taginput-container.is-focusable:-ms-input-placeholder, .select select:-ms-input-placeholder {
    color: #6c757d; }
.input:hover, .textarea:hover, .taginput .taginput-container.is-focusable:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .taginput .is-hovered.taginput-container.is-focusable, .select select.is-hovered {
    border-color: #b5b5b5; }
.input:focus, .textarea:focus, .taginput .taginput-container.is-focusable:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .taginput .is-focused.taginput-container.is-focusable, .select select.is-focused, .input:active, .textarea:active, .taginput .taginput-container.is-focusable:active, .select select:active, .is-active.input, .is-active.textarea, .taginput .is-active.taginput-container.is-focusable, .select select.is-active {
    border-color: #7971a9;
    box-shadow: 0 0 0 0.125em rgba(0, 123, 255, 0.25); }
.input[disabled], .textarea[disabled], .taginput .taginput-container.is-focusable[disabled], .select select[disabled],
  fieldset[disabled] .input,
  fieldset[disabled] .textarea,
  fieldset[disabled] .taginput .taginput-container.is-focusable,
  .taginput fieldset[disabled] .taginput-container.is-focusable,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #7a7a7a; }
.input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .taginput .taginput-container.is-focusable[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder,
    fieldset[disabled] .input::-moz-placeholder,
    fieldset[disabled] .textarea::-moz-placeholder,
    fieldset[disabled] .taginput .taginput-container.is-focusable::-moz-placeholder,
    .taginput fieldset[disabled] .taginput-container.is-focusable::-moz-placeholder,
    fieldset[disabled] .select select::-moz-placeholder,
    .select fieldset[disabled] select::-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
.input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .taginput .taginput-container.is-focusable[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder,
    fieldset[disabled] .input::-webkit-input-placeholder,
    fieldset[disabled] .textarea::-webkit-input-placeholder,
    fieldset[disabled] .taginput .taginput-container.is-focusable::-webkit-input-placeholder,
    .taginput fieldset[disabled] .taginput-container.is-focusable::-webkit-input-placeholder,
    fieldset[disabled] .select select::-webkit-input-placeholder,
    .select fieldset[disabled] select::-webkit-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
.input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .taginput .taginput-container.is-focusable[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder,
    fieldset[disabled] .input:-moz-placeholder,
    fieldset[disabled] .textarea:-moz-placeholder,
    fieldset[disabled] .taginput .taginput-container.is-focusable:-moz-placeholder,
    .taginput fieldset[disabled] .taginput-container.is-focusable:-moz-placeholder,
    fieldset[disabled] .select select:-moz-placeholder,
    .select fieldset[disabled] select:-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
.input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .taginput .taginput-container.is-focusable[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder,
    fieldset[disabled] .input:-ms-input-placeholder,
    fieldset[disabled] .textarea:-ms-input-placeholder,
    fieldset[disabled] .taginput .taginput-container.is-focusable:-ms-input-placeholder,
    .taginput fieldset[disabled] .taginput-container.is-focusable:-ms-input-placeholder,
    fieldset[disabled] .select select:-ms-input-placeholder,
    .select fieldset[disabled] select:-ms-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
.input, .textarea, .taginput .taginput-container.is-focusable {
  box-shadow: inset 0 0.0625em 0.125em rgba(0, 0, 0, 0.05);
  max-width: 100%;
  width: 100%; }
.input[readonly], .textarea[readonly], .taginput .taginput-container.is-focusable[readonly] {
    box-shadow: none; }
.is-white.input, .is-white.textarea, .taginput .is-white.taginput-container.is-focusable {
    border-color: #FFFFFF; }
.is-white.input:focus, .is-white.textarea:focus, .taginput .is-white.taginput-container.is-focusable:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .taginput .is-white.is-focused.taginput-container.is-focusable, .is-white.input:active, .is-white.textarea:active, .taginput .is-white.taginput-container.is-focusable:active, .is-white.is-active.input, .is-white.is-active.textarea, .taginput .is-white.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
.is-black.input, .is-black.textarea, .taginput .is-black.taginput-container.is-focusable {
    border-color: #000000; }
.is-black.input:focus, .is-black.textarea:focus, .taginput .is-black.taginput-container.is-focusable:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .taginput .is-black.is-focused.taginput-container.is-focusable, .is-black.input:active, .is-black.textarea:active, .taginput .is-black.taginput-container.is-focusable:active, .is-black.is-active.input, .is-black.is-active.textarea, .taginput .is-black.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
.is-light.input, .is-light.textarea, .taginput .is-light.taginput-container.is-focusable {
    border-color: #f8f9fa; }
.is-light.input:focus, .is-light.textarea:focus, .taginput .is-light.taginput-container.is-focusable:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .taginput .is-light.is-focused.taginput-container.is-focusable, .is-light.input:active, .is-light.textarea:active, .taginput .is-light.taginput-container.is-focusable:active, .is-light.is-active.input, .is-light.is-active.textarea, .taginput .is-light.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(248, 249, 250, 0.25); }
.is-dark.input, .is-dark.textarea, .taginput .is-dark.taginput-container.is-focusable {
    border-color: #343a40; }
.is-dark.input:focus, .is-dark.textarea:focus, .taginput .is-dark.taginput-container.is-focusable:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .taginput .is-dark.is-focused.taginput-container.is-focusable, .is-dark.input:active, .is-dark.textarea:active, .taginput .is-dark.taginput-container.is-focusable:active, .is-dark.is-active.input, .is-dark.is-active.textarea, .taginput .is-dark.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(52, 58, 64, 0.25); }
.is-primary.input, .is-primary.textarea, .taginput .is-primary.taginput-container.is-focusable {
    border-color: #403A60; }
.is-primary.input:focus, .is-primary.textarea:focus, .taginput .is-primary.taginput-container.is-focusable:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .taginput .is-primary.is-focused.taginput-container.is-focusable, .is-primary.input:active, .is-primary.textarea:active, .taginput .is-primary.taginput-container.is-focusable:active, .is-primary.is-active.input, .is-primary.is-active.textarea, .taginput .is-primary.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(64, 58, 96, 0.25); }
.is-info.input, .is-info.textarea, .taginput .is-info.taginput-container.is-focusable {
    border-color: #cbf6ff; }
.is-info.input:focus, .is-info.textarea:focus, .taginput .is-info.taginput-container.is-focusable:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .taginput .is-info.is-focused.taginput-container.is-focusable, .is-info.input:active, .is-info.textarea:active, .taginput .is-info.taginput-container.is-focusable:active, .is-info.is-active.input, .is-info.is-active.textarea, .taginput .is-info.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(203, 246, 255, 0.25); }
.is-success.input, .is-success.textarea, .taginput .is-success.taginput-container.is-focusable {
    border-color: #28a745; }
.is-success.input:focus, .is-success.textarea:focus, .taginput .is-success.taginput-container.is-focusable:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .taginput .is-success.is-focused.taginput-container.is-focusable, .is-success.input:active, .is-success.textarea:active, .taginput .is-success.taginput-container.is-focusable:active, .is-success.is-active.input, .is-success.is-active.textarea, .taginput .is-success.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(40, 167, 69, 0.25); }
.is-warning.input, .is-warning.textarea, .taginput .is-warning.taginput-container.is-focusable {
    border-color: #ffc107; }
.is-warning.input:focus, .is-warning.textarea:focus, .taginput .is-warning.taginput-container.is-focusable:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .taginput .is-warning.is-focused.taginput-container.is-focusable, .is-warning.input:active, .is-warning.textarea:active, .taginput .is-warning.taginput-container.is-focusable:active, .is-warning.is-active.input, .is-warning.is-active.textarea, .taginput .is-warning.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(255, 193, 7, 0.25); }
.is-danger.input, .is-danger.textarea, .taginput .is-danger.taginput-container.is-focusable {
    border-color: #dc3545; }
.is-danger.input:focus, .is-danger.textarea:focus, .taginput .is-danger.taginput-container.is-focusable:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .taginput .is-danger.is-focused.taginput-container.is-focusable, .is-danger.input:active, .is-danger.textarea:active, .taginput .is-danger.taginput-container.is-focusable:active, .is-danger.is-active.input, .is-danger.is-active.textarea, .taginput .is-danger.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(220, 53, 69, 0.25); }
.is-inbox.input, .is-inbox.textarea, .taginput .is-inbox.taginput-container.is-focusable {
    border-color: #4c92b1; }
.is-inbox.input:focus, .is-inbox.textarea:focus, .taginput .is-inbox.taginput-container.is-focusable:focus, .is-inbox.is-focused.input, .is-inbox.is-focused.textarea, .taginput .is-inbox.is-focused.taginput-container.is-focusable, .is-inbox.input:active, .is-inbox.textarea:active, .taginput .is-inbox.taginput-container.is-focusable:active, .is-inbox.is-active.input, .is-inbox.is-active.textarea, .taginput .is-inbox.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(76, 146, 177, 0.25); }
.is-projects.input, .is-projects.textarea, .taginput .is-projects.taginput-container.is-focusable {
    border-color: #403A60; }
.is-projects.input:focus, .is-projects.textarea:focus, .taginput .is-projects.taginput-container.is-focusable:focus, .is-projects.is-focused.input, .is-projects.is-focused.textarea, .taginput .is-projects.is-focused.taginput-container.is-focusable, .is-projects.input:active, .is-projects.textarea:active, .taginput .is-projects.taginput-container.is-focusable:active, .is-projects.is-active.input, .is-projects.is-active.textarea, .taginput .is-projects.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(64, 58, 96, 0.25); }
.is-reports.input, .is-reports.textarea, .taginput .is-reports.taginput-container.is-focusable {
    border-color: #DC582A; }
.is-reports.input:focus, .is-reports.textarea:focus, .taginput .is-reports.taginput-container.is-focusable:focus, .is-reports.is-focused.input, .is-reports.is-focused.textarea, .taginput .is-reports.is-focused.taginput-container.is-focusable, .is-reports.input:active, .is-reports.textarea:active, .taginput .is-reports.taginput-container.is-focusable:active, .is-reports.is-active.input, .is-reports.is-active.textarea, .taginput .is-reports.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(220, 88, 42, 0.25); }
.is-templates.input, .is-templates.textarea, .taginput .is-templates.taginput-container.is-focusable {
    border-color: #9EA2A2; }
.is-templates.input:focus, .is-templates.textarea:focus, .taginput .is-templates.taginput-container.is-focusable:focus, .is-templates.is-focused.input, .is-templates.is-focused.textarea, .taginput .is-templates.is-focused.taginput-container.is-focusable, .is-templates.input:active, .is-templates.textarea:active, .taginput .is-templates.taginput-container.is-focusable:active, .is-templates.is-active.input, .is-templates.is-active.textarea, .taginput .is-templates.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(158, 162, 162, 0.25); }
.is-strata.input, .is-strata.textarea, .taginput .is-strata.taginput-container.is-focusable {
    border-color: #0057b7; }
.is-strata.input:focus, .is-strata.textarea:focus, .taginput .is-strata.taginput-container.is-focusable:focus, .is-strata.is-focused.input, .is-strata.is-focused.textarea, .taginput .is-strata.is-focused.taginput-container.is-focusable, .is-strata.input:active, .is-strata.textarea:active, .taginput .is-strata.taginput-container.is-focusable:active, .is-strata.is-active.input, .is-strata.is-active.textarea, .taginput .is-strata.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(0, 87, 183, 0.25); }
.is-small.input, .is-small.textarea, .taginput .is-small.taginput-container.is-focusable {
    border-radius: 2px;
    font-size: 0.75rem; }
.is-medium.input, .is-medium.textarea, .taginput .is-medium.taginput-container.is-focusable {
    font-size: 1.25rem; }
.is-large.input, .is-large.textarea, .taginput .is-large.taginput-container.is-focusable {
    font-size: 1.5rem; }
.is-fullwidth.input, .is-fullwidth.textarea, .taginput .is-fullwidth.taginput-container.is-focusable {
    display: block;
    width: 100%; }
.is-inline.input, .is-inline.textarea, .taginput .is-inline.taginput-container.is-focusable {
    display: inline;
    width: auto; }
.input.is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em); }
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical; }
.textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em; }
.textarea[rows] {
    height: auto;
    height: initial; }
.textarea.has-fixed-size {
    resize: none; }
.checkbox, .radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }
.checkbox input, .radio input {
    cursor: pointer; }
.checkbox:hover, .radio:hover {
    color: #363636; }
.checkbox[disabled], .radio[disabled],
  fieldset[disabled] .checkbox,
  fieldset[disabled] .radio,
  .checkbox input[disabled],
  .radio input[disabled] {
    color: #7a7a7a;
    cursor: not-allowed; }
.radio + .radio {
  margin-left: 0.5em; }
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
.select:not(.is-multiple) {
    height: calc(1.5em + 0.75rem + 2px); }
.select:not(.is-multiple):not(.is-loading)::after {
    border-color: #007bff;
    right: 1.125em;
    z-index: 4; }
.select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em; }
.select select {
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
.select select::-ms-expand {
      display: none; }
.select select[disabled]:hover,
    fieldset[disabled] .select select:hover {
      border-color: whitesmoke; }
.select select:not([multiple]) {
      padding-right: 2.5em; }
.select select[multiple] {
      height: auto;
      padding: 0; }
.select select[multiple] option {
        padding: 0.5em 1em; }
.select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636; }
.select.is-white:not(:hover)::after {
    border-color: #FFFFFF; }
.select.is-white select {
    border-color: #FFFFFF; }
.select.is-white select:hover, .select.is-white select.is-hovered {
      border-color: #f2f2f2; }
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
.select.is-black:not(:hover)::after {
    border-color: #000000; }
.select.is-black select {
    border-color: #000000; }
.select.is-black select:hover, .select.is-black select.is-hovered {
      border-color: black; }
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
      box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
.select.is-light:not(:hover)::after {
    border-color: #f8f9fa; }
.select.is-light select {
    border-color: #f8f9fa; }
.select.is-light select:hover, .select.is-light select.is-hovered {
      border-color: #e9ecef; }
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
      box-shadow: 0 0 0 0.125em rgba(248, 249, 250, 0.25); }
.select.is-dark:not(:hover)::after {
    border-color: #343a40; }
.select.is-dark select {
    border-color: #343a40; }
.select.is-dark select:hover, .select.is-dark select.is-hovered {
      border-color: #292d32; }
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
      box-shadow: 0 0 0 0.125em rgba(52, 58, 64, 0.25); }
.select.is-primary:not(:hover)::after {
    border-color: #403A60; }
.select.is-primary select {
    border-color: #403A60; }
.select.is-primary select:hover, .select.is-primary select.is-hovered {
      border-color: #353050; }
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
      box-shadow: 0 0 0 0.125em rgba(64, 58, 96, 0.25); }
.select.is-info:not(:hover)::after {
    border-color: #cbf6ff; }
.select.is-info select {
    border-color: #cbf6ff; }
.select.is-info select:hover, .select.is-info select.is-hovered {
      border-color: #b2f2ff; }
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
      box-shadow: 0 0 0 0.125em rgba(203, 246, 255, 0.25); }
.select.is-success:not(:hover)::after {
    border-color: #28a745; }
.select.is-success select {
    border-color: #28a745; }
.select.is-success select:hover, .select.is-success select.is-hovered {
      border-color: #23923d; }
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
      box-shadow: 0 0 0 0.125em rgba(40, 167, 69, 0.25); }
.select.is-warning:not(:hover)::after {
    border-color: #ffc107; }
.select.is-warning select {
    border-color: #ffc107; }
.select.is-warning select:hover, .select.is-warning select.is-hovered {
      border-color: #edb100; }
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 193, 7, 0.25); }
.select.is-danger:not(:hover)::after {
    border-color: #dc3545; }
.select.is-danger select {
    border-color: #dc3545; }
.select.is-danger select:hover, .select.is-danger select.is-hovered {
      border-color: #d32535; }
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
      box-shadow: 0 0 0 0.125em rgba(220, 53, 69, 0.25); }
.select.is-inbox:not(:hover)::after {
    border-color: #4c92b1; }
.select.is-inbox select {
    border-color: #4c92b1; }
.select.is-inbox select:hover, .select.is-inbox select.is-hovered {
      border-color: #44839f; }
.select.is-inbox select:focus, .select.is-inbox select.is-focused, .select.is-inbox select:active, .select.is-inbox select.is-active {
      box-shadow: 0 0 0 0.125em rgba(76, 146, 177, 0.25); }
.select.is-projects:not(:hover)::after {
    border-color: #403A60; }
.select.is-projects select {
    border-color: #403A60; }
.select.is-projects select:hover, .select.is-projects select.is-hovered {
      border-color: #353050; }
.select.is-projects select:focus, .select.is-projects select.is-focused, .select.is-projects select:active, .select.is-projects select.is-active {
      box-shadow: 0 0 0 0.125em rgba(64, 58, 96, 0.25); }
.select.is-reports:not(:hover)::after {
    border-color: #DC582A; }
.select.is-reports select {
    border-color: #DC582A; }
.select.is-reports select:hover, .select.is-reports select.is-hovered {
      border-color: #cb4d21; }
.select.is-reports select:focus, .select.is-reports select.is-focused, .select.is-reports select:active, .select.is-reports select.is-active {
      box-shadow: 0 0 0 0.125em rgba(220, 88, 42, 0.25); }
.select.is-templates:not(:hover)::after {
    border-color: #9EA2A2; }
.select.is-templates select {
    border-color: #9EA2A2; }
.select.is-templates select:hover, .select.is-templates select.is-hovered {
      border-color: #919696; }
.select.is-templates select:focus, .select.is-templates select.is-focused, .select.is-templates select:active, .select.is-templates select.is-active {
      box-shadow: 0 0 0 0.125em rgba(158, 162, 162, 0.25); }
.select.is-strata:not(:hover)::after {
    border-color: #0057b7; }
.select.is-strata select {
    border-color: #0057b7; }
.select.is-strata select:hover, .select.is-strata select.is-hovered {
      border-color: #004b9e; }
.select.is-strata select:focus, .select.is-strata select.is-focused, .select.is-strata select:active, .select.is-strata select.is-active {
      box-shadow: 0 0 0 0.125em rgba(0, 87, 183, 0.25); }
.select.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
.select.is-medium {
    font-size: 1.25rem; }
.select.is-large {
    font-size: 1.5rem; }
.select.is-disabled::after {
    border-color: #7a7a7a; }
.select.is-fullwidth {
    width: 100%; }
.select.is-fullwidth select {
      width: 100%; }
.select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    transform: none; }
.select.is-loading.is-small:after {
    font-size: 0.75rem; }
.select.is-loading.is-medium:after {
    font-size: 1.25rem; }
.select.is-loading.is-large:after {
    font-size: 1.5rem; }
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative; }
.file.is-white .file-cta {
    background-color: #FFFFFF;
    border-color: transparent;
    color: #000000; }
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #000000; }
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    color: #000000; }
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #000000; }
.file.is-black .file-cta {
    background-color: #000000;
    border-color: transparent;
    color: #FFFFFF; }
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
    background-color: black;
    border-color: transparent;
    color: #FFFFFF; }
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
    color: #FFFFFF; }
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
    background-color: black;
    border-color: transparent;
    color: #FFFFFF; }
.file.is-light .file-cta {
    background-color: #f8f9fa;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #f1f3f5;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(248, 249, 250, 0.25);
    color: rgba(0, 0, 0, 0.7); }
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
    background-color: #e9ecef;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-dark .file-cta {
    background-color: #343a40;
    border-color: transparent;
    color: #fff; }
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #2e3439;
    border-color: transparent;
    color: #fff; }
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(52, 58, 64, 0.25);
    color: #fff; }
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
    background-color: #292d32;
    border-color: transparent;
    color: #fff; }
.file.is-primary .file-cta {
    background-color: #403A60;
    border-color: transparent;
    color: #fff; }
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #3b3558;
    border-color: transparent;
    color: #fff; }
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(64, 58, 96, 0.25);
    color: #fff; }
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
    background-color: #353050;
    border-color: transparent;
    color: #fff; }
.file.is-info .file-cta {
    background-color: #cbf6ff;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
    background-color: #bef4ff;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(203, 246, 255, 0.25);
    color: rgba(0, 0, 0, 0.7); }
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
    background-color: #b2f2ff;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-success .file-cta {
    background-color: #28a745;
    border-color: transparent;
    color: #fff; }
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #269d41;
    border-color: transparent;
    color: #fff; }
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(40, 167, 69, 0.25);
    color: #fff; }
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
    background-color: #23923d;
    border-color: transparent;
    color: #fff; }
.file.is-warning .file-cta {
    background-color: #ffc107;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
    background-color: #f9bb00;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 193, 7, 0.25);
    color: rgba(0, 0, 0, 0.7); }
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
    background-color: #edb100;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-danger .file-cta {
    background-color: #dc3545;
    border-color: transparent;
    color: #fff; }
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
    background-color: #da2a3b;
    border-color: transparent;
    color: #fff; }
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(220, 53, 69, 0.25);
    color: #fff; }
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
    background-color: #d32535;
    border-color: transparent;
    color: #fff; }
.file.is-inbox .file-cta {
    background-color: #4c92b1;
    border-color: transparent;
    color: #fff; }
.file.is-inbox:hover .file-cta, .file.is-inbox.is-hovered .file-cta {
    background-color: #488ba8;
    border-color: transparent;
    color: #fff; }
.file.is-inbox:focus .file-cta, .file.is-inbox.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(76, 146, 177, 0.25);
    color: #fff; }
.file.is-inbox:active .file-cta, .file.is-inbox.is-active .file-cta {
    background-color: #44839f;
    border-color: transparent;
    color: #fff; }
.file.is-projects .file-cta {
    background-color: #403A60;
    border-color: transparent;
    color: #fff; }
.file.is-projects:hover .file-cta, .file.is-projects.is-hovered .file-cta {
    background-color: #3b3558;
    border-color: transparent;
    color: #fff; }
.file.is-projects:focus .file-cta, .file.is-projects.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(64, 58, 96, 0.25);
    color: #fff; }
.file.is-projects:active .file-cta, .file.is-projects.is-active .file-cta {
    background-color: #353050;
    border-color: transparent;
    color: #fff; }
.file.is-reports .file-cta {
    background-color: #DC582A;
    border-color: transparent;
    color: #fff; }
.file.is-reports:hover .file-cta, .file.is-reports.is-hovered .file-cta {
    background-color: #d65123;
    border-color: transparent;
    color: #fff; }
.file.is-reports:focus .file-cta, .file.is-reports.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(220, 88, 42, 0.25);
    color: #fff; }
.file.is-reports:active .file-cta, .file.is-reports.is-active .file-cta {
    background-color: #cb4d21;
    border-color: transparent;
    color: #fff; }
.file.is-templates .file-cta {
    background-color: #9EA2A2;
    border-color: transparent;
    color: #fff; }
.file.is-templates:hover .file-cta, .file.is-templates.is-hovered .file-cta {
    background-color: #979c9c;
    border-color: transparent;
    color: #fff; }
.file.is-templates:focus .file-cta, .file.is-templates.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(158, 162, 162, 0.25);
    color: #fff; }
.file.is-templates:active .file-cta, .file.is-templates.is-active .file-cta {
    background-color: #919696;
    border-color: transparent;
    color: #fff; }
.file.is-strata .file-cta {
    background-color: #0057b7;
    border-color: transparent;
    color: #fff; }
.file.is-strata:hover .file-cta, .file.is-strata.is-hovered .file-cta {
    background-color: #0051aa;
    border-color: transparent;
    color: #fff; }
.file.is-strata:focus .file-cta, .file.is-strata.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(0, 87, 183, 0.25);
    color: #fff; }
.file.is-strata:active .file-cta, .file.is-strata.is-active .file-cta {
    background-color: #004b9e;
    border-color: transparent;
    color: #fff; }
.file.is-small {
    font-size: 0.75rem; }
.file.is-medium {
    font-size: 1.25rem; }
.file.is-medium .file-icon .fa {
      font-size: 21px; }
.file.is-large {
    font-size: 1.5rem; }
.file.is-large .file-icon .fa {
      font-size: 28px; }
.file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
.file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
.file.has-name.is-empty .file-cta {
    border-radius: 4px; }
.file.has-name.is-empty .file-name {
    display: none; }
.file.is-boxed .file-label {
    flex-direction: column; }
.file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em; }
.file.is-boxed .file-name {
    border-width: 0 1px 1px; }
.file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em; }
.file.is-boxed .file-icon .fa {
      font-size: 21px; }
.file.is-boxed.is-small .file-icon .fa {
    font-size: 14px; }
.file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px; }
.file.is-boxed.is-large .file-icon .fa {
    font-size: 35px; }
.file.is-boxed.has-name .file-cta {
    border-radius: 4px 4px 0 0; }
.file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px; }
.file.is-centered {
    justify-content: center; }
.file.is-fullwidth .file-label {
    width: 100%; }
.file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none; }
.file.is-right {
    justify-content: flex-end; }
.file.is-right .file-cta {
      border-radius: 0 4px 4px 0; }
.file.is-right .file-name {
      border-radius: 4px 0 0 4px;
      border-width: 1px 0 1px 1px;
      order: -1; }
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative; }
.file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #363636; }
.file-label:hover .file-name {
    border-color: #d5d5d5; }
.file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636; }
.file-label:active .file-name {
    border-color: #cfcfcf; }
.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%; }
.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }
.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a; }
.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis; }
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em; }
.file-icon .fa {
    font-size: 14px; }
.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700; }
.label:not(:last-child) {
    margin-bottom: 0.5em; }
.label.is-small {
    font-size: 0.75rem; }
.label.is-medium {
    font-size: 1.25rem; }
.label.is-large {
    font-size: 1.5rem; }
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem; }
.help.is-white {
    color: #FFFFFF; }
.help.is-black {
    color: #000000; }
.help.is-light {
    color: #f8f9fa; }
.help.is-dark {
    color: #343a40; }
.help.is-primary {
    color: #403A60; }
.help.is-info {
    color: #cbf6ff; }
.help.is-success {
    color: #28a745; }
.help.is-warning {
    color: #ffc107; }
.help.is-danger {
    color: #dc3545; }
.help.is-inbox {
    color: #4c92b1; }
.help.is-projects {
    color: #403A60; }
.help.is-reports {
    color: #DC582A; }
.help.is-templates {
    color: #9EA2A2; }
.help.is-strata {
    color: #0057b7; }
.field:not(:last-child) {
  margin-bottom: 0.75rem; }
.field.has-addons {
  display: flex;
  justify-content: flex-start; }
.field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
.field.has-addons .control:not(:first-child):not(:last-child) .button,
  .field.has-addons .control:not(:first-child):not(:last-child) .input,
  .field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0; }
.field.has-addons .control:first-child:not(:only-child) .button,
  .field.has-addons .control:first-child:not(:only-child) .input,
  .field.has-addons .control:first-child:not(:only-child) .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
.field.has-addons .control:last-child:not(:only-child) .button,
  .field.has-addons .control:last-child:not(:only-child) .input,
  .field.has-addons .control:last-child:not(:only-child) .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
  .field.has-addons .control .input:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]).is-hovered,
  .field.has-addons .control .select select:not([disabled]):hover,
  .field.has-addons .control .select select:not([disabled]).is-hovered {
    z-index: 2; }
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
  .field.has-addons .control .input:not([disabled]):focus,
  .field.has-addons .control .input:not([disabled]).is-focused,
  .field.has-addons .control .input:not([disabled]):active,
  .field.has-addons .control .input:not([disabled]).is-active,
  .field.has-addons .control .select select:not([disabled]):focus,
  .field.has-addons .control .select select:not([disabled]).is-focused,
  .field.has-addons .control .select select:not([disabled]):active,
  .field.has-addons .control .select select:not([disabled]).is-active {
    z-index: 3; }
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
    .field.has-addons .control .input:not([disabled]):focus:hover,
    .field.has-addons .control .input:not([disabled]).is-focused:hover,
    .field.has-addons .control .input:not([disabled]):active:hover,
    .field.has-addons .control .input:not([disabled]).is-active:hover,
    .field.has-addons .control .select select:not([disabled]):focus:hover,
    .field.has-addons .control .select select:not([disabled]).is-focused:hover,
    .field.has-addons .control .select select:not([disabled]):active:hover,
    .field.has-addons .control .select select:not([disabled]).is-active:hover {
      z-index: 4; }
.field.has-addons .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
.field.has-addons.has-addons-centered {
    justify-content: center; }
.field.has-addons.has-addons-right {
    justify-content: flex-end; }
.field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0; }
.field.is-grouped {
  display: flex;
  justify-content: flex-start; }
.field.is-grouped > .control {
    flex-shrink: 0; }
.field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
.field.is-grouped > .control.is-expanded {
      flex-grow: 1;
      flex-shrink: 1; }
.field.is-grouped.is-grouped-centered {
    justify-content: center; }
.field.is-grouped.is-grouped-right {
    justify-content: flex-end; }
.field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap; }
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: 0.75rem; }
.field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -0.75rem; }
.field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex; } }
.field-label .label {
  font-size: inherit; }
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem; } }
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right; }
    .field-label.is-small {
      font-size: 0.75rem;
      padding-top: 0.375em; }
    .field-label.is-normal {
      padding-top: 0.375em; }
    .field-label.is-medium {
      font-size: 1.25rem;
      padding-top: 0.375em; }
    .field-label.is-large {
      font-size: 1.5rem;
      padding-top: 0.375em; } }
.field-body .field .field {
  margin-bottom: 0; }
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      flex-shrink: 1; }
      .field-body > .field:not(.is-narrow) {
        flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: 0.75rem; } }
.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit; }
.control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #4a4a4a; }
.control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.75rem; }
.control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem; }
.control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem; }
.control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: calc(1.5em + 0.75rem + 2px);
    pointer-events: none;
    position: absolute;
    top: 0;
    width: calc(1.5em + 0.75rem + 2px);
    z-index: 4; }
.control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: calc(1.5em + 0.75rem + 2px); }
.control.has-icons-left .icon.is-left {
    left: 0; }
.control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: calc(1.5em + 0.75rem + 2px); }
.control.has-icons-right .icon.is-right {
    right: 0; }
.control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
.control.is-loading.is-small:after {
    font-size: 0.75rem; }
.control.is-loading.is-medium:after {
    font-size: 1.25rem; }
.control.is-loading.is-large:after {
    font-size: 1.5rem; }
.is-noscroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  bottom: 0; }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }
/**
 * Vue Transitions
 */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 150ms ease-out; }
.fade-enter,
.fade-leave-to {
  opacity: 0; }
.zoom-in-enter-active,
.zoom-in-leave-active {
  transition: opacity 150ms ease-out; }
.zoom-in-enter-active .animation-content,
  .zoom-in-enter-active .animation-content,
  .zoom-in-leave-active .animation-content,
  .zoom-in-leave-active .animation-content {
    transition: transform 150ms ease-out; }
.zoom-in-enter,
.zoom-in-leave-active {
  opacity: 0; }
.zoom-in-enter .animation-content,
  .zoom-in-enter .animation-content,
  .zoom-in-leave-active .animation-content,
  .zoom-in-leave-active .animation-content {
    transform: scale(0.95); }
.zoom-out-enter-active,
.zoom-out-leave-active {
  transition: opacity 150ms ease-out; }
.zoom-out-enter-active .animation-content,
  .zoom-out-enter-active .animation-content,
  .zoom-out-leave-active .animation-content,
  .zoom-out-leave-active .animation-content {
    transition: transform 150ms ease-out; }
.zoom-out-enter,
.zoom-out-leave-active {
  opacity: 0; }
.zoom-out-enter .animation-content,
  .zoom-out-enter .animation-content,
  .zoom-out-leave-active .animation-content,
  .zoom-out-leave-active .animation-content {
    transform: scale(1.05); }
.slide-next-enter-active,
.slide-next-leave-active,
.slide-prev-enter-active,
.slide-prev-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.slide-prev-leave-to, .slide-next-enter {
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  width: 100%; }
.slide-prev-enter, .slide-next-leave-to {
  transform: translate3d(100%, 0, 0);
  position: absolute;
  width: 100%; }
.slide-down-enter-active,
.slide-down-leave-active,
.slide-up-enter-active,
.slide-up-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.slide-up-leave-to, .slide-down-enter {
  transform: translate3d(0, -100%, 0);
  position: absolute;
  height: 100%; }
.slide-up-enter, .slide-down-leave-to {
  transform: translate3d(0, 100%, 0);
  position: absolute;
  height: 100%; }
.slide-enter-active {
  transition: 150ms ease-out; }
.slide-leave-active {
  transition: 150ms ease-out;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
.slide-enter-to, .slide-leave {
  max-height: 100px;
  overflow: hidden; }
.slide-enter, .slide-leave-to {
  overflow: hidden;
  max-height: 0; }
.autocomplete {
  position: relative; }
.autocomplete .dropdown-menu {
    display: block;
    min-width: 100%;
    max-width: 100%; }
.autocomplete .dropdown-menu.is-opened-top {
      top: auto;
      bottom: 100%; }
.autocomplete .dropdown-content {
    overflow: auto;
    max-height: 200px; }
.autocomplete .dropdown-item, .autocomplete .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .autocomplete a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.autocomplete .dropdown-item.is-hovered, .autocomplete .dropdown .dropdown-menu .has-link a.is-hovered, .dropdown .dropdown-menu .has-link .autocomplete a.is-hovered {
      background: #dee2e6;
      color: #DC582A; }
.autocomplete .dropdown-item.is-disabled, .autocomplete .dropdown .dropdown-menu .has-link a.is-disabled, .dropdown .dropdown-menu .has-link .autocomplete a.is-disabled {
      opacity: 0.5;
      cursor: not-allowed; }
.autocomplete.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
.autocomplete.is-medium {
    font-size: 1.25rem; }
.autocomplete.is-large {
    font-size: 1.5rem; }
.b-checkbox.checkbox {
  outline: none;
  display: inline-flex;
  align-items: center; }
.b-checkbox.checkbox:not(.button) {
    margin-right: 0.5em; }
.b-checkbox.checkbox:not(.button) + .checkbox:last-child {
      margin-right: 0; }
.b-checkbox.checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1; }
.b-checkbox.checkbox input[type=checkbox] + .check {
      width: 1.25em;
      height: 1.25em;
      flex-shrink: 0;
      border-radius: 4px;
      border: 2px solid #7a7a7a;
      transition: background 150ms ease-out;
      background: transparent; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check {
      background: #403A60 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
      border-color: #403A60; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-white {
        background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23000000' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #FFFFFF; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-black {
        background: #000000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23FFFFFF' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #000000; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-light {
        background: #f8f9fa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #f8f9fa; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-dark {
        background: #343a40 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #343a40; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-primary {
        background: #403A60 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #403A60; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-info {
        background: #cbf6ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #cbf6ff; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-success {
        background: #28a745 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #28a745; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-warning {
        background: #ffc107 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #ffc107; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-danger {
        background: #dc3545 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #dc3545; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-inbox {
        background: #4c92b1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #4c92b1; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-projects {
        background: #403A60 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #403A60; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-reports {
        background: #DC582A url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #DC582A; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-templates {
        background: #9EA2A2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #9EA2A2; }
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-strata {
        background: #0057b7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #0057b7; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check {
      background: #403A60 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
      border-color: #403A60; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-white {
        background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23000000' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #FFFFFF; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-black {
        background: #000000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23FFFFFF' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #000000; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-light {
        background: #f8f9fa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #f8f9fa; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-dark {
        background: #343a40 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #343a40; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-primary {
        background: #403A60 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #403A60; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-info {
        background: #cbf6ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #cbf6ff; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-success {
        background: #28a745 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #28a745; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-warning {
        background: #ffc107 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #ffc107; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-danger {
        background: #dc3545 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #dc3545; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-inbox {
        background: #4c92b1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #4c92b1; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-projects {
        background: #403A60 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #403A60; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-reports {
        background: #DC582A url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #DC582A; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-templates {
        background: #9EA2A2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #9EA2A2; }
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-strata {
        background: #0057b7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #0057b7; }
.b-checkbox.checkbox input[type=checkbox]:focus + .check {
      box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check {
      box-shadow: 0 0 0.5em rgba(64, 58, 96, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-white {
        box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-black {
        box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-light {
        box-shadow: 0 0 0.5em rgba(248, 249, 250, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-dark {
        box-shadow: 0 0 0.5em rgba(52, 58, 64, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-primary {
        box-shadow: 0 0 0.5em rgba(64, 58, 96, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-info {
        box-shadow: 0 0 0.5em rgba(203, 246, 255, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-success {
        box-shadow: 0 0 0.5em rgba(40, 167, 69, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-warning {
        box-shadow: 0 0 0.5em rgba(255, 193, 7, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-danger {
        box-shadow: 0 0 0.5em rgba(220, 53, 69, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-inbox {
        box-shadow: 0 0 0.5em rgba(76, 146, 177, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-projects {
        box-shadow: 0 0 0.5em rgba(64, 58, 96, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-reports {
        box-shadow: 0 0 0.5em rgba(220, 88, 42, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-templates {
        box-shadow: 0 0 0.5em rgba(158, 162, 162, 0.8); }
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-strata {
        box-shadow: 0 0 0.5em rgba(0, 87, 183, 0.8); }
.b-checkbox.checkbox .control-label {
    padding-left: calc(0.75em - 1px); }
.b-checkbox.checkbox.button {
    display: flex; }
.b-checkbox.checkbox[disabled] {
    opacity: 0.5; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check {
    border-color: #403A60; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-white {
      border-color: #FFFFFF; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-black {
      border-color: #000000; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-light {
      border-color: #f8f9fa; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-dark {
      border-color: #343a40; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-primary {
      border-color: #403A60; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-info {
      border-color: #cbf6ff; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-success {
      border-color: #28a745; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-warning {
      border-color: #ffc107; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-danger {
      border-color: #dc3545; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-inbox {
      border-color: #4c92b1; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-projects {
      border-color: #403A60; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-reports {
      border-color: #DC582A; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-templates {
      border-color: #9EA2A2; }
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-strata {
      border-color: #0057b7; }
.b-checkbox.checkbox.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
.b-checkbox.checkbox.is-medium {
    font-size: 1.25rem; }
.b-checkbox.checkbox.is-large {
    font-size: 1.5rem; }
.dropdown + .dropdown {
  margin-left: 0.5em; }
.dropdown .background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.86);
  z-index: 40;
  cursor: pointer; }
@media screen and (min-width: 1024px) {
    .dropdown .background {
      display: none; } }
.dropdown.dropdown-menu-animation .dropdown-menu {
  display: block; }
.dropdown .dropdown-menu .dropdown-item.is-disabled, .dropdown .dropdown-menu .has-link a.is-disabled {
  cursor: not-allowed; }
.dropdown .dropdown-menu .dropdown-item.is-disabled:hover, .dropdown .dropdown-menu .has-link a.is-disabled:hover {
    background: inherit;
    color: inherit; }
.dropdown .dropdown-menu .has-link a {
  padding-right: 3rem;
  white-space: nowrap; }
.dropdown.is-hoverable:not(.is-active) .dropdown-menu {
  display: none; }
.dropdown.is-hoverable:hover .dropdown-menu {
  display: inherit; }
.dropdown.is-expanded {
  width: 100%; }
.dropdown.is-expanded .dropdown-trigger {
    width: 100%; }
.dropdown.is-expanded .dropdown-menu {
    width: 100%; }
.dropdown.is-expanded.is-mobile-modal .dropdown-menu {
    max-width: 100%; }
.dropdown:not(.is-disabled) .dropdown-menu .dropdown-item.is-disabled, .dropdown:not(.is-disabled) .dropdown-menu .has-link a.is-disabled {
  opacity: 0.5; }
.dropdown .navbar-item {
  height: 100%; }
.dropdown.is-disabled {
  opacity: 0.5;
  cursor: not-allowed; }
.dropdown.is-disabled .dropdown-trigger {
    pointer-events: none; }
.dropdown.is-inline .dropdown-menu {
  position: static;
  display: inline-block;
  padding: 0; }
.dropdown.is-top-right .dropdown-menu {
  top: auto;
  bottom: 100%; }
.dropdown.is-top-left .dropdown-menu {
  top: auto;
  bottom: 100%;
  right: 0;
  left: auto; }
.dropdown.is-bottom-left .dropdown-menu {
  right: 0;
  left: auto; }
@media screen and (max-width: 1023px) {
  .dropdown.is-mobile-modal > .dropdown-menu {
    position: fixed !important;
    width: calc(100vw - 40px);
    max-width: 460px;
    max-height: calc(100vh - 120px);
    top: 25% !important;
    left: 50% !important;
    bottom: auto !important;
    right: auto !important;
    transform: translate3d(-50%, -25%, 0);
    white-space: normal;
    overflow-y: auto;
    z-index: 50 !important; }
    .dropdown.is-mobile-modal > .dropdown-menu > .dropdown-content > .dropdown-item, .dropdown .dropdown-menu .has-link .dropdown.is-mobile-modal > .dropdown-menu > .dropdown-content > a, .dropdown.is-mobile-modal > .dropdown-menu > .dropdown-content > .has-link a {
      padding: 1rem 1.5rem; } }
.field.is-grouped .field {
  flex-shrink: 0; }
.field.is-grouped .field:not(:last-child) {
    margin-right: 0.75rem; }
.field.is-grouped .field.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
.field.has-addons .control:first-child .control .button,
.field.has-addons .control:first-child .control .input,
.field.has-addons .control:first-child .control .select select {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }
.field.has-addons .control:last-child .control .button,
.field.has-addons .control:last-child .control .input,
.field.has-addons .control:last-child .control .select select {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }
.field.has-addons .control .control .button,
.field.has-addons .control .control .input,
.field.has-addons .control .control .select select {
  border-radius: 0; }
.field.has-addons .b-numberinput:not(:first-child) .control:first-child .button,
.field.has-addons .b-numberinput:not(:first-child) .control:first-child .input,
.field.has-addons .b-numberinput:not(:first-child) .control:first-child .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.field.has-addons .b-numberinput:not(:last-child) .control:last-child .button,
.field.has-addons .b-numberinput:not(:last-child) .control:last-child .input,
.field.has-addons .b-numberinput:not(:last-child) .control:last-child .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
.field.has-addons.b-numberinput .control {
  margin-right: unset; }
.field.is-floating-label, .field.is-floating-in-label {
  position: relative; }
.field.is-floating-label .label, .field.is-floating-in-label .label {
    position: absolute;
    left: 1em;
    font-size: calc(1rem * 3 / 4);
    background-color: transparent;
    z-index: 5;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 2em);
    overflow: hidden; }
.field.is-floating-label .label.is-small, .field.is-floating-in-label .label.is-small {
      font-size: calc(0.75rem * 3 / 4); }
.field.is-floating-label .label.is-medium, .field.is-floating-in-label .label.is-medium {
      font-size: calc(1.25rem * 3 / 4); }
.field.is-floating-label .label.is-large, .field.is-floating-in-label .label.is-large {
      font-size: calc(1.5rem * 3 / 4); }
.field.is-floating-label .taginput .counter, .field.is-floating-in-label .taginput .counter {
    float: none;
    text-align: right; }
.field.is-floating-label.has-addons > .label + .control .button,
  .field.is-floating-label.has-addons > .label + .control .input,
  .field.is-floating-label.has-addons > .label + .control .select select, .field.is-floating-in-label.has-addons > .label + .control .button,
  .field.is-floating-in-label.has-addons > .label + .control .input,
  .field.is-floating-in-label.has-addons > .label + .control .select select {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.field.is-floating-label .label {
  top: -0.775em;
  padding-left: 0.125em;
  padding-right: 0.125em; }
.field.is-floating-label .label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.775em;
    left: 0;
    right: 0;
    height: 0.375em;
    background-color: #FFFFFF;
    z-index: -1; }
.field.is-floating-label .input:focus,
.field.is-floating-label .textarea:focus,
.field.is-floating-label .select select:focus {
  box-shadow: none; }
.field.is-floating-label .taginput .taginput-container {
  padding-top: 0.475em; }
.field.is-floating-label .taginput .taginput-container.is-focused {
    box-shadow: none; }
.field.is-floating-in-label > .label {
  top: 0.25em; }
.field.is-floating-in-label > .label + .control.datepicker .input, .field.is-floating-in-label > .label + .control.timepicker .input {
    padding-top: calc(3.25em / 2 - (1.5rem * 3 / 4) / 2);
    padding-bottom: 1px;
    height: 3.25em; }
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .input,
  .field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .textarea,
  .field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) select {
    padding-top: calc(3.25em / 2 - (1.5rem * 3 / 4) / 2);
    padding-bottom: 1px;
    height: 3.25em; }
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple) {
    height: 3.25em; }
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple).is-loading::after {
      margin-top: calc(3.25em / 2 - (1.5rem * 3 / 4) / 2); }
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple)::after {
      margin-top: 1px; }
.field.is-floating-in-label > .label + .control.taginput .taginput-container {
    padding-top: calc(3.25em / 2 - (1.5rem * 3 / 4) / 2 + (0.275em - 1px)); }
.field.is-floating-in-label > .label + .control:not(.taginput) .is-left.icon,
  .field.is-floating-in-label > .label + .control:not(.taginput) .is-right.icon {
    height: 3.25em; }
.field.is-floating-in-label > .label + .control:not(.taginput) .is-left.icon {
    padding-top: calc(3.25em / 2 - (1.5rem * 3 / 4) / 2); }
.field.is-floating-in-label > .label + .control.is-loading::after {
    margin-top: calc(3.25em / 2 - (1.5rem * 3 / 4) / 2); }
.field.is-floating-in-label > .label + .field-body > .is-grouped .control .input,
  .field.is-floating-in-label > .label + .field-body > .is-grouped .control .textarea,
  .field.is-floating-in-label > .label + .field-body > .is-grouped .control select, .field.is-floating-in-label > .label + .field-body > .has-addons .control .input,
  .field.is-floating-in-label > .label + .field-body > .has-addons .control .textarea,
  .field.is-floating-in-label > .label + .field-body > .has-addons .control select {
    padding-top: calc(3.25em / 2 - (1.5rem * 3 / 4) / 2);
    padding-bottom: 1px; }
.field.is-floating-in-label > .label + .field-body > .is-grouped .control .input,
  .field.is-floating-in-label > .label + .field-body > .is-grouped .control .textarea,
  .field.is-floating-in-label > .label + .field-body > .is-grouped .control select,
  .field.is-floating-in-label > .label + .field-body > .is-grouped .control .button, .field.is-floating-in-label > .label + .field-body > .has-addons .control .input,
  .field.is-floating-in-label > .label + .field-body > .has-addons .control .textarea,
  .field.is-floating-in-label > .label + .field-body > .has-addons .control select,
  .field.is-floating-in-label > .label + .field-body > .has-addons .control .button {
    height: 3.25em; }
.field.is-floating-in-label.has-numberinput .b-numberinput .control .input,
.field.is-floating-in-label.has-numberinput .b-numberinput .control .button {
  height: 3.25em; }
.field.is-floating-label.has-numberinput .label, .field.is-floating-in-label.has-numberinput .label {
  margin-left: calc(1rem * 3); }
.field.is-floating-label.has-numberinput.has-numberinput-is-small .label, .field.is-floating-in-label.has-numberinput.has-numberinput-is-small .label {
  margin-left: calc(0.75rem * 3); }
.field.is-floating-label.has-numberinput.has-numberinput-is-medium .label, .field.is-floating-in-label.has-numberinput.has-numberinput-is-medium .label {
  margin-left: calc(1.25rem * 3); }
.field.is-floating-label.has-numberinput.has-numberinput-is-large .label, .field.is-floating-in-label.has-numberinput.has-numberinput-is-large .label {
  margin-left: calc(1.5rem * 3); }
.field.is-floating-label.has-numberinput-compact .label, .field.is-floating-in-label.has-numberinput-compact .label {
  margin-left: calc(1rem * 2.25); }
.field.is-floating-label.has-numberinput-compact.has-numberinput-is-small .label, .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-small .label {
  margin-left: calc(0.75rem * 2.25); }
.field.is-floating-label.has-numberinput-compact.has-numberinput-is-medium .label, .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-medium .label {
  margin-left: calc(1.25rem * 2.25); }
.field.is-floating-label.has-numberinput-compact.has-numberinput-is-large .label, .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-large .label {
  margin-left: calc(1.5rem * 2.25); }
.field.is-grouped-right.is-floating-in-label .label, .field.has-addons-right.is-floating-in-label .label {
  position: relative;
  left: calc(3.25em + 2em); }
.field.is-grouped-right.is-floating-label .label, .field.has-addons-right.is-floating-label .label {
  position: relative;
  left: calc(3.25em + 2em); }
.control .help.counter {
  float: right;
  margin-left: 0.5em; }
.control .icon.is-clickable {
  pointer-events: auto;
  cursor: pointer; }
.control.is-loading::after {
  top: calc(50% - (1em / 2));
  right: calc((2.5em / 2) - .5em); }
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: inherit; }
.icon svg {
    background-color: transparent;
    fill: currentColor;
    stroke-width: 0;
    stroke: currentColor;
    pointer-events: none;
    width: auto;
    height: auto; }
.b-numberinput.field {
  margin-bottom: 0; }
.b-numberinput.field.is-grouped div.control {
    flex-grow: 1;
    flex-shrink: 1; }
.b-numberinput.field.has-addons.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
.b-numberinput input[type=number]::-webkit-inner-spin-button,
.b-numberinput input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }
.b-numberinput input[type=number] {
  -moz-appearance: textfield; }
.b-numberinput input[type=number] {
  text-align: center; }
.b-numberinput .button.is-rounded {
  padding-left: 1em;
  padding-right: 1em; }
.b-radio.radio {
  outline: none;
  display: inline-flex;
  align-items: center; }
.b-radio.radio:not(.button) {
    margin-right: 0.5em; }
.b-radio.radio:not(.button) + .radio:last-child {
      margin-right: 0; }
.b-radio.radio + .radio {
    margin-left: 0; }
.b-radio.radio input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1; }
.b-radio.radio input[type=radio] + .check {
      display: flex;
      flex-shrink: 0;
      position: relative;
      cursor: pointer;
      width: 1.25em;
      height: 1.25em;
      transition: background 150ms ease-out;
      border-radius: 50%;
      border: 2px solid #7a7a7a; }
.b-radio.radio input[type=radio] + .check:before {
        content: "";
        display: flex;
        position: absolute;
        left: 50%;
        margin-left: calc(-1.25em/2);
        bottom: 50%;
        margin-bottom: calc(-1.25em/2);
        width: 1.25em;
        height: 1.25em;
        transition: transform 150ms ease-out;
        border-radius: 50%;
        transform: scale(0);
        background-color: #403A60; }
.b-radio.radio input[type=radio] + .check.is-white:before {
        background: #FFFFFF; }
.b-radio.radio input[type=radio] + .check.is-black:before {
        background: #000000; }
.b-radio.radio input[type=radio] + .check.is-light:before {
        background: #f8f9fa; }
.b-radio.radio input[type=radio] + .check.is-dark:before {
        background: #343a40; }
.b-radio.radio input[type=radio] + .check.is-primary:before {
        background: #403A60; }
.b-radio.radio input[type=radio] + .check.is-info:before {
        background: #cbf6ff; }
.b-radio.radio input[type=radio] + .check.is-success:before {
        background: #28a745; }
.b-radio.radio input[type=radio] + .check.is-warning:before {
        background: #ffc107; }
.b-radio.radio input[type=radio] + .check.is-danger:before {
        background: #dc3545; }
.b-radio.radio input[type=radio] + .check.is-inbox:before {
        background: #4c92b1; }
.b-radio.radio input[type=radio] + .check.is-projects:before {
        background: #403A60; }
.b-radio.radio input[type=radio] + .check.is-reports:before {
        background: #DC582A; }
.b-radio.radio input[type=radio] + .check.is-templates:before {
        background: #9EA2A2; }
.b-radio.radio input[type=radio] + .check.is-strata:before {
        background: #0057b7; }
.b-radio.radio input[type=radio]:checked + .check {
      border-color: #403A60; }
.b-radio.radio input[type=radio]:checked + .check.is-white {
        border-color: #FFFFFF; }
.b-radio.radio input[type=radio]:checked + .check.is-black {
        border-color: #000000; }
.b-radio.radio input[type=radio]:checked + .check.is-light {
        border-color: #f8f9fa; }
.b-radio.radio input[type=radio]:checked + .check.is-dark {
        border-color: #343a40; }
.b-radio.radio input[type=radio]:checked + .check.is-primary {
        border-color: #403A60; }
.b-radio.radio input[type=radio]:checked + .check.is-info {
        border-color: #cbf6ff; }
.b-radio.radio input[type=radio]:checked + .check.is-success {
        border-color: #28a745; }
.b-radio.radio input[type=radio]:checked + .check.is-warning {
        border-color: #ffc107; }
.b-radio.radio input[type=radio]:checked + .check.is-danger {
        border-color: #dc3545; }
.b-radio.radio input[type=radio]:checked + .check.is-inbox {
        border-color: #4c92b1; }
.b-radio.radio input[type=radio]:checked + .check.is-projects {
        border-color: #403A60; }
.b-radio.radio input[type=radio]:checked + .check.is-reports {
        border-color: #DC582A; }
.b-radio.radio input[type=radio]:checked + .check.is-templates {
        border-color: #9EA2A2; }
.b-radio.radio input[type=radio]:checked + .check.is-strata {
        border-color: #0057b7; }
.b-radio.radio input[type=radio]:checked + .check:before {
        transform: scale(0.5); }
.b-radio.radio input[type=radio]:focus + .check {
      box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check {
      box-shadow: 0 0 0.5em rgba(64, 58, 96, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check.is-white {
        box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check.is-black {
        box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check.is-light {
        box-shadow: 0 0 0.5em rgba(248, 249, 250, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check.is-dark {
        box-shadow: 0 0 0.5em rgba(52, 58, 64, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check.is-primary {
        box-shadow: 0 0 0.5em rgba(64, 58, 96, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check.is-info {
        box-shadow: 0 0 0.5em rgba(203, 246, 255, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check.is-success {
        box-shadow: 0 0 0.5em rgba(40, 167, 69, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check.is-warning {
        box-shadow: 0 0 0.5em rgba(255, 193, 7, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check.is-danger {
        box-shadow: 0 0 0.5em rgba(220, 53, 69, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check.is-inbox {
        box-shadow: 0 0 0.5em rgba(76, 146, 177, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check.is-projects {
        box-shadow: 0 0 0.5em rgba(64, 58, 96, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check.is-reports {
        box-shadow: 0 0 0.5em rgba(220, 88, 42, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check.is-templates {
        box-shadow: 0 0 0.5em rgba(158, 162, 162, 0.8); }
.b-radio.radio input[type=radio]:focus:checked + .check.is-strata {
        box-shadow: 0 0 0.5em rgba(0, 87, 183, 0.8); }
.b-radio.radio .control-label {
    padding-left: calc(0.75em - 1px); }
.b-radio.radio.button {
    display: flex; }
.b-radio.radio[disabled] {
    opacity: 0.5; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check {
    border-color: #403A60; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-white {
      border-color: #FFFFFF; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-black {
      border-color: #000000; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-light {
      border-color: #f8f9fa; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-dark {
      border-color: #343a40; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-primary {
      border-color: #403A60; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-info {
      border-color: #cbf6ff; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-success {
      border-color: #28a745; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-warning {
      border-color: #ffc107; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-danger {
      border-color: #dc3545; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-inbox {
      border-color: #4c92b1; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-projects {
      border-color: #403A60; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-reports {
      border-color: #DC582A; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-templates {
      border-color: #9EA2A2; }
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-strata {
      border-color: #0057b7; }
.b-radio.radio.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
.b-radio.radio.is-medium {
    font-size: 1.25rem; }
.b-radio.radio.is-large {
    font-size: 1.5rem; }
/*
This project is based on
"bulma-steps" (https://github.com/Wikiki/bulma-steps) by
Wikiki (https://github.com/Wikiki) licensed under
MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
*/
.b-steps .steps .step-items {
  display: flex;
  flex-wrap: wrap; }
.b-steps .steps .step-items .step-item {
    margin-top: 0;
    position: relative;
    flex-grow: 1;
    flex-basis: 1em; }
.b-steps .steps .step-items .step-item .step-link {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #212529; }
.b-steps .steps .step-items .step-item .step-link:not(.is-clickable) {
        cursor: not-allowed; }
.b-steps .steps .step-items .step-item .step-marker {
      align-items: center;
      display: flex;
      border-radius: 4px;
      font-weight: 700;
      justify-content: center;
      background: #b5b5b5;
      color: #FFFFFF;
      border: 0.2em solid #fff;
      z-index: 1;
      overflow: hidden; }
.b-steps .steps .step-items .step-item.is-white::before, .b-steps .steps .step-items .step-item.is-white::after {
      background: linear-gradient(to left, #dbdbdb 50%, #FFFFFF 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-white.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #FFFFFF;
      color: #FFFFFF; }
.b-steps .steps .step-items .step-item.is-white.is-active::before, .b-steps .steps .step-items .step-item.is-white.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-white.is-previous .step-marker {
      color: #000000;
      background-color: #FFFFFF; }
.b-steps .steps .step-items .step-item.is-white.is-previous::before, .b-steps .steps .step-items .step-item.is-white.is-previous::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-black::before, .b-steps .steps .step-items .step-item.is-black::after {
      background: linear-gradient(to left, #dbdbdb 50%, #000000 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-black.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #000000;
      color: #000000; }
.b-steps .steps .step-items .step-item.is-black.is-active::before, .b-steps .steps .step-items .step-item.is-black.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-black.is-previous .step-marker {
      color: #FFFFFF;
      background-color: #000000; }
.b-steps .steps .step-items .step-item.is-black.is-previous::before, .b-steps .steps .step-items .step-item.is-black.is-previous::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-light::before, .b-steps .steps .step-items .step-item.is-light::after {
      background: linear-gradient(to left, #dbdbdb 50%, #f8f9fa 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-light.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #f8f9fa;
      color: #f8f9fa; }
.b-steps .steps .step-items .step-item.is-light.is-active::before, .b-steps .steps .step-items .step-item.is-light.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-light.is-previous .step-marker {
      color: rgba(0, 0, 0, 0.7);
      background-color: #f8f9fa; }
.b-steps .steps .step-items .step-item.is-light.is-previous::before, .b-steps .steps .step-items .step-item.is-light.is-previous::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-dark::before, .b-steps .steps .step-items .step-item.is-dark::after {
      background: linear-gradient(to left, #dbdbdb 50%, #343a40 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-dark.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #343a40;
      color: #343a40; }
.b-steps .steps .step-items .step-item.is-dark.is-active::before, .b-steps .steps .step-items .step-item.is-dark.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-dark.is-previous .step-marker {
      color: #fff;
      background-color: #343a40; }
.b-steps .steps .step-items .step-item.is-dark.is-previous::before, .b-steps .steps .step-items .step-item.is-dark.is-previous::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-primary::before, .b-steps .steps .step-items .step-item.is-primary::after {
      background: linear-gradient(to left, #dbdbdb 50%, #403A60 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-primary.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #403A60;
      color: #403A60; }
.b-steps .steps .step-items .step-item.is-primary.is-active::before, .b-steps .steps .step-items .step-item.is-primary.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-primary.is-previous .step-marker {
      color: #fff;
      background-color: #403A60; }
.b-steps .steps .step-items .step-item.is-primary.is-previous::before, .b-steps .steps .step-items .step-item.is-primary.is-previous::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-info::before, .b-steps .steps .step-items .step-item.is-info::after {
      background: linear-gradient(to left, #dbdbdb 50%, #cbf6ff 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-info.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #cbf6ff;
      color: #cbf6ff; }
.b-steps .steps .step-items .step-item.is-info.is-active::before, .b-steps .steps .step-items .step-item.is-info.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-info.is-previous .step-marker {
      color: rgba(0, 0, 0, 0.7);
      background-color: #cbf6ff; }
.b-steps .steps .step-items .step-item.is-info.is-previous::before, .b-steps .steps .step-items .step-item.is-info.is-previous::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-success::before, .b-steps .steps .step-items .step-item.is-success::after {
      background: linear-gradient(to left, #dbdbdb 50%, #28a745 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-success.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #28a745;
      color: #28a745; }
.b-steps .steps .step-items .step-item.is-success.is-active::before, .b-steps .steps .step-items .step-item.is-success.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-success.is-previous .step-marker {
      color: #fff;
      background-color: #28a745; }
.b-steps .steps .step-items .step-item.is-success.is-previous::before, .b-steps .steps .step-items .step-item.is-success.is-previous::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-warning::before, .b-steps .steps .step-items .step-item.is-warning::after {
      background: linear-gradient(to left, #dbdbdb 50%, #ffc107 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-warning.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #ffc107;
      color: #ffc107; }
.b-steps .steps .step-items .step-item.is-warning.is-active::before, .b-steps .steps .step-items .step-item.is-warning.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-warning.is-previous .step-marker {
      color: rgba(0, 0, 0, 0.7);
      background-color: #ffc107; }
.b-steps .steps .step-items .step-item.is-warning.is-previous::before, .b-steps .steps .step-items .step-item.is-warning.is-previous::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-danger::before, .b-steps .steps .step-items .step-item.is-danger::after {
      background: linear-gradient(to left, #dbdbdb 50%, #dc3545 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-danger.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #dc3545;
      color: #dc3545; }
.b-steps .steps .step-items .step-item.is-danger.is-active::before, .b-steps .steps .step-items .step-item.is-danger.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-danger.is-previous .step-marker {
      color: #fff;
      background-color: #dc3545; }
.b-steps .steps .step-items .step-item.is-danger.is-previous::before, .b-steps .steps .step-items .step-item.is-danger.is-previous::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-inbox::before, .b-steps .steps .step-items .step-item.is-inbox::after {
      background: linear-gradient(to left, #dbdbdb 50%, #4c92b1 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-inbox.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #4c92b1;
      color: #4c92b1; }
.b-steps .steps .step-items .step-item.is-inbox.is-active::before, .b-steps .steps .step-items .step-item.is-inbox.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-inbox.is-previous .step-marker {
      color: #fff;
      background-color: #4c92b1; }
.b-steps .steps .step-items .step-item.is-inbox.is-previous::before, .b-steps .steps .step-items .step-item.is-inbox.is-previous::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-projects::before, .b-steps .steps .step-items .step-item.is-projects::after {
      background: linear-gradient(to left, #dbdbdb 50%, #403A60 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-projects.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #403A60;
      color: #403A60; }
.b-steps .steps .step-items .step-item.is-projects.is-active::before, .b-steps .steps .step-items .step-item.is-projects.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-projects.is-previous .step-marker {
      color: #fff;
      background-color: #403A60; }
.b-steps .steps .step-items .step-item.is-projects.is-previous::before, .b-steps .steps .step-items .step-item.is-projects.is-previous::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-reports::before, .b-steps .steps .step-items .step-item.is-reports::after {
      background: linear-gradient(to left, #dbdbdb 50%, #DC582A 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-reports.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #DC582A;
      color: #DC582A; }
.b-steps .steps .step-items .step-item.is-reports.is-active::before, .b-steps .steps .step-items .step-item.is-reports.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-reports.is-previous .step-marker {
      color: #fff;
      background-color: #DC582A; }
.b-steps .steps .step-items .step-item.is-reports.is-previous::before, .b-steps .steps .step-items .step-item.is-reports.is-previous::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-templates::before, .b-steps .steps .step-items .step-item.is-templates::after {
      background: linear-gradient(to left, #dbdbdb 50%, #9EA2A2 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-templates.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #9EA2A2;
      color: #9EA2A2; }
.b-steps .steps .step-items .step-item.is-templates.is-active::before, .b-steps .steps .step-items .step-item.is-templates.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-templates.is-previous .step-marker {
      color: #fff;
      background-color: #9EA2A2; }
.b-steps .steps .step-items .step-item.is-templates.is-previous::before, .b-steps .steps .step-items .step-item.is-templates.is-previous::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-strata::before, .b-steps .steps .step-items .step-item.is-strata::after {
      background: linear-gradient(to left, #dbdbdb 50%, #0057b7 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-strata.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #0057b7;
      color: #0057b7; }
.b-steps .steps .step-items .step-item.is-strata.is-active::before, .b-steps .steps .step-items .step-item.is-strata.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-strata.is-previous .step-marker {
      color: #fff;
      background-color: #0057b7; }
.b-steps .steps .step-items .step-item.is-strata.is-previous::before, .b-steps .steps .step-items .step-item.is-strata.is-previous::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item .step-marker {
      color: #FFFFFF; }
.b-steps .steps .step-items .step-item .step-details {
      text-align: center;
      z-index: 1; }
.b-steps .steps .step-items .step-item:not(:first-child), .b-steps .steps .step-items .step-item:only-child {
      flex-shrink: 1; }
.b-steps .steps .step-items .step-item:not(:first-child)::before, .b-steps .steps .step-items .step-item:only-child::before {
        content: " ";
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: -50%; }
.b-steps .steps .step-items .step-item:only-child::after {
      content: " ";
      display: block;
      position: absolute;
      height: 0.2em;
      bottom: 0; }
.b-steps .steps .step-items .step-item:only-child::before, .b-steps .steps .step-items .step-item:only-child::after {
      width: 25%;
      left: 50%; }
.b-steps .steps .step-items .step-item:only-child::before {
      right: 50%;
      left: auto; }
.b-steps .steps .step-items .step-item::before, .b-steps .steps .step-items .step-item::after {
      background: linear-gradient(to left, #dbdbdb 50%, #403A60 50%);
      background-size: 200% 100%;
      background-position: right bottom; }
.b-steps .steps .step-items .step-item.is-active .step-link {
      cursor: default; }
.b-steps .steps .step-items .step-item.is-active .step-marker {
      background-color: #FFFFFF;
      border-color: #403A60;
      color: #403A60; }
.b-steps .steps .step-items .step-item.is-active::before, .b-steps .steps .step-items .step-item.is-active::after {
      background-position: left bottom; }
.b-steps .steps .step-items .step-item.is-previous .step-marker {
      color: #FFFFFF;
      background-color: #403A60; }
.b-steps .steps .step-items .step-item.is-previous::before, .b-steps .steps .step-items .step-item.is-previous::after {
      background-position: left bottom; }
.b-steps .steps + .step-content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  padding: 1rem; }
.b-steps .steps + .step-content .step-item {
    flex-shrink: 0;
    flex-basis: auto; }
.b-steps .steps + .step-content.is-transitioning {
    overflow: hidden; }
.b-steps .steps.is-rounded .step-item .step-marker {
  border-radius: 290486px; }
.b-steps .steps.is-animated .step-item:not(:first-child)::before, .b-steps .steps.is-animated .step-item:only-child::before {
  transition: background 150ms ease-out; }
.b-steps .steps.has-label-right .step-items .step-item .step-link, .b-steps .steps.has-label-left .step-items .step-item .step-link {
  flex-direction: row; }
.b-steps .steps.has-label-right .step-items .step-item .step-link > .step-details, .b-steps .steps.has-label-left .step-items .step-item .step-link > .step-details {
    background-color: white;
    padding: .2em; }
.b-steps .steps.has-label-left .step-items .step-item .step-link {
  flex-direction: row-reverse; }
.b-steps .steps {
  font-size: 1rem;
  min-height: 2rem; }
.b-steps .steps .step-items .step-item .step-marker {
    height: 2rem;
    width: 2rem; }
.b-steps .steps .step-items .step-item .step-marker .icon *, .b-steps .steps .step-items .step-item .step-marker .icon *:before {
      font-size: 1rem; }
.b-steps .steps .step-items .step-item .step-details .step-title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1rem; }
.b-steps .steps .step-items .step-item:not(:first-child)::before, .b-steps .steps .step-items .step-item:only-child::before {
    height: 0.2em;
    top: 1rem; }
.b-steps .steps .step-items .step-item:only-child::after {
    top: 1rem; }
@media screen and (max-width: 768px) {
    .b-steps .steps .step-items .step-item::before, .b-steps .steps .step-items .step-item::after, .b-steps .steps .step-items .step-item:not(:first-child)::before {
      top: 1rem; } }
.b-steps.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1rem - 0.1em); }
.b-steps.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1rem - 0.1em); }
.b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1rem - 0.1em); }
.b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1rem - 0.1em); }
.b-steps.is-small .steps {
  font-size: 0.75rem;
  min-height: 1.5rem; }
.b-steps.is-small .steps .step-items .step-item .step-marker {
    height: 1.5rem;
    width: 1.5rem; }
.b-steps.is-small .steps .step-items .step-item .step-marker .icon *, .b-steps.is-small .steps .step-items .step-item .step-marker .icon *:before {
      font-size: 0.75rem; }
.b-steps.is-small .steps .step-items .step-item .step-details .step-title {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 0.75rem; }
.b-steps.is-small .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-small .steps .step-items .step-item:only-child::before {
    height: 0.2em;
    top: 0.75rem; }
.b-steps.is-small .steps .step-items .step-item:only-child::after {
    top: 0.75rem; }
@media screen and (max-width: 768px) {
    .b-steps.is-small .steps .step-items .step-item::before, .b-steps.is-small .steps .step-items .step-item::after, .b-steps.is-small .steps .step-items .step-item:not(:first-child)::before {
      top: 0.75rem; } }
.b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(0.75rem - 0.1em); }
.b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(0.75rem - 0.1em); }
.b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(0.75rem - 0.1em); }
.b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(0.75rem - 0.1em); }
.b-steps.is-medium .steps {
  font-size: 1.25rem;
  min-height: 2.5rem; }
.b-steps.is-medium .steps .step-items .step-item .step-marker {
    height: 2.5rem;
    width: 2.5rem; }
.b-steps.is-medium .steps .step-items .step-item .step-marker .icon *, .b-steps.is-medium .steps .step-items .step-item .step-marker .icon *:before {
      font-size: 1.25rem; }
.b-steps.is-medium .steps .step-items .step-item .step-details .step-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25rem; }
.b-steps.is-medium .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-medium .steps .step-items .step-item:only-child::before {
    height: 0.2em;
    top: 1.25rem; }
.b-steps.is-medium .steps .step-items .step-item:only-child::after {
    top: 1.25rem; }
@media screen and (max-width: 768px) {
    .b-steps.is-medium .steps .step-items .step-item::before, .b-steps.is-medium .steps .step-items .step-item::after, .b-steps.is-medium .steps .step-items .step-item:not(:first-child)::before {
      top: 1.25rem; } }
.b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.25rem - 0.1em); }
.b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.25rem - 0.1em); }
.b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.25rem - 0.1em); }
.b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.25rem - 0.1em); }
.b-steps.is-large .steps {
  font-size: 1.5rem;
  min-height: 3rem; }
.b-steps.is-large .steps .step-items .step-item .step-marker {
    height: 3rem;
    width: 3rem; }
.b-steps.is-large .steps .step-items .step-item .step-marker .icon *, .b-steps.is-large .steps .step-items .step-item .step-marker .icon *:before {
      font-size: 1.5rem; }
.b-steps.is-large .steps .step-items .step-item .step-details .step-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5rem; }
.b-steps.is-large .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-large .steps .step-items .step-item:only-child::before {
    height: 0.2em;
    top: 1.5rem; }
.b-steps.is-large .steps .step-items .step-item:only-child::after {
    top: 1.5rem; }
@media screen and (max-width: 768px) {
    .b-steps.is-large .steps .step-items .step-item::before, .b-steps.is-large .steps .step-items .step-item::after, .b-steps.is-large .steps .step-items .step-item:not(:first-child)::before {
      top: 1.5rem; } }
.b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.5rem - 0.1em); }
.b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.5rem - 0.1em); }
.b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.5rem - 0.1em); }
.b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.5rem - 0.1em); }
.b-steps.is-vertical {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.b-steps.is-vertical > .steps .step-items {
    height: 100%;
    flex-direction: column;
    border-bottom-color: transparent; }
.b-steps.is-vertical > .steps .step-items .step-item {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1em 0; }
.b-steps.is-vertical > .steps .step-items .step-item::before, .b-steps.is-vertical > .steps .step-items .step-item::after {
        background: linear-gradient(to top, #dbdbdb 50%, #403A60 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item.is-white::before, .b-steps.is-vertical > .steps .step-items .step-item.is-white::after {
        background: linear-gradient(to top, #dbdbdb 50%, #FFFFFF 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item.is-black::before, .b-steps.is-vertical > .steps .step-items .step-item.is-black::after {
        background: linear-gradient(to top, #dbdbdb 50%, #000000 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item.is-light::before, .b-steps.is-vertical > .steps .step-items .step-item.is-light::after {
        background: linear-gradient(to top, #dbdbdb 50%, #f8f9fa 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item.is-dark::before, .b-steps.is-vertical > .steps .step-items .step-item.is-dark::after {
        background: linear-gradient(to top, #dbdbdb 50%, #343a40 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item.is-primary::before, .b-steps.is-vertical > .steps .step-items .step-item.is-primary::after {
        background: linear-gradient(to top, #dbdbdb 50%, #403A60 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item.is-info::before, .b-steps.is-vertical > .steps .step-items .step-item.is-info::after {
        background: linear-gradient(to top, #dbdbdb 50%, #cbf6ff 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item.is-success::before, .b-steps.is-vertical > .steps .step-items .step-item.is-success::after {
        background: linear-gradient(to top, #dbdbdb 50%, #28a745 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item.is-warning::before, .b-steps.is-vertical > .steps .step-items .step-item.is-warning::after {
        background: linear-gradient(to top, #dbdbdb 50%, #ffc107 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item.is-danger::before, .b-steps.is-vertical > .steps .step-items .step-item.is-danger::after {
        background: linear-gradient(to top, #dbdbdb 50%, #dc3545 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item.is-inbox::before, .b-steps.is-vertical > .steps .step-items .step-item.is-inbox::after {
        background: linear-gradient(to top, #dbdbdb 50%, #4c92b1 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item.is-projects::before, .b-steps.is-vertical > .steps .step-items .step-item.is-projects::after {
        background: linear-gradient(to top, #dbdbdb 50%, #403A60 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item.is-reports::before, .b-steps.is-vertical > .steps .step-items .step-item.is-reports::after {
        background: linear-gradient(to top, #dbdbdb 50%, #DC582A 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item.is-templates::before, .b-steps.is-vertical > .steps .step-items .step-item.is-templates::after {
        background: linear-gradient(to top, #dbdbdb 50%, #9EA2A2 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item.is-strata::before, .b-steps.is-vertical > .steps .step-items .step-item.is-strata::after {
        background: linear-gradient(to top, #dbdbdb 50%, #0057b7 50%);
        background-size: 100% 200%;
        background-position: left bottom; }
.b-steps.is-vertical > .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical > .steps .step-items .step-item:only-child::before {
        height: 100%;
        width: 0.2em;
        top: -50%;
        left: calc(50% - 0.1em); }
.b-steps.is-vertical > .steps .step-items .step-item.is-active::before, .b-steps.is-vertical > .steps .step-items .step-item.is-active::after, .b-steps.is-vertical > .steps .step-items .step-item.is-previous::before, .b-steps.is-vertical > .steps .step-items .step-item.is-previous::after {
        background-position: right top; }
.b-steps.is-vertical > .steps .step-items .step-item:only-child::before {
        top: 50%; }
.b-steps.is-vertical > .steps .step-items .step-item:only-child::after {
        width: 0.2em;
        top: auto;
        bottom: 50%; }
.b-steps.is-vertical > .steps .step-items .step-item:only-child::before, .b-steps.is-vertical > .steps .step-items .step-item:only-child::after {
        height: 25%; }
.b-steps.is-vertical > .steps.has-label-right .step-items .step-item {
    justify-content: flex-start; }
.b-steps.is-vertical > .steps.has-label-left .step-items .step-item {
    justify-content: flex-end; }
.b-steps.is-vertical > .steps:not(.has-label-right):not(.has-label-left) .step-items .step-item .step-link > .step-details {
    background-color: white; }
.b-steps.is-vertical > .step-content {
    flex-grow: 1; }
.b-steps.is-vertical > .step-navigation {
    flex-basis: 100%; }
.b-steps.is-vertical.is-right {
    flex-direction: row-reverse; }
@media screen and (max-width: 768px) {
  .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(.is-active) {
    display: none; }
  .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item::before, .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item::after, .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(:first-child)::before {
    content: " ";
    display: block;
    position: absolute;
    height: 0.2em;
    width: 25%;
    bottom: 0;
    left: 50%; }
  .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item::before, .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(:first-child)::before {
    right: 50%;
    left: auto; }
  .b-steps:not(.is-vertical) .steps.mobile-compact .step-items .step-item:not(.is-active) .step-details {
    display: none; } }
.switch {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-right: 0.5em; }
.switch + .switch:last-child {
    margin-right: 0; }
.switch input[type=checkbox] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1; }
.switch input[type=checkbox] + .check {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      width: 2.75em;
      height: 1.575em;
      padding: 0.2em;
      background: #b5b5b5;
      border-radius: 4px;
      transition: background 150ms ease-out, box-shadow 150ms ease-out; }
.switch input[type=checkbox] + .check.is-white-passive, .switch input[type=checkbox] + .check:hover {
        background: #FFFFFF; }
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
.switch input[type=checkbox] + .check.is-black-passive, .switch input[type=checkbox] + .check:hover {
        background: #000000; }
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
.switch input[type=checkbox] + .check.is-light-passive, .switch input[type=checkbox] + .check:hover {
        background: #f8f9fa; }
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
.switch input[type=checkbox] + .check.is-dark-passive, .switch input[type=checkbox] + .check:hover {
        background: #343a40; }
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
.switch input[type=checkbox] + .check.is-primary-passive, .switch input[type=checkbox] + .check:hover {
        background: #403A60; }
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
.switch input[type=checkbox] + .check.is-info-passive, .switch input[type=checkbox] + .check:hover {
        background: #cbf6ff; }
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
.switch input[type=checkbox] + .check.is-success-passive, .switch input[type=checkbox] + .check:hover {
        background: #28a745; }
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
.switch input[type=checkbox] + .check.is-warning-passive, .switch input[type=checkbox] + .check:hover {
        background: #ffc107; }
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
.switch input[type=checkbox] + .check.is-danger-passive, .switch input[type=checkbox] + .check:hover {
        background: #dc3545; }
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
.switch input[type=checkbox] + .check.is-inbox-passive, .switch input[type=checkbox] + .check:hover {
        background: #4c92b1; }
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
.switch input[type=checkbox] + .check.is-projects-passive, .switch input[type=checkbox] + .check:hover {
        background: #403A60; }
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
.switch input[type=checkbox] + .check.is-reports-passive, .switch input[type=checkbox] + .check:hover {
        background: #DC582A; }
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
.switch input[type=checkbox] + .check.is-templates-passive, .switch input[type=checkbox] + .check:hover {
        background: #9EA2A2; }
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
.switch input[type=checkbox] + .check.is-strata-passive, .switch input[type=checkbox] + .check:hover {
        background: #0057b7; }
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
        background: 'pink'; }
.switch input[type=checkbox] + .check:before {
        content: "";
        display: block;
        border-radius: 4px;
        width: 1.175em;
        height: 1.175em;
        background: whitesmoke;
        box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
        transition: transform 150ms ease-out;
        will-change: transform;
        transform-origin: left; }
.switch input[type=checkbox] + .check.is-elastic:before {
        transform: scaleX(1.5);
        border-radius: 4px; }
.switch input[type=checkbox]:checked + .check {
      background: #403A60; }
.switch input[type=checkbox]:checked + .check.is-white {
        background: #FFFFFF; }
.switch input[type=checkbox]:checked + .check.is-black {
        background: #000000; }
.switch input[type=checkbox]:checked + .check.is-light {
        background: #f8f9fa; }
.switch input[type=checkbox]:checked + .check.is-dark {
        background: #343a40; }
.switch input[type=checkbox]:checked + .check.is-primary {
        background: #403A60; }
.switch input[type=checkbox]:checked + .check.is-info {
        background: #cbf6ff; }
.switch input[type=checkbox]:checked + .check.is-success {
        background: #28a745; }
.switch input[type=checkbox]:checked + .check.is-warning {
        background: #ffc107; }
.switch input[type=checkbox]:checked + .check.is-danger {
        background: #dc3545; }
.switch input[type=checkbox]:checked + .check.is-inbox {
        background: #4c92b1; }
.switch input[type=checkbox]:checked + .check.is-projects {
        background: #403A60; }
.switch input[type=checkbox]:checked + .check.is-reports {
        background: #DC582A; }
.switch input[type=checkbox]:checked + .check.is-templates {
        background: #9EA2A2; }
.switch input[type=checkbox]:checked + .check.is-strata {
        background: #0057b7; }
.switch input[type=checkbox]:checked + .check:before {
        transform: translate3d(100%, 0, 0); }
.switch input[type=checkbox]:checked + .check.is-elastic:before {
        transform: translate3d(50%, 0, 0) scaleX(1.5); }
.switch input[type=checkbox]:focus, .switch input[type=checkbox]:active {
      outline: none; }
.switch input[type=checkbox]:focus + .check, .switch input[type=checkbox]:active + .check {
        box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.6); }
.switch input[type=checkbox]:focus + .check.is-white-passive, .switch input[type=checkbox]:active + .check.is-white-passive {
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
.switch input[type=checkbox]:focus + .check.is-black-passive, .switch input[type=checkbox]:active + .check.is-black-passive {
          box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8); }
.switch input[type=checkbox]:focus + .check.is-light-passive, .switch input[type=checkbox]:active + .check.is-light-passive {
          box-shadow: 0 0 0.5em rgba(248, 249, 250, 0.8); }
.switch input[type=checkbox]:focus + .check.is-dark-passive, .switch input[type=checkbox]:active + .check.is-dark-passive {
          box-shadow: 0 0 0.5em rgba(52, 58, 64, 0.8); }
.switch input[type=checkbox]:focus + .check.is-primary-passive, .switch input[type=checkbox]:active + .check.is-primary-passive {
          box-shadow: 0 0 0.5em rgba(64, 58, 96, 0.8); }
.switch input[type=checkbox]:focus + .check.is-info-passive, .switch input[type=checkbox]:active + .check.is-info-passive {
          box-shadow: 0 0 0.5em rgba(203, 246, 255, 0.8); }
.switch input[type=checkbox]:focus + .check.is-success-passive, .switch input[type=checkbox]:active + .check.is-success-passive {
          box-shadow: 0 0 0.5em rgba(40, 167, 69, 0.8); }
.switch input[type=checkbox]:focus + .check.is-warning-passive, .switch input[type=checkbox]:active + .check.is-warning-passive {
          box-shadow: 0 0 0.5em rgba(255, 193, 7, 0.8); }
.switch input[type=checkbox]:focus + .check.is-danger-passive, .switch input[type=checkbox]:active + .check.is-danger-passive {
          box-shadow: 0 0 0.5em rgba(220, 53, 69, 0.8); }
.switch input[type=checkbox]:focus + .check.is-inbox-passive, .switch input[type=checkbox]:active + .check.is-inbox-passive {
          box-shadow: 0 0 0.5em rgba(76, 146, 177, 0.8); }
.switch input[type=checkbox]:focus + .check.is-projects-passive, .switch input[type=checkbox]:active + .check.is-projects-passive {
          box-shadow: 0 0 0.5em rgba(64, 58, 96, 0.8); }
.switch input[type=checkbox]:focus + .check.is-reports-passive, .switch input[type=checkbox]:active + .check.is-reports-passive {
          box-shadow: 0 0 0.5em rgba(220, 88, 42, 0.8); }
.switch input[type=checkbox]:focus + .check.is-templates-passive, .switch input[type=checkbox]:active + .check.is-templates-passive {
          box-shadow: 0 0 0.5em rgba(158, 162, 162, 0.8); }
.switch input[type=checkbox]:focus + .check.is-strata-passive, .switch input[type=checkbox]:active + .check.is-strata-passive {
          box-shadow: 0 0 0.5em rgba(0, 87, 183, 0.8); }
.switch input[type=checkbox]:focus:checked + .check, .switch input[type=checkbox]:active:checked + .check {
        box-shadow: 0 0 0.5em rgba(64, 58, 96, 0.8); }
.switch input[type=checkbox]:focus:checked + .check.is-white, .switch input[type=checkbox]:active:checked + .check.is-white {
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
.switch input[type=checkbox]:focus:checked + .check.is-black, .switch input[type=checkbox]:active:checked + .check.is-black {
          box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8); }
.switch input[type=checkbox]:focus:checked + .check.is-light, .switch input[type=checkbox]:active:checked + .check.is-light {
          box-shadow: 0 0 0.5em rgba(248, 249, 250, 0.8); }
.switch input[type=checkbox]:focus:checked + .check.is-dark, .switch input[type=checkbox]:active:checked + .check.is-dark {
          box-shadow: 0 0 0.5em rgba(52, 58, 64, 0.8); }
.switch input[type=checkbox]:focus:checked + .check.is-primary, .switch input[type=checkbox]:active:checked + .check.is-primary {
          box-shadow: 0 0 0.5em rgba(64, 58, 96, 0.8); }
.switch input[type=checkbox]:focus:checked + .check.is-info, .switch input[type=checkbox]:active:checked + .check.is-info {
          box-shadow: 0 0 0.5em rgba(203, 246, 255, 0.8); }
.switch input[type=checkbox]:focus:checked + .check.is-success, .switch input[type=checkbox]:active:checked + .check.is-success {
          box-shadow: 0 0 0.5em rgba(40, 167, 69, 0.8); }
.switch input[type=checkbox]:focus:checked + .check.is-warning, .switch input[type=checkbox]:active:checked + .check.is-warning {
          box-shadow: 0 0 0.5em rgba(255, 193, 7, 0.8); }
.switch input[type=checkbox]:focus:checked + .check.is-danger, .switch input[type=checkbox]:active:checked + .check.is-danger {
          box-shadow: 0 0 0.5em rgba(220, 53, 69, 0.8); }
.switch input[type=checkbox]:focus:checked + .check.is-inbox, .switch input[type=checkbox]:active:checked + .check.is-inbox {
          box-shadow: 0 0 0.5em rgba(76, 146, 177, 0.8); }
.switch input[type=checkbox]:focus:checked + .check.is-projects, .switch input[type=checkbox]:active:checked + .check.is-projects {
          box-shadow: 0 0 0.5em rgba(64, 58, 96, 0.8); }
.switch input[type=checkbox]:focus:checked + .check.is-reports, .switch input[type=checkbox]:active:checked + .check.is-reports {
          box-shadow: 0 0 0.5em rgba(220, 88, 42, 0.8); }
.switch input[type=checkbox]:focus:checked + .check.is-templates, .switch input[type=checkbox]:active:checked + .check.is-templates {
          box-shadow: 0 0 0.5em rgba(158, 162, 162, 0.8); }
.switch input[type=checkbox]:focus:checked + .check.is-strata, .switch input[type=checkbox]:active:checked + .check.is-strata {
          box-shadow: 0 0 0.5em rgba(0, 87, 183, 0.8); }
.switch.has-left-label {
    flex-direction: row-reverse; }
.switch.has-left-label .control-label {
      padding-right: calc(0.75em - 1px); }
.switch:not(.has-left-label) .control-label {
    padding-left: calc(0.75em - 1px); }
.switch:hover input[type=checkbox] + .check {
    background: rgba(181, 181, 181, 0.9); }
.switch:hover input[type=checkbox] + .check.is-white-passive {
      background: rgba(255, 255, 255, 0.9); }
.switch:hover input[type=checkbox] + .check.is-black-passive {
      background: rgba(0, 0, 0, 0.9); }
.switch:hover input[type=checkbox] + .check.is-light-passive {
      background: rgba(248, 249, 250, 0.9); }
.switch:hover input[type=checkbox] + .check.is-dark-passive {
      background: rgba(52, 58, 64, 0.9); }
.switch:hover input[type=checkbox] + .check.is-primary-passive {
      background: rgba(64, 58, 96, 0.9); }
.switch:hover input[type=checkbox] + .check.is-info-passive {
      background: rgba(203, 246, 255, 0.9); }
.switch:hover input[type=checkbox] + .check.is-success-passive {
      background: rgba(40, 167, 69, 0.9); }
.switch:hover input[type=checkbox] + .check.is-warning-passive {
      background: rgba(255, 193, 7, 0.9); }
.switch:hover input[type=checkbox] + .check.is-danger-passive {
      background: rgba(220, 53, 69, 0.9); }
.switch:hover input[type=checkbox] + .check.is-inbox-passive {
      background: rgba(76, 146, 177, 0.9); }
.switch:hover input[type=checkbox] + .check.is-projects-passive {
      background: rgba(64, 58, 96, 0.9); }
.switch:hover input[type=checkbox] + .check.is-reports-passive {
      background: rgba(220, 88, 42, 0.9); }
.switch:hover input[type=checkbox] + .check.is-templates-passive {
      background: rgba(158, 162, 162, 0.9); }
.switch:hover input[type=checkbox] + .check.is-strata-passive {
      background: rgba(0, 87, 183, 0.9); }
.switch:hover input[type=checkbox]:checked + .check {
    background: rgba(64, 58, 96, 0.9); }
.switch:hover input[type=checkbox]:checked + .check.is-white {
      background: rgba(255, 255, 255, 0.9); }
.switch:hover input[type=checkbox]:checked + .check.is-black {
      background: rgba(0, 0, 0, 0.9); }
.switch:hover input[type=checkbox]:checked + .check.is-light {
      background: rgba(248, 249, 250, 0.9); }
.switch:hover input[type=checkbox]:checked + .check.is-dark {
      background: rgba(52, 58, 64, 0.9); }
.switch:hover input[type=checkbox]:checked + .check.is-primary {
      background: rgba(64, 58, 96, 0.9); }
.switch:hover input[type=checkbox]:checked + .check.is-info {
      background: rgba(203, 246, 255, 0.9); }
.switch:hover input[type=checkbox]:checked + .check.is-success {
      background: rgba(40, 167, 69, 0.9); }
.switch:hover input[type=checkbox]:checked + .check.is-warning {
      background: rgba(255, 193, 7, 0.9); }
.switch:hover input[type=checkbox]:checked + .check.is-danger {
      background: rgba(220, 53, 69, 0.9); }
.switch:hover input[type=checkbox]:checked + .check.is-inbox {
      background: rgba(76, 146, 177, 0.9); }
.switch:hover input[type=checkbox]:checked + .check.is-projects {
      background: rgba(64, 58, 96, 0.9); }
.switch:hover input[type=checkbox]:checked + .check.is-reports {
      background: rgba(220, 88, 42, 0.9); }
.switch:hover input[type=checkbox]:checked + .check.is-templates {
      background: rgba(158, 162, 162, 0.9); }
.switch:hover input[type=checkbox]:checked + .check.is-strata {
      background: rgba(0, 87, 183, 0.9); }
.switch.is-rounded input[type=checkbox] + .check {
    border-radius: 290486px; }
.switch.is-rounded input[type=checkbox] + .check:before {
      border-radius: 290486px; }
.switch.is-rounded input[type=checkbox].is-elastic:before {
    transform: scaleX(1.5);
    border-radius: 290486px; }
.switch.is-outlined input[type=checkbox] + .check {
    background: transparent;
    border: 0.1rem solid #b5b5b5; }
.switch.is-outlined input[type=checkbox] + .check.is-white-passive {
      border: 0.1rem solid rgba(255, 255, 255, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-white-passive:before {
        background: #FFFFFF; }
.switch.is-outlined input[type=checkbox] + .check.is-white-passive:hover {
        border-color: rgba(255, 255, 255, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-black-passive {
      border: 0.1rem solid rgba(0, 0, 0, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-black-passive:before {
        background: #000000; }
.switch.is-outlined input[type=checkbox] + .check.is-black-passive:hover {
        border-color: rgba(0, 0, 0, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-light-passive {
      border: 0.1rem solid rgba(248, 249, 250, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-light-passive:before {
        background: #f8f9fa; }
.switch.is-outlined input[type=checkbox] + .check.is-light-passive:hover {
        border-color: rgba(248, 249, 250, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-dark-passive {
      border: 0.1rem solid rgba(52, 58, 64, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-dark-passive:before {
        background: #343a40; }
.switch.is-outlined input[type=checkbox] + .check.is-dark-passive:hover {
        border-color: rgba(52, 58, 64, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-primary-passive {
      border: 0.1rem solid rgba(64, 58, 96, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-primary-passive:before {
        background: #403A60; }
.switch.is-outlined input[type=checkbox] + .check.is-primary-passive:hover {
        border-color: rgba(64, 58, 96, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-info-passive {
      border: 0.1rem solid rgba(203, 246, 255, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-info-passive:before {
        background: #cbf6ff; }
.switch.is-outlined input[type=checkbox] + .check.is-info-passive:hover {
        border-color: rgba(203, 246, 255, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-success-passive {
      border: 0.1rem solid rgba(40, 167, 69, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-success-passive:before {
        background: #28a745; }
.switch.is-outlined input[type=checkbox] + .check.is-success-passive:hover {
        border-color: rgba(40, 167, 69, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-warning-passive {
      border: 0.1rem solid rgba(255, 193, 7, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-warning-passive:before {
        background: #ffc107; }
.switch.is-outlined input[type=checkbox] + .check.is-warning-passive:hover {
        border-color: rgba(255, 193, 7, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-danger-passive {
      border: 0.1rem solid rgba(220, 53, 69, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-danger-passive:before {
        background: #dc3545; }
.switch.is-outlined input[type=checkbox] + .check.is-danger-passive:hover {
        border-color: rgba(220, 53, 69, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-inbox-passive {
      border: 0.1rem solid rgba(76, 146, 177, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-inbox-passive:before {
        background: #4c92b1; }
.switch.is-outlined input[type=checkbox] + .check.is-inbox-passive:hover {
        border-color: rgba(76, 146, 177, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-projects-passive {
      border: 0.1rem solid rgba(64, 58, 96, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-projects-passive:before {
        background: #403A60; }
.switch.is-outlined input[type=checkbox] + .check.is-projects-passive:hover {
        border-color: rgba(64, 58, 96, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-reports-passive {
      border: 0.1rem solid rgba(220, 88, 42, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-reports-passive:before {
        background: #DC582A; }
.switch.is-outlined input[type=checkbox] + .check.is-reports-passive:hover {
        border-color: rgba(220, 88, 42, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-templates-passive {
      border: 0.1rem solid rgba(158, 162, 162, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-templates-passive:before {
        background: #9EA2A2; }
.switch.is-outlined input[type=checkbox] + .check.is-templates-passive:hover {
        border-color: rgba(158, 162, 162, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-strata-passive {
      border: 0.1rem solid rgba(0, 87, 183, 0.9); }
.switch.is-outlined input[type=checkbox] + .check.is-strata-passive:before {
        background: #0057b7; }
.switch.is-outlined input[type=checkbox] + .check.is-strata-passive:hover {
        border-color: rgba(0, 87, 183, 0.9); }
.switch.is-outlined input[type=checkbox] + .check:before {
      background: #b5b5b5; }
.switch.is-outlined input[type=checkbox]:checked + .check {
    border-color: #403A60; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-white {
      background: transparent;
      border-color: #FFFFFF; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-white:before {
        background: #FFFFFF; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-black {
      background: transparent;
      border-color: #000000; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-black:before {
        background: #000000; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-light {
      background: transparent;
      border-color: #f8f9fa; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-light:before {
        background: #f8f9fa; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-dark {
      background: transparent;
      border-color: #343a40; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-dark:before {
        background: #343a40; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-primary {
      background: transparent;
      border-color: #403A60; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-primary:before {
        background: #403A60; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-info {
      background: transparent;
      border-color: #cbf6ff; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-info:before {
        background: #cbf6ff; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-success {
      background: transparent;
      border-color: #28a745; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-success:before {
        background: #28a745; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-warning {
      background: transparent;
      border-color: #ffc107; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-warning:before {
        background: #ffc107; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-danger {
      background: transparent;
      border-color: #dc3545; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-danger:before {
        background: #dc3545; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-inbox {
      background: transparent;
      border-color: #4c92b1; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-inbox:before {
        background: #4c92b1; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-projects {
      background: transparent;
      border-color: #403A60; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-projects:before {
        background: #403A60; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-reports {
      background: transparent;
      border-color: #DC582A; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-reports:before {
        background: #DC582A; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-templates {
      background: transparent;
      border-color: #9EA2A2; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-templates:before {
        background: #9EA2A2; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-strata {
      background: transparent;
      border-color: #0057b7; }
.switch.is-outlined input[type=checkbox]:checked + .check.is-strata:before {
        background: #0057b7; }
.switch.is-outlined input[type=checkbox]:checked + .check:before {
      background: #403A60; }
.switch.is-outlined:hover input[type=checkbox] + .check {
    background: transparent;
    border-color: rgba(181, 181, 181, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check {
    background: transparent;
    border-color: rgba(64, 58, 96, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-white {
      border-color: rgba(255, 255, 255, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-black {
      border-color: rgba(0, 0, 0, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-light {
      border-color: rgba(248, 249, 250, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-dark {
      border-color: rgba(52, 58, 64, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-primary {
      border-color: rgba(64, 58, 96, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-info {
      border-color: rgba(203, 246, 255, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-success {
      border-color: rgba(40, 167, 69, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-warning {
      border-color: rgba(255, 193, 7, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-danger {
      border-color: rgba(220, 53, 69, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-inbox {
      border-color: rgba(76, 146, 177, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-projects {
      border-color: rgba(64, 58, 96, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-reports {
      border-color: rgba(220, 88, 42, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-templates {
      border-color: rgba(158, 162, 162, 0.9); }
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-strata {
      border-color: rgba(0, 87, 183, 0.9); }
.switch.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
.switch.is-medium {
    font-size: 1.25rem; }
.switch.is-large {
    font-size: 1.5rem; }
.switch[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    color: #7a7a7a; }
.tag .has-ellipsis {
  max-width: 10em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.tag .delete.is-white, .tag.is-delete.is-white, .tag.has-delete-icon.is-white {
  background: #FFFFFF; }
.tag .delete.is-white:hover, .tag.is-delete.is-white:hover, .tag.has-delete-icon.is-white:hover {
    background-color: #e6e6e6;
    text-decoration: none; }
.tag .delete.is-black, .tag.is-delete.is-black, .tag.has-delete-icon.is-black {
  background: #000000; }
.tag .delete.is-black:hover, .tag.is-delete.is-black:hover, .tag.has-delete-icon.is-black:hover {
    background-color: black;
    text-decoration: none; }
.tag .delete.is-light, .tag.is-delete.is-light, .tag.has-delete-icon.is-light {
  background: #f8f9fa; }
.tag .delete.is-light:hover, .tag.is-delete.is-light:hover, .tag.has-delete-icon.is-light:hover {
    background-color: #dae0e5;
    text-decoration: none; }
.tag .delete.is-dark, .tag.is-delete.is-dark, .tag.has-delete-icon.is-dark {
  background: #343a40; }
.tag .delete.is-dark:hover, .tag.is-delete.is-dark:hover, .tag.has-delete-icon.is-dark:hover {
    background-color: #1d2124;
    text-decoration: none; }
.tag .delete.is-primary, .tag.is-delete.is-primary, .tag.has-delete-icon.is-primary {
  background: #403A60; }
.tag .delete.is-primary:hover, .tag.is-delete.is-primary:hover, .tag.has-delete-icon.is-primary:hover {
    background-color: #2b2740;
    text-decoration: none; }
.tag .delete.is-info, .tag.is-delete.is-info, .tag.has-delete-icon.is-info {
  background: #cbf6ff; }
.tag .delete.is-info:hover, .tag.is-delete.is-info:hover, .tag.has-delete-icon.is-info:hover {
    background-color: #98edff;
    text-decoration: none; }
.tag .delete.is-success, .tag.is-delete.is-success, .tag.has-delete-icon.is-success {
  background: #28a745; }
.tag .delete.is-success:hover, .tag.is-delete.is-success:hover, .tag.has-delete-icon.is-success:hover {
    background-color: #1e7e34;
    text-decoration: none; }
.tag .delete.is-warning, .tag.is-delete.is-warning, .tag.has-delete-icon.is-warning {
  background: #ffc107; }
.tag .delete.is-warning:hover, .tag.is-delete.is-warning:hover, .tag.has-delete-icon.is-warning:hover {
    background-color: #d39e00;
    text-decoration: none; }
.tag .delete.is-danger, .tag.is-delete.is-danger, .tag.has-delete-icon.is-danger {
  background: #dc3545; }
.tag .delete.is-danger:hover, .tag.is-delete.is-danger:hover, .tag.has-delete-icon.is-danger:hover {
    background-color: #bd2130;
    text-decoration: none; }
.tag .delete.is-inbox, .tag.is-delete.is-inbox, .tag.has-delete-icon.is-inbox {
  background: #4c92b1; }
.tag .delete.is-inbox:hover, .tag.is-delete.is-inbox:hover, .tag.has-delete-icon.is-inbox:hover {
    background-color: #3d758d;
    text-decoration: none; }
.tag .delete.is-projects, .tag.is-delete.is-projects, .tag.has-delete-icon.is-projects {
  background: #403A60; }
.tag .delete.is-projects:hover, .tag.is-delete.is-projects:hover, .tag.has-delete-icon.is-projects:hover {
    background-color: #2b2740;
    text-decoration: none; }
.tag .delete.is-reports, .tag.is-delete.is-reports, .tag.has-delete-icon.is-reports {
  background: #DC582A; }
.tag .delete.is-reports:hover, .tag.is-delete.is-reports:hover, .tag.has-delete-icon.is-reports:hover {
    background-color: #b5451e;
    text-decoration: none; }
.tag .delete.is-templates, .tag.is-delete.is-templates, .tag.has-delete-icon.is-templates {
  background: #9EA2A2; }
.tag .delete.is-templates:hover, .tag.is-delete.is-templates:hover, .tag.has-delete-icon.is-templates:hover {
    background-color: #848989;
    text-decoration: none; }
.tag .delete.is-strata, .tag.is-delete.is-strata, .tag.has-delete-icon.is-strata {
  background: #0057b7; }
.tag .delete.is-strata:hover, .tag.is-delete.is-strata:hover, .tag.has-delete-icon.is-strata:hover {
    background-color: #003f84;
    text-decoration: none; }
.tag.has-delete-icon {
  padding: 0px; }
.tag.has-delete-icon .icon:first-child:not(:last-child) {
    margin-right: 0px;
    margin-left: 0px; }
.taginput .taginput-container {
  display: flex; }
.taginput .taginput-container.is-focusable {
    padding-bottom: 0;
    padding-top: calc(0.275em - 1px);
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
    cursor: text; }
.taginput .taginput-container:not(.is-focusable) {
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto; }
.taginput .taginput-container:not(.is-focusable).is-small {
      border-radius: 2px;
      font-size: 0.75rem; }
.taginput .taginput-container:not(.is-focusable).is-medium {
      font-size: 1.25rem; }
.taginput .taginput-container:not(.is-focusable).is-large {
      font-size: 1.5rem; }
.taginput .taginput-container > .tag,
  .taginput .taginput-container > .tags {
    margin-left: 0.275rem;
    margin-bottom: calc(0.275em - 1px);
    font-size: 0.9em;
    height: calc(2em - 1px); }
.taginput .taginput-container > .tag .tag,
    .taginput .taginput-container > .tags .tag {
      margin-bottom: 0;
      font-size: 0.9em;
      height: calc(2em - 1px); }
.taginput .taginput-container > .tag .tag.is-delete,
      .taginput .taginput-container > .tags .tag.is-delete {
        width: calc(2em - 1px); }
.taginput .taginput-container .autocomplete {
    position: static;
    flex: 1; }
.taginput .taginput-container .autocomplete input {
      height: calc(2em - 1px);
      margin-bottom: calc(0.275em - 1px);
      padding-top: 0;
      padding-bottom: 0;
      border: none;
      box-shadow: none;
      min-width: 8em; }
.taginput .taginput-container .autocomplete input:focus {
        box-shadow: none !important; }
.taginput .taginput-container .autocomplete .icon {
      height: calc(2em - 1px); }
.taginput .taginput-container .autocomplete > .control.is-loading::after {
      top: 0.375em; }
.upload {
  position: relative;
  display: inline-flex; }
.upload input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    outline: none;
    cursor: pointer;
    z-index: -1; }
.upload .upload-draggable {
    cursor: pointer;
    padding: 0.25em;
    border: 1px dashed #b5b5b5;
    border-radius: 6px; }
.upload .upload-draggable.is-disabled {
      opacity: 0.5;
      cursor: not-allowed; }
.upload .upload-draggable.is-loading {
      position: relative;
      pointer-events: none;
      opacity: 0.5; }
.upload .upload-draggable.is-loading:after {
        animation: spinAround 500ms infinite linear;
        border: 2px solid #dbdbdb;
        border-radius: 290486px;
        border-right-color: transparent;
        border-top-color: transparent;
        content: "";
        display: block;
        height: 1em;
        position: relative;
        width: 1em;
        top: 0;
        left: calc(50% - 1.5em);
        width: 3em;
        height: 3em;
        border-width: 0.25em; }
.upload .upload-draggable:hover.is-white, .upload .upload-draggable.is-hovered.is-white {
      border-color: #FFFFFF;
      background: rgba(255, 255, 255, 0.05); }
.upload .upload-draggable:hover.is-black, .upload .upload-draggable.is-hovered.is-black {
      border-color: #000000;
      background: rgba(0, 0, 0, 0.05); }
.upload .upload-draggable:hover.is-light, .upload .upload-draggable.is-hovered.is-light {
      border-color: #f8f9fa;
      background: rgba(248, 249, 250, 0.05); }
.upload .upload-draggable:hover.is-dark, .upload .upload-draggable.is-hovered.is-dark {
      border-color: #343a40;
      background: rgba(52, 58, 64, 0.05); }
.upload .upload-draggable:hover.is-primary, .upload .upload-draggable.is-hovered.is-primary {
      border-color: #403A60;
      background: rgba(64, 58, 96, 0.05); }
.upload .upload-draggable:hover.is-info, .upload .upload-draggable.is-hovered.is-info {
      border-color: #cbf6ff;
      background: rgba(203, 246, 255, 0.05); }
.upload .upload-draggable:hover.is-success, .upload .upload-draggable.is-hovered.is-success {
      border-color: #28a745;
      background: rgba(40, 167, 69, 0.05); }
.upload .upload-draggable:hover.is-warning, .upload .upload-draggable.is-hovered.is-warning {
      border-color: #ffc107;
      background: rgba(255, 193, 7, 0.05); }
.upload .upload-draggable:hover.is-danger, .upload .upload-draggable.is-hovered.is-danger {
      border-color: #dc3545;
      background: rgba(220, 53, 69, 0.05); }
.upload .upload-draggable:hover.is-inbox, .upload .upload-draggable.is-hovered.is-inbox {
      border-color: #4c92b1;
      background: rgba(76, 146, 177, 0.05); }
.upload .upload-draggable:hover.is-projects, .upload .upload-draggable.is-hovered.is-projects {
      border-color: #403A60;
      background: rgba(64, 58, 96, 0.05); }
.upload .upload-draggable:hover.is-reports, .upload .upload-draggable.is-hovered.is-reports {
      border-color: #DC582A;
      background: rgba(220, 88, 42, 0.05); }
.upload .upload-draggable:hover.is-templates, .upload .upload-draggable.is-hovered.is-templates {
      border-color: #9EA2A2;
      background: rgba(158, 162, 162, 0.05); }
.upload .upload-draggable:hover.is-strata, .upload .upload-draggable.is-hovered.is-strata {
      border-color: #0057b7;
      background: rgba(0, 87, 183, 0.05); }
.upload .upload-draggable.is-expanded {
      width: 100%; }
.upload.is-expanded {
    width: 100%; }
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .upload input[type=file] {
    z-index: auto; }
  .upload .upload-draggable + input[type=file] {
    z-index: -1; } }
@font-face {
  font-family: figtree;
  src: url(/_nuxt/assets/fonts/Figtree/Figtree-VariableFont_wght.ttf); }
.row-stripe {
  background: #f8f9fa; }
h1.page-heading {
  font-family: 'figtree'; }
.theme-inbox h1, .theme-inbox h2, .theme-inbox h3, .theme-inbox h4, .theme-inbox h5 {
  color: #4c92b1; }
.theme-inbox svg path {
  fill: #4c92b1; }
.theme-projects h1, .theme-projects h2, .theme-projects h3, .theme-projects h4, .theme-projects h5 {
  color: #403A60; }
.theme-questionnaires h1, .theme-questionnaires h2, .theme-questionnaires h3, .theme-questionnaires h4, .theme-questionnaires h5 {
  color: #403A60; }
.theme-reports h1, .theme-reports h2, .theme-reports h3, .theme-reports h4, .theme-reports h5 {
  color: #403A60; }
.theme-reports svg path {
  fill: #DC582A; }
.theme-templates h1, .theme-templates h2, .theme-templates h3, .theme-templates h4, .theme-templates h5 {
  color: #403A60; }
.theme-templates svg path {
  fill: #9EA2A2; }
.mobile .page-header {
  background: #403A60; }
.mobile .page-header h1 {
    color: #FFFFFF; }
.page-header-wrapper {
  background: #dee2e6;
  margin-bottom: 1rem;
  padding: 1rem 0; }
.page-header-wrapper .page-heading {
    color: #02346f;
    margin: 0 1rem 0 0; }
.page-header-wrapper .header-actions .row {
    align-items: center; }
.page-header-wrapper .header-actions .actions-wrapper button:not(.new):not(.btn-search-field),
  .page-header-wrapper .header-actions .actions-wrapper .search-input {
    align-items: center;
    display: flex;
    margin-left: 1rem; }
.page-header-wrapper .header-actions .actions-wrapper button:not(.new):not(.btn-search-field).has-icons-right .input:hover ~ .icon,
    .page-header-wrapper .header-actions .actions-wrapper .search-input.has-icons-right .input:hover ~ .icon {
      color: #4a4a4a; }
.page-header-wrapper .header-actions .actions-wrapper button:not(.new):not(.btn-search-field) .icon:hover,
    .page-header-wrapper .header-actions .actions-wrapper .search-input .icon:hover {
      color: #4a4a4a; }
.page-header-wrapper .header-actions .actions-wrapper button:not(.new):not(.btn-search-field) + .control .select select,
    .page-header-wrapper .header-actions .actions-wrapper .search-input + .control .select select {
      padding-right: 1rem; }
.page-header-wrapper .header-actions .actions-wrapper button.new {
    margin-left: 1rem; }
.page-header-wrapper .header-actions .actions-wrapper .actions {
    align-items: center;
    display: flex;
    justify-content: flex-end; }
@media (max-width: 992px) {
      .page-header-wrapper .header-actions .actions-wrapper .actions {
        justify-content: center;
        padding: 0 15px 0 0; } }
.page-header-wrapper .header-actions .actions-wrapper .breadcrumb {
    display: flex; }
.page-header-wrapper .header-search .row {
    align-items: center;
    height: 100%; }
.page-header-wrapper .header-search .row .col {
      align-items: center;
      display: flex; }
.page-header-wrapper .refresh-icon {
    align-items: center;
    display: flex;
    justify-content: center; }
.page-header-wrapper .refresh-icon .spinner-border {
      height: 23px;
      width: 24px; }
.page-header-wrapper .refresh-icon.small .spinner-border {
      height: 19px;
      width: 19px;
      margin: 4px 3px 2px; }
.page-header-wrapper .refreshing {
    cursor: not-allowed !important; }
.icon-button {
  align-items: center;
  display: inline-flex;
  white-space: nowrap; }
.icon-button:hover {
    color: #DC582A;
    text-decoration: none; }
.icon-button:hover svg circle,
    .icon-button:hover svg line,
    .icon-button:hover svg path,
    .icon-button:hover svg rect,
    .icon-button:hover svg polyline,
    .icon-button:hover svg polygon {
      stroke: #DC582A !important; }
.btn:focus, .btn.focus {
  box-shadow: none; }
.btn:disabled {
  cursor: not-allowed; }
.btn.saving {
  cursor: wait !important; }
img {
  max-width: 100%; }
.ordered {
  list-style-type: decimal; }
.has-text-centered {
  text-align: center; }
.has-text-danger {
  color: #dc3545 !important; }
.has-text-warning {
  color: #ffc107 !important; }
.has-text-success {
  color: #28a745 !important; }
.has-text-inbox {
  color: #4c92b1 !important; }
.has-text-templates {
  color: #9EA2A2 !important; }
.is-invisible {
  visibility: hidden !important; }
.required {
  color: #dc3545 !important; }
.required span {
    display: block;
    font-size: 0.75rem;
    margin-bottom: 1rem; }
.required-badge,
.requirement-badge {
  display: inline-flex;
  align-items: center;
  margin-right: 0.25rem; }
.required-badge .badge,
  .requirement-badge .badge {
    font-size: 50%; }
.modal-title {
  color: #FFFFFF;
  font-family: 'asap';
  font-size: 1.25rem; }
.ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5,
.message-body h1,
.message-body h2,
.message-body h3,
.message-body h4,
.message-body h5 {
  color: unset !important;
  padding: 0 !important;
  margin: 0 !important; }
.ql-editor p,
.message-body p {
  margin-bottom: 0 !important; }
.ql-editor svg path,
.message-body svg path {
  fill: unset !important; }
.ql-editor blockquote,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
  padding: 0 !important;
  margin: 0 !important;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9 !important; }
form h4, form h5 {
  margin-bottom: 0.25rem !important; }
form .field {
  margin-bottom: 1rem; }
form .field.is-grouped-multiline .field {
  margin-bottom: 1rem; }
.form-actions {
  margin: 1rem 0; }
.form-actions button {
    margin-right: 1rem;
    min-width: 5rem; }
.page-enter-active,
.page-leave-active {
  transition: opacity 0.2s; }
.page-enter,
.page-leave-to {
  opacity: 0; }
.help-icon {
  padding: 0; }
.help-icon i:before {
    font-size: 20px !important; }
.help-icon:hover i:before {
    color: #4c92b1; }
.list-filters .sort {
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #6c757d;
  font-weight: 700;
  padding: 0; }
.list-filters .sort:focus, .list-filters .sort.focus {
    box-shadow: none;
    outline: none;
    text-decoration: none; }
.list-filters .sort.active {
    border: 0;
    border-bottom: 2px solid #6c757d; }
.list-filters .sort:hover {
    text-decoration: none; }
.list-filters .sort:not(.active):not(.btn-filter):not(.no-icon):hover .icon {
    display: flex !important; }
.list-filters .sort:not(.active):not(.btn-filter):not(.no-icon):hover .icon i:before {
      content: "󰩤"; }
.load-more .col {
  display: flex;
  justify-content: center;
  margin: 1rem 0; }
.load-more .col button {
    align-items: center;
    display: flex; }
.load-more .col button .spinner-border {
      margin: 0 0.5rem; }
.noninteractive {
  position: relative; }
.noninteractive:hover {
    cursor: not-allowed; }
.noninteractive:before {
    background: rgba(255, 255, 255, 0.5);
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1000; }
.result-count .col {
  color: #6c757d;
  display: flex;
  font-size: 0.8rem;
  justify-content: flex-end; }
@media print {
  footer.main-footer,
  header,
  .page-header-wrapper,
  .report-actions,
  .report-buttons {
    display: none; }
  .report-result-content {
    border: 0;
    padding: 0; } }
.b-steps .steps .step-items:not(.questionnaire_review-questions.ul) {
  list-style-type: none; }
.b-steps .steps .step-items .step-item .step-link:hover {
  cursor: pointer;
  text-decoration: none; }

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
#modal-quick-start .tabs .nav {
  justify-content: initial;
  margin-bottom: 1rem;
}
#modal-quick-start .tabs .nav-item .nav-link.active {
  background: #e9ecef;
}
#modal-quick-start li {
  margin-bottom: 0.5rem;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.copy-options .option-card {
  cursor: pointer !important;
  transition: all 0.3s ease;
}
.copy-options .option-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.copy-options .option-card .copy-option-card {
    transition: all 0.3s ease;
    cursor: pointer !important;
    border: 2px solid #e9ecef;
    background: #ffffff;
    border-radius: 0.75rem;
}
.copy-options .option-card .copy-option-card:hover {
      border-color: #403A60 !important;
      box-shadow: 0 6px 20px rgba(64, 58, 96, 0.25);
      cursor: pointer !important;
      background: #c4c0d9;
      transform: translateY(-2px);
}
.copy-options .option-card .copy-option-card.border-primary {
      border-color: #403A60 !important;
      background: #bebad5;
      box-shadow: 0 4px 16px rgba(64, 58, 96, 0.3);
}
.copy-options .option-card .copy-option-card.border-primary h6, .copy-options .option-card .copy-option-card.border-primary p {
        color: #000000 !important;
        font-weight: 600;
}
.copy-options .option-card .copy-option-card * {
      cursor: pointer !important;
      color: #000000 !important;
}
.copy-options .option-card .copy-option-card .card-body {
      padding: 1.25rem;
}
.copy-options .option-card .copy-option-card .card-body h6 {
        font-weight: 600;
        color: #000000 !important;
        font-size: 1.1rem;
        margin-bottom: 0.25rem;
}
.copy-options .option-card .copy-option-card .card-body p {
        color: #000000 !important;
        font-size: 0.875rem;
        line-height: 1.5;
        opacity: 0.8;
}
.copy-options h5 {
  color: #000000 !important;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.copy-options .modal-actions {
  border-top: 2px solid #e9ecef;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin: 1.5rem -1.5rem -1.5rem;
}
.copy-options .modal-actions .btn {
    min-width: 120px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.copy-options .modal-actions .btn .b-icon {
      margin-right: 0.5rem !important;
}
#copy-questions-modal .modal-header {
  background: #FFFFFF !important;
  border-bottom: 2px solid #e9ecef !important;
  color: #403A60 !important;
  padding: 1.5rem 2rem;
}
#copy-questions-modal .modal-header .modal-title {
    color: #403A60 !important;
    font-weight: 700 !important;
    font-size: 1.35rem;
    text-shadow: none;
}
#copy-questions-modal .modal-header .close {
    color: #6c757d !important;
    opacity: 0.8;
    text-shadow: none;
}
#copy-questions-modal .modal-header .close:hover {
      opacity: 1;
      color: #343a40 !important;
}
#copy-questions-modal .modal-content {
  border: none;
  border-radius: 1.25rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(64, 58, 96, 0.15);
  overflow: hidden;
}
#copy-questions-modal .modal-body {
  padding: 2rem;
  background: #FFFFFF;
  color: #000000 !important;
}
#copy-questions-modal .modal-body * {
    color: #000000 !important;
}
#template-selection-modal .modal-header, #project-selection-modal .modal-header {
  background: #FFFFFF !important;
  border-bottom: 2px solid #e9ecef !important;
  color: #403A60 !important;
  padding: 1.25rem 1.5rem;
}
#template-selection-modal .modal-header .modal-title, #project-selection-modal .modal-header .modal-title {
    color: #403A60 !important;
    font-weight: 600 !important;
    font-size: 1.25rem;
}
#template-selection-modal .modal-content, #project-selection-modal .modal-content {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#template-selection-modal .modal-body, #project-selection-modal .modal-body {
  padding: 1.5rem;
  background: #FFFFFF;
}
#template-selection-modal .template-list-container, #template-selection-modal .project-list-container, #project-selection-modal .template-list-container, #project-selection-modal .project-list-container {
  max-height: 400px;
  overflow-y: auto;
  border: 2px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 1rem;
  background: linear-gradient(135deg, #FFFFFF 0%, #f8f9fa 100%);
}
#template-selection-modal .template-list-container::-webkit-scrollbar, #template-selection-modal .project-list-container::-webkit-scrollbar, #project-selection-modal .template-list-container::-webkit-scrollbar, #project-selection-modal .project-list-container::-webkit-scrollbar {
    width: 8px;
}
#template-selection-modal .template-list-container::-webkit-scrollbar-track, #template-selection-modal .project-list-container::-webkit-scrollbar-track, #project-selection-modal .template-list-container::-webkit-scrollbar-track, #project-selection-modal .project-list-container::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 4px;
}
#template-selection-modal .template-list-container::-webkit-scrollbar-thumb, #template-selection-modal .project-list-container::-webkit-scrollbar-thumb, #project-selection-modal .template-list-container::-webkit-scrollbar-thumb, #project-selection-modal .project-list-container::-webkit-scrollbar-thumb {
    background: #403A60;
    border-radius: 4px;
}
#template-selection-modal .template-list-container::-webkit-scrollbar-thumb:hover, #template-selection-modal .project-list-container::-webkit-scrollbar-thumb:hover, #project-selection-modal .template-list-container::-webkit-scrollbar-thumb:hover, #project-selection-modal .project-list-container::-webkit-scrollbar-thumb:hover {
      background: #2b2740;
}
#template-selection-modal .template-list-container .template-card, #template-selection-modal .template-list-container .project-card, #template-selection-modal .project-list-container .template-card, #template-selection-modal .project-list-container .project-card, #project-selection-modal .template-list-container .template-card, #project-selection-modal .template-list-container .project-card, #project-selection-modal .project-list-container .template-card, #project-selection-modal .project-list-container .project-card {
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #FFFFFF;
}
#template-selection-modal .template-list-container .template-card:hover, #template-selection-modal .template-list-container .project-card:hover, #template-selection-modal .project-list-container .template-card:hover, #template-selection-modal .project-list-container .project-card:hover, #project-selection-modal .template-list-container .template-card:hover, #project-selection-modal .template-list-container .project-card:hover, #project-selection-modal .project-list-container .template-card:hover, #project-selection-modal .project-list-container .project-card:hover {
      border-color: #403A60;
      box-shadow: 0 4px 16px rgba(64, 58, 96, 0.2);
      transform: translateY(-2px);
      background: #c4c0d9;
}
#template-selection-modal .template-list-container .template-card .card-body, #template-selection-modal .template-list-container .project-card .card-body, #template-selection-modal .project-list-container .template-card .card-body, #template-selection-modal .project-list-container .project-card .card-body, #project-selection-modal .template-list-container .template-card .card-body, #project-selection-modal .template-list-container .project-card .card-body, #project-selection-modal .project-list-container .template-card .card-body, #project-selection-modal .project-list-container .project-card .card-body {
      padding: 1.25rem;
      background: transparent;
}
#template-selection-modal .template-list-container .template-card h6, #template-selection-modal .template-list-container .project-card h6, #template-selection-modal .project-list-container .template-card h6, #template-selection-modal .project-list-container .project-card h6, #project-selection-modal .template-list-container .template-card h6, #project-selection-modal .template-list-container .project-card h6, #project-selection-modal .project-list-container .template-card h6, #project-selection-modal .project-list-container .project-card h6 {
      color: #000000 !important;
      font-weight: 600;
}
.modal-actions .btn {
  border-radius: 0.375rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border-width: 2px;
  min-width: 120px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modal-actions .btn.btn-light {
    background: linear-gradient(135deg, #dc3545 0%, #bd2130 100%);
    border-color: #dc3545;
    color: #FFFFFF;
}
.modal-actions .btn.btn-light:hover {
      background: linear-gradient(135deg, #d32535 0%, #a71d2a 100%);
      border-color: #d32535;
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}
.modal-actions .btn.btn-success {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    border-color: #28a745;
}
.modal-actions .btn.btn-success:hover:not(:disabled) {
      background: linear-gradient(135deg, #1e7e34 0%, #28a745 100%);
      border-color: #1e7e34;
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
.btn-templates, .btn-projects {
  background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%) !important;
  border-color: #28a745 !important;
  color: #FFFFFF !important;
  font-weight: 600;
}
.btn-templates:hover, .btn-projects:hover {
    background: linear-gradient(135deg, #23923d 0%, #19692c 100%) !important;
    border-color: #23923d !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.form-check-input:checked,
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #000000 !important;
  border-color: #000000 !important;
  accent-color: #000000 !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.loading-overlay {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  cursor: none;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.loading-overlay span {
    position: absolute;
    top: 30%;
}
.loading-overlay span.large {
      height: 4rem;
      width: 4rem;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.template h4 {
  color: #403A60;
}
.template .template-import {
  display: inline-block;
  margin-bottom: 0;
}
.template .action-separator {
  color: #adb5bd;
  font-size: 1.2rem;
  margin: 0 0.75rem;
  font-weight: 300;
}
.template .selected-count {
  background: #28a745;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  margin-left: 0.5rem;
}
.template .question-help {
  border-left: 1px solid #ced4da;
  font-size: 0.75rem;
  padding-left: 0.5rem;
  width: 40%;
}
.template .question-help .select-buttons button {
    margin-left: 0 !important;
    margin-right: 0.5rem;
    margin-bottom: 3px;
}
@media (max-width: 992px) {
.template .content-section .section-inner {
    padding: 0 0 1rem;
}
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-import-template {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
.icon-import-template:hover line,
  .icon-import-template:hover path {
    stroke: #DC582A !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-export-template {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
.icon-export-template:hover line,
  .icon-export-template:hover path {
    stroke: #DC582A !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-add-template-question {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
.icon-add-template-question:hover line,
  .icon-add-template-question:hover path {
    stroke: #DC582A !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.categories-questions {
  position: relative;
}
.categories-questions h5 {
    color: #9EA2A2;
}
.categories-questions .card {
    border-radius: 0;
    height: 100%;
}
.categories-questions .card .card-body {
      padding: 0.5rem;
      position: relative;
}
.categories-questions .card .card-header {
      align-items: center;
      display: flex;
      justify-content: space-between;
      min-height: 3.25rem;
}
.categories-questions .card .card-header .icon {
        vertical-align: bottom;
}
.categories-questions .categories .card-header {
    padding: 0.5rem 1.25rem;
}
.categories-questions .categories .card-header button {
      padding: 0.1rem;
}
@media (max-width: 992px) {
.categories-questions .categories {
      margin-bottom: 1rem;
}
.categories-questions .categories .card-header {
        padding: 0.5rem 0.5rem 0.5rem 1.25rem;
}
}
.categories-questions .questions {
    min-height: 50vh;
}
.categories-questions .questions .card-body {
      padding: 1rem;
      padding: 0 1rem 1rem;
}
.categories-questions .questions .loading-overlay {
      align-items: initial;
      padding-top: 10%;
      top: 3rem;
}
.categories-questions .questions .loading-overlay span {
        top: auto;
        top: initial;
}
.categories-questions .questions .no-questions {
      padding-top: 0.5rem;
}
.categories-questions .questions .select-all-check label {
      margin-bottom: 0;
}
.categories-questions .top {
    border-radius: 50%;
    opacity: 0.75;
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    z-index: 25000;
}
.categories-questions .top span {
      width: 1rem;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
#modal-import-template-questions .loading-overlay {
  max-height: 100%;
}
#modal-import-template-questions .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 7.5rem);
}
#modal-import-template-questions .template-list-item {
  background: #f8f9fa;
  cursor: auto;
  cursor: initial;
  margin-bottom: 0.5rem;
}
#modal-import-template-questions .section-list-actions {
  cursor: pointer;
  flex: 1 0 30%;
  max-width: 30%;
}
#modal-import-template-questions .icon-button {
  justify-content: flex-end;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.section-list-item {
  border: 1px solid transparent;
  padding: 0.5rem 0;
  position: relative;
}
.section-list-item:hover {
    border: 1px solid #adb5bd;
    cursor: pointer;
}
.section-list-actions {
  display: flex;
  flex-direction: column;
  flex: 0 0 14%;
  min-width: -moz-min-content;
  min-width: min-content;
  max-width: 14%;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.categories-manager .loading-overlay {
  max-height: 100%;
}
.categories-manager .category-manager-actions {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
.categories-manager .category-manager-actions {
      justify-content: flex-end;
}
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.showSecondaries-enter-active, .showSecondaries-leave-active {
  transition: height 0.3s ease-out;
}
.showSecondaries-enter {
  height: 0%;
}
.showSecondaries-leave-to {
  height: 100;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.category-actions {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 400px) {
.category-actions .move-primary-dropdown .dropdown-menu {
      right: calc(100% - 5rem);
}
}
@media (min-width: 992px) {
.category-actions {
      justify-content: flex-end;
}
.category-actions > *:not(:last-child) {
        border-right: 3px solid white;
}
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
html {
  scroll-behavior: smooth;
}
.category {
  position: relative;
}
.category .category-item {
    border: 1px solid transparent;
    color: #403A60;
    display: flex;
    padding: 0.25rem;
}
.category .category-item a.btn-categories {
      padding: 0.75rem 1rem !important;
}
.category .category-item .btn-categories button {
      padding: 0.75rem 1rem !important;
}
.category .category-item .category-name {
      align-items: center;
      display: flex;
      flex: 1 0;
}
.category .category-item .category-name .required-badge {
        font-size: 50%;
        margin-left: 0.25rem;
}
.category .category-item.active {
      border: 1px solid #28a745;
}
.category .category-item:hover {
      background: #e9ecef;
      cursor: pointer;
}
.category .category-item.secondary {
      color: #4c92b1;
      margin-left: 1rem;
}
.category .category-item.secondary:before {
        border-left: 2px solid #495057;
        content: '';
        margin-right: 0.5rem;
}
.category .category-item .edit-category {
      width: 100%;
}
.category .category-item .edit-category .control {
        margin-bottom: 2px;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-trash {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
.icon-trash line,
  .icon-trash path {
    stroke: #DC582A !important;
}
.icon-trash:hover line,
  .icon-trash:hover path {
    stroke: #DC582A !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.not-viewed[data-v-0344c06c] {
  width: 7px;
  height: 8px;
  border-radius: 0.5rem;
  margin: 0.25rem 0 0 0.3rem;
  background: #6969ff;
  background: linear-gradient(190deg, #6969ff 15%, #0909ff 60%);
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.question-list .col-info-actions {
  display: flex;
  justify-content: space-around;
}
.question-list .col-info-actions .col {
    text-align: center;
}
.question-list .col-info-actions .col-info, .question-list .col-info-actions .col-phase {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 3rem;
}
.question-list.participant a.question-text:hover {
  cursor: pointer;
}
.question-list.participant a.question-text.is-requirement:hover {
  cursor: not-allowed;
}
.question-list.owner .question.answer.active {
  background: #f8f9fa;
}
.question-list.owner .answer-toggle {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.question-list.owner .answer-toggle button {
    margin-top: 0.5rem;
}
.question-list.owner .detail-container {
  background: none;
  border-left: none;
  margin-left: 0;
}
.question-list.owner .detail-container h4 {
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
}
.question-list.owner .detail-container h4:hover {
      cursor: pointer;
      color: #4c92b1;
}
.question-list.owner .detail-container .row {
    padding: 0.5rem 0 0.25rem;
}
.question-list.owner .detail-container .detail-section {
    border-top: 1px solid #ced4da;
}
.question-list .question-header {
  background: #e9ecef;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.question-list .question-header h5 {
    color: #403A60;
}
.question-list .question-item {
  border-bottom: 1px solid #ced4da;
  padding: 0.5rem 0;
}
.question-list .question-item.detail.readonly:hover {
    cursor: default;
}
.question-list .question-item.detail:not(.readonly):hover {
    cursor: move;
}
.question-list a {
  align-items: center;
  display: flex;
  padding: 0.5rem 0 0.5rem 0.25rem;
  width: 100%;
}
.question-list a:hover {
    text-decoration: none;
}
.question-list a .required-badge,
  .question-list a .requirement-badge {
    margin-right: 0.25rem;
}
.question-list .detail-row {
  outline: none;
}
.question-list .detail-container {
  background: #f8f9fa;
  border-left: 2px solid #495057;
  margin: 0.5rem 0 0.5rem 0.5rem;
  padding: 0 1rem !important;
}
.question-list .detail-container .detail-header {
    padding: 0 !important;
}
.question-list .detail-container .detail-header > .col {
      align-items: center;
      display: flex;
}
.question-list .detail-container .detail-header h5 {
      color: #4c92b1;
      margin-bottom: 0;
}
.question-list .detail-container .row {
    padding: 0.5rem 0;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.question.answer .answered-question-row {
  outline: none;
}
.question.answer .question-answered {
  color: #28a745;
}
.question.answer .question-not-answered {
  color: #dc3545;
}
.question.answer .question-text.owner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: unset;
  font-weight: 700;
  outline: none;
  margin-bottom: 0.25rem;
}
.answered-question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.answered-question .not-viewed {
    margin: 0;
    margin-right: 0.25rem;
}
.clickable {
  cursor: pointer;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.requirement-operator-value {
  display: flex;
}
.requirement-operator-value .operator {
    background: #dee2e6;
    margin: 0 0.5rem 0 0;
    padding: 0 0.5rem;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.question.answer .answer-actions button:hover {
  color: #000;
  color: initial;
}
.question.answer .loading-overlay {
  top: 0;
}
.question.answer .lois-sync {
  background: rgba(40, 167, 69, 0.2);
  font-size: 0.75rem;
}
.question.answer .detail-header h5 {
  padding-top: 0.5rem;
}
.question.answer .answer-type-text .textarea {
  min-height: 100px;
  resize: vertical;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.question.answer .answer-row .col-text {
  display: flex;
}
.question.answer .answer-row .col-text .question-select-cb {
    margin-bottom: 0;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.question.detail .question-select-cb {
  margin-bottom: 0;
}
.phase-exceeds {
  position: relative;
}
.phase-exceeds span {
    background: #dc3545;
    color: #FFFFFF;
    padding: 0.25rem;
}
.phase-exceeds:hover {
    cursor: pointer;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-edit {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
.icon-edit:hover path,
  .icon-edit:hover polygon,
  .icon-edit:hover polyline {
    stroke: #DC582A !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
#icon-delete {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
#icon-delete:hover path,
  #icon-delete:hover line {
    stroke: #DC582A !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.content-section {
  border: 1px solid #dee2e6;
  box-shadow: -2px 3px 10px #ced4da;
  margin-bottom: 2rem;
  transition: height 0.3s;
}
.content-section .section-header {
    align-items: center;
    background: #e9ecef;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    margin-bottom: 1rem;
}
.content-section .section-header h4 {
      margin-bottom: 0;
}
.content-section .section-header .actions {
      margin-left: 1rem;
}
.content-section .section-inner {
    padding: 0 1rem 1rem;
    position: relative;
}
.content-section .section-inner .file {
      border: 0;
      margin-top: 0;
      padding-top: 0;
}
.content-section .section-inner.details > .row {
      border-bottom: 1px solid #e9ecef;
      margin-bottom: 0.5rem;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-select-property {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
.icon-select-property:hover line,
  .icon-select-property:hover polyline {
    stroke: #DC582A !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.nav-mobile {
  background-color: #012754;
  height: 100%;
  overflow-y: scroll;
  padding: 1.5rem 0 1.5rem 1.5rem;
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: all 0.5s;
  width: 100%;
}
.nav-mobile .copyright {
    color: #FFFFFF;
    font-size: 0.75rem;
    margin: 0 1.25rem 2rem 0;
    text-align: right;
}
.nav-mobile .copyright a {
      color: #FFFFFF;
}
.nav-mobile hr {
    border-color: #565367;
    margin-bottom: 1rem;
    width: 100%;
}
.nav-mobile .nav-close {
    color: #FFFFFF;
    position: absolute;
    right: 0.75rem;
    top: 2.5rem;
}
.nav-mobile .nav-mobile-content {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}
.nav-mobile .nav-wrapper {
    display: flex;
    flex-direction: column;
    width: 65%;
}
.nav-mobile .nav {
    flex-direction: column;
    margin-right: 1.5rem;
}
.nav-mobile .nav .nav-item {
      justify-content: flex-end;
}
.nav-mobile .nav .nav-item:not(:last-child) {
        margin-bottom: 0.5rem;
}
.nav-mobile .nav .nav-item .nav-link {
        color: #cccccc;
        font-family: 'figtree';
        font-size: 18px;
        padding: 0 0 0.25rem !important;
}
.nav-mobile .nav .nav-item .nav-link.active {
          color: #FFFFFF;
          font-weight: 700;
}
.nav-mobile .nav .nav-item .nav-link .notification-badge {
          right: auto;
          right: initial;
          position: relative;
          top: -1px;
}
.nav-mobile .social {
    display: flex;
    justify-content: flex-end;
    margin: 0 1.25rem 2rem 0;
}
.nav-mobile .social a {
      height: 2rem;
      width: 2rem;
      margin-left: 1rem;
}
.nav-mobile .social a:hover svg path {
        fill: #DC582A !important;
}
.nav-mobile .user-profile {
    color: #FFFFFF;
    color: #77C5D5;
    font-family: 'figtree';
    text-align: right;
    width: 65%;
}
.nav-mobile .user-profile p {
      padding-right: 1.5rem;
}
@media (max-width: 1023px) {
.nav-mobile {
      z-index: 200000;
}
.nav-mobile.open {
        transform: translateX(0);
}
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.nav {
  flex: 1;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.navbar-text {
  font-size: 0.8rem;
}
.nav-item {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.nav-item .notification-badge {
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 8px;
}
.nav-item.btn-login .nav-link {
    font-weight: 800;
}
.nav-item .nav-link {
    display: inline-block;
    font-family: 'figtree';
    font-size: 1rem;
    margin-left: 0.25rem;
    transition: all .25s ease;
    font-weight: 700;
}
.nav-item .nav-link.active {
      background-color: #02346f;
}
.nav-item .nav-link .btn {
      font-weight: 700;
}
.mobile .nav-item .nav-link {
  color: #cccccc;
  font-family: 'asap';
  margin-left: 0;
  padding: 0.25rem;
  padding: 0;
}
.mobile .nav-item .nav-link:hover {
    color: #FFFFFF;
}
.mobile .nav-item .nav-link.active {
    background-color: transparent;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: 700;
}
.mobile .nav-item .nav-link .notification-badge {
    top: 0;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
header.main-header {
  background: #FFFFFF;
}
header.main-header .logo {
    margin-top: 5px;
    width: 300px;
    height: 100%;
    min-width: 275px;
}
header.main-header .logo-static {
    margin-bottom: 1px;
    margin-left: 4px;
    margin-top: 11px;
    width: 6.5rem;
    height: auto;
}
header.main-header .b-avatar {
    background-color: #4c92b1;
    border: 2px solid #FFFFFF;
}
header.main-header .b-avatar:hover {
      background-color: #DC582A;
}
header.main-header .b-avatar .b-avatar-text {
      text-shadow: 1px 1px #212529;
}
header.main-header .b-avatar.admin {
    background-color: #FFFFFF;
    border: 2px solid #0057b7;
}
header.main-header .b-avatar.admin .b-avatar-text {
      color: #0057b7;
      text-shadow: none;
}
header.main-header button {
    width: 10.75rem;
    height: 3.125rem;
    font-size: 1rem;
}
.navbar-light .navbar-nav .nav-link {
  color: #0057b7;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #02346f;
}
.navbar-light .navbar-nav .nav-link:hover.active {
    color: #0079FF;
}
.navbar-light .navbar-nav .nav-link:after {
  color: #0057b7;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #0057b7;
}
.nav-profile .dropdown-menu-animation {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.nav-profile .dropdown-menu {
  background: transparent;
  border: 0;
  font-family: 'asap';
  font-size: 0.75rem;
  min-width: -moz-min-content;
  min-width: min-content;
  top: 1.9rem !important;
  left: auto !important;
  left: initial !important;
  right: auto !important;
  right: initial !important;
}
.nav-profile .dropdown-menu .has-link a {
    color: #FFFFFF;
    padding: 0.375rem 0.75rem;
}
.nav-profile .dropdown-menu .has-link a.active {
      background-color: transparent;
      font-weight: 700;
}
.nav-profile .dropdown-menu .has-link a:hover {
      background-color: transparent;
}
.nav-profile .dropdown-content {
  background: #012754;
  padding: 0.5rem 0;
  text-align: center;
}
.nav-profile .dropdown-item {
  padding: 0.5rem 1.75rem;
}
.nav-profile .dropdown-trigger {
  z-index: 1000;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.error-stack-trace {
  margin-top: .5rem;
  margin-left: .5rem;
  padding: 1rem;
  /* padding-left: 2rem; */
  background-color: #d0d0d0;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.page-header h1 {
  display: flex;
}
.page-header .nav-toggle {
  cursor: pointer;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.mobile .page-header {
  align-items: center;
  padding: 1em 0;
}
.mobile .page-header h1 {
    margin-bottom: 0;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
#icon-hamburger {
  height: 2rem;
  width: 2rem;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-add-primary {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
.icon-add-primary:hover line {
    stroke: rgba(52, 58, 64, 0.7) !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
#icon-refresh {
  height: 24px;
  width: 24px;
  transition: 0.1s all;
}
#icon-refresh:hover path,
  #icon-refresh:hover polyline {
    stroke: rgba(52, 58, 64, 0.7) !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-list {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
.icon-list:hover line {
    stroke: rgba(52, 58, 64, 0.7) !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-edit-primary {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
.icon-edit-primary:hover line,
  .icon-edit-primary:hover path,
  .icon-edit-primary:hover polygon {
    fill: rgba(52, 58, 64, 0.7) !important;
    stroke: rgba(52, 58, 64, 0.7) !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-details {
  height: 32px;
  transition: 0.1s all;
}
.icon-details:hover line,
  .icon-details:hover path {
    stroke: rgba(52, 58, 64, 0.7) !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.breadcrumb-wrapper {
  margin-bottom: 1rem;
}
.breadcrumb-wrapper .crumbs {
    display: flex;
    justify-content: flex-end;
}
.breadcrumb-wrapper .crumb {
    color: #adb5bd;
}
.breadcrumb-wrapper .crumb span {
      font-weight: bold;
}
.breadcrumb-wrapper .crumb + .crumb {
    padding-left: 0.5rem;
    margin: 0;
}
.breadcrumb-wrapper .crumb + .crumb:before {
      display: inline-block;
      padding-right: 0.5rem;
      content: "/";
}
.breadcrumb-wrapper .page-title h2 {
    color: #4c92b1;
}
@media (max-width: 992px) {
.breadcrumb-wrapper .crumbs {
      justify-content: flex-start;
      order: 1;
}
.breadcrumb-wrapper .page-title {
      order: 2;
}
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
footer.main-footer {
  background-color: #0057b7;
  color: #FFFFFF;
  padding: 4.688rem 4.688rem 0rem 4.688rem;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  text-align: left;
}
footer.main-footer .logo-lg {
    height: 7.5rem;
    width: 27rem;
}
footer.main-footer .logo-sm {
    height: 4.875rem;
    width: auto;
}
footer.main-footer .strata .rights-reserved {
    margin-bottom: 1rem;
}
footer.main-footer .section-header {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
footer.main-footer .info {
    display: flex;
    flex-direction: column;
}
footer.main-footer .info .info-link {
      color: #FFFFFF;
      margin-bottom: 1rem;
}
.mobile footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1rem;
}
.mobile .main-footer {
  padding: 1rem;
}
.mobile .strata-footer {
  flex-shrink: 0;
  width: 100%;
}
.mobile .strata-footer .row {
    display: flex;
    width: 100;
    align-items: left;
    text-align: left;
    flex-direction: column-reverse;
}
.mobile .strata-footer .strata .rights-reserved {
    margin-bottom: 0rem;
}
.mobile .strata-footer .col-8 {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
.mobile .strata-footer .col-4 {
    max-width: 100%;
}
.mobile .info .info-link {
  margin-bottom: 0.5rem;
}
.mobile .mobile-user-nav {
  padding: 0.5rem 0;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.75rem;
  align-content: left;
}
.mobile .mobile-user-nav .nav {
    flex-direction: column;
    text-align: left;
}
.mobile .mobile-user-nav .nav-item {
    justify-content: left;
    margin-bottom: 0.5rem;
}
.mobile .mobile-user-nav .nav-link {
    font-weight: 400;
    color: white;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
html, body, #__nuxt, #__layout {
  height: 100%;
}
.page-wrap-outer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-wrap {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.page-wrap .backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.page-content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.page-content .content-container.full > .row {
    height: 100%;
}
@media (min-width: 992px) {
.page-content .content-container:not(.full) {
      padding: 1em;
}
}
.page-content .content {
    padding: 1em 0;
}
.mobile .page-wrap.nav-open {
  position: fixed;
  z-index: 200000;
}
.mobile .page-content {
  margin-bottom: 5rem;
}
.mobile footer {
  bottom: 0;
  position: relative;
  width: 100%;
  z-index: 20000;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
#modal-auth {
  margin: 2rem 0;
  text-align: center;
}
#modal-auth .alert button {
    color: #000;
    color: initial;
    text-shadow: none;
    text-shadow: initial;
}
#modal-auth .auth-modal-header {
    align-items: center;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding: 3rem 0 1rem;
}
#modal-auth .auth-modal-header button {
      position: absolute;
      right: 1rem;
      top: 1rem;
}
#modal-auth .auth-modal-header h4 {
      color: #0057b7;
}
#modal-auth .auth-modal-header h4.login-title {
      font-size: 1.75rem;
}
#modal-auth .auth-modal-header .logo {
      margin-bottom: 1rem;
      margin-left: 1rem;
      width: 6.5rem;
      height: auto;
}
#modal-auth button {
    color: #FFFFFF;
    margin-bottom: 1rem;
    text-shadow: 1px 1px #212529;
}
#modal-auth button.action-primary {
      background: #02346f;
}
#modal-auth button.action-primary:hover {
        background: rgba(4, 64, 136, 0.8);
}
#modal-auth button.action-secondary {
      background: #999999;
}
#modal-auth button.action-secondary:hover {
        background: rgba(153, 153, 153, 0.8);
}
#modal-auth .form-wrapper a {
    color: #00448F;
}
@media (max-width: 992px) {
#modal-auth .modal-body {
      padding: 1rem 0;
}
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
#icon-close {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
#icon-close:hover line,
  #icon-close:hover path {
    stroke: #343a40 !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.flex.action-primary {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: #00448F;
  border-radius: 0.25rem;
  padding: 0;
  margin-bottom: 1rem;
  height: 60px;
}
.flex.action-primary label {
    color: white;
    justify-self: flex-start;
    padding: 0.1rem 0;
    margin: 0;
}
.flex.action-primary div.login-with-select {
    height: 32px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.flex.action-primary div.login-with-select span.select {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
}
.flex.action-primary div.login-with-select span.select select {
        color: black;
        background-color: #e8f0fe;
        display: flex;
        align-items: center;
        width: 252px;
        margin: 0;
        padding: 0 2px;
        padding-left: 5px;
        height: 30px;
}
.flex.action-primary div.login-with-select span.select select .dropdown-menu-content .dropdown-item, .flex.action-primary div.login-with-select span.select select option {
          padding: 0.5rem;
          line-height: 1.25rem;
}
.flex.action-primary div.login-with-select span.select select .dropdown-trigger .icon {
          color: #00448F;
          background-color: #00448F;
          align-self: center;
}
.flex.action-primary button.login-as-button {
    display: flex;
    justify-items: center;
    height: 32px;
    width: 32px;
    text-align: center;
    padding-left: 9px;
}
.login-form {
  margin-top: 1rem;
  max-width: 350px;
  margin-bottom: 1rem;
}
.resend-panel {
  font-size: 0.75em;
  color: black;
  margin-top: -0.5rem;
  margin-bottom: 0.75rem;
}
.links {
  margin-bottom: 1rem;
}
.links div:first-child {
    text-align: left;
}
.links div:last-child {
    text-align: right;
}
.terms {
  margin-bottom: 1rem;
  color: gray;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.resend-panel {
  font-size: 0.75em;
  color: black;
  margin-top: 0.6rem;
}
.resend-panel a, .resend-panel a:visited, .resend-panel a:hover {
    color: #403A60;
}
.resend-panel-countdown {
  margin-top: 0.25rem;
}
.form-wrapper {
  padding: 1rem;
  color: #FFFFFF;
}
.form-wrapper a {
    color: #FFFFFF;
}
.link-login {
  color: #6c757d;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.form-wrapper {
  padding: 1rem;
  color: #FFFFFF;
}
.form-wrapper a {
    color: #FFFFFF;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.mobile .heading-primary .btn-edit {
  display: flex;
  justify-content: flex-end;
}
.mobile .heading-secondary {
  align-items: center;
}
.mobile .heading-primary + .heading-secondary {
  border-top: 1px solid #ced4da;
  margin-top: 0.5rem;
}
.mobile .heading-search + .heading-secondary {
  border-top: 1px solid #ced4da;
  margin-top: 0.5rem;
}
.mobile .heading-search {
  margin-top: 0.5rem;
}
.mobile .inbox-actions .dropdown-menu {
  left: auto;
  left: initial;
  right: 0;
  min-width: auto;
}
.mobile .inbox-actions .dropdown-menu .dropdown-item {
    padding-right: 2rem;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-mail-select {
  height: 25px;
  width: 25px;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-trash-empty {
  height: 25px;
  width: 25px;
  margin-top: -1px;
  transition: 0.1s all;
}
.icon-trash-empty:hover polyline,
  .icon-trash-empty:hover path {
    stroke: #DC582A !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-mail-delete {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
.icon-mail-delete:hover line,
  .icon-mail-delete:hover polyline,
  .icon-mail-delete:hover path {
    stroke: #DC582A !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
#icon-archive {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
#icon-archive:hover line,
  #icon-archive:hover path,
  #icon-archive:hover rect,
  #icon-archive:hover polyline {
    stroke: #DC582A !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-mail-move {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
.icon-mail-move:hover polyline,
  .icon-mail-move:hover path {
    stroke: #DC582A !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-trash-restore {
  height: 25px;
  width: 25px;
  transition: 0.1s all;
}
.icon-trash-restore:hover polyline,
  .icon-trash-restore:hover path {
    stroke: #DC582A !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-search {
  height: 27px;
  width: 27px;
  transition: 0.1s all;
}
.icon-search:hover line {
    stroke: rgba(52, 58, 64, 0.7) !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.page-header-wrapper .header-actions .actions-wrapper .search-container {
  margin-left: 1rem;
}
.page-header-wrapper .header-actions .actions-wrapper .search-container .search-input {
    margin-left: 0;
    min-width: 230px;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.page-wrap.full-page {
  height: 100vh;
}
.page-wrap.full-page .page-content {
    align-items: center;
    background-color: #FFFFFF !important;
    flex-direction: column;
    justify-content: center;
}
.page-wrap.full-page .logo {
    height: 12rem;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
.page-wrap.full-page .logo {
        height: 20rem;
}
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.theme-marketing hr {
  margin-bottom: 2rem;
}
.theme-marketing header {
  background-color: #FFFFFF;
  transition: 0.3s all;
}
.theme-marketing header.sticky-header {
    background: #FFFFFF;
}
.theme-marketing .header {
  padding: 1.25rem;
}
.theme-marketing .header.sticky-header {
    background-color: #FFFFFF;
}
.theme-marketing .header .nav-logo .navbar-brand {
    margin-right: 0;
}
.theme-marketing .header .nav-logo .navbar-brand img {
      height: 3.5rem;
      text-align: right;
}
.theme-marketing .header .nav-toggle {
    align-self: center;
    cursor: pointer;
    text-align: right;
}
.theme-marketing .header .nav-toggle svg {
      height: 2rem;
      width: 2rem;
}
.theme-marketing .header .nav-toggle svg line {
        stroke: #000000;
}
.theme-marketing.mobile h1 {
  font-size: 2rem;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
#modal-read-email .modal-header {
  align-items: center;
  background: url(/_nuxt/assets/images/bg-modal.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 3rem 0 1rem;
  text-align: center;
}
#modal-read-email .modal-header button {
    position: absolute;
    right: 1rem;
    top: 1rem;
}
#modal-read-email .modal-header h4 {
    color: #FFFFFF;
    font-family: 'figtree';
}
#modal-read-email .modal-header .logo {
    margin-bottom: 1rem;
    margin-left: 1rem;
}
#modal-read-email .read-email-wrap {
  border: 1px solid #dee2e6;
  box-shadow: -2px 3px 10px #ced4da;
  margin: 1rem;
  padding: 1rem;
}
@media (min-width: 992px) {
#modal-read-email .read-email-wrap {
      margin: 2rem;
}
}
#modal-read-email a {
  color: #DC582A;
}
#modal-read-email .button-action {
  align-items: center;
  display: flex;
  font-family: 'figtree';
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
#modal-read-email .button-action .action-label {
      font-size: 0.75rem;
}
}
#modal-read-email .button-action button {
    color: #FFFFFF;
    display: block;
    margin-right: 1rem;
    width: 100%;
}
#modal-read-email .button-action button.action-primary {
      background: #4c92b1;
}
#modal-read-email .button-action button.action-primary:hover {
        background: rgba(76, 146, 177, 0.8);
}
#modal-read-email .button-action button.action-secondary {
      background: #999999;
}
#modal-read-email .button-action button.action-secondary:hover {
        background: rgba(153, 153, 153, 0.8);
}
#modal-read-email .button-action div:first-child {
    margin-right: 1rem;
    width: 6rem;
}
@media (max-width: 992px) {
#modal-read-email .modal-body {
    padding: 1rem 0;
}
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.owner a.dropdown-item.is-active {
  background-color: #403A60;
}
.dbi-heading {
  font-size: 16px;
  font-weight: 600;
  padding-left: 6px;
}
.dbi-description {
  font-size: 11px;
  font-weight: 300;
  padding-left: 6px;
}
.action-icon {
  height: 24px;
  width: 24px;
}
.btn-search-lois-properties {
  padding: 0;
}
.theme-projects .page-header-wrapper .header-actions .actions-wrapper .search-container {
  margin-left: 1rem;
}
.theme-projects .page-header-wrapper .header-actions .actions-wrapper .search-container .search-input {
    margin-left: 0;
}
.theme-projects .page-header-wrapper .header-actions .actions-wrapper .search-container .btn-search-field {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 0.325rem 0.25rem;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-select-property-large {
  height: 32px;
  width: 32px;
  transition: 0.1s all;
}
.icon-select-property-large polyline {
    stroke-width: 2;
}
.icon-select-property-large line {
    stroke-width: 3;
}
.icon-select-property-large:hover line,
  .icon-select-property-large:hover polyline {
    stroke: #DC582A !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.icon-report-pdf {
  height: 28px;
  width: 28px;
  transition: 0.1s all;
  path-fill: none;
  path-stroke: #444060;
}
.icon-report-pdf:hover path {
    stroke: rgba(52, 58, 64, 0.7) !important;
}

/* Override bootstrap theme - only overriding primary and secondary - uncomment other lines
   and define colors to override more theme colors
*/
.nav-secondary {
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 1rem;
}
.nav-secondary .nav {
    flex-direction: column;
    margin-left: 1rem;
    margin-top: 0;
    margin-right: 1rem;
    padding: 2rem 0;
}
.nav-secondary .nav .nav-item {
      justify-content: flex-start;
      margin-bottom: 1rem;
      padding: 0;
}
.nav-secondary .nav .nav-item .nav-link {
        color: #403A60;
        padding: 0 0 0.25rem;
        padding: 0.25rem 0.5rem;
}
.nav-secondary .nav .nav-item .nav-link.active {
          color: #FFFFFF !important;
          font-weight: 700;
}
.nav-secondary .nav .nav-item .nav-link:hover {
          color: #DC582A;
          font-weight: 700;
}


/*# sourceMappingURL=app.css.map*/