@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --"" + $color: #1976D2;
  --"" + $color: #9C27B0;
  --"" + $color: #6f42c1;
  --"" + $color: #ff69b4;
  --"" + $color: #F44336;
  --"" + $color: #FF9800;
  --"" + $color: #ffc107;
  --"" + $color: #4CAF50;
  --"" + $color: #20c997;
  --"" + $color: #17a2b8;
  --"" + $color: #fff;
  --"" + $color: #868e96;
  --"" + $color: #343a40;
  --"" + $color: #1976D2;
  --"" + $color: #9C27B0;
  --"" + $color: #6f42c1;
  --"" + $color: #ff69b4;
  --"" + $color: #F44336;
  --"" + $color: #FF9800;
  --"" + $color: #ffc107;
  --"" + $color: #4CAF50;
  --"" + $color: #20c997;
  --"" + $color: #17a2b8;
  --"" + $color: #fff;
  --"" + $color: #868e96;
  --"" + $color: #1976D2;
  --"" + $color: #f8f9fa;
  --"" + $color: #4CAF50;
  --"" + $color: #9C27B0;
  --"" + $color: #FF9800;
  --"" + $color: #F44336;
  --"" + $color: #f8f9fa;
  --"" + $color: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #373a3c;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1976D2;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #11508e;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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: 0.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-cancel-button,
[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: inherit;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 1.21875rem;
}

h2, .h2 {
  font-size: 1.1375rem;
}

h3, .h3 {
  font-size: 1.05625rem;
}

h4, .h4 {
  font-size: 0.975rem;
}

h5, .h5 {
  font-size: 0.89375rem;
}

h6, .h6 {
  font-size: 0.8125rem;
}

.lead {
  font-size: 1.015625rem;
  font-weight: 300;
}

.display-1 {
  font-size: 4.875rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 4.46875rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 3.65625rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 2.84375rem;
  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: 0.7109375rem;
  font-weight: 400;
}

.text-size-1 {
  font-size: 1% !important;
}

.text-size-2 {
  font-size: 2% !important;
}

.text-size-3 {
  font-size: 3% !important;
}

.text-size-4 {
  font-size: 4% !important;
}

.text-size-5 {
  font-size: 5% !important;
}

.text-size-6 {
  font-size: 6% !important;
}

.text-size-7 {
  font-size: 7% !important;
}

.text-size-8 {
  font-size: 8% !important;
}

.text-size-9 {
  font-size: 9% !important;
}

.text-size-10 {
  font-size: 10% !important;
}

.text-size-11 {
  font-size: 11% !important;
}

.text-size-12 {
  font-size: 12% !important;
}

.text-size-13 {
  font-size: 13% !important;
}

.text-size-14 {
  font-size: 14% !important;
}

.text-size-15 {
  font-size: 15% !important;
}

.text-size-16 {
  font-size: 16% !important;
}

.text-size-17 {
  font-size: 17% !important;
}

.text-size-18 {
  font-size: 18% !important;
}

.text-size-19 {
  font-size: 19% !important;
}

.text-size-20 {
  font-size: 20% !important;
}

.text-size-21 {
  font-size: 21% !important;
}

.text-size-22 {
  font-size: 22% !important;
}

.text-size-23 {
  font-size: 23% !important;
}

.text-size-24 {
  font-size: 24% !important;
}

.text-size-25 {
  font-size: 25% !important;
}

.text-size-26 {
  font-size: 26% !important;
}

.text-size-27 {
  font-size: 27% !important;
}

.text-size-28 {
  font-size: 28% !important;
}

.text-size-29 {
  font-size: 29% !important;
}

.text-size-30 {
  font-size: 30% !important;
}

.text-size-31 {
  font-size: 31% !important;
}

.text-size-32 {
  font-size: 32% !important;
}

.text-size-33 {
  font-size: 33% !important;
}

.text-size-34 {
  font-size: 34% !important;
}

.text-size-35 {
  font-size: 35% !important;
}

.text-size-36 {
  font-size: 36% !important;
}

.text-size-37 {
  font-size: 37% !important;
}

.text-size-38 {
  font-size: 38% !important;
}

.text-size-39 {
  font-size: 39% !important;
}

.text-size-40 {
  font-size: 40% !important;
}

.text-size-41 {
  font-size: 41% !important;
}

.text-size-42 {
  font-size: 42% !important;
}

.text-size-43 {
  font-size: 43% !important;
}

.text-size-44 {
  font-size: 44% !important;
}

.text-size-45 {
  font-size: 45% !important;
}

.text-size-46 {
  font-size: 46% !important;
}

.text-size-47 {
  font-size: 47% !important;
}

.text-size-48 {
  font-size: 48% !important;
}

.text-size-49 {
  font-size: 49% !important;
}

.text-size-50 {
  font-size: 50% !important;
}

.text-size-51 {
  font-size: 51% !important;
}

.text-size-52 {
  font-size: 52% !important;
}

.text-size-53 {
  font-size: 53% !important;
}

.text-size-54 {
  font-size: 54% !important;
}

.text-size-55 {
  font-size: 55% !important;
}

.text-size-56 {
  font-size: 56% !important;
}

.text-size-57 {
  font-size: 57% !important;
}

.text-size-58 {
  font-size: 58% !important;
}

.text-size-59 {
  font-size: 59% !important;
}

.text-size-60 {
  font-size: 60% !important;
}

.text-size-61 {
  font-size: 61% !important;
}

.text-size-62 {
  font-size: 62% !important;
}

.text-size-63 {
  font-size: 63% !important;
}

.text-size-64 {
  font-size: 64% !important;
}

.text-size-65 {
  font-size: 65% !important;
}

.text-size-66 {
  font-size: 66% !important;
}

.text-size-67 {
  font-size: 67% !important;
}

.text-size-68 {
  font-size: 68% !important;
}

.text-size-69 {
  font-size: 69% !important;
}

.text-size-70 {
  font-size: 70% !important;
}

.text-size-71 {
  font-size: 71% !important;
}

.text-size-72 {
  font-size: 72% !important;
}

.text-size-73 {
  font-size: 73% !important;
}

.text-size-74 {
  font-size: 74% !important;
}

.text-size-75 {
  font-size: 75% !important;
}

.text-size-76 {
  font-size: 76% !important;
}

.text-size-77 {
  font-size: 77% !important;
}

.text-size-78 {
  font-size: 78% !important;
}

.text-size-79 {
  font-size: 79% !important;
}

.text-size-80 {
  font-size: 80% !important;
}

.text-size-81 {
  font-size: 81% !important;
}

.text-size-82 {
  font-size: 82% !important;
}

.text-size-83 {
  font-size: 83% !important;
}

.text-size-84 {
  font-size: 84% !important;
}

.text-size-85 {
  font-size: 85% !important;
}

.text-size-86 {
  font-size: 86% !important;
}

.text-size-87 {
  font-size: 87% !important;
}

.text-size-88 {
  font-size: 88% !important;
}

.text-size-89 {
  font-size: 89% !important;
}

.text-size-90 {
  font-size: 90% !important;
}

.text-size-91 {
  font-size: 91% !important;
}

.text-size-92 {
  font-size: 92% !important;
}

.text-size-93 {
  font-size: 93% !important;
}

.text-size-94 {
  font-size: 94% !important;
}

.text-size-95 {
  font-size: 95% !important;
}

.text-size-96 {
  font-size: 96% !important;
}

.text-size-97 {
  font-size: 97% !important;
}

.text-size-98 {
  font-size: 98% !important;
}

.text-size-99 {
  font-size: 99% !important;
}

.text-size-100 {
  font-size: 100% !important;
}

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.015625rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.15rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #ff69b4;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

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 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.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.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(170, 170, 170, 0.4);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(170, 170, 170, 0.4);
}
.table tbody + tbody {
  border-top: 2px solid rgba(170, 170, 170, 0.4);
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-xs th,
.table-xs td {
  padding: 0.05rem;
}

.table-bordered {
  border: 1px solid rgba(170, 170, 170, 0.4);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(170, 170, 170, 0.4);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfd9f2;
}

.table-hover .table-primary:hover {
  background-color: #aaccee;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #aaccee;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fdfdfe;
}

.table-hover .table-secondary:hover {
  background-color: #ececf6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #ececf6;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cde9ce;
}

.table-hover .table-success:hover {
  background-color: #bbe1bd;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #bbe1bd;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #e3c3e9;
}

.table-hover .table-info:hover {
  background-color: #dab0e2;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #dab0e2;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe2b8;
}

.table-hover .table-warning:hover {
  background-color: #ffd89f;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffd89f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fccac7;
}

.table-hover .table-danger:hover {
  background-color: #fbb3af;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fbb3af;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.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-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(170, 170, 170, 0.4);
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .ember-power-select-search input, .ember-power-select-trigger {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.15rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand, .ember-power-select-search input::-ms-expand, .ember-power-select-trigger::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .ember-power-select-search input:focus, .ember-power-select-trigger:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgba(25, 118, 210, 0.5);
  outline: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(17, 80, 142, 0.5), 0 1px 10px rgba(17, 80, 142, 0.2);
}
.form-control::placeholder, .ember-power-select-search input::placeholder, .ember-power-select-trigger::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled, .ember-power-select-search input:disabled, .ember-power-select-trigger:disabled, .form-control[readonly], .ember-power-select-search input[readonly], [readonly].ember-power-select-trigger {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]), select.ember-power-select-trigger:not([size]):not([multiple]) {
  height: calc(2.188rem + 2px);
}
select.form-control:focus::-ms-value, select.ember-power-select-trigger:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 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.015625rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7109375rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .ember-power-select-search .input-group-sm > input.form-control-plaintext, .input-group-sm > .form-control-plaintext.ember-power-select-trigger,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .ember-power-select-search .input-group-lg > input.form-control-plaintext, .input-group-lg > .form-control-plaintext.ember-power-select-trigger,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .ember-power-select-search .input-group-sm > input, .input-group-sm > .ember-power-select-trigger,
.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.75rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.ember-power-select-trigger:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.56640625rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .ember-power-select-search .input-group-lg > input, .input-group-lg > .ember-power-select-trigger,
.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.015625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.ember-power-select-trigger:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.5234375rem + 2px);
}

.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 {
  color: #868e96;
}

.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: 80%;
  color: #4CAF50;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(76, 175, 80, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .was-validated .ember-power-select-search input:valid, .ember-power-select-search .was-validated input:valid, .was-validated .ember-power-select-trigger:valid, .form-control.is-valid, .ember-power-select-search input.is-valid, .is-valid.ember-power-select-trigger,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #4CAF50;
}
.was-validated .form-control:valid:focus, .was-validated .ember-power-select-search input:valid:focus, .ember-power-select-search .was-validated input:valid:focus, .was-validated .ember-power-select-trigger:valid:focus, .form-control.is-valid:focus, .ember-power-select-search input.is-valid:focus, .is-valid.ember-power-select-trigger:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #4CAF50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .ember-power-select-search input:valid ~ .valid-feedback, .ember-power-select-search .was-validated input:valid ~ .valid-feedback, .was-validated .ember-power-select-trigger:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .ember-power-select-search input:valid ~ .valid-tooltip,
.ember-power-select-search .was-validated input:valid ~ .valid-tooltip,
.was-validated .ember-power-select-trigger:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .ember-power-select-search input.is-valid ~ .valid-feedback, .is-valid.ember-power-select-trigger ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.ember-power-select-search input.is-valid ~ .valid-tooltip,
.is-valid.ember-power-select-trigger ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4CAF50;
}
.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: #4CAF50;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #a3d7a5;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #6ec071;
}
.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 1px #fff, 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4CAF50;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #F44336;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(244, 67, 54, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .was-validated .ember-power-select-search input:invalid, .ember-power-select-search .was-validated input:invalid, .was-validated .ember-power-select-trigger:invalid, .form-control.is-invalid, .ember-power-select-search input.is-invalid, .is-invalid.ember-power-select-trigger,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #F44336;
}
.was-validated .form-control:invalid:focus, .was-validated .ember-power-select-search input:invalid:focus, .ember-power-select-search .was-validated input:invalid:focus, .was-validated .ember-power-select-trigger:invalid:focus, .form-control.is-invalid:focus, .ember-power-select-search input.is-invalid:focus, .is-invalid.ember-power-select-trigger:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #F44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .ember-power-select-search input:invalid ~ .invalid-feedback, .ember-power-select-search .was-validated input:invalid ~ .invalid-feedback, .was-validated .ember-power-select-trigger:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .ember-power-select-search input:invalid ~ .invalid-tooltip,
.ember-power-select-search .was-validated input:invalid ~ .invalid-tooltip,
.was-validated .ember-power-select-trigger:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .ember-power-select-search input.is-invalid ~ .invalid-feedback, .is-invalid.ember-power-select-trigger ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.ember-power-select-search input.is-invalid ~ .invalid-tooltip,
.is-invalid.ember-power-select-trigger ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #F44336;
}
.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: #F44336;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fbb4af;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f77066;
}
.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 1px #fff, 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F44336;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 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, .form-inline .ember-power-select-search input, .ember-power-select-search .form-inline input, .form-inline .ember-power-select-trigger {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    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;
    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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.15rem;
  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;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary, .bootstrap-datetimepicker-widget table td a.btn {
  color: #fff;
  background-color: #1976D2;
  border-color: #1976D2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover, .bootstrap-datetimepicker-widget table td a.btn:hover {
  color: #fff;
  background-color: #1563b0;
  border-color: #145ca4;
}
.btn-primary:focus, .bootstrap-datetimepicker-widget table td a.btn:focus, .btn-primary.focus, .bootstrap-datetimepicker-widget table td a.focus.btn {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(25, 118, 210, 0.5);
}
.btn-primary.disabled, .bootstrap-datetimepicker-widget table td a.disabled.btn, .btn-primary:disabled, .bootstrap-datetimepicker-widget table td a.btn:disabled {
  color: #fff;
  background-color: #1976D2;
  border-color: #1976D2;
}
.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-datetimepicker-widget table td a.btn:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .bootstrap-datetimepicker-widget table td a.btn:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .bootstrap-datetimepicker-widget table td .show > a.dropdown-toggle.btn {
  color: #fff;
  background-color: #145ca4;
  border-color: #125699;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-datetimepicker-widget table td a.btn:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .bootstrap-datetimepicker-widget table td a.btn:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .bootstrap-datetimepicker-widget table td .show > a.dropdown-toggle.btn:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(25, 118, 210, 0.5);
}

.btn-secondary, .btn-default {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover, .btn-default:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-secondary:focus, .btn-default:focus, .btn-secondary.focus, .focus.btn-default {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-secondary.disabled, .disabled.btn-default, .btn-secondary:disabled, .btn-default:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .show > .dropdown-toggle.btn-default {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > .dropdown-toggle.btn-default:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background-color: #409444;
  border-color: #3d8b40;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3d8b40;
  border-color: #39833c;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #9C27B0;
  border-color: #9C27B0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background-color: #802091;
  border-color: #771e86;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #9C27B0;
  border-color: #9C27B0;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #771e86;
  border-color: #6e1b7c;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FF9800;
  border-color: #FF9800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #fff;
  background-color: #d98100;
  border-color: #cc7a00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  border-color: #bf7200;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background-color: #f22112;
  border-color: #ea1c0d;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #de1b0c;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(248, 249, 250, 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  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: #fff;
  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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #1976D2;
  background-color: transparent;
  background-image: none;
  border-color: #1976D2;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #1976D2;
  border-color: #1976D2;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1976D2;
  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: #fff;
  background-color: #1976D2;
  border-color: #1976D2;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(25, 118, 210, 0.5);
}

.btn-outline-secondary {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f8f9fa;
  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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-success {
  color: #4CAF50;
  background-color: transparent;
  background-image: none;
  border-color: #4CAF50;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #4CAF50;
  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: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}

.btn-outline-info {
  color: #9C27B0;
  background-color: transparent;
  background-image: none;
  border-color: #9C27B0;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #9C27B0;
  border-color: #9C27B0;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #9C27B0;
  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: #fff;
  background-color: #9C27B0;
  border-color: #9C27B0;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
}

.btn-outline-warning {
  color: #FF9800;
  background-color: transparent;
  background-image: none;
  border-color: #FF9800;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FF9800;
  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: #FF9800;
  border-color: #FF9800;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 152, 0, 0.5);
}

.btn-outline-danger {
  color: #F44336;
  background-color: transparent;
  background-image: none;
  border-color: #F44336;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #F44336;
  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: #fff;
  background-color: #F44336;
  border-color: #F44336;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  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: #fff;
  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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #1976D2;
  background-color: transparent;
}
.btn-link:hover {
  color: #11508e;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.015625rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.btn-xs {
  padding: 0.1rem 0.35rem;
  font-size: 0.609375rem;
  line-height: 1;
  border-radius: 0.15rem;
}

.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 {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapsing.width {
  height: unset;
  width: 0;
  transition: width 0.35s linear;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: 0.8125rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.15rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #373a3c;
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.1);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.7109375rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.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.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.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, .ember-power-select-search .input-group > input, .input-group > .ember-power-select-trigger,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus, .ember-power-select-search .input-group > input:focus, .input-group > .ember-power-select-trigger:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control, .ember-power-select-search .input-group > input + .form-control, .ember-power-select-search .input-group > .form-control + input, .ember-power-select-search .input-group > input + input, .input-group > .ember-power-select-trigger + .form-control, .ember-power-select-search .input-group > .ember-power-select-trigger + input, .input-group > .form-control + .ember-power-select-trigger, .ember-power-select-search .input-group > input + .ember-power-select-trigger, .input-group > .ember-power-select-trigger + .ember-power-select-trigger,
.input-group > .form-control + .custom-select,
.ember-power-select-search .input-group > input + .custom-select,
.input-group > .ember-power-select-trigger + .custom-select,
.input-group > .form-control + .custom-file,
.ember-power-select-search .input-group > input + .custom-file,
.input-group > .ember-power-select-trigger + .custom-file,
.input-group > .custom-select + .form-control,
.ember-power-select-search .input-group > .custom-select + input,
.input-group > .custom-select + .ember-power-select-trigger,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.ember-power-select-search .input-group > .custom-file + input,
.input-group > .custom-file + .ember-power-select-trigger,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child), .ember-power-select-search .input-group > input:not(:last-child), .input-group > .ember-power-select-trigger: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), .ember-power-select-search .input-group > input:not(:first-child), .input-group > .ember-power-select-trigger: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::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  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 + .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.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid transparent;
  border-radius: 0.15rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.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;
}

.input-group .trigger-bootstrap-feel:focus {
  outline: none;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(25, 118, 210, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #a9cff5;
  box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #868e96;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox--md .custom-control-label::before {
  border-radius: 0.15rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1976D2;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-primary::before,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-primary::before {
  background-color: #176dc1;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-primary::after,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-primary::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-secondary::before,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-secondary::before {
  background-color: #e4e5e6;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-secondary::after,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-secondary::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-success::before,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-success::before {
  background-color: #46a14a;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-success::after,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-success::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-info::before,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-info::before {
  background-color: #9024a2;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-info::after,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-info::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-warning::before,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-warning::before {
  background-color: #eb8c00;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-warning::after,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-warning::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-danger::before,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-danger::before {
  background-color: #e03e32;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-danger::after,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-danger::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-light::before,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-light::before {
  background-color: #e4e5e6;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-light::after,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-light::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-dark::before,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-dark::before {
  background-color: #30353b;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label-dark::after,
.custom-checkbox--md .custom-control-input:checked ~ .custom-control-label-dark::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.custom-checkbox--md .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #1976D2;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after,
.custom-checkbox--md .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-checkbox--md .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 118, 210, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before,
.custom-checkbox--md .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(25, 118, 210, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1976D2;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 118, 210, 0.5);
}

.custom-select, .ember-power-select-trigger {
  display: inline-block;
  width: 100%;
  height: calc(2.188rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid transparent;
  border-radius: 0.15rem;
  appearance: none;
}
.custom-select:focus, .ember-power-select-trigger:focus {
  border-color: rgba(25, 118, 210, 0.5);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(25, 118, 210, 0.5);
}
.custom-select:focus::-ms-value, .ember-power-select-trigger:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], [multiple].ember-power-select-trigger, .custom-select[size]:not([size="1"]), [size].ember-power-select-trigger:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled, .ember-power-select-trigger:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
.custom-select::-ms-expand, .ember-power-select-trigger::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.56640625rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.5234375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.188rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.188rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: rgba(25, 118, 210, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: rgba(25, 118, 210, 0.5);
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.188rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0.15rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.188rem + 2px) - 1px * 2);
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid transparent;
  border-radius: 0 0.15rem 0.15rem 0;
}

.custom-three-phase-button {
  position: relative;
}
.custom-three-phase-button .custom-control-label {
  position: relative;
  min-height: 1.5rem;
  line-height: 1.5rem;
}
.custom-three-phase-button .custom-control-label:active {
  box-shadow: none !important;
}
.custom-three-phase-button .custom-control-label:not(.custom-control-box)::before, .custom-three-phase-button .custom-control-label:not(.custom-control-box)::after {
  content: none;
}
.custom-three-phase-button .custom-control-box {
  width: 0;
  height: 0;
  overflow: hidden;
  color: transparent;
}
.custom-three-phase-button .custom-control-box::before, .custom-three-phase-button .custom-control-box::after {
  top: 1px;
  left: 1px;
  height: 1.5rem;
  width: 1.5rem;
}
.custom-three-phase-button .custom-control-box {
  padding: calc(0.75rem + 1px);
}
.custom-three-phase-button .custom-control-box::before {
  border-radius: 0.15rem;
}
.custom-three-phase-button .custom-control-input:first-of-type:checked ~ .label-wrapper .custom-control-box::before {
  background-color: #F44336;
}
.custom-three-phase-button .custom-control-input:first-of-type:checked ~ .label-wrapper .custom-control-box::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m 1.9 0.8 l 2.3 2.3 l 2.3 -2.3 l 1.5 1.5 l -2.3 2.3 l 2.3 2.3 l -1.5 1.5 l -2.3 -2.3 l -2.3 2.3 l -1.5 -1.5 l 2.3 -2.3 l -2.3 -2.3 z'/%3E%3C/svg%3E");
}
.custom-three-phase-button .custom-control-input:last-of-type:checked ~ .label-wrapper .custom-control-box::before {
  background-color: #1976D2;
}
.custom-three-phase-button .custom-control-input:last-of-type:checked ~ .label-wrapper .custom-control-box::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-three-phase-button .custom-control-input:last-of-type:disabled ~ .label-wrapper .custom-control-box::before {
  background-color: rgba(25, 118, 210, 0.5);
}
.custom-three-phase-button.custom-three-phase-button--min .custom-control-label {
  min-height: 1rem;
  line-height: 1rem;
  margin: 0;
}
.custom-three-phase-button.custom-three-phase-button--min .custom-control-box {
  padding: calc(0.5rem + 1px);
}
.custom-three-phase-button.custom-three-phase-button--min .custom-control-box::before, .custom-three-phase-button.custom-three-phase-button--min .custom-control-box::after {
  width: calc(1rem - 2px);
  height: calc(1rem - 2px);
}
.custom-three-phase-button.custom-three-phase-button--lg .custom-control-label {
  min-height: 2rem;
  line-height: 2rem;
  bottom: 0;
  top: auto;
}
.custom-three-phase-button.custom-three-phase-button--lg .custom-control-box {
  padding: calc(1rem + 1px);
}
.custom-three-phase-button.custom-three-phase-button--lg .custom-control-box::before, .custom-three-phase-button.custom-three-phase-button--lg .custom-control-box::after {
  height: 2rem;
  width: 2rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}

.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;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.15rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1976D2;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 85%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.15rem;
}
.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: #fff;
  background-color: #1976D2;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #145ca4;
}

.badge-secondary {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-success {
  color: #fff;
  background-color: #4CAF50;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3d8b40;
}

.badge-info {
  color: #fff;
  background-color: #9C27B0;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #771e86;
}

.badge-warning {
  color: #212529;
  background-color: #FF9800;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #cc7a00;
}

.badge-danger {
  color: #fff;
  background-color: #F44336;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ea1c0d;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.15rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.71875rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #0d3d6d;
  background-color: #d1e4f6;
  border-color: #bfd9f2;
}
.alert-primary hr {
  border-top-color: #aaccee;
}
.alert-primary .alert-link {
  color: #08243f;
}

.alert-secondary {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-secondary hr {
  border-top-color: #ececf6;
}
.alert-secondary .alert-link {
  color: #686868;
}

.alert-success {
  color: #285b2a;
  background-color: #dbefdc;
  border-color: #cde9ce;
}
.alert-success hr {
  border-top-color: #bbe1bd;
}
.alert-success .alert-link {
  color: #18381a;
}

.alert-info {
  color: #51145c;
  background-color: #ebd4ef;
  border-color: #e3c3e9;
}
.alert-info hr {
  border-top-color: #dab0e2;
}
.alert-info .alert-link {
  color: #2c0b32;
}

.alert-warning {
  color: #854f00;
  background-color: #ffeacc;
  border-color: #ffe2b8;
}
.alert-warning hr {
  border-top-color: #ffd89f;
}
.alert-warning .alert-link {
  color: #523100;
}

.alert-danger {
  color: #7f231c;
  background-color: #fdd9d7;
  border-color: #fccac7;
}
.alert-danger hr {
  border-top-color: #fbb3af;
}
.alert-danger .alert-link {
  color: #551713;
}

.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;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #373a3c;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.list-group-item:first-child {
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1976D2;
  border-color: #1976D2;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #0d3d6d;
  background-color: #bfd9f2;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0d3d6d;
  background-color: #aaccee;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0d3d6d;
  border-color: #0d3d6d;
}

.list-group-item-secondary {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-success {
  color: #285b2a;
  background-color: #cde9ce;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #285b2a;
  background-color: #bbe1bd;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #285b2a;
  border-color: #285b2a;
}

.list-group-item-info {
  color: #51145c;
  background-color: #e3c3e9;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #51145c;
  background-color: #dab0e2;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #51145c;
  border-color: #51145c;
}

.list-group-item-warning {
  color: #854f00;
  background-color: #ffe2b8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #854f00;
  background-color: #ffd89f;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #854f00;
  border-color: #854f00;
}

.list-group-item-danger {
  color: #7f231c;
  background-color: #fccac7;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7f231c;
  background-color: #fbb3af;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7f231c;
  border-color: #7f231c;
}

.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: #fff;
  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: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.21875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.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, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #f7f7f9;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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: 1rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1rem * 2));
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.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: #1976D2 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #145ca4 !important;
}

.bg-secondary {
  background-color: #f8f9fa !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #dae0e5 !important;
}

.bg-success {
  background-color: #4CAF50 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3d8b40 !important;
}

.bg-info {
  background-color: #9C27B0 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #771e86 !important;
}

.bg-warning {
  background-color: #FF9800 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc7a00 !important;
}

.bg-danger {
  background-color: #F44336 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ea1c0d !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-white {
  background-color: #fff !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: #1976D2 !important;
}

.border-secondary {
  border-color: #f8f9fa !important;
}

.border-success {
  border-color: #4CAF50 !important;
}

.border-info {
  border-color: #9C27B0 !important;
}

.border-warning {
  border-color: #FF9800 !important;
}

.border-danger {
  border-color: #F44336 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-primary-1 {
  border: 1px solid #63a2e0 !important;
}

.border-primary-2 {
  border: 2px solid #63a2e0 !important;
}

.border-primary-3 {
  border: 3px solid #63a2e0 !important;
}

.border-primary-4 {
  border: 4px solid #63a2e0 !important;
}

.border-primary-5 {
  border: 5px solid #63a2e0 !important;
}

.border-primary-6 {
  border: 6px solid #63a2e0 !important;
}

.border-primary-7 {
  border: 7px solid #63a2e0 !important;
}

.border-primary-8 {
  border: 8px solid #63a2e0 !important;
}

.border-primary-9 {
  border: 9px solid #63a2e0 !important;
}

.border-primary-10 {
  border: 10px solid #63a2e0 !important;
}

.border-primary-11 {
  border: 11px solid #63a2e0 !important;
}

.border-primary-12 {
  border: 12px solid #63a2e0 !important;
}

.border-primary-13 {
  border: 13px solid #63a2e0 !important;
}

.border-primary-14 {
  border: 14px solid #63a2e0 !important;
}

.border-primary-15 {
  border: 15px solid #63a2e0 !important;
}

.border-primary-16 {
  border: 16px solid #63a2e0 !important;
}

.border-primary-17 {
  border: 17px solid #63a2e0 !important;
}

.border-primary-18 {
  border: 18px solid #63a2e0 !important;
}

.border-primary-19 {
  border: 19px solid #63a2e0 !important;
}

.border-primary-20 {
  border: 20px solid #63a2e0 !important;
}

.border-primary-21 {
  border: 21px solid #63a2e0 !important;
}

.border-primary-22 {
  border: 22px solid #63a2e0 !important;
}

.border-primary-23 {
  border: 23px solid #63a2e0 !important;
}

.border-primary-24 {
  border: 24px solid #63a2e0 !important;
}

.border-primary-25 {
  border: 25px solid #63a2e0 !important;
}

.border-secondary-1 {
  border: 1px solid #fafbfc !important;
}

.border-secondary-2 {
  border: 2px solid #fafbfc !important;
}

.border-secondary-3 {
  border: 3px solid #fafbfc !important;
}

.border-secondary-4 {
  border: 4px solid #fafbfc !important;
}

.border-secondary-5 {
  border: 5px solid #fafbfc !important;
}

.border-secondary-6 {
  border: 6px solid #fafbfc !important;
}

.border-secondary-7 {
  border: 7px solid #fafbfc !important;
}

.border-secondary-8 {
  border: 8px solid #fafbfc !important;
}

.border-secondary-9 {
  border: 9px solid #fafbfc !important;
}

.border-secondary-10 {
  border: 10px solid #fafbfc !important;
}

.border-secondary-11 {
  border: 11px solid #fafbfc !important;
}

.border-secondary-12 {
  border: 12px solid #fafbfc !important;
}

.border-secondary-13 {
  border: 13px solid #fafbfc !important;
}

.border-secondary-14 {
  border: 14px solid #fafbfc !important;
}

.border-secondary-15 {
  border: 15px solid #fafbfc !important;
}

.border-secondary-16 {
  border: 16px solid #fafbfc !important;
}

.border-secondary-17 {
  border: 17px solid #fafbfc !important;
}

.border-secondary-18 {
  border: 18px solid #fafbfc !important;
}

.border-secondary-19 {
  border: 19px solid #fafbfc !important;
}

.border-secondary-20 {
  border: 20px solid #fafbfc !important;
}

.border-secondary-21 {
  border: 21px solid #fafbfc !important;
}

.border-secondary-22 {
  border: 22px solid #fafbfc !important;
}

.border-secondary-23 {
  border: 23px solid #fafbfc !important;
}

.border-secondary-24 {
  border: 24px solid #fafbfc !important;
}

.border-secondary-25 {
  border: 25px solid #fafbfc !important;
}

.border-success-1 {
  border: 1px solid #85c988 !important;
}

.border-success-2 {
  border: 2px solid #85c988 !important;
}

.border-success-3 {
  border: 3px solid #85c988 !important;
}

.border-success-4 {
  border: 4px solid #85c988 !important;
}

.border-success-5 {
  border: 5px solid #85c988 !important;
}

.border-success-6 {
  border: 6px solid #85c988 !important;
}

.border-success-7 {
  border: 7px solid #85c988 !important;
}

.border-success-8 {
  border: 8px solid #85c988 !important;
}

.border-success-9 {
  border: 9px solid #85c988 !important;
}

.border-success-10 {
  border: 10px solid #85c988 !important;
}

.border-success-11 {
  border: 11px solid #85c988 !important;
}

.border-success-12 {
  border: 12px solid #85c988 !important;
}

.border-success-13 {
  border: 13px solid #85c988 !important;
}

.border-success-14 {
  border: 14px solid #85c988 !important;
}

.border-success-15 {
  border: 15px solid #85c988 !important;
}

.border-success-16 {
  border: 16px solid #85c988 !important;
}

.border-success-17 {
  border: 17px solid #85c988 !important;
}

.border-success-18 {
  border: 18px solid #85c988 !important;
}

.border-success-19 {
  border: 19px solid #85c988 !important;
}

.border-success-20 {
  border: 20px solid #85c988 !important;
}

.border-success-21 {
  border: 21px solid #85c988 !important;
}

.border-success-22 {
  border: 22px solid #85c988 !important;
}

.border-success-23 {
  border: 23px solid #85c988 !important;
}

.border-success-24 {
  border: 24px solid #85c988 !important;
}

.border-success-25 {
  border: 25px solid #85c988 !important;
}

.border-info-1 {
  border: 1px solid #bc6cc9 !important;
}

.border-info-2 {
  border: 2px solid #bc6cc9 !important;
}

.border-info-3 {
  border: 3px solid #bc6cc9 !important;
}

.border-info-4 {
  border: 4px solid #bc6cc9 !important;
}

.border-info-5 {
  border: 5px solid #bc6cc9 !important;
}

.border-info-6 {
  border: 6px solid #bc6cc9 !important;
}

.border-info-7 {
  border: 7px solid #bc6cc9 !important;
}

.border-info-8 {
  border: 8px solid #bc6cc9 !important;
}

.border-info-9 {
  border: 9px solid #bc6cc9 !important;
}

.border-info-10 {
  border: 10px solid #bc6cc9 !important;
}

.border-info-11 {
  border: 11px solid #bc6cc9 !important;
}

.border-info-12 {
  border: 12px solid #bc6cc9 !important;
}

.border-info-13 {
  border: 13px solid #bc6cc9 !important;
}

.border-info-14 {
  border: 14px solid #bc6cc9 !important;
}

.border-info-15 {
  border: 15px solid #bc6cc9 !important;
}

.border-info-16 {
  border: 16px solid #bc6cc9 !important;
}

.border-info-17 {
  border: 17px solid #bc6cc9 !important;
}

.border-info-18 {
  border: 18px solid #bc6cc9 !important;
}

.border-info-19 {
  border: 19px solid #bc6cc9 !important;
}

.border-info-20 {
  border: 20px solid #bc6cc9 !important;
}

.border-info-21 {
  border: 21px solid #bc6cc9 !important;
}

.border-info-22 {
  border: 22px solid #bc6cc9 !important;
}

.border-info-23 {
  border: 23px solid #bc6cc9 !important;
}

.border-info-24 {
  border: 24px solid #bc6cc9 !important;
}

.border-info-25 {
  border: 25px solid #bc6cc9 !important;
}

.border-warning-1 {
  border: 1px solid #ffb952 !important;
}

.border-warning-2 {
  border: 2px solid #ffb952 !important;
}

.border-warning-3 {
  border: 3px solid #ffb952 !important;
}

.border-warning-4 {
  border: 4px solid #ffb952 !important;
}

.border-warning-5 {
  border: 5px solid #ffb952 !important;
}

.border-warning-6 {
  border: 6px solid #ffb952 !important;
}

.border-warning-7 {
  border: 7px solid #ffb952 !important;
}

.border-warning-8 {
  border: 8px solid #ffb952 !important;
}

.border-warning-9 {
  border: 9px solid #ffb952 !important;
}

.border-warning-10 {
  border: 10px solid #ffb952 !important;
}

.border-warning-11 {
  border: 11px solid #ffb952 !important;
}

.border-warning-12 {
  border: 12px solid #ffb952 !important;
}

.border-warning-13 {
  border: 13px solid #ffb952 !important;
}

.border-warning-14 {
  border: 14px solid #ffb952 !important;
}

.border-warning-15 {
  border: 15px solid #ffb952 !important;
}

.border-warning-16 {
  border: 16px solid #ffb952 !important;
}

.border-warning-17 {
  border: 17px solid #ffb952 !important;
}

.border-warning-18 {
  border: 18px solid #ffb952 !important;
}

.border-warning-19 {
  border: 19px solid #ffb952 !important;
}

.border-warning-20 {
  border: 20px solid #ffb952 !important;
}

.border-warning-21 {
  border: 21px solid #ffb952 !important;
}

.border-warning-22 {
  border: 22px solid #ffb952 !important;
}

.border-warning-23 {
  border: 23px solid #ffb952 !important;
}

.border-warning-24 {
  border: 24px solid #ffb952 !important;
}

.border-warning-25 {
  border: 25px solid #ffb952 !important;
}

.border-danger-1 {
  border: 1px solid #f87f76 !important;
}

.border-danger-2 {
  border: 2px solid #f87f76 !important;
}

.border-danger-3 {
  border: 3px solid #f87f76 !important;
}

.border-danger-4 {
  border: 4px solid #f87f76 !important;
}

.border-danger-5 {
  border: 5px solid #f87f76 !important;
}

.border-danger-6 {
  border: 6px solid #f87f76 !important;
}

.border-danger-7 {
  border: 7px solid #f87f76 !important;
}

.border-danger-8 {
  border: 8px solid #f87f76 !important;
}

.border-danger-9 {
  border: 9px solid #f87f76 !important;
}

.border-danger-10 {
  border: 10px solid #f87f76 !important;
}

.border-danger-11 {
  border: 11px solid #f87f76 !important;
}

.border-danger-12 {
  border: 12px solid #f87f76 !important;
}

.border-danger-13 {
  border: 13px solid #f87f76 !important;
}

.border-danger-14 {
  border: 14px solid #f87f76 !important;
}

.border-danger-15 {
  border: 15px solid #f87f76 !important;
}

.border-danger-16 {
  border: 16px solid #f87f76 !important;
}

.border-danger-17 {
  border: 17px solid #f87f76 !important;
}

.border-danger-18 {
  border: 18px solid #f87f76 !important;
}

.border-danger-19 {
  border: 19px solid #f87f76 !important;
}

.border-danger-20 {
  border: 20px solid #f87f76 !important;
}

.border-danger-21 {
  border: 21px solid #f87f76 !important;
}

.border-danger-22 {
  border: 22px solid #f87f76 !important;
}

.border-danger-23 {
  border: 23px solid #f87f76 !important;
}

.border-danger-24 {
  border: 24px solid #f87f76 !important;
}

.border-danger-25 {
  border: 25px solid #f87f76 !important;
}

.border-light-1 {
  border: 1px solid #fafbfc !important;
}

.border-light-2 {
  border: 2px solid #fafbfc !important;
}

.border-light-3 {
  border: 3px solid #fafbfc !important;
}

.border-light-4 {
  border: 4px solid #fafbfc !important;
}

.border-light-5 {
  border: 5px solid #fafbfc !important;
}

.border-light-6 {
  border: 6px solid #fafbfc !important;
}

.border-light-7 {
  border: 7px solid #fafbfc !important;
}

.border-light-8 {
  border: 8px solid #fafbfc !important;
}

.border-light-9 {
  border: 9px solid #fafbfc !important;
}

.border-light-10 {
  border: 10px solid #fafbfc !important;
}

.border-light-11 {
  border: 11px solid #fafbfc !important;
}

.border-light-12 {
  border: 12px solid #fafbfc !important;
}

.border-light-13 {
  border: 13px solid #fafbfc !important;
}

.border-light-14 {
  border: 14px solid #fafbfc !important;
}

.border-light-15 {
  border: 15px solid #fafbfc !important;
}

.border-light-16 {
  border: 16px solid #fafbfc !important;
}

.border-light-17 {
  border: 17px solid #fafbfc !important;
}

.border-light-18 {
  border: 18px solid #fafbfc !important;
}

.border-light-19 {
  border: 19px solid #fafbfc !important;
}

.border-light-20 {
  border: 20px solid #fafbfc !important;
}

.border-light-21 {
  border: 21px solid #fafbfc !important;
}

.border-light-22 {
  border: 22px solid #fafbfc !important;
}

.border-light-23 {
  border: 23px solid #fafbfc !important;
}

.border-light-24 {
  border: 24px solid #fafbfc !important;
}

.border-light-25 {
  border: 25px solid #fafbfc !important;
}

.border-dark-1 {
  border: 1px solid #75797d !important;
}

.border-dark-2 {
  border: 2px solid #75797d !important;
}

.border-dark-3 {
  border: 3px solid #75797d !important;
}

.border-dark-4 {
  border: 4px solid #75797d !important;
}

.border-dark-5 {
  border: 5px solid #75797d !important;
}

.border-dark-6 {
  border: 6px solid #75797d !important;
}

.border-dark-7 {
  border: 7px solid #75797d !important;
}

.border-dark-8 {
  border: 8px solid #75797d !important;
}

.border-dark-9 {
  border: 9px solid #75797d !important;
}

.border-dark-10 {
  border: 10px solid #75797d !important;
}

.border-dark-11 {
  border: 11px solid #75797d !important;
}

.border-dark-12 {
  border: 12px solid #75797d !important;
}

.border-dark-13 {
  border: 13px solid #75797d !important;
}

.border-dark-14 {
  border: 14px solid #75797d !important;
}

.border-dark-15 {
  border: 15px solid #75797d !important;
}

.border-dark-16 {
  border: 16px solid #75797d !important;
}

.border-dark-17 {
  border: 17px solid #75797d !important;
}

.border-dark-18 {
  border: 18px solid #75797d !important;
}

.border-dark-19 {
  border: 19px solid #75797d !important;
}

.border-dark-20 {
  border: 20px solid #75797d !important;
}

.border-dark-21 {
  border: 21px solid #75797d !important;
}

.border-dark-22 {
  border: 22px solid #75797d !important;
}

.border-dark-23 {
  border: 23px solid #75797d !important;
}

.border-dark-24 {
  border: 24px solid #75797d !important;
}

.border-dark-25 {
  border: 25px solid #75797d !important;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-2 {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.border-3 {
  border: 3px solid rgba(0, 0, 0, 0.1) !important;
}

.border-4 {
  border: 4px solid rgba(0, 0, 0, 0.1) !important;
}

.border-5 {
  border: 5px solid rgba(0, 0, 0, 0.1) !important;
}

.border-6 {
  border: 6px solid rgba(0, 0, 0, 0.1) !important;
}

.border-7 {
  border: 7px solid rgba(0, 0, 0, 0.1) !important;
}

.border-8 {
  border: 8px solid rgba(0, 0, 0, 0.1) !important;
}

.border-9 {
  border: 9px solid rgba(0, 0, 0, 0.1) !important;
}

.border-10 {
  border: 10px solid rgba(0, 0, 0, 0.1) !important;
}

.border-11 {
  border: 11px solid rgba(0, 0, 0, 0.1) !important;
}

.border-12 {
  border: 12px solid rgba(0, 0, 0, 0.1) !important;
}

.border-13 {
  border: 13px solid rgba(0, 0, 0, 0.1) !important;
}

.border-14 {
  border: 14px solid rgba(0, 0, 0, 0.1) !important;
}

.border-15 {
  border: 15px solid rgba(0, 0, 0, 0.1) !important;
}

.border-16 {
  border: 16px solid rgba(0, 0, 0, 0.1) !important;
}

.border-17 {
  border: 17px solid rgba(0, 0, 0, 0.1) !important;
}

.border-18 {
  border: 18px solid rgba(0, 0, 0, 0.1) !important;
}

.border-19 {
  border: 19px solid rgba(0, 0, 0, 0.1) !important;
}

.border-20 {
  border: 20px solid rgba(0, 0, 0, 0.1) !important;
}

.border-21 {
  border: 21px solid rgba(0, 0, 0, 0.1) !important;
}

.border-22 {
  border: 22px solid rgba(0, 0, 0, 0.1) !important;
}

.border-23 {
  border: 23px solid rgba(0, 0, 0, 0.1) !important;
}

.border-24 {
  border: 24px solid rgba(0, 0, 0, 0.1) !important;
}

.border-25 {
  border: 25px solid rgba(0, 0, 0, 0.1) !important;
}

.border-26 {
  border: 26px solid rgba(0, 0, 0, 0.1) !important;
}

.border-27 {
  border: 27px solid rgba(0, 0, 0, 0.1) !important;
}

.border-28 {
  border: 28px solid rgba(0, 0, 0, 0.1) !important;
}

.border-29 {
  border: 29px solid rgba(0, 0, 0, 0.1) !important;
}

.border-30 {
  border: 30px solid rgba(0, 0, 0, 0.1) !important;
}

.border-31 {
  border: 31px solid rgba(0, 0, 0, 0.1) !important;
}

.border-32 {
  border: 32px solid rgba(0, 0, 0, 0.1) !important;
}

.border-33 {
  border: 33px solid rgba(0, 0, 0, 0.1) !important;
}

.border-34 {
  border: 34px solid rgba(0, 0, 0, 0.1) !important;
}

.border-35 {
  border: 35px solid rgba(0, 0, 0, 0.1) !important;
}

.border-36 {
  border: 36px solid rgba(0, 0, 0, 0.1) !important;
}

.border-37 {
  border: 37px solid rgba(0, 0, 0, 0.1) !important;
}

.border-38 {
  border: 38px solid rgba(0, 0, 0, 0.1) !important;
}

.border-39 {
  border: 39px solid rgba(0, 0, 0, 0.1) !important;
}

.border-40 {
  border: 40px solid rgba(0, 0, 0, 0.1) !important;
}

.border-41 {
  border: 41px solid rgba(0, 0, 0, 0.1) !important;
}

.border-42 {
  border: 42px solid rgba(0, 0, 0, 0.1) !important;
}

.border-43 {
  border: 43px solid rgba(0, 0, 0, 0.1) !important;
}

.border-44 {
  border: 44px solid rgba(0, 0, 0, 0.1) !important;
}

.border-45 {
  border: 45px solid rgba(0, 0, 0, 0.1) !important;
}

.border-46 {
  border: 46px solid rgba(0, 0, 0, 0.1) !important;
}

.border-47 {
  border: 47px solid rgba(0, 0, 0, 0.1) !important;
}

.border-48 {
  border: 48px solid rgba(0, 0, 0, 0.1) !important;
}

.border-49 {
  border: 49px solid rgba(0, 0, 0, 0.1) !important;
}

.border-50 {
  border: 50px solid rgba(0, 0, 0, 0.1) !important;
}

.border-51 {
  border: 51px solid rgba(0, 0, 0, 0.1) !important;
}

.border-52 {
  border: 52px solid rgba(0, 0, 0, 0.1) !important;
}

.border-53 {
  border: 53px solid rgba(0, 0, 0, 0.1) !important;
}

.border-54 {
  border: 54px solid rgba(0, 0, 0, 0.1) !important;
}

.border-55 {
  border: 55px solid rgba(0, 0, 0, 0.1) !important;
}

.border-56 {
  border: 56px solid rgba(0, 0, 0, 0.1) !important;
}

.border-57 {
  border: 57px solid rgba(0, 0, 0, 0.1) !important;
}

.border-58 {
  border: 58px solid rgba(0, 0, 0, 0.1) !important;
}

.border-59 {
  border: 59px solid rgba(0, 0, 0, 0.1) !important;
}

.border-60 {
  border: 60px solid rgba(0, 0, 0, 0.1) !important;
}

.border-61 {
  border: 61px solid rgba(0, 0, 0, 0.1) !important;
}

.border-62 {
  border: 62px solid rgba(0, 0, 0, 0.1) !important;
}

.border-63 {
  border: 63px solid rgba(0, 0, 0, 0.1) !important;
}

.border-64 {
  border: 64px solid rgba(0, 0, 0, 0.1) !important;
}

.border-65 {
  border: 65px solid rgba(0, 0, 0, 0.1) !important;
}

.border-66 {
  border: 66px solid rgba(0, 0, 0, 0.1) !important;
}

.border-67 {
  border: 67px solid rgba(0, 0, 0, 0.1) !important;
}

.border-68 {
  border: 68px solid rgba(0, 0, 0, 0.1) !important;
}

.border-69 {
  border: 69px solid rgba(0, 0, 0, 0.1) !important;
}

.border-70 {
  border: 70px solid rgba(0, 0, 0, 0.1) !important;
}

.border-71 {
  border: 71px solid rgba(0, 0, 0, 0.1) !important;
}

.border-72 {
  border: 72px solid rgba(0, 0, 0, 0.1) !important;
}

.border-73 {
  border: 73px solid rgba(0, 0, 0, 0.1) !important;
}

.border-74 {
  border: 74px solid rgba(0, 0, 0, 0.1) !important;
}

.border-75 {
  border: 75px solid rgba(0, 0, 0, 0.1) !important;
}

.border-76 {
  border: 76px solid rgba(0, 0, 0, 0.1) !important;
}

.border-77 {
  border: 77px solid rgba(0, 0, 0, 0.1) !important;
}

.border-78 {
  border: 78px solid rgba(0, 0, 0, 0.1) !important;
}

.border-79 {
  border: 79px solid rgba(0, 0, 0, 0.1) !important;
}

.border-80 {
  border: 80px solid rgba(0, 0, 0, 0.1) !important;
}

.border-81 {
  border: 81px solid rgba(0, 0, 0, 0.1) !important;
}

.border-82 {
  border: 82px solid rgba(0, 0, 0, 0.1) !important;
}

.border-83 {
  border: 83px solid rgba(0, 0, 0, 0.1) !important;
}

.border-84 {
  border: 84px solid rgba(0, 0, 0, 0.1) !important;
}

.border-85 {
  border: 85px solid rgba(0, 0, 0, 0.1) !important;
}

.border-86 {
  border: 86px solid rgba(0, 0, 0, 0.1) !important;
}

.border-87 {
  border: 87px solid rgba(0, 0, 0, 0.1) !important;
}

.border-88 {
  border: 88px solid rgba(0, 0, 0, 0.1) !important;
}

.border-89 {
  border: 89px solid rgba(0, 0, 0, 0.1) !important;
}

.border-90 {
  border: 90px solid rgba(0, 0, 0, 0.1) !important;
}

.border-91 {
  border: 91px solid rgba(0, 0, 0, 0.1) !important;
}

.border-92 {
  border: 92px solid rgba(0, 0, 0, 0.1) !important;
}

.border-93 {
  border: 93px solid rgba(0, 0, 0, 0.1) !important;
}

.border-94 {
  border: 94px solid rgba(0, 0, 0, 0.1) !important;
}

.border-95 {
  border: 95px solid rgba(0, 0, 0, 0.1) !important;
}

.border-96 {
  border: 96px solid rgba(0, 0, 0, 0.1) !important;
}

.border-97 {
  border: 97px solid rgba(0, 0, 0, 0.1) !important;
}

.border-98 {
  border: 98px solid rgba(0, 0, 0, 0.1) !important;
}

.border-99 {
  border: 99px solid rgba(0, 0, 0, 0.1) !important;
}

.border-100 {
  border: 100px solid rgba(0, 0, 0, 0.1) !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.15rem !important;
}

.rounded-top {
  border-top-left-radius: 0.15rem !important;
  border-top-right-radius: 0.15rem !important;
}

.rounded-top-lg {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}

.rounded-right {
  border-top-right-radius: 0.15rem !important;
  border-bottom-right-radius: 0.15rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.15rem !important;
  border-bottom-left-radius: 0.15rem !important;
}

.rounded-left {
  border-top-left-radius: 0.15rem !important;
  border-bottom-left-radius: 0.15rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-lg {
  border-radius: 0.3rem !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.8571428571%;
}

.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;
}

.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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
.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;
  }
}

@supports (position: sticky) {
  .sticky-left, .table-sticky-first-column tbody tr td:first-child, .table-sticky-first-column thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 1020;
  }
}

@supports (position: sticky) {
  .sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@supports (position: sticky) {
  .sticky-right {
    position: sticky;
    right: 0;
    z-index: 1020;
  }
}

.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-100 {
  width: 100% !important;
}

.w-99 {
  width: 99% !important;
}

.w-98 {
  width: 98% !important;
}

.w-97 {
  width: 97% !important;
}

.w-96 {
  width: 96% !important;
}

.w-95 {
  width: 95% !important;
}

.w-94 {
  width: 94% !important;
}

.w-93 {
  width: 93% !important;
}

.w-92 {
  width: 92% !important;
}

.w-91 {
  width: 91% !important;
}

.w-90 {
  width: 90% !important;
}

.w-89 {
  width: 89% !important;
}

.w-88 {
  width: 88% !important;
}

.w-87 {
  width: 87% !important;
}

.w-86 {
  width: 86% !important;
}

.w-85 {
  width: 85% !important;
}

.w-84 {
  width: 84% !important;
}

.w-83 {
  width: 83% !important;
}

.w-82 {
  width: 82% !important;
}

.w-81 {
  width: 81% !important;
}

.w-80 {
  width: 80% !important;
}

.w-79 {
  width: 79% !important;
}

.w-78 {
  width: 78% !important;
}

.w-77 {
  width: 77% !important;
}

.w-76 {
  width: 76% !important;
}

.w-75 {
  width: 75% !important;
}

.w-74 {
  width: 74% !important;
}

.w-73 {
  width: 73% !important;
}

.w-72 {
  width: 72% !important;
}

.w-71 {
  width: 71% !important;
}

.w-70 {
  width: 70% !important;
}

.w-69 {
  width: 69% !important;
}

.w-68 {
  width: 68% !important;
}

.w-67 {
  width: 67% !important;
}

.w-66 {
  width: 66% !important;
}

.w-65 {
  width: 65% !important;
}

.w-64 {
  width: 64% !important;
}

.w-63 {
  width: 63% !important;
}

.w-62 {
  width: 62% !important;
}

.w-61 {
  width: 61% !important;
}

.w-60 {
  width: 60% !important;
}

.w-59 {
  width: 59% !important;
}

.w-58 {
  width: 58% !important;
}

.w-57 {
  width: 57% !important;
}

.w-56 {
  width: 56% !important;
}

.w-55 {
  width: 55% !important;
}

.w-54 {
  width: 54% !important;
}

.w-53 {
  width: 53% !important;
}

.w-52 {
  width: 52% !important;
}

.w-51 {
  width: 51% !important;
}

.w-50 {
  width: 50% !important;
}

.w-49 {
  width: 49% !important;
}

.w-48 {
  width: 48% !important;
}

.w-47 {
  width: 47% !important;
}

.w-46 {
  width: 46% !important;
}

.w-45 {
  width: 45% !important;
}

.w-44 {
  width: 44% !important;
}

.w-43 {
  width: 43% !important;
}

.w-42 {
  width: 42% !important;
}

.w-41 {
  width: 41% !important;
}

.w-40 {
  width: 40% !important;
}

.w-39 {
  width: 39% !important;
}

.w-38 {
  width: 38% !important;
}

.w-37 {
  width: 37% !important;
}

.w-36 {
  width: 36% !important;
}

.w-35 {
  width: 35% !important;
}

.w-34 {
  width: 34% !important;
}

.w-33 {
  width: 33% !important;
}

.w-32 {
  width: 32% !important;
}

.w-31 {
  width: 31% !important;
}

.w-30 {
  width: 30% !important;
}

.w-29 {
  width: 29% !important;
}

.w-28 {
  width: 28% !important;
}

.w-27 {
  width: 27% !important;
}

.w-26 {
  width: 26% !important;
}

.w-25 {
  width: 25% !important;
}

.w-24 {
  width: 24% !important;
}

.w-23 {
  width: 23% !important;
}

.w-22 {
  width: 22% !important;
}

.w-21 {
  width: 21% !important;
}

.w-20 {
  width: 20% !important;
}

.w-19 {
  width: 19% !important;
}

.w-18 {
  width: 18% !important;
}

.w-17 {
  width: 17% !important;
}

.w-16 {
  width: 16% !important;
}

.w-15 {
  width: 15% !important;
}

.w-14 {
  width: 14% !important;
}

.w-13 {
  width: 13% !important;
}

.w-12 {
  width: 12% !important;
}

.w-11 {
  width: 11% !important;
}

.w-10 {
  width: 10% !important;
}

.w-9 {
  width: 9% !important;
}

.w-8 {
  width: 8% !important;
}

.w-7 {
  width: 7% !important;
}

.w-6 {
  width: 6% !important;
}

.w-5 {
  width: 5% !important;
}

.w-4 {
  width: 4% !important;
}

.w-3 {
  width: 3% !important;
}

.w-2 {
  width: 2% !important;
}

.w-1 {
  width: 1% !important;
}

.h-100 {
  height: 100% !important;
}

.h-99 {
  height: 99% !important;
}

.h-98 {
  height: 98% !important;
}

.h-97 {
  height: 97% !important;
}

.h-96 {
  height: 96% !important;
}

.h-95 {
  height: 95% !important;
}

.h-94 {
  height: 94% !important;
}

.h-93 {
  height: 93% !important;
}

.h-92 {
  height: 92% !important;
}

.h-91 {
  height: 91% !important;
}

.h-90 {
  height: 90% !important;
}

.h-89 {
  height: 89% !important;
}

.h-88 {
  height: 88% !important;
}

.h-87 {
  height: 87% !important;
}

.h-86 {
  height: 86% !important;
}

.h-85 {
  height: 85% !important;
}

.h-84 {
  height: 84% !important;
}

.h-83 {
  height: 83% !important;
}

.h-82 {
  height: 82% !important;
}

.h-81 {
  height: 81% !important;
}

.h-80 {
  height: 80% !important;
}

.h-79 {
  height: 79% !important;
}

.h-78 {
  height: 78% !important;
}

.h-77 {
  height: 77% !important;
}

.h-76 {
  height: 76% !important;
}

.h-75 {
  height: 75% !important;
}

.h-74 {
  height: 74% !important;
}

.h-73 {
  height: 73% !important;
}

.h-72 {
  height: 72% !important;
}

.h-71 {
  height: 71% !important;
}

.h-70 {
  height: 70% !important;
}

.h-69 {
  height: 69% !important;
}

.h-68 {
  height: 68% !important;
}

.h-67 {
  height: 67% !important;
}

.h-66 {
  height: 66% !important;
}

.h-65 {
  height: 65% !important;
}

.h-64 {
  height: 64% !important;
}

.h-63 {
  height: 63% !important;
}

.h-62 {
  height: 62% !important;
}

.h-61 {
  height: 61% !important;
}

.h-60 {
  height: 60% !important;
}

.h-59 {
  height: 59% !important;
}

.h-58 {
  height: 58% !important;
}

.h-57 {
  height: 57% !important;
}

.h-56 {
  height: 56% !important;
}

.h-55 {
  height: 55% !important;
}

.h-54 {
  height: 54% !important;
}

.h-53 {
  height: 53% !important;
}

.h-52 {
  height: 52% !important;
}

.h-51 {
  height: 51% !important;
}

.h-50 {
  height: 50% !important;
}

.h-49 {
  height: 49% !important;
}

.h-48 {
  height: 48% !important;
}

.h-47 {
  height: 47% !important;
}

.h-46 {
  height: 46% !important;
}

.h-45 {
  height: 45% !important;
}

.h-44 {
  height: 44% !important;
}

.h-43 {
  height: 43% !important;
}

.h-42 {
  height: 42% !important;
}

.h-41 {
  height: 41% !important;
}

.h-40 {
  height: 40% !important;
}

.h-39 {
  height: 39% !important;
}

.h-38 {
  height: 38% !important;
}

.h-37 {
  height: 37% !important;
}

.h-36 {
  height: 36% !important;
}

.h-35 {
  height: 35% !important;
}

.h-34 {
  height: 34% !important;
}

.h-33 {
  height: 33% !important;
}

.h-32 {
  height: 32% !important;
}

.h-31 {
  height: 31% !important;
}

.h-30 {
  height: 30% !important;
}

.h-29 {
  height: 29% !important;
}

.h-28 {
  height: 28% !important;
}

.h-27 {
  height: 27% !important;
}

.h-26 {
  height: 26% !important;
}

.h-25 {
  height: 25% !important;
}

.h-24 {
  height: 24% !important;
}

.h-23 {
  height: 23% !important;
}

.h-22 {
  height: 22% !important;
}

.h-21 {
  height: 21% !important;
}

.h-20 {
  height: 20% !important;
}

.h-19 {
  height: 19% !important;
}

.h-18 {
  height: 18% !important;
}

.h-17 {
  height: 17% !important;
}

.h-16 {
  height: 16% !important;
}

.h-15 {
  height: 15% !important;
}

.h-14 {
  height: 14% !important;
}

.h-13 {
  height: 13% !important;
}

.h-12 {
  height: 12% !important;
}

.h-11 {
  height: 11% !important;
}

.h-10 {
  height: 10% !important;
}

.h-9 {
  height: 9% !important;
}

.h-8 {
  height: 8% !important;
}

.h-7 {
  height: 7% !important;
}

.h-6 {
  height: 6% !important;
}

.h-5 {
  height: 5% !important;
}

.h-4 {
  height: 4% !important;
}

.h-3 {
  height: 3% !important;
}

.h-2 {
  height: 2% !important;
}

.h-1 {
  height: 1% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mw-99 {
  max-width: 99% !important;
}

.mw-98 {
  max-width: 98% !important;
}

.mw-97 {
  max-width: 97% !important;
}

.mw-96 {
  max-width: 96% !important;
}

.mw-95 {
  max-width: 95% !important;
}

.mw-94 {
  max-width: 94% !important;
}

.mw-93 {
  max-width: 93% !important;
}

.mw-92 {
  max-width: 92% !important;
}

.mw-91 {
  max-width: 91% !important;
}

.mw-90 {
  max-width: 90% !important;
}

.mw-89 {
  max-width: 89% !important;
}

.mw-88 {
  max-width: 88% !important;
}

.mw-87 {
  max-width: 87% !important;
}

.mw-86 {
  max-width: 86% !important;
}

.mw-85 {
  max-width: 85% !important;
}

.mw-84 {
  max-width: 84% !important;
}

.mw-83 {
  max-width: 83% !important;
}

.mw-82 {
  max-width: 82% !important;
}

.mw-81 {
  max-width: 81% !important;
}

.mw-80 {
  max-width: 80% !important;
}

.mw-79 {
  max-width: 79% !important;
}

.mw-78 {
  max-width: 78% !important;
}

.mw-77 {
  max-width: 77% !important;
}

.mw-76 {
  max-width: 76% !important;
}

.mw-75 {
  max-width: 75% !important;
}

.mw-74 {
  max-width: 74% !important;
}

.mw-73 {
  max-width: 73% !important;
}

.mw-72 {
  max-width: 72% !important;
}

.mw-71 {
  max-width: 71% !important;
}

.mw-70 {
  max-width: 70% !important;
}

.mw-69 {
  max-width: 69% !important;
}

.mw-68 {
  max-width: 68% !important;
}

.mw-67 {
  max-width: 67% !important;
}

.mw-66 {
  max-width: 66% !important;
}

.mw-65 {
  max-width: 65% !important;
}

.mw-64 {
  max-width: 64% !important;
}

.mw-63 {
  max-width: 63% !important;
}

.mw-62 {
  max-width: 62% !important;
}

.mw-61 {
  max-width: 61% !important;
}

.mw-60 {
  max-width: 60% !important;
}

.mw-59 {
  max-width: 59% !important;
}

.mw-58 {
  max-width: 58% !important;
}

.mw-57 {
  max-width: 57% !important;
}

.mw-56 {
  max-width: 56% !important;
}

.mw-55 {
  max-width: 55% !important;
}

.mw-54 {
  max-width: 54% !important;
}

.mw-53 {
  max-width: 53% !important;
}

.mw-52 {
  max-width: 52% !important;
}

.mw-51 {
  max-width: 51% !important;
}

.mw-50 {
  max-width: 50% !important;
}

.mw-49 {
  max-width: 49% !important;
}

.mw-48 {
  max-width: 48% !important;
}

.mw-47 {
  max-width: 47% !important;
}

.mw-46 {
  max-width: 46% !important;
}

.mw-45 {
  max-width: 45% !important;
}

.mw-44 {
  max-width: 44% !important;
}

.mw-43 {
  max-width: 43% !important;
}

.mw-42 {
  max-width: 42% !important;
}

.mw-41 {
  max-width: 41% !important;
}

.mw-40 {
  max-width: 40% !important;
}

.mw-39 {
  max-width: 39% !important;
}

.mw-38 {
  max-width: 38% !important;
}

.mw-37 {
  max-width: 37% !important;
}

.mw-36 {
  max-width: 36% !important;
}

.mw-35 {
  max-width: 35% !important;
}

.mw-34 {
  max-width: 34% !important;
}

.mw-33 {
  max-width: 33% !important;
}

.mw-32 {
  max-width: 32% !important;
}

.mw-31 {
  max-width: 31% !important;
}

.mw-30 {
  max-width: 30% !important;
}

.mw-29 {
  max-width: 29% !important;
}

.mw-28 {
  max-width: 28% !important;
}

.mw-27 {
  max-width: 27% !important;
}

.mw-26 {
  max-width: 26% !important;
}

.mw-25 {
  max-width: 25% !important;
}

.mw-24 {
  max-width: 24% !important;
}

.mw-23 {
  max-width: 23% !important;
}

.mw-22 {
  max-width: 22% !important;
}

.mw-21 {
  max-width: 21% !important;
}

.mw-20 {
  max-width: 20% !important;
}

.mw-19 {
  max-width: 19% !important;
}

.mw-18 {
  max-width: 18% !important;
}

.mw-17 {
  max-width: 17% !important;
}

.mw-16 {
  max-width: 16% !important;
}

.mw-15 {
  max-width: 15% !important;
}

.mw-14 {
  max-width: 14% !important;
}

.mw-13 {
  max-width: 13% !important;
}

.mw-12 {
  max-width: 12% !important;
}

.mw-11 {
  max-width: 11% !important;
}

.mw-10 {
  max-width: 10% !important;
}

.mw-9 {
  max-width: 9% !important;
}

.mw-8 {
  max-width: 8% !important;
}

.mw-7 {
  max-width: 7% !important;
}

.mw-6 {
  max-width: 6% !important;
}

.mw-5 {
  max-width: 5% !important;
}

.mw-4 {
  max-width: 4% !important;
}

.mw-3 {
  max-width: 3% !important;
}

.mw-2 {
  max-width: 2% !important;
}

.mw-1 {
  max-width: 1% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-height-1 {
  min-height: 1em !important;
}

.min-height-2 {
  min-height: 2em !important;
}

.min-height-3 {
  min-height: 3em !important;
}

.min-height-4 {
  min-height: 4em !important;
}

.min-height-5 {
  min-height: 5em !important;
}

.min-height-6 {
  min-height: 6em !important;
}

.min-height-7 {
  min-height: 7em !important;
}

.min-height-8 {
  min-height: 8em !important;
}

.min-height-9 {
  min-height: 9em !important;
}

.min-height-10 {
  min-height: 10em !important;
}

.min-height-11 {
  min-height: 11em !important;
}

.min-height-12 {
  min-height: 12em !important;
}

.min-height-13 {
  min-height: 13em !important;
}

.min-height-14 {
  min-height: 14em !important;
}

.min-height-15 {
  min-height: 15em !important;
}

.min-height-16 {
  min-height: 16em !important;
}

.min-height-17 {
  min-height: 17em !important;
}

.min-height-18 {
  min-height: 18em !important;
}

.min-height-19 {
  min-height: 19em !important;
}

.min-height-20 {
  min-height: 20em !important;
}

.min-height-21 {
  min-height: 21em !important;
}

.min-height-22 {
  min-height: 22em !important;
}

.min-height-23 {
  min-height: 23em !important;
}

.min-height-24 {
  min-height: 24em !important;
}

.min-height-25 {
  min-height: 25em !important;
}

.min-height-26 {
  min-height: 26em !important;
}

.min-height-27 {
  min-height: 27em !important;
}

.min-height-28 {
  min-height: 28em !important;
}

.min-height-29 {
  min-height: 29em !important;
}

.min-height-30 {
  min-height: 30em !important;
}

.min-height-31 {
  min-height: 31em !important;
}

.min-height-32 {
  min-height: 32em !important;
}

.min-height-33 {
  min-height: 33em !important;
}

.min-height-34 {
  min-height: 34em !important;
}

.min-height-35 {
  min-height: 35em !important;
}

.min-height-36 {
  min-height: 36em !important;
}

.min-height-37 {
  min-height: 37em !important;
}

.min-height-38 {
  min-height: 38em !important;
}

.min-height-39 {
  min-height: 39em !important;
}

.min-height-40 {
  min-height: 40em !important;
}

.min-height-41 {
  min-height: 41em !important;
}

.min-height-42 {
  min-height: 42em !important;
}

.min-height-43 {
  min-height: 43em !important;
}

.min-height-44 {
  min-height: 44em !important;
}

.min-height-45 {
  min-height: 45em !important;
}

.min-height-46 {
  min-height: 46em !important;
}

.min-height-47 {
  min-height: 47em !important;
}

.min-height-48 {
  min-height: 48em !important;
}

.min-height-49 {
  min-height: 49em !important;
}

.min-height-50 {
  min-height: 50em !important;
}

.min-height-51 {
  min-height: 51em !important;
}

.min-height-52 {
  min-height: 52em !important;
}

.min-height-53 {
  min-height: 53em !important;
}

.min-height-54 {
  min-height: 54em !important;
}

.min-height-55 {
  min-height: 55em !important;
}

.min-height-56 {
  min-height: 56em !important;
}

.min-height-57 {
  min-height: 57em !important;
}

.min-height-58 {
  min-height: 58em !important;
}

.min-height-59 {
  min-height: 59em !important;
}

.min-height-60 {
  min-height: 60em !important;
}

.min-height-61 {
  min-height: 61em !important;
}

.min-height-62 {
  min-height: 62em !important;
}

.min-height-63 {
  min-height: 63em !important;
}

.min-height-64 {
  min-height: 64em !important;
}

.min-height-65 {
  min-height: 65em !important;
}

.min-height-66 {
  min-height: 66em !important;
}

.min-height-67 {
  min-height: 67em !important;
}

.min-height-68 {
  min-height: 68em !important;
}

.min-height-69 {
  min-height: 69em !important;
}

.min-height-70 {
  min-height: 70em !important;
}

.min-height-71 {
  min-height: 71em !important;
}

.min-height-72 {
  min-height: 72em !important;
}

.min-height-73 {
  min-height: 73em !important;
}

.min-height-74 {
  min-height: 74em !important;
}

.min-height-75 {
  min-height: 75em !important;
}

.min-height-76 {
  min-height: 76em !important;
}

.min-height-77 {
  min-height: 77em !important;
}

.min-height-78 {
  min-height: 78em !important;
}

.min-height-79 {
  min-height: 79em !important;
}

.min-height-80 {
  min-height: 80em !important;
}

.min-height-81 {
  min-height: 81em !important;
}

.min-height-82 {
  min-height: 82em !important;
}

.min-height-83 {
  min-height: 83em !important;
}

.min-height-84 {
  min-height: 84em !important;
}

.min-height-85 {
  min-height: 85em !important;
}

.min-height-86 {
  min-height: 86em !important;
}

.min-height-87 {
  min-height: 87em !important;
}

.min-height-88 {
  min-height: 88em !important;
}

.min-height-89 {
  min-height: 89em !important;
}

.min-height-90 {
  min-height: 90em !important;
}

.min-height-91 {
  min-height: 91em !important;
}

.min-height-92 {
  min-height: 92em !important;
}

.min-height-93 {
  min-height: 93em !important;
}

.min-height-94 {
  min-height: 94em !important;
}

.min-height-95 {
  min-height: 95em !important;
}

.min-height-96 {
  min-height: 96em !important;
}

.min-height-97 {
  min-height: 97em !important;
}

.min-height-98 {
  min-height: 98em !important;
}

.min-height-99 {
  min-height: 99em !important;
}

.min-height-100 {
  min-height: 100em !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-width-99 {
  max-width: 99% !important;
}

.max-width-98 {
  max-width: 98% !important;
}

.max-width-97 {
  max-width: 97% !important;
}

.max-width-96 {
  max-width: 96% !important;
}

.max-width-95 {
  max-width: 95% !important;
}

.max-width-94 {
  max-width: 94% !important;
}

.max-width-93 {
  max-width: 93% !important;
}

.max-width-92 {
  max-width: 92% !important;
}

.max-width-91 {
  max-width: 91% !important;
}

.max-width-90 {
  max-width: 90% !important;
}

.max-width-89 {
  max-width: 89% !important;
}

.max-width-88 {
  max-width: 88% !important;
}

.max-width-87 {
  max-width: 87% !important;
}

.max-width-86 {
  max-width: 86% !important;
}

.max-width-85 {
  max-width: 85% !important;
}

.max-width-84 {
  max-width: 84% !important;
}

.max-width-83 {
  max-width: 83% !important;
}

.max-width-82 {
  max-width: 82% !important;
}

.max-width-81 {
  max-width: 81% !important;
}

.max-width-80 {
  max-width: 80% !important;
}

.max-width-79 {
  max-width: 79% !important;
}

.max-width-78 {
  max-width: 78% !important;
}

.max-width-77 {
  max-width: 77% !important;
}

.max-width-76 {
  max-width: 76% !important;
}

.max-width-75 {
  max-width: 75% !important;
}

.max-width-74 {
  max-width: 74% !important;
}

.max-width-73 {
  max-width: 73% !important;
}

.max-width-72 {
  max-width: 72% !important;
}

.max-width-71 {
  max-width: 71% !important;
}

.max-width-70 {
  max-width: 70% !important;
}

.max-width-69 {
  max-width: 69% !important;
}

.max-width-68 {
  max-width: 68% !important;
}

.max-width-67 {
  max-width: 67% !important;
}

.max-width-66 {
  max-width: 66% !important;
}

.max-width-65 {
  max-width: 65% !important;
}

.max-width-64 {
  max-width: 64% !important;
}

.max-width-63 {
  max-width: 63% !important;
}

.max-width-62 {
  max-width: 62% !important;
}

.max-width-61 {
  max-width: 61% !important;
}

.max-width-60 {
  max-width: 60% !important;
}

.max-width-59 {
  max-width: 59% !important;
}

.max-width-58 {
  max-width: 58% !important;
}

.max-width-57 {
  max-width: 57% !important;
}

.max-width-56 {
  max-width: 56% !important;
}

.max-width-55 {
  max-width: 55% !important;
}

.max-width-54 {
  max-width: 54% !important;
}

.max-width-53 {
  max-width: 53% !important;
}

.max-width-52 {
  max-width: 52% !important;
}

.max-width-51 {
  max-width: 51% !important;
}

.max-width-50 {
  max-width: 50% !important;
}

.max-width-49 {
  max-width: 49% !important;
}

.max-width-48 {
  max-width: 48% !important;
}

.max-width-47 {
  max-width: 47% !important;
}

.max-width-46 {
  max-width: 46% !important;
}

.max-width-45 {
  max-width: 45% !important;
}

.max-width-44 {
  max-width: 44% !important;
}

.max-width-43 {
  max-width: 43% !important;
}

.max-width-42 {
  max-width: 42% !important;
}

.max-width-41 {
  max-width: 41% !important;
}

.max-width-40 {
  max-width: 40% !important;
}

.max-width-39 {
  max-width: 39% !important;
}

.max-width-38 {
  max-width: 38% !important;
}

.max-width-37 {
  max-width: 37% !important;
}

.max-width-36 {
  max-width: 36% !important;
}

.max-width-35 {
  max-width: 35% !important;
}

.max-width-34 {
  max-width: 34% !important;
}

.max-width-33 {
  max-width: 33% !important;
}

.max-width-32 {
  max-width: 32% !important;
}

.max-width-31 {
  max-width: 31% !important;
}

.max-width-30 {
  max-width: 30% !important;
}

.max-width-29 {
  max-width: 29% !important;
}

.max-width-28 {
  max-width: 28% !important;
}

.max-width-27 {
  max-width: 27% !important;
}

.max-width-26 {
  max-width: 26% !important;
}

.max-width-25 {
  max-width: 25% !important;
}

.max-width-24 {
  max-width: 24% !important;
}

.max-width-23 {
  max-width: 23% !important;
}

.max-width-22 {
  max-width: 22% !important;
}

.max-width-21 {
  max-width: 21% !important;
}

.max-width-20 {
  max-width: 20% !important;
}

.max-width-19 {
  max-width: 19% !important;
}

.max-width-18 {
  max-width: 18% !important;
}

.max-width-17 {
  max-width: 17% !important;
}

.max-width-16 {
  max-width: 16% !important;
}

.max-width-15 {
  max-width: 15% !important;
}

.max-width-14 {
  max-width: 14% !important;
}

.max-width-13 {
  max-width: 13% !important;
}

.max-width-12 {
  max-width: 12% !important;
}

.max-width-11 {
  max-width: 11% !important;
}

.max-width-10 {
  max-width: 10% !important;
}

.max-width-9 {
  max-width: 9% !important;
}

.max-width-8 {
  max-width: 8% !important;
}

.max-width-7 {
  max-width: 7% !important;
}

.max-width-6 {
  max-width: 6% !important;
}

.max-width-5 {
  max-width: 5% !important;
}

.max-width-4 {
  max-width: 4% !important;
}

.max-width-3 {
  max-width: 3% !important;
}

.max-width-2 {
  max-width: 2% !important;
}

.max-width-1 {
  max-width: 1% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

.max-height-99 {
  max-height: 99% !important;
}

.max-height-98 {
  max-height: 98% !important;
}

.max-height-97 {
  max-height: 97% !important;
}

.max-height-96 {
  max-height: 96% !important;
}

.max-height-95 {
  max-height: 95% !important;
}

.max-height-94 {
  max-height: 94% !important;
}

.max-height-93 {
  max-height: 93% !important;
}

.max-height-92 {
  max-height: 92% !important;
}

.max-height-91 {
  max-height: 91% !important;
}

.max-height-90 {
  max-height: 90% !important;
}

.max-height-89 {
  max-height: 89% !important;
}

.max-height-88 {
  max-height: 88% !important;
}

.max-height-87 {
  max-height: 87% !important;
}

.max-height-86 {
  max-height: 86% !important;
}

.max-height-85 {
  max-height: 85% !important;
}

.max-height-84 {
  max-height: 84% !important;
}

.max-height-83 {
  max-height: 83% !important;
}

.max-height-82 {
  max-height: 82% !important;
}

.max-height-81 {
  max-height: 81% !important;
}

.max-height-80 {
  max-height: 80% !important;
}

.max-height-79 {
  max-height: 79% !important;
}

.max-height-78 {
  max-height: 78% !important;
}

.max-height-77 {
  max-height: 77% !important;
}

.max-height-76 {
  max-height: 76% !important;
}

.max-height-75 {
  max-height: 75% !important;
}

.max-height-74 {
  max-height: 74% !important;
}

.max-height-73 {
  max-height: 73% !important;
}

.max-height-72 {
  max-height: 72% !important;
}

.max-height-71 {
  max-height: 71% !important;
}

.max-height-70 {
  max-height: 70% !important;
}

.max-height-69 {
  max-height: 69% !important;
}

.max-height-68 {
  max-height: 68% !important;
}

.max-height-67 {
  max-height: 67% !important;
}

.max-height-66 {
  max-height: 66% !important;
}

.max-height-65 {
  max-height: 65% !important;
}

.max-height-64 {
  max-height: 64% !important;
}

.max-height-63 {
  max-height: 63% !important;
}

.max-height-62 {
  max-height: 62% !important;
}

.max-height-61 {
  max-height: 61% !important;
}

.max-height-60 {
  max-height: 60% !important;
}

.max-height-59 {
  max-height: 59% !important;
}

.max-height-58 {
  max-height: 58% !important;
}

.max-height-57 {
  max-height: 57% !important;
}

.max-height-56 {
  max-height: 56% !important;
}

.max-height-55 {
  max-height: 55% !important;
}

.max-height-54 {
  max-height: 54% !important;
}

.max-height-53 {
  max-height: 53% !important;
}

.max-height-52 {
  max-height: 52% !important;
}

.max-height-51 {
  max-height: 51% !important;
}

.max-height-50 {
  max-height: 50% !important;
}

.max-height-49 {
  max-height: 49% !important;
}

.max-height-48 {
  max-height: 48% !important;
}

.max-height-47 {
  max-height: 47% !important;
}

.max-height-46 {
  max-height: 46% !important;
}

.max-height-45 {
  max-height: 45% !important;
}

.max-height-44 {
  max-height: 44% !important;
}

.max-height-43 {
  max-height: 43% !important;
}

.max-height-42 {
  max-height: 42% !important;
}

.max-height-41 {
  max-height: 41% !important;
}

.max-height-40 {
  max-height: 40% !important;
}

.max-height-39 {
  max-height: 39% !important;
}

.max-height-38 {
  max-height: 38% !important;
}

.max-height-37 {
  max-height: 37% !important;
}

.max-height-36 {
  max-height: 36% !important;
}

.max-height-35 {
  max-height: 35% !important;
}

.max-height-34 {
  max-height: 34% !important;
}

.max-height-33 {
  max-height: 33% !important;
}

.max-height-32 {
  max-height: 32% !important;
}

.max-height-31 {
  max-height: 31% !important;
}

.max-height-30 {
  max-height: 30% !important;
}

.max-height-29 {
  max-height: 29% !important;
}

.max-height-28 {
  max-height: 28% !important;
}

.max-height-27 {
  max-height: 27% !important;
}

.max-height-26 {
  max-height: 26% !important;
}

.max-height-25 {
  max-height: 25% !important;
}

.max-height-24 {
  max-height: 24% !important;
}

.max-height-23 {
  max-height: 23% !important;
}

.max-height-22 {
  max-height: 22% !important;
}

.max-height-21 {
  max-height: 21% !important;
}

.max-height-20 {
  max-height: 20% !important;
}

.max-height-19 {
  max-height: 19% !important;
}

.max-height-18 {
  max-height: 18% !important;
}

.max-height-17 {
  max-height: 17% !important;
}

.max-height-16 {
  max-height: 16% !important;
}

.max-height-15 {
  max-height: 15% !important;
}

.max-height-14 {
  max-height: 14% !important;
}

.max-height-13 {
  max-height: 13% !important;
}

.max-height-12 {
  max-height: 12% !important;
}

.max-height-11 {
  max-height: 11% !important;
}

.max-height-10 {
  max-height: 10% !important;
}

.max-height-9 {
  max-height: 9% !important;
}

.max-height-8 {
  max-height: 8% !important;
}

.max-height-7 {
  max-height: 7% !important;
}

.max-height-6 {
  max-height: 6% !important;
}

.max-height-5 {
  max-height: 5% !important;
}

.max-height-4 {
  max-height: 4% !important;
}

.max-height-3 {
  max-height: 3% !important;
}

.max-height-2 {
  max-height: 2% !important;
}

.max-height-1 {
  max-height: 1% !important;
}

.scroll-height-1 {
  height: 1rem !important;
}

.scroll-height-2 {
  height: 2rem !important;
}

.scroll-height-3 {
  height: 3rem !important;
}

.scroll-height-4 {
  height: 4rem !important;
}

.scroll-height-5 {
  height: 5rem !important;
}

.scroll-height-6 {
  height: 6rem !important;
}

.scroll-height-7 {
  height: 7rem !important;
}

.scroll-height-8 {
  height: 8rem !important;
}

.scroll-height-9 {
  height: 9rem !important;
}

.scroll-height-10 {
  height: 10rem !important;
}

.scroll-height-11 {
  height: 11rem !important;
}

.scroll-height-12 {
  height: 12rem !important;
}

.scroll-height-13 {
  height: 13rem !important;
}

.scroll-height-14 {
  height: 14rem !important;
}

.scroll-height-15 {
  height: 15rem !important;
}

.scroll-height-16 {
  height: 16rem !important;
}

.scroll-height-17 {
  height: 17rem !important;
}

.scroll-height-18 {
  height: 18rem !important;
}

.scroll-height-19 {
  height: 19rem !important;
}

.scroll-height-20 {
  height: 20rem !important;
}

.scroll-height-21 {
  height: 21rem !important;
}

.scroll-height-22 {
  height: 22rem !important;
}

.scroll-height-23 {
  height: 23rem !important;
}

.scroll-height-24 {
  height: 24rem !important;
}

.scroll-height-25 {
  height: 25rem !important;
}

.scroll-height-26 {
  height: 26rem !important;
}

.scroll-height-27 {
  height: 27rem !important;
}

.scroll-height-28 {
  height: 28rem !important;
}

.scroll-height-29 {
  height: 29rem !important;
}

.scroll-height-30 {
  height: 30rem !important;
}

.scroll-height-31 {
  height: 31rem !important;
}

.scroll-height-32 {
  height: 32rem !important;
}

.scroll-height-33 {
  height: 33rem !important;
}

.scroll-height-34 {
  height: 34rem !important;
}

.scroll-height-35 {
  height: 35rem !important;
}

.scroll-height-36 {
  height: 36rem !important;
}

.scroll-height-37 {
  height: 37rem !important;
}

.scroll-height-38 {
  height: 38rem !important;
}

.scroll-height-39 {
  height: 39rem !important;
}

.scroll-height-40 {
  height: 40rem !important;
}

.scroll-height-41 {
  height: 41rem !important;
}

.scroll-height-42 {
  height: 42rem !important;
}

.scroll-height-43 {
  height: 43rem !important;
}

.scroll-height-44 {
  height: 44rem !important;
}

.scroll-height-45 {
  height: 45rem !important;
}

.scroll-height-46 {
  height: 46rem !important;
}

.scroll-height-47 {
  height: 47rem !important;
}

.scroll-height-48 {
  height: 48rem !important;
}

.scroll-height-49 {
  height: 49rem !important;
}

.scroll-height-50 {
  height: 50rem !important;
}

.scroll-height-51 {
  height: 51rem !important;
}

.scroll-height-52 {
  height: 52rem !important;
}

.scroll-height-53 {
  height: 53rem !important;
}

.scroll-height-54 {
  height: 54rem !important;
}

.scroll-height-55 {
  height: 55rem !important;
}

.scroll-height-56 {
  height: 56rem !important;
}

.scroll-height-57 {
  height: 57rem !important;
}

.scroll-height-58 {
  height: 58rem !important;
}

.scroll-height-59 {
  height: 59rem !important;
}

.scroll-height-60 {
  height: 60rem !important;
}

.scroll-height-61 {
  height: 61rem !important;
}

.scroll-height-62 {
  height: 62rem !important;
}

.scroll-height-63 {
  height: 63rem !important;
}

.scroll-height-64 {
  height: 64rem !important;
}

.scroll-height-65 {
  height: 65rem !important;
}

.scroll-height-66 {
  height: 66rem !important;
}

.scroll-height-67 {
  height: 67rem !important;
}

.scroll-height-68 {
  height: 68rem !important;
}

.scroll-height-69 {
  height: 69rem !important;
}

.scroll-height-70 {
  height: 70rem !important;
}

.scroll-height-71 {
  height: 71rem !important;
}

.scroll-height-72 {
  height: 72rem !important;
}

.scroll-height-73 {
  height: 73rem !important;
}

.scroll-height-74 {
  height: 74rem !important;
}

.scroll-height-75 {
  height: 75rem !important;
}

.scroll-height-76 {
  height: 76rem !important;
}

.scroll-height-77 {
  height: 77rem !important;
}

.scroll-height-78 {
  height: 78rem !important;
}

.scroll-height-79 {
  height: 79rem !important;
}

.scroll-height-80 {
  height: 80rem !important;
}

.scroll-height-81 {
  height: 81rem !important;
}

.scroll-height-82 {
  height: 82rem !important;
}

.scroll-height-83 {
  height: 83rem !important;
}

.scroll-height-84 {
  height: 84rem !important;
}

.scroll-height-85 {
  height: 85rem !important;
}

.scroll-height-86 {
  height: 86rem !important;
}

.scroll-height-87 {
  height: 87rem !important;
}

.scroll-height-88 {
  height: 88rem !important;
}

.scroll-height-89 {
  height: 89rem !important;
}

.scroll-height-90 {
  height: 90rem !important;
}

.scroll-height-91 {
  height: 91rem !important;
}

.scroll-height-92 {
  height: 92rem !important;
}

.scroll-height-93 {
  height: 93rem !important;
}

.scroll-height-94 {
  height: 94rem !important;
}

.scroll-height-95 {
  height: 95rem !important;
}

.scroll-height-96 {
  height: 96rem !important;
}

.scroll-height-97 {
  height: 97rem !important;
}

.scroll-height-98 {
  height: 98rem !important;
}

.scroll-height-99 {
  height: 99rem !important;
}

.scroll-height-100 {
  height: 100rem !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-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-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-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-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-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;
  }
}
.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #1976D2 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #145ca4 !important;
}

.text-secondary {
  color: #f8f9fa !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #dae0e5 !important;
}

.text-success {
  color: #4CAF50 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #3d8b40 !important;
}

.text-info {
  color: #9C27B0 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #771e86 !important;
}

.text-warning {
  color: #FF9800 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #cc7a00 !important;
}

.text-danger {
  color: #F44336 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ea1c0d !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@font-face {
  font-family: "robotoregular";
  src: url("fonts/roboto/roboto-regular.eot");
  src: url("fonts/roboto/roboto-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-regular.woff2") format("woff2"), url("fonts/roboto/roboto-regular.woff") format("woff"), url("fonts/roboto/roboto-regular.ttf") format("truetype"), url("fonts/roboto/roboto-regular.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotomedium";
  src: url("fonts/roboto/roboto-medium.eot");
  src: url("fonts/roboto/roboto-medium.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-medium.woff2") format("woff2"), url("fonts/roboto/roboto-medium.woff") format("woff"), url("fonts/roboto/roboto-medium.ttf") format("truetype"), url("fonts/roboto/roboto-medium.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
b, .bold, strong, .strong, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 300;
}

b, .bold, strong, .strong, .text-bold, .text-strong, .font-weight-bold {
  font-family: "robotomedium", Helvetica, Arial, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "robotoregular", Helvetica, Arial, sans-serif;
}

h6 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
}

.text-muted,
.faded {
  color: inherit !important;
  opacity: 0.65;
}

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

.text-pink {
  color: hotpink !important;
}

.header-sub {
  display: block;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

.header-underline {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.h1-space {
  margin-top: 1.9625rem;
}

.h2-space {
  margin-top: 1.865rem;
}

.h3-space {
  margin-top: 1.7675rem;
}

.h4-space {
  margin-top: 1.67rem;
}

.h5-space {
  margin-top: 1.5725rem;
}

.h6-space {
  margin-top: 1.475rem;
}

.text-success-darker {
  color: #3d8b40 !important;
}

a.text-success-darker:hover, a.text-success-darker:focus {
  color: #2d682f !important;
}

.iid,
.iid-h {
  display: inline;
}
.iid.active,
.iid-h.active {
  color: #11508e;
  text-decoration: underline;
  font-family: "robotomedium", Helvetica, Arial, sans-serif;
}

.iid-group > span:not(.hidden) ~ span::before,
.iid-group-h > span:not(.hidden) ~ span::before,
.iid:not(.hidden) ~ .iid::before,
.iid-h:not(.hidden) ~ .iid-h::before {
  content: "";
  border-left-style: solid;
  border-left-width: 1px;
  margin-left: 1rem;
  padding-left: 1rem;
}

.iid-group-h span:not(.hidden) ~ span::before,
.iid-h:not(.hidden) ~ .iid-h::before {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}

.iid::before,
.iid-h::before,
.iid-group > span::before,
.iid-group-h > span::before {
  border-left-color: rgba(0, 0, 0, 0.25);
}

.main-header .iid::before,
.main-header .iid-h::before,
.main-header .iid-group > span::before,
.main-header .iid-group-h > span::before,
.main-footer .iid::before,
.main-footer .iid-h::before,
.main-footer .iid-group > span::before,
.main-footer .iid-group-h > span::before,
.bg-brand .iid::before,
.bg-brand .iid-h::before,
.bg-brand .iid-group > span::before,
.bg-brand .iid-group-h > span::before {
  border-left-color: rgba(255, 255, 255, 0.25);
}

.comma-list .comma-list__item::after {
  content: ",";
}
.comma-list .comma-list__item:last-of-type::after {
  content: "";
}

dl {
  margin: 0;
}
dl ul,
dl ol {
  margin-bottom: 0;
}
dl dt,
dl label:not(.pv-switch):not(.custom-control-label),
dl legend,
dl .label,
dl .legend {
  font-family: "robotomedium", Helvetica, Arial, sans-serif !important;
}
dl dt::after,
dl label:not(.pv-switch):not(.custom-control-label)::after,
dl legend::after,
dl .label::after,
dl .legend::after {
  content: ":";
}
dl dd {
  margin: 0;
}
dl dd + dt, dl dd + label {
  margin-top: 1rem;
}
dl div {
  break-inside: avoid-column;
}
dl.dl-inherit dt {
  color: inherit;
}
dl.dl-inline dd,
dl.dl-inline dt {
  display: inline;
  margin: 0;
}
dl.dl-between dt,
dl.dl-between label {
  font-family: "robotoregular", Helvetica, Arial, sans-serif !important;
}
dl.dl-between dd,
dl.dl-between dt {
  margin: 0;
}
dl.dl-between div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
dl.dl-cols div + div, dl.dl-between div + div {
  margin-top: 1rem;
}
dl.dl-0 dd + dt,
dl.dl-0 dd + label, dl.dl-0.dl-cols div + div, dl.dl-0.dl-between div + div {
  margin-top: 0;
}
dl.dl-1 dd + dt,
dl.dl-1 dd + label, dl.dl-1.dl-cols div + div, dl.dl-1.dl-between div + div {
  margin-top: 0.25rem;
}
dl.dl-2 dd + dt,
dl.dl-2 dd + label, dl.dl-2.dl-cols div + div, dl.dl-2.dl-between div + div {
  margin-top: 0.5rem;
}
dl.with-form-controls dd {
  line-height: 1.25rem;
}

.cols-2 {
  columns: 2;
}

.cols-3 {
  columns: 3;
}

.cols-4 {
  columns: 4;
}

.cols-5 {
  columns: 5;
}

.cols-6 {
  columns: 6;
}

.cols-7 {
  columns: 7;
}

.cols-8 {
  columns: 8;
}

.cols-9 {
  columns: 9;
}

.cols-10 {
  columns: 10;
}

.cols-11 {
  columns: 11;
}

.cols-12 {
  columns: 12;
}

.cols-divider {
  column-gap: 2rem;
  column-rule: 1px solid rgba(0, 0, 0, 0.1);
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x {
  overflow-x: auto;
}

.overflow-y {
  overflow-y: auto;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.hidden {
  display: none !important;
}

.visually-hidden, .visuallyhidden {
  display: block;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.clear {
  clear: both;
}

.outdent-0 {
  margin-left: 0;
  margin-right: 0;
}

.outdent-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.outdent-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.outdent-3 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.outdent-4 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.outdent-5 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.full-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-flash,
.text-blink,
.flash,
.blink {
  animation: pvFlash 1s step-start 0s infinite;
}

.soft-flash,
.soft-blink {
  animation: pvPulse 1s ease-in-out 0s infinite;
}

@keyframes pvFlash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
}
@keyframes pvPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-no-drop {
  cursor: no-drop;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.pos-f {
  position: fixed;
}

.top-25 {
  top: 25%;
}

.height-initial {
  height: initial !important;
}

.h-0 {
  height: 0;
}

.h-modal-lg {
  height: 800px;
}

.h-modal-md {
  height: 500px;
}

.h-modal-sm {
  height: 300px;
}

.w-auto {
  width: auto !important;
}

.width-fit-content {
  width: fit-content;
}

.isolate {
  isolation: isolate;
}

.randy {
  animation: 1s ease 0s infinite wow;
}

@keyframes wow {
  0% {
    background-color: blueviolet;
    box-shadow: 0 0 1rem -1rem chartreuse;
    transform: scale(1) rotate(0deg);
  }
  25% {
    background-color: chartreuse;
    box-shadow: 0 0 7rem 1rem blueviolet;
    transform: scale(1.2) rotate(15deg) skewY(-10deg);
  }
  50% {
    background-color: blueviolet;
    box-shadow: 0 0 1rem -1rem chartreuse;
    transform: scale(1) rotate(0deg);
  }
  75% {
    background-color: chartreuse;
    box-shadow: 0 0 7rem 1rem blueviolet;
    transform: scale(1.2) rotate(-15deg) skewY(10deg);
  }
  100% {
    background-color: blueviolet;
    box-shadow: 0 0 1rem -1rem chartreuse;
    transform: scale(1) rotate(0deg);
  }
}
.gap-0 {
  gap: 0;
}

.gap-row-0 {
  row-gap: 0;
}

.gap-column-0 {
  column-gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-row-1 {
  row-gap: 0.25rem;
}

.gap-column-1 {
  column-gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-row-2 {
  row-gap: 0.5rem;
}

.gap-column-2 {
  column-gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-row-3 {
  row-gap: 1rem;
}

.gap-column-3 {
  column-gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-row-4 {
  row-gap: 1.5rem;
}

.gap-column-4 {
  column-gap: 1.5rem;
}

.gap-5 {
  gap: 3rem;
}

.gap-row-5 {
  row-gap: 3rem;
}

.gap-column-5 {
  column-gap: 3rem;
}

a.disabled,
a[disabled] {
  pointer-events: none;
}

.close {
  cursor: pointer;
  line-height: 0.75rem;
}
.close:focus {
  outline: none;
}

.text-white .close,
.close.white {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}

.white-bg,
.bg-white {
  background-color: #FFF;
}

.bg-alert {
  background-color: #fdd9d7 !important;
}

.bg-primary-light, .pv-drag__space-defaults, .pv-drag__space-after::after, .pv-drag__space-before::before {
  background-color: #bfd9f2 !important;
}

.bg-success-light {
  background-color: #cde9ce !important;
}

.bg-info-light {
  background-color: #e3c3e9 !important;
}

.bg-info-lighter {
  background-color: #f1e1f4 !important;
}

.bg-info-lightest {
  background-color: #f7eef9 !important;
}

.bg-warning-light {
  background-color: #ffe2b8 !important;
}

.bg-warning-lighter {
  background-color: #fff1db !important;
}

.bg-danger-light {
  background-color: #fccac7 !important;
}

.bg-transparent {
  background: transparent !important;
}

.bg-gray-medium-dark {
  background-color: #aaaaaa;
}

.bg-gray-medium {
  background-color: #cccccc;
}

.bg-gray-lighter {
  background-color: #eceeef;
}

.bg-gray-lightest {
  background-color: #f7f7f9;
}

.bg-success-lightest {
  background-color: #dbefdc !important;
}

.bg-danger-lightest {
  background-color: #fdd9d7 !important;
}

.bg-nav {
  background-color: #d8dde3;
}

.bg-blue {
  background-color: #1976D2 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #145ca4 !important;
}

.bg-blue-light {
  background-color: #bfd9f2 !important;
}

a.bg-blue-light:hover, a.bg-blue-light:focus,
button.bg-blue-light:hover,
button.bg-blue-light:focus {
  background-color: #95c0e9 !important;
}

.bg-blue-lighter {
  background-color: #dfecf9 !important;
}

a.bg-blue-lighter:hover, a.bg-blue-lighter:focus,
button.bg-blue-lighter:hover,
button.bg-blue-lighter:focus {
  background-color: #b4d3f1 !important;
}

.bg-blue-lightest {
  background-color: #edf4fb !important;
}

a.bg-blue-lightest:hover, a.bg-blue-lightest:focus,
button.bg-blue-lightest:hover,
button.bg-blue-lightest:focus {
  background-color: #c3dbf2 !important;
}

.bg-indigo {
  background-color: #9C27B0 !important;
}

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #771e86 !important;
}

.bg-indigo-light {
  background-color: #e3c3e9 !important;
}

a.bg-indigo-light:hover, a.bg-indigo-light:focus,
button.bg-indigo-light:hover,
button.bg-indigo-light:focus {
  background-color: #d29edb !important;
}

.bg-indigo-lighter {
  background-color: #f1e1f4 !important;
}

a.bg-indigo-lighter:hover, a.bg-indigo-lighter:focus,
button.bg-indigo-lighter:hover,
button.bg-indigo-lighter:focus {
  background-color: #e0bce6 !important;
}

.bg-indigo-lightest {
  background-color: #f7eef9 !important;
}

a.bg-indigo-lightest:hover, a.bg-indigo-lightest:focus,
button.bg-indigo-lightest:hover,
button.bg-indigo-lightest:focus {
  background-color: #e5c8ec !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #59339d !important;
}

.bg-purple-light {
  background-color: #d7caee !important;
}

a.bg-purple-light:hover, a.bg-purple-light:focus,
button.bg-purple-light:hover,
button.bg-purple-light:focus {
  background-color: #baa3e2 !important;
}

.bg-purple-lighter {
  background-color: #ebe5f6 !important;
}

a.bg-purple-lighter:hover, a.bg-purple-lighter:focus,
button.bg-purple-lighter:hover,
button.bg-purple-lighter:focus {
  background-color: #cebfe9 !important;
}

.bg-purple-lightest {
  background-color: #f3f0fa !important;
}

a.bg-purple-lightest:hover, a.bg-purple-lightest:focus,
button.bg-purple-lightest:hover,
button.bg-purple-lightest:focus {
  background-color: #d4caed !important;
}

.bg-pink {
  background-color: #ff69b4 !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #ff369b !important;
}

.bg-pink-light {
  background-color: #ffd5ea !important;
}

a.bg-pink-light:hover, a.bg-pink-light:focus,
button.bg-pink-light:hover,
button.bg-pink-light:focus {
  background-color: #ffa2d1 !important;
}

.bg-pink-lighter {
  background-color: #ffeaf5 !important;
}

a.bg-pink-lighter:hover, a.bg-pink-lighter:focus,
button.bg-pink-lighter:hover,
button.bg-pink-lighter:focus {
  background-color: #ffb7dd !important;
}

.bg-pink-lightest {
  background-color: #fff3f9 !important;
}

a.bg-pink-lightest:hover, a.bg-pink-lightest:focus,
button.bg-pink-lightest:hover,
button.bg-pink-lightest:focus {
  background-color: #ffc0e0 !important;
}

.bg-red {
  background-color: #F44336 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #ea1c0d !important;
}

.bg-red-light {
  background-color: #fccac7 !important;
}

a.bg-red-light:hover, a.bg-red-light:focus,
button.bg-red-light:hover,
button.bg-red-light:focus {
  background-color: #f99c97 !important;
}

.bg-red-lighter {
  background-color: #fde5e3 !important;
}

a.bg-red-lighter:hover, a.bg-red-lighter:focus,
button.bg-red-lighter:hover,
button.bg-red-lighter:focus {
  background-color: #fab9b3 !important;
}

.bg-red-lightest {
  background-color: #fef0ef !important;
}

a.bg-red-lightest:hover, a.bg-red-lightest:focus,
button.bg-red-lightest:hover,
button.bg-red-lightest:focus {
  background-color: #fbc3bf !important;
}

.bg-orange {
  background-color: #FF9800 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #cc7a00 !important;
}

.bg-orange-light {
  background-color: #ffe2b8 !important;
}

a.bg-orange-light:hover, a.bg-orange-light:focus,
button.bg-orange-light:hover,
button.bg-orange-light:focus {
  background-color: #ffcd85 !important;
}

.bg-orange-lighter {
  background-color: #fff1db !important;
}

a.bg-orange-lighter:hover, a.bg-orange-lighter:focus,
button.bg-orange-lighter:hover,
button.bg-orange-lighter:focus {
  background-color: #ffdda8 !important;
}

.bg-orange-lightest {
  background-color: #fff7eb !important;
}

a.bg-orange-lightest:hover, a.bg-orange-lightest:focus,
button.bg-orange-lightest:hover,
button.bg-orange-lightest:focus {
  background-color: #ffe3b8 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #d39e00 !important;
}

.bg-yellow-light {
  background-color: #ffeeba !important;
}

a.bg-yellow-light:hover, a.bg-yellow-light:focus,
button.bg-yellow-light:hover,
button.bg-yellow-light:focus {
  background-color: #ffe187 !important;
}

.bg-yellow-lighter {
  background-color: #fff6dc !important;
}

a.bg-yellow-lighter:hover, a.bg-yellow-lighter:focus,
button.bg-yellow-lighter:hover,
button.bg-yellow-lighter:focus {
  background-color: #ffe9a9 !important;
}

.bg-yellow-lightest {
  background-color: #fffaeb !important;
}

a.bg-yellow-lightest:hover, a.bg-yellow-lightest:focus,
button.bg-yellow-lightest:hover,
button.bg-yellow-lightest:focus {
  background-color: #ffedb8 !important;
}

.bg-green {
  background-color: #4CAF50 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #3d8b40 !important;
}

.bg-green-light {
  background-color: #cde9ce !important;
}

a.bg-green-light:hover, a.bg-green-light:focus,
button.bg-green-light:hover,
button.bg-green-light:focus {
  background-color: #aad9ab !important;
}

.bg-green-lighter {
  background-color: #e6f4e7 !important;
}

a.bg-green-lighter:hover, a.bg-green-lighter:focus,
button.bg-green-lighter:hover,
button.bg-green-lighter:focus {
  background-color: #c3e4c5 !important;
}

.bg-green-lightest {
  background-color: #f1f9f1 !important;
}

a.bg-green-lightest:hover, a.bg-green-lightest:focus,
button.bg-green-lightest:hover,
button.bg-green-lightest:focus {
  background-color: #cdeacd !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #199d76 !important;
}

.bg-teal-light {
  background-color: #c1f0e2 !important;
}

a.bg-teal-light:hover, a.bg-teal-light:focus,
button.bg-teal-light:hover,
button.bg-teal-light:focus {
  background-color: #98e6cf !important;
}

.bg-teal-lighter {
  background-color: #e0f7f0 !important;
}

a.bg-teal-lighter:hover, a.bg-teal-lighter:focus,
button.bg-teal-lighter:hover,
button.bg-teal-lighter:focus {
  background-color: #b7eddc !important;
}

.bg-teal-lightest {
  background-color: #edfbf7 !important;
}

a.bg-teal-lightest:hover, a.bg-teal-lightest:focus,
button.bg-teal-lightest:hover,
button.bg-teal-lightest:focus {
  background-color: #c3f2e4 !important;
}

.bg-cyan {
  background-color: #17a2b8 !important;
}

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #117a8b !important;
}

.bg-cyan-light {
  background-color: #bee5eb !important;
}

a.bg-cyan-light:hover, a.bg-cyan-light:focus,
button.bg-cyan-light:hover,
button.bg-cyan-light:focus {
  background-color: #97d5df !important;
}

.bg-cyan-lighter {
  background-color: #dff2f5 !important;
}

a.bg-cyan-lighter:hover, a.bg-cyan-lighter:focus,
button.bg-cyan-lighter:hover,
button.bg-cyan-lighter:focus {
  background-color: #b8e2e9 !important;
}

.bg-cyan-lightest {
  background-color: #ecf8f9 !important;
}

a.bg-cyan-lightest:hover, a.bg-cyan-lightest:focus,
button.bg-cyan-lightest:hover,
button.bg-cyan-lightest:focus {
  background-color: #c5eaed !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-white-light {
  background-color: white !important;
}

a.bg-white-light:hover, a.bg-white-light:focus,
button.bg-white-light:hover,
button.bg-white-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-white-lighter {
  background-color: white !important;
}

a.bg-white-lighter:hover, a.bg-white-lighter:focus,
button.bg-white-lighter:hover,
button.bg-white-lighter:focus {
  background-color: #e6e6e6 !important;
}

.bg-white-lightest {
  background-color: white !important;
}

a.bg-white-lightest:hover, a.bg-white-lightest:focus,
button.bg-white-lightest:hover,
button.bg-white-lightest:focus {
  background-color: #e6e6e6 !important;
}

.bg-gray {
  background-color: #868e96 !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #6c757d !important;
}

.bg-gray-light {
  background-color: #dddfe2 !important;
}

a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #c1c5cb !important;
}

.bg-gray-lighter {
  background-color: #eeeff0 !important;
}

a.bg-gray-lighter:hover, a.bg-gray-lighter:focus,
button.bg-gray-lighter:hover,
button.bg-gray-lighter:focus {
  background-color: #d3d6d8 !important;
}

.bg-gray-lightest {
  background-color: #f5f6f7 !important;
}

a.bg-gray-lightest:hover, a.bg-gray-lightest:focus,
button.bg-gray-lightest:hover,
button.bg-gray-lightest:focus {
  background-color: #d9dde0 !important;
}

.bg-gray-dark {
  background-color: #343a40 !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #1d2124 !important;
}

.bg-gray-dark-light {
  background-color: #c6c8ca !important;
}

a.bg-gray-dark-light:hover, a.bg-gray-dark-light:focus,
button.bg-gray-dark-light:hover,
button.bg-gray-dark-light:focus {
  background-color: #acafb1 !important;
}

.bg-gray-dark-lighter {
  background-color: #e3e3e4 !important;
}

a.bg-gray-dark-lighter:hover, a.bg-gray-dark-lighter:focus,
button.bg-gray-dark-lighter:hover,
button.bg-gray-dark-lighter:focus {
  background-color: #c9c9cb !important;
}

.bg-gray-dark-lightest {
  background-color: #efeff0 !important;
}

a.bg-gray-dark-lightest:hover, a.bg-gray-dark-lightest:focus,
button.bg-gray-dark-lightest:hover,
button.bg-gray-dark-lightest:focus {
  background-color: #d5d5d7 !important;
}

.bg-blue {
  background-color: #1976D2 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #145ca4 !important;
}

.bg-blue-light {
  background-color: #bfd9f2 !important;
}

a.bg-blue-light:hover, a.bg-blue-light:focus,
button.bg-blue-light:hover,
button.bg-blue-light:focus {
  background-color: #95c0e9 !important;
}

.bg-blue-lighter {
  background-color: #dfecf9 !important;
}

a.bg-blue-lighter:hover, a.bg-blue-lighter:focus,
button.bg-blue-lighter:hover,
button.bg-blue-lighter:focus {
  background-color: #b4d3f1 !important;
}

.bg-blue-lightest {
  background-color: #edf4fb !important;
}

a.bg-blue-lightest:hover, a.bg-blue-lightest:focus,
button.bg-blue-lightest:hover,
button.bg-blue-lightest:focus {
  background-color: #c3dbf2 !important;
}

.bg-indigo {
  background-color: #9C27B0 !important;
}

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #771e86 !important;
}

.bg-indigo-light {
  background-color: #e3c3e9 !important;
}

a.bg-indigo-light:hover, a.bg-indigo-light:focus,
button.bg-indigo-light:hover,
button.bg-indigo-light:focus {
  background-color: #d29edb !important;
}

.bg-indigo-lighter {
  background-color: #f1e1f4 !important;
}

a.bg-indigo-lighter:hover, a.bg-indigo-lighter:focus,
button.bg-indigo-lighter:hover,
button.bg-indigo-lighter:focus {
  background-color: #e0bce6 !important;
}

.bg-indigo-lightest {
  background-color: #f7eef9 !important;
}

a.bg-indigo-lightest:hover, a.bg-indigo-lightest:focus,
button.bg-indigo-lightest:hover,
button.bg-indigo-lightest:focus {
  background-color: #e5c8ec !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #59339d !important;
}

.bg-purple-light {
  background-color: #d7caee !important;
}

a.bg-purple-light:hover, a.bg-purple-light:focus,
button.bg-purple-light:hover,
button.bg-purple-light:focus {
  background-color: #baa3e2 !important;
}

.bg-purple-lighter {
  background-color: #ebe5f6 !important;
}

a.bg-purple-lighter:hover, a.bg-purple-lighter:focus,
button.bg-purple-lighter:hover,
button.bg-purple-lighter:focus {
  background-color: #cebfe9 !important;
}

.bg-purple-lightest {
  background-color: #f3f0fa !important;
}

a.bg-purple-lightest:hover, a.bg-purple-lightest:focus,
button.bg-purple-lightest:hover,
button.bg-purple-lightest:focus {
  background-color: #d4caed !important;
}

.bg-pink {
  background-color: #ff69b4 !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #ff369b !important;
}

.bg-pink-light {
  background-color: #ffd5ea !important;
}

a.bg-pink-light:hover, a.bg-pink-light:focus,
button.bg-pink-light:hover,
button.bg-pink-light:focus {
  background-color: #ffa2d1 !important;
}

.bg-pink-lighter {
  background-color: #ffeaf5 !important;
}

a.bg-pink-lighter:hover, a.bg-pink-lighter:focus,
button.bg-pink-lighter:hover,
button.bg-pink-lighter:focus {
  background-color: #ffb7dd !important;
}

.bg-pink-lightest {
  background-color: #fff3f9 !important;
}

a.bg-pink-lightest:hover, a.bg-pink-lightest:focus,
button.bg-pink-lightest:hover,
button.bg-pink-lightest:focus {
  background-color: #ffc0e0 !important;
}

.bg-red {
  background-color: #F44336 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #ea1c0d !important;
}

.bg-red-light {
  background-color: #fccac7 !important;
}

a.bg-red-light:hover, a.bg-red-light:focus,
button.bg-red-light:hover,
button.bg-red-light:focus {
  background-color: #f99c97 !important;
}

.bg-red-lighter {
  background-color: #fde5e3 !important;
}

a.bg-red-lighter:hover, a.bg-red-lighter:focus,
button.bg-red-lighter:hover,
button.bg-red-lighter:focus {
  background-color: #fab9b3 !important;
}

.bg-red-lightest {
  background-color: #fef0ef !important;
}

a.bg-red-lightest:hover, a.bg-red-lightest:focus,
button.bg-red-lightest:hover,
button.bg-red-lightest:focus {
  background-color: #fbc3bf !important;
}

.bg-orange {
  background-color: #FF9800 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #cc7a00 !important;
}

.bg-orange-light {
  background-color: #ffe2b8 !important;
}

a.bg-orange-light:hover, a.bg-orange-light:focus,
button.bg-orange-light:hover,
button.bg-orange-light:focus {
  background-color: #ffcd85 !important;
}

.bg-orange-lighter {
  background-color: #fff1db !important;
}

a.bg-orange-lighter:hover, a.bg-orange-lighter:focus,
button.bg-orange-lighter:hover,
button.bg-orange-lighter:focus {
  background-color: #ffdda8 !important;
}

.bg-orange-lightest {
  background-color: #fff7eb !important;
}

a.bg-orange-lightest:hover, a.bg-orange-lightest:focus,
button.bg-orange-lightest:hover,
button.bg-orange-lightest:focus {
  background-color: #ffe3b8 !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #d39e00 !important;
}

.bg-yellow-light {
  background-color: #ffeeba !important;
}

a.bg-yellow-light:hover, a.bg-yellow-light:focus,
button.bg-yellow-light:hover,
button.bg-yellow-light:focus {
  background-color: #ffe187 !important;
}

.bg-yellow-lighter {
  background-color: #fff6dc !important;
}

a.bg-yellow-lighter:hover, a.bg-yellow-lighter:focus,
button.bg-yellow-lighter:hover,
button.bg-yellow-lighter:focus {
  background-color: #ffe9a9 !important;
}

.bg-yellow-lightest {
  background-color: #fffaeb !important;
}

a.bg-yellow-lightest:hover, a.bg-yellow-lightest:focus,
button.bg-yellow-lightest:hover,
button.bg-yellow-lightest:focus {
  background-color: #ffedb8 !important;
}

.bg-green {
  background-color: #4CAF50 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #3d8b40 !important;
}

.bg-green-light {
  background-color: #cde9ce !important;
}

a.bg-green-light:hover, a.bg-green-light:focus,
button.bg-green-light:hover,
button.bg-green-light:focus {
  background-color: #aad9ab !important;
}

.bg-green-lighter {
  background-color: #e6f4e7 !important;
}

a.bg-green-lighter:hover, a.bg-green-lighter:focus,
button.bg-green-lighter:hover,
button.bg-green-lighter:focus {
  background-color: #c3e4c5 !important;
}

.bg-green-lightest {
  background-color: #f1f9f1 !important;
}

a.bg-green-lightest:hover, a.bg-green-lightest:focus,
button.bg-green-lightest:hover,
button.bg-green-lightest:focus {
  background-color: #cdeacd !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #199d76 !important;
}

.bg-teal-light {
  background-color: #c1f0e2 !important;
}

a.bg-teal-light:hover, a.bg-teal-light:focus,
button.bg-teal-light:hover,
button.bg-teal-light:focus {
  background-color: #98e6cf !important;
}

.bg-teal-lighter {
  background-color: #e0f7f0 !important;
}

a.bg-teal-lighter:hover, a.bg-teal-lighter:focus,
button.bg-teal-lighter:hover,
button.bg-teal-lighter:focus {
  background-color: #b7eddc !important;
}

.bg-teal-lightest {
  background-color: #edfbf7 !important;
}

a.bg-teal-lightest:hover, a.bg-teal-lightest:focus,
button.bg-teal-lightest:hover,
button.bg-teal-lightest:focus {
  background-color: #c3f2e4 !important;
}

.bg-cyan {
  background-color: #17a2b8 !important;
}

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #117a8b !important;
}

.bg-cyan-light {
  background-color: #bee5eb !important;
}

a.bg-cyan-light:hover, a.bg-cyan-light:focus,
button.bg-cyan-light:hover,
button.bg-cyan-light:focus {
  background-color: #97d5df !important;
}

.bg-cyan-lighter {
  background-color: #dff2f5 !important;
}

a.bg-cyan-lighter:hover, a.bg-cyan-lighter:focus,
button.bg-cyan-lighter:hover,
button.bg-cyan-lighter:focus {
  background-color: #b8e2e9 !important;
}

.bg-cyan-lightest {
  background-color: #ecf8f9 !important;
}

a.bg-cyan-lightest:hover, a.bg-cyan-lightest:focus,
button.bg-cyan-lightest:hover,
button.bg-cyan-lightest:focus {
  background-color: #c5eaed !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-white-light {
  background-color: white !important;
}

a.bg-white-light:hover, a.bg-white-light:focus,
button.bg-white-light:hover,
button.bg-white-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-white-lighter {
  background-color: white !important;
}

a.bg-white-lighter:hover, a.bg-white-lighter:focus,
button.bg-white-lighter:hover,
button.bg-white-lighter:focus {
  background-color: #e6e6e6 !important;
}

.bg-white-lightest {
  background-color: white !important;
}

a.bg-white-lightest:hover, a.bg-white-lightest:focus,
button.bg-white-lightest:hover,
button.bg-white-lightest:focus {
  background-color: #e6e6e6 !important;
}

.bg-gray {
  background-color: #868e96 !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #6c757d !important;
}

.bg-gray-light {
  background-color: #dddfe2 !important;
}

a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #c1c5cb !important;
}

.bg-gray-lighter {
  background-color: #eeeff0 !important;
}

a.bg-gray-lighter:hover, a.bg-gray-lighter:focus,
button.bg-gray-lighter:hover,
button.bg-gray-lighter:focus {
  background-color: #d3d6d8 !important;
}

.bg-gray-lightest {
  background-color: #f5f6f7 !important;
}

a.bg-gray-lightest:hover, a.bg-gray-lightest:focus,
button.bg-gray-lightest:hover,
button.bg-gray-lightest:focus {
  background-color: #d9dde0 !important;
}

.colored-section {
  background-color: #1976D2;
  color: #FFF;
  margin-bottom: 1rem;
  margin-top: 1rem;
  position: relative;
}
.colored-section--arrow-down {
  margin-bottom: 2rem;
}
.colored-section--arrow-down:after {
  bottom: -1.5rem;
  border-style: solid;
  border-width: 1.5rem 1.5rem 0 1.5rem;
  border-color: #1976D2 transparent transparent transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -1.5rem;
  position: absolute;
  width: 0;
}
.colored-section--arrow-up {
  margin-top: 2rem;
}
.colored-section--arrow-up:after {
  top: -1.5rem;
  border-style: solid;
  border-width: 0 1.5rem 1.5rem 1.5rem;
  border-color: transparent transparent #1976D2 transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -1.5rem;
  position: absolute;
  width: 0;
}
.colored-section--arrow-down.bg-success:after {
  border-color: #4CAF50 transparent transparent transparent;
}
.colored-section--arrow-up.bg-success:after {
  border-color: transparent transparent #4CAF50 transparent;
}
.colored-section--arrow-down.bg-info:after {
  border-color: #9C27B0 transparent transparent transparent;
}
.colored-section--arrow-up.bg-info:after {
  border-color: transparent transparent #9C27B0 transparent;
}
.colored-section--arrow-down.bg-warning:after {
  border-color: #FF9800 transparent transparent transparent;
}
.colored-section--arrow-up.bg-warning:after {
  border-color: transparent transparent #FF9800 transparent;
}
.colored-section--arrow-down.bg-danger:after {
  border-color: #F44336 transparent transparent transparent;
}
.colored-section--arrow-up.bg-danger:after {
  border-color: transparent transparent #F44336 transparent;
}
.colored-section .btn.btn-link {
  text-shadow: none;
}

.white-raised-section, .pv-select-bar__item.full, .search-item, .placeholder-booking {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.15rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
}
.white-raised-section .text-success, .pv-select-bar__item.full .text-success, .search-item .text-success, .placeholder-booking .text-success {
  color: #3d8b40 !important;
}

.shadow-xs {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
}

.shadow-sm, .z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.shadow-md, .z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadow-lg, .z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.shadow-xl, .z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.inner-shadow-top-bottom {
  box-shadow: inset 0 5px 5px -6px rgba(0, 0, 0, 0.15), inset 0 15px 10px -10px rgba(0, 0, 0, 0.1), inset 0 -5px 5px -6px rgba(0, 0, 0, 0.15), inset 0 -15px 10px -10px rgba(0, 0, 0, 0.1);
}

.inner-shadow-top, .list-group-item.list-group-sub-item {
  box-shadow: inset 0 5px 5px -6px rgba(0, 0, 0, 0.15), inset 0 15px 10px -10px rgba(0, 0, 0, 0.1);
}

.inner-shadow-bottom {
  box-shadow: inset 0 -5px 5px -6px rgba(0, 0, 0, 0.15), inset 0 -15px 10px -10px rgba(0, 0, 0, 0.1);
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(-25deg);
  }
  8% {
    transform: rotate(25deg);
  }
  12% {
    transform: rotate(-25deg);
  }
  16% {
    transform: rotate(25deg);
  }
  20% {
    transform: rotate(-25deg);
  }
  24% {
    transform: rotate(25deg);
  }
  28% {
    transform: rotate(-25deg);
  }
  32% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.ring {
  animation: ring 2s linear 2s infinite;
}

.container-width__1400 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-width__1600 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.flex.collapse {
  display: none;
}

.flex,
.flex.collapse.in,
.flex.collapse.show {
  display: flex;
}

.flex-inline {
  display: inline-flex;
}

.flex-gutter {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.flex-gutter > div, .flex-gutter > span, .flex-gutter > section, .flex-gutter > dl {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.flex-gutter-3 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.flex-gutter-3 > div, .flex-gutter-3 > span, .flex-gutter-3 > section, .flex-gutter-3 > dl {
  margin-left: 1rem;
  margin-right: 1rem;
}

.flex-col-equal-width {
  flex: 1 0 0%;
}

.flex-col-cell {
  position: relative;
  width: 100%;
  padding: 7px 0;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-grow-2 {
  flex-grow: 2 !important;
}

@media (min-width: 576px) {
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-grow-2 {
    flex-grow: 2 !important;
  }
}
@media (min-width: 768px) {
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-grow-2 {
    flex-grow: 2 !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-grow-2 {
    flex-grow: 2 !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-grow-2 {
    flex-grow: 2 !important;
  }
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-shrink-2 {
  flex-shrink: 2 !important;
}

@media (min-width: 576px) {
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-shrink-2 {
    flex-shrink: 2 !important;
  }
}
@media (min-width: 768px) {
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-shrink-2 {
    flex-shrink: 2 !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-shrink-2 {
    flex-shrink: 2 !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-shrink-2 {
    flex-shrink: 2 !important;
  }
}
.flex-basis-0 {
  flex-basis: 0 !important;
}

.flex-basis-auto {
  flex-basis: auto !important;
}

.flex-basis-full {
  flex-basis: 100% !important;
}

.flex-basis-threequarter {
  flex-basis: 75% !important;
  max-width: 75% !important;
}

.flex-basis-twothird {
  flex-basis: 66.6666666667% !important;
  max-width: 66.6666666667% !important;
}

.flex-basis-threefifths {
  flex-basis: 60% !important;
  max-width: 60% !important;
}

.flex-basis-half {
  flex-basis: 50% !important;
  max-width: 50% !important;
}

.flex-basis-twofifths {
  flex-basis: 40% !important;
  max-width: 40% !important;
}

.flex-basis-third {
  flex-basis: 33.3333333333% !important;
  max-width: 33.3333333333% !important;
}

.flex-basis-quarter {
  flex-basis: 25% !important;
  max-width: 25% !important;
}

.flex-basis-fifth {
  flex-basis: 20% !important;
  max-width: 20% !important;
}

.flex-basis-sixth {
  flex-basis: 16.6666666667% !important;
  max-width: 16.6666666667% !important;
}

.flex-basis-half,
.flex-basis-third,
.flex-basis-twofifths,
.flex-basis-twothird,
.flex-basis-threefifths,
.flex-basis-quarter,
.flex-basis-threequarter,
.flex-basis-fifth,
.flex-basis-sixth {
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

@media (min-width: 576px) {
  .flex-sm-basis-0 {
    flex-basis: 0 !important;
  }
  .flex-sm-basis-auto {
    flex-basis: auto !important;
  }
  .flex-sm-basis-full {
    flex-basis: 100% !important;
  }
  .flex-sm-basis-threequarter {
    flex-basis: 75% !important;
    max-width: 75% !important;
  }
  .flex-sm-basis-twothird {
    flex-basis: 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .flex-sm-basis-threefifths {
    flex-basis: 60% !important;
    max-width: 60% !important;
  }
  .flex-sm-basis-half {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .flex-sm-basis-twofifths {
    flex-basis: 40% !important;
    max-width: 40% !important;
  }
  .flex-sm-basis-third {
    flex-basis: 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .flex-sm-basis-quarter {
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
  .flex-sm-basis-fifth {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
  .flex-sm-basis-sixth {
    flex-basis: 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .flex-sm-basis-half,
.flex-sm-basis-third,
.flex-sm-basis-twofifths,
.flex-sm-basis-twothird,
.flex-sm-basis-threefifths,
.flex-sm-basis-quarter,
.flex-sm-basis-threequarter,
.flex-sm-basis-fifth,
.flex-sm-basis-sixth {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 768px) {
  .flex-md-basis-0 {
    flex-basis: 0 !important;
  }
  .flex-md-basis-auto {
    flex-basis: auto !important;
  }
  .flex-md-basis-full {
    flex-basis: 100% !important;
  }
  .flex-md-basis-threequarter {
    flex-basis: 75% !important;
    max-width: 75% !important;
  }
  .flex-md-basis-twothird {
    flex-basis: 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .flex-md-basis-threefifths {
    flex-basis: 60% !important;
    max-width: 60% !important;
  }
  .flex-md-basis-half {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .flex-md-basis-twofifths {
    flex-basis: 40% !important;
    max-width: 40% !important;
  }
  .flex-md-basis-third {
    flex-basis: 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .flex-md-basis-quarter {
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
  .flex-md-basis-fifth {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
  .flex-md-basis-sixth {
    flex-basis: 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .flex-md-basis-half,
.flex-md-basis-third,
.flex-md-basis-twofifths,
.flex-md-basis-twothird,
.flex-md-basis-threefifths,
.flex-md-basis-quarter,
.flex-md-basis-threequarter,
.flex-md-basis-fifth,
.flex-md-basis-sixth {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-basis-0 {
    flex-basis: 0 !important;
  }
  .flex-lg-basis-auto {
    flex-basis: auto !important;
  }
  .flex-lg-basis-full {
    flex-basis: 100% !important;
  }
  .flex-lg-basis-threequarter {
    flex-basis: 75% !important;
    max-width: 75% !important;
  }
  .flex-lg-basis-twothird {
    flex-basis: 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .flex-lg-basis-threefifths {
    flex-basis: 60% !important;
    max-width: 60% !important;
  }
  .flex-lg-basis-half {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .flex-lg-basis-twofifths {
    flex-basis: 40% !important;
    max-width: 40% !important;
  }
  .flex-lg-basis-third {
    flex-basis: 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .flex-lg-basis-quarter {
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
  .flex-lg-basis-fifth {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
  .flex-lg-basis-sixth {
    flex-basis: 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .flex-lg-basis-half,
.flex-lg-basis-third,
.flex-lg-basis-twofifths,
.flex-lg-basis-twothird,
.flex-lg-basis-threefifths,
.flex-lg-basis-quarter,
.flex-lg-basis-threequarter,
.flex-lg-basis-fifth,
.flex-lg-basis-sixth {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-basis-0 {
    flex-basis: 0 !important;
  }
  .flex-xl-basis-auto {
    flex-basis: auto !important;
  }
  .flex-xl-basis-full {
    flex-basis: 100% !important;
  }
  .flex-xl-basis-threequarter {
    flex-basis: 75% !important;
    max-width: 75% !important;
  }
  .flex-xl-basis-twothird {
    flex-basis: 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .flex-xl-basis-threefifths {
    flex-basis: 60% !important;
    max-width: 60% !important;
  }
  .flex-xl-basis-half {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .flex-xl-basis-twofifths {
    flex-basis: 40% !important;
    max-width: 40% !important;
  }
  .flex-xl-basis-third {
    flex-basis: 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .flex-xl-basis-quarter {
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
  .flex-xl-basis-fifth {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
  .flex-xl-basis-sixth {
    flex-basis: 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .flex-xl-basis-half,
.flex-xl-basis-third,
.flex-xl-basis-twofifths,
.flex-xl-basis-twothird,
.flex-xl-basis-threefifths,
.flex-xl-basis-quarter,
.flex-xl-basis-threequarter,
.flex-xl-basis-fifth,
.flex-xl-basis-sixth {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
  }
}
.ember-basic-dropdown {
  position: relative;
}
.ember-basic-dropdown .height-auto {
  height: auto !important;
}

.ember-basic-dropdown, .ember-basic-dropdown *, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box;
}
.ember-basic-dropdown .ember-basic-dropdown--left, .ember-basic-dropdown * .ember-basic-dropdown--left, .ember-basic-dropdown-content .ember-basic-dropdown--left, .ember-basic-dropdown-content * .ember-basic-dropdown--left {
  left: 0;
}
.ember-basic-dropdown .ember-basic-dropdown--right, .ember-basic-dropdown * .ember-basic-dropdown--right, .ember-basic-dropdown-content .ember-basic-dropdown--right, .ember-basic-dropdown-content * .ember-basic-dropdown--right {
  right: 0;
}

.ember-basic-dropdown-text-select-disabled {
  user-select: none;
  -webkit-user-select: none;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1050;
  background-color: #f7f7f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
}

.ember-power-select {
  position: relative;
}

.ember-power-select-trigger {
  text-overflow: ellipsis;
  -webkit-user-select: none;
  user-select: none;
}
.ember-power-select:not(.multiple) .ember-power-select-trigger {
  white-space: nowrap;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #212529;
  opacity: 0.5;
  display: inline;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5rem;
}

.simple-placeholder-select > .ember-power-select-placeholder {
  opacity: 1;
  line-height: inherit;
}

.ember-power-select-status-icon {
  display: none;
}

.ember-power-select-multiple-trigger {
  padding: 0 1rem 0 0.25rem;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  margin: 0.45rem 0 0.3rem 0.7rem;
  padding: 0;
  float: left;
  background-color: transparent;
}
.ember-power-select-trigger-multiple-input::placeholder {
  color: #a9afb5;
}
.ember-power-select-trigger-multiple-input:disabled {
  cursor: not-allowed;
}

li ~ .ember-power-select-trigger-multiple-input {
  margin-left: 0 !important;
  width: 1px !important;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

.ember-power-select-multiple-option {
  border: none;
  border-radius: 0.15rem;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 0.25rem 0 0;
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  white-space: nowrap;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
  margin-right: 0.25rem;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.custom-select--min .ember-power-select-trigger-multiple-input {
  margin: 0;
}
.custom-select--min .ember-power-select-multiple-option {
  padding: 0 0.5rem;
}

.ember-power-select-search {
  background: rgba(0, 0, 0, 0.1);
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  padding: 0.5rem;
}
.ember-power-select-search input {
  padding-right: 2rem;
}
.ember-power-select-search:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23373a3c' d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") top left no-repeat;
  background-size: contain;
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.ember-power-select-dropdown {
  border-radius: 0.15rem;
  border-top: rgba(0, 0, 0, 0.16) solid 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #212529;
}
.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place .ember-power-select-dropdown {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select .ember-power-select-dropdown {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto;
  max-height: 10.5em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0.3333333333rem 1rem;
}

.ember-power-select-group[aria-disabled=true] {
  color: inherit;
  opacity: 0.5;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: inherit;
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #f7f7f9;
}

.ember-power-select-option[aria-current=true] {
  background-color: #e1eaf5;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #e9ecef;
  cursor: not-allowed;
}
.ember-power-select-trigger.custom-select--min[aria-disabled=true] {
  background-color: transparent;
}
.ember-power-select-trigger.custom-select--min {
  min-height: auto;
}

.ember-power-select-clear-btn {
  color: #F44336;
  cursor: pointer;
  margin-left: 0.5rem;
  opacity: 0.65;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 1.5rem;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 2.5rem;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 1.5rem;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 0.5rem;
}

.ember-power-select-dropdown-modal {
  z-index: 10000;
}

.ember-power-calendar {
  box-sizing: border-box;
  position: relative;
}

.ember-calendar-layout {
  background: #fff;
  margin: 0.1rem 0;
}

.ember-power-calendar-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.ember-power-calendar-nav * {
  box-sizing: border-box;
}

.ember-power-calendar-days, .ember-power-calendar-days * {
  box-sizing: border-box;
}

.ember-power-calendar-nav-title {
  flex: 1;
  text-align: center;
}

.ember-power-calendar-row {
  display: flex;
  justify-content: space-between;
}

.ember-power-calendar-weekday {
  -webkit-appearance: none;
  flex: 1 1 100%;
  padding: 0;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
}

.no-weekdays .ember-power-calendar-weekdays {
  display: none;
}

.ember-power-calendar-day {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  flex: 1 1 100%;
  font-size: inherit;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ember-power-calendar-nav-control {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  font-size: inherit;
}

.ember-power-calendar {
  font-size: 14px;
  line-height: 1.42857;
}

.ember-power-calendar-nav {
  line-height: 2;
}

.ember-power-calendar-nav-control {
  line-height: 1;
  font-size: 150%;
}
.ember-power-calendar-nav-control:focus {
  transform: scale(1.2);
}

.ember-power-calendar-day--selected,
.ember-power-calendar-day--selected:not([disabled]):hover {
  font-weight: bold;
}

.ember-power-calendar-day--interactive[disabled] {
  opacity: 0.4;
}

.power-calendar {
  width: 222px;
}
.power-calendar .ember-power-calendar-week:first-child[data-missing-days="1"] {
  padding-left: 32px;
}
.power-calendar .ember-power-calendar-week:first-child[data-missing-days="2"] {
  padding-left: 64px;
}
.power-calendar .ember-power-calendar-week:first-child[data-missing-days="3"] {
  padding-left: 96px;
}
.power-calendar .ember-power-calendar-week:first-child[data-missing-days="4"] {
  padding-left: 128px;
}
.power-calendar .ember-power-calendar-week:first-child[data-missing-days="5"] {
  padding-left: 160px;
}
.power-calendar .ember-power-calendar-week:first-child[data-missing-days="6"] {
  padding-left: 192px;
}
.power-calendar .ember-power-calendar-week:last-child[data-missing-days="1"] {
  padding-right: 32px;
}
.power-calendar .ember-power-calendar-week:last-child[data-missing-days="2"] {
  padding-right: 64px;
}
.power-calendar .ember-power-calendar-week:last-child[data-missing-days="3"] {
  padding-right: 96px;
}
.power-calendar .ember-power-calendar-week:last-child[data-missing-days="4"] {
  padding-right: 128px;
}
.power-calendar .ember-power-calendar-week:last-child[data-missing-days="5"] {
  padding-right: 160px;
}
.power-calendar .ember-power-calendar-week:last-child[data-missing-days="6"] {
  padding-right: 192px;
}
.power-calendar .ember-power-calendar-day, .power-calendar .ember-power-calendar-weekday {
  max-width: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
}
.power-calendar .ember-power-calendar-weekdays, .power-calendar .ember-power-calendar-week {
  height: 32px;
  padding-left: 0;
  padding-right: 0;
}
.power-calendar .ember-power-calendar-day {
  color: #bbb;
}
.power-calendar .ember-power-calendar-weekdays {
  color: #333333;
}
.power-calendar .ember-power-calendar-nav-control {
  color: #0078c9;
}
.power-calendar .ember-power-calendar-nav-control:focus {
  color: #30acff;
}
.power-calendar .ember-power-calendar-day--current-month {
  color: #656D78;
  background-color: #F5F7FA;
}
.power-calendar .ember-power-calendar-day--today {
  background-color: #eee;
}
.power-calendar .ember-power-calendar-day:not([disabled]):hover {
  background-color: #eee;
}
.power-calendar .ember-power-calendar-day--focused {
  box-shadow: inset 0px -2px 0px 0px #0078c9;
}
.power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
  background-color: #96d5ff;
}
.power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
  background-color: #96d5ff;
}
.power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
  background-color: #96d5ff;
}
.power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover {
  background-color: #96d5ff;
}
.power-calendar .ember-power-calendar-day--selected {
  background-color: #c9e9ff;
  color: #656D78;
}
.power-calendar .ember-power-calendar-day--selected:not([disabled]):hover {
  background-color: #c9e9ff;
  color: #656D78;
}
.power-calendar .ember-power-calendar-day--other-month:not([disabled]):hover {
  color: #656D78;
}

.calendar-suffix-input-group {
  padding-bottom: 0.7rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 0.333s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@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 fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@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 fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

.ember-power-select-trigger {
  height: unset;
  min-height: 2.18em;
}

.modal {
  overflow-y: auto;
  overflow-x: hidden;
}

a:not([href]).link-no-href {
  color: #1976D2;
  text-decoration: underline;
}
a:not([href]).link-no-href:hover {
  color: #11508e;
}

.user-select-all {
  user-select: all;
}

.user-select-text {
  user-select: text;
}

.user-select-none {
  user-select: none;
}

.user-select-contain {
  user-select: contain;
}

.user-select-auto {
  user-select: auto;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.transitioned {
  transition: all 0.25s;
  transform-origin: 50% 50% 0;
}
.transitioned.flip, .flip .transitioned, .transitioned.rotate180, .rotate180 .transitioned {
  transform: rotate(180deg);
}
.transitioned.rotate-180, .rotate-180 .transitioned {
  transform: rotate(-180deg);
}
.transitioned.rotate90, .rotate90 .transitioned {
  transform: rotate(90deg);
}
.transitioned.rotate-90, .rotate-90 .transitioned {
  transform: rotate(-90deg);
}
.transitioned.rotate45, .rotate45 .transitioned {
  transform: rotate(45deg);
}
.transitioned.rotate-45, .rotate-45 .transitioned {
  transform: rotate(-45deg);
}
.transitioned.rotate135, .rotate135 .transitioned {
  transform: rotate(135deg);
}
.transitioned.rotate-135, .rotate-135 .transitioned {
  transform: rotate(-135deg);
}

.transitioned--color.white1 {
  color: #FFF;
}
.transitioned--color.black1 {
  color: #000;
}
.transitioned--color.default1 {
  color: #3b3e42;
}
.transitioned--color.danger1 {
  color: #F44336;
}
.transitioned--color.success1 {
  color: #4CAF50;
}
.transitioned--color.warning1 {
  color: #FF9800;
}
.transitioned--color.primary1 {
  color: #1976D2;
}
.transitioned--color.info1 {
  color: #9C27B0;
}
.transitioned--color.white2 {
  color: #FFF !important;
}
.transitioned--color.black2 {
  color: #000 !important;
}
.transitioned--color.default2 {
  color: #3b3e42 !important;
}
.transitioned--color.danger2 {
  color: #F44336 !important;
}
.transitioned--color.success2 {
  color: #4CAF50 !important;
}
.transitioned--color.warning2 {
  color: #FF9800 !important;
}
.transitioned--color.primary2 {
  color: #1976D2 !important;
}
.transitioned--color.info2 {
  color: #9C27B0 !important;
}

#destChart {
  height: auto !important;
  width: 100% !important;
}

.pie-legend {
  list-style-type: none;
  padding: 0;
}
.pie-legend span {
  display: inline-block;
  height: 1em;
  margin-right: 1em;
  width: 1em;
  vertical-align: middle;
}

.demo-cat-sel.active.d4 td {
  background-color: #499fc2;
}
.demo-cat-sel.active.bb td {
  background-color: #cd8b97;
}
.demo-cat-sel.active.de td {
  background-color: #e5a625;
}
.demo-cat-sel.active.bc td {
  background-color: #a295a6;
}
.demo-cat-sel.active.df td {
  background-color: #eeabce;
}

.cbok-bgrp__item .demo-query-show {
  display: none;
}
.cbok-bgrp__item.cbok-bgrp__item--query .demo-query-show {
  display: flex;
}

.tool-panel {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1040;
}

.spinner {
  border-radius: 50%;
  display: inline-block;
  animation: pvCircRot 1s infinite linear;
  clear: both;
  vertical-align: text-bottom;
  border: 2px rgba(0, 0, 0, 0.25) solid;
  border-top: 2px rgba(0, 0, 0, 0.75) solid;
  width: 1rem;
  height: 1rem;
}
.spinner.spinner-xs {
  border: 1px rgba(0, 0, 0, 0.25) solid;
  border-top: 1px rgba(0, 0, 0, 0.75) solid;
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.spinner.spinner-sm {
  border: 2px rgba(0, 0, 0, 0.25) solid;
  border-top: 2px rgba(0, 0, 0, 0.75) solid;
  width: 1rem;
  height: 1rem;
}
.spinner.spinner-md {
  border: 3px rgba(0, 0, 0, 0.25) solid;
  border-top: 3px rgba(0, 0, 0, 0.75) solid;
  width: 1.5rem;
  height: 1.5rem;
}
.spinner.spinner-lg {
  border: 4px rgba(0, 0, 0, 0.25) solid;
  border-top: 4px rgba(0, 0, 0, 0.75) solid;
  width: 2rem;
  height: 2rem;
}
.spinner.spinner-xl {
  border: 5px rgba(0, 0, 0, 0.25) solid;
  border-top: 5px rgba(0, 0, 0, 0.75) solid;
  width: 3rem;
  height: 3rem;
}
.spinner.spinner-light {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: rgba(255, 255, 255, 0.75);
}
.spinner.spinner-dark {
  border-color: rgba(0, 0, 0, 0.25);
  border-top-color: rgba(0, 0, 0, 0.75);
}
.spinner.spinner-primary {
  border-color: rgba(25, 118, 210, 0.25);
  border-top-color: rgba(25, 118, 210, 0.75);
}
.spinner.spinner-secondary {
  border-color: rgba(248, 249, 250, 0.25);
  border-top-color: rgba(248, 249, 250, 0.75);
}
.spinner.spinner-success {
  border-color: rgba(76, 175, 80, 0.25);
  border-top-color: rgba(76, 175, 80, 0.75);
}
.spinner.spinner-info {
  border-color: rgba(156, 39, 176, 0.25);
  border-top-color: rgba(156, 39, 176, 0.75);
}
.spinner.spinner-warning {
  border-color: rgba(255, 152, 0, 0.25);
  border-top-color: rgba(255, 152, 0, 0.75);
}
.spinner.spinner-danger {
  border-color: rgba(244, 67, 54, 0.25);
  border-top-color: rgba(244, 67, 54, 0.75);
}
.spinner.spinner-light {
  border-color: rgba(248, 249, 250, 0.25);
  border-top-color: rgba(248, 249, 250, 0.75);
}
.spinner.spinner-dark {
  border-color: rgba(52, 58, 64, 0.25);
  border-top-color: rgba(52, 58, 64, 0.75);
}

.btn.btn-lg .spinner, .btn-group-lg > .btn .spinner {
  border: 2px rgba(0, 0, 0, 0.25) solid;
  border-top: 2px rgba(0, 0, 0, 0.75) solid;
  width: 1.25rem;
  height: 1.25rem;
}

.btn.btn-primary .spinner, .bootstrap-datetimepicker-widget table td a.btn .spinner,
.btn.btn-success .spinner,
.btn.btn-danger .spinner,
.btn.btn-warning .spinner,
.btn.btn-info .spinner {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: rgba(255, 255, 255, 0.75);
}

@keyframes pvCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.search-group .search-item + .search-item, .search-group .placeholder-booking + .search-item, .search-group .search-item + .placeholder-booking, .search-group .placeholder-booking + .placeholder-booking {
  margin-top: 1rem;
}

.search-item, .placeholder-booking {
  overflow: hidden;
  /* &.CL.cross-sell{

  } */
  /* &.CU.cross-sell{

  } */
  /* &.HA.cross-sell{

  } */
  /* &.SI.cross-sell{

  } */
  /* &.SB.cross-sell{

  } */
}
.search-item:not(:only-of-type):not(.placeholder-booking):hover, .placeholder-booking:not(:only-of-type):not(.placeholder-booking):hover {
  box-shadow: 0 1px 3px rgba(17, 80, 142, 0.5), 0 1px 10px rgba(17, 80, 142, 0.2);
}
.search-item footer, .placeholder-booking footer {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
}
.search-item.search-item--active, .search-item--active.placeholder-booking {
  box-shadow: 0 1px 3px rgba(17, 80, 142, 0.5), 0 1px 10px rgba(17, 80, 142, 0.2);
}
.search-item .sub-nav:before, .placeholder-booking .sub-nav:before {
  content: none;
}
.search-item .search-item--success, .placeholder-booking .search-item--success {
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.search-item.disabled, .disabled.placeholder-booking {
  opacity: 0.5;
  box-shadow: none;
  cursor: not-allowed;
  position: relative;
}
.search-item.disabled:before, .disabled.placeholder-booking:before {
  content: "";
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.search-item .query-mode-message, .placeholder-booking .query-mode-message {
  display: none;
}
.search-item.cbok-bgrp__item--query, .cbok-bgrp__item--query.placeholder-booking {
  background: repeating-linear-gradient(45deg, #FFF, #FFF 25px, #fcf9fd 25px, #fcf9fd 50px);
  box-shadow: 0 0 0 0.5rem rgba(156, 39, 176, 0.25) !important;
  border: solid 1px #9C27B0;
  margin: -1px;
}
.search-item.cbok-bgrp__item--query .query-mode-message, .cbok-bgrp__item--query.placeholder-booking .query-mode-message {
  background: #9C27B0;
  color: #fff;
  display: block;
}
.search-item.cbok-bgrp__item--query .header-link, .cbok-bgrp__item--query.placeholder-booking .header-link {
  color: #9C27B0;
}
.search-item.cbok-bgrp__item--query header .nav-pills .nav-link, .cbok-bgrp__item--query.placeholder-booking header .nav-pills .nav-link,
.search-item.cbok-bgrp__item--query header .nav-pills svg,
.cbok-bgrp__item--query.placeholder-booking header .nav-pills svg {
  color: #9C27B0;
}
.search-item.cbok-bgrp__item--query header .nav-pills .nav-link.disabled, .cbok-bgrp__item--query.placeholder-booking header .nav-pills .nav-link.disabled {
  opacity: 0.65;
}
.search-item.cbok-bgrp__item--query header .nav-pills .nav-link.active, .cbok-bgrp__item--query.placeholder-booking header .nav-pills .nav-link.active,
.search-item.cbok-bgrp__item--query header .nav-pills .nav-link.active svg,
.cbok-bgrp__item--query.placeholder-booking header .nav-pills .nav-link.active svg {
  color: #fff;
}
.search-item.cbok-bgrp__item--query header .nav-pills .nav-link.active, .cbok-bgrp__item--query.placeholder-booking header .nav-pills .nav-link.active {
  background-color: #9C27B0;
}
.search-item.cbok-bgrp__item--query .sub-nav, .cbok-bgrp__item--query.placeholder-booking .sub-nav,
.search-item.cbok-bgrp__item--query footer,
.cbok-bgrp__item--query.placeholder-booking footer {
  background: #ebd4ef;
}
.search-item.cross-sell, .cross-sell.placeholder-booking {
  margin: 15px -1;
}
.search-item.cross-sell thead:not(.thead-inverse) th, .cross-sell.placeholder-booking thead:not(.thead-inverse) th {
  background-color: #FFF;
}
.search-item.cross-sell tbody, .cross-sell.placeholder-booking tbody {
  background: rgba(255, 255, 255, 0.5);
}
.search-item.cross-sell .cross-sell-message, .cross-sell.placeholder-booking .cross-sell-message {
  background: #164192;
  color: #fff;
  display: block;
}
.search-item.cross-sell .edit-info, .cross-sell.placeholder-booking .edit-info {
  display: inline;
}
.search-item.danger-sell, .danger-sell.placeholder-booking {
  box-shadow: 0 0 0 0.5rem #fbbbb7 !important;
}
.search-item.danger-sell .danger-sell-message, .danger-sell.placeholder-booking .danger-sell-message {
  background: #f77066;
  color: #fff;
  display: block;
}
.search-item.info-sell, .info-sell.placeholder-booking {
  box-shadow: 0 0 0 0.5rem #dbb1e3 !important;
}
.search-item.info-sell .info-sell-message, .info-sell.placeholder-booking .info-sell-message {
  background: #b45bc3;
  color: #fff;
  display: block;
}
.search-item.warning-sell, .warning-sell.placeholder-booking {
  box-shadow: 0 0 0 0.5rem #ffdaa3 !important;
}
.search-item.warning-sell .warning-sell-message, .warning-sell.placeholder-booking .warning-sell-message {
  background: #ffa829;
  color: #fff;
  display: block;
}
.search-item.PC.cross-sell, .PC.cross-sell.placeholder-booking {
  box-shadow: 0 0 0 0.5rem rgba(13, 47, 86, 0.25) !important;
  border: solid 1px #103b6c;
}
.search-item.PC.cross-sell .cross-sell-message, .PC.cross-sell.placeholder-booking .cross-sell-message {
  background: #103b6c;
  color: #fff;
  display: block;
}
.search-item.PC.cross-sell table, .PC.cross-sell.placeholder-booking table {
  background: repeating-linear-gradient(45deg, #FFF, #FFF 25px, #d8dde3 25px, #d8dde3 50px);
}
.search-item.PC.cross-sell .cross-sell-header, .PC.cross-sell.placeholder-booking .cross-sell-header {
  background: repeating-linear-gradient(45deg, #FFF, #FFF 25px, #d1e0ee 300px, #d1e0ee 150px);
}
.search-item.PA.cross-sell, .PA.cross-sell.placeholder-booking {
  box-shadow: 0 0 0 0.5rem rgba(37, 127, 166, 0.25) !important;
  border: solid 1px #2a8fbb;
}
.search-item.PA.cross-sell .cross-sell-message, .PA.cross-sell.placeholder-booking .cross-sell-message {
  background: #2a8fbb;
  color: #fff;
  display: block;
}
.search-item.PA.cross-sell table, .PA.cross-sell.placeholder-booking table {
  background: repeating-linear-gradient(45deg, #FFF, #FFF 25px, #d7e8f0 25px, #d7e8f0 50px);
}
.search-item.PA.cross-sell .cross-sell-header, .PA.cross-sell.placeholder-booking .cross-sell-header {
  background: repeating-linear-gradient(45deg, #FFF, #FFF 25px, #d7e8f0 300px, #d7e8f0 150px);
}
.search-item.PO.cross-sell, .PO.cross-sell.placeholder-booking {
  box-shadow: 0 0 0 0.5rem rgba(19, 55, 124, 0.25) !important;
  border: solid 1px #164192;
}
.search-item.PO.cross-sell .cross-sell-message, .PO.cross-sell.placeholder-booking .cross-sell-message {
  background: #164192;
  color: #fff;
  display: block;
}
.search-item.PO.cross-sell table, .PO.cross-sell.placeholder-booking table {
  background: repeating-linear-gradient(45deg, #FFF, #FFF 25px, #c6d4ed 25px, #c6d4ed 50px);
}
.search-item.PO.cross-sell .cross-sell-header, .PO.cross-sell.placeholder-booking .cross-sell-header {
  background: repeating-linear-gradient(45deg, #FFF, #FFF 25px, #d1ddf4 300px, #d1ddf4 150px);
}

.search-item__heading {
  background: #1976D2;
  color: #FFF;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.search-item__heading > * {
  margin: 0;
  padding: 0;
}

.overflow-visible {
  overflow: visible !important;
}

label,
legend,
.label,
.legend {
  font-family: "robotoregular", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
label.btn,
legend.btn,
.label.btn,
.legend.btn {
  margin-bottom: 0;
}

label.bold,
legend.bold,
.label.bold,
.legend.bold {
  font-family: "robotomedium", Helvetica, Arial, sans-serif;
}

.label-block label,
label.label-block {
  display: block;
}

.label-m-0 label {
  margin: 0;
}

.form-control, .ember-power-select-trigger, .ember-power-select-search input {
  background-clip: border-box;
}
.form-control:focus, .ember-power-select-trigger:focus, .ember-power-select-search input:focus {
  box-shadow: 0 1px 3px rgba(17, 80, 142, 0.5), 0 1px 10px rgba(17, 80, 142, 0.2);
}
.form-control:disabled, .ember-power-select-trigger:disabled, .ember-power-select-search input:disabled {
  cursor: not-allowed;
}
.form-control::selection, .ember-power-select-trigger::selection, .ember-power-select-search input::selection {
  background-color: #1976D2;
  color: #fff;
}
.form-control::placeholder, .ember-power-select-trigger::placeholder, .ember-power-select-search input::placeholder {
  opacity: 0.5;
  color: #373a3c;
}

.form-control-1 {
  width: 4rem !important;
}

.form-control-2 {
  width: 7rem !important;
}

.form-control-3 {
  width: 10rem !important;
}

.form-control-4 {
  width: 13rem !important;
}

.form-control-5 {
  width: 16rem !important;
}

.form-control-6 {
  width: 19rem !important;
}

.form-control-7 {
  width: 22rem !important;
}

.form-control-8 {
  width: 25rem !important;
}

.form-control-auto {
  width: auto !important;
}

.form-control-full {
  width: 100% !important;
}

.form-control-1,
.form-control-2,
.form-control-3,
.form-control-4,
.form-control-5,
.form-control-6,
.form-control-7,
.form-control-8 {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  max-width: 100%;
}

.form-control-spacing {
  height: calc(2.188rem + 2px) !important;
  line-height: calc(2.188rem + 2px) !important;
  margin-bottom: 0;
}

.form-control-spacing-sm {
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  margin-bottom: 0;
}

.form-control--dl-style label:not(.pv-switch),
.form-control--dl-style legend {
  font-family: "robotomedium", Helvetica, Arial, sans-serif !important;
}
.form-control--dl-style label:not(.pv-switch)::after,
.form-control--dl-style legend::after {
  content: ":";
}

.input-border .form-control, .input-border .ember-power-select-trigger, .input-border .ember-power-select-search input, .ember-power-select-search .input-border input,
.form-control.form-control--border,
.form-control--border.ember-power-select-trigger,
.ember-power-select-search input.form-control--border {
  border: solid 1px #BBBBBB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 10px rgba(0, 0, 0, 0.1);
}

.ti-hidden-bg {
  background: rgba(0, 0, 0, 0);
  border: 0 solid transparent;
  border-bottom-width: 1px;
  line-height: 1rem;
  margin-bottom: -1px;
  opacity: 1;
  padding: 0;
  width: 100px;
  transition: all 0.2s;
}
.ti-hidden-bg:hover, .ti-hidden-bg:focus {
  padding: 0 0.25rem;
  outline: none;
}
.ti-hidden-bg:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.ti-hidden-bg:focus {
  border-bottom-color: #2083e4;
  box-shadow: 0 4px 4px -2px rgba(25, 118, 210, 0.35);
}
.ti-hidden-bg.ti-hidden-bg--inverse {
  color: #FFF;
}
.ti-hidden-bg.ti-hidden-bg--inverse:hover {
  background: rgba(255, 255, 255, 0.25);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.ti-hidden-bg.ti-hidden-bg--inverse:focus {
  background: rgba(255, 255, 255, 0.65);
  border-bottom-color: #FFF;
  box-shadow: none;
  color: #000;
}
.ti-hidden-bg.collapsed {
  opacity: 0;
  width: 0;
}

.main-header__contact .ti-value {
  cursor: pointer;
}

.help-block {
  font-size: 80%;
  font-weight: normal;
  opacity: 0.65;
  margin-top: 0.25rem;
}

.custom-control-input:checked:disabled ~ .custom-control-indicator {
  background-color: #8cbbe9;
}

.form-inline label {
  margin-right: 0.5rem;
}

.input-group {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.15rem;
}
.input-group select.form-control, .input-group select.ember-power-select-trigger {
  flex: 0 1 auto;
  width: auto;
}
.input-group select.form-control.bg-grey, .input-group select.bg-grey.ember-power-select-trigger {
  background-color: #eceeef;
}
.input-group select,
.input-group input,
.input-group button,
.input-group .ember-power-select-trigger {
  box-shadow: none;
}
.input-group .ember-power-select-trigger {
  flex-direction: row;
  justify-content: flex-start;
}
.input-group .ember-power-select-trigger:nth-last-child(2) {
  border-top-right-radius: 0.15rem !important;
  border-bottom-right-radius: 0.15rem !important;
}

.input-group--min {
  position: relative;
  box-shadow: none;
}

.input-group-text--min,
.input-group--min .input-group-text {
  padding: 0 0.5rem 0 0;
  line-height: normal;
  background-color: transparent;
  border: 0px solid transparent;
}

.form-control + .input-group-text--min, .ember-power-select-trigger + .input-group-text--min, .ember-power-select-search input + .input-group-text--min,
.input-group--min .input-group-append .input-group-text {
  padding: 0 0 0 0.5rem;
}

.add-agent-form .form-group:last-of-type {
  margin-bottom: 0;
}

.error-helper {
  clear: both;
  font-size: 0.7109375rem;
  color: #7f231c;
  margin: 0.25rem;
  display: none;
}

.has-error label,
.has-error label.text-success,
.has-error legend,
.has-error .label {
  color: #7f231c !important;
}
.has-error .error-helper {
  display: block;
}

.has-error .form-control, .has-error .ember-power-select-trigger, .has-error .ember-power-select-search input, .ember-power-select-search .has-error input {
  background-color: #fdd9d7;
  box-shadow: 0 1px 3px rgba(244, 67, 54, 0.25), 0 1px 10px rgba(244, 67, 54, 0.1);
  border: rgba(244, 67, 54, 0.55) solid 1px;
  z-index: 2;
}
.has-error .form-control:focus, .has-error .ember-power-select-trigger:focus, .has-error .ember-power-select-search input:focus, .ember-power-select-search .has-error input:focus {
  box-shadow: 0 1px 3px rgba(210, 25, 11, 0.35), 0 1px 10px rgba(210, 25, 11, 0.15);
}

.has-error .custom-input--min,
.has-error .custom-select--min {
  border-color: #F44336;
  border-width: 0 0 1px 0;
  background-color: transparent;
  box-shadow: none;
}
.has-error .custom-input--min:focus,
.has-error .custom-select--min:focus {
  box-shadow: 0 4px 4px -2px rgba(244, 67, 54, 0.35);
  border-color: #f55a4e;
}

td.has-error {
  background-color: #fdd9d7;
}

.c-indicator {
  background-color: rgba(0, 0, 0, 0.15);
}

.custom-inputs-stacked .custom-control {
  display: block;
  margin: 0;
}
.custom-inputs-stacked .custom-control::after {
  margin: 0;
}
.custom-inputs-stacked .custom-input + .custom-input {
  margin-top: 0.25rem;
}

.custom-select, .ember-power-select-trigger {
  -webkit-appearance: none;
}

.custom-input--min,
.custom-select--min,
.custom-textarea--min {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0 1px 0;
  box-shadow: none;
  line-height: 1.25rem;
  padding: 0;
  outline: none;
  margin-bottom: -1px;
  transition: all 0.333s;
}
.custom-input--min:focus,
.custom-select--min:focus,
.custom-textarea--min:focus {
  box-shadow: 0 4px 4px -2px rgba(25, 118, 210, 0.35);
  border-color: #2083e4;
  background-color: transparent;
}
.custom-input--min:disabled, .custom-input--min[aria-disabled=true],
.custom-select--min:disabled,
.custom-select--min[aria-disabled=true],
.custom-textarea--min:disabled,
.custom-textarea--min[aria-disabled=true] {
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.65;
}

.custom-input--min {
  cursor: text;
  height: calc(1.25rem + 1px) !important;
}
table .custom-input--min {
  height: calc(0.8125rem + 1px) !important;
  line-height: 0.8125rem;
}

.custom-select--min {
  padding-right: 12px;
  background-position: right 0.15rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath fill='%23373a3c' d='M 2 4 L 0 2 L 4 2 L 2 4 Z'/%3E%3C/svg%3E");
  height: calc(1.375rem - 1px) !important;
}
@media (min-width: 1250px) {
  .custom-select--min {
    padding-right: 1.5rem;
  }
}
table .custom-select--min {
  height: calc(0.8125rem + 1px) !important;
  line-height: 0.8125rem;
}
.custom-select--min:disabled, .custom-select--min[aria-disabled=true] {
  background-color: transparent;
  opacity: 0.65;
}

.custom-textarea--min {
  border-radius: 0.15rem;
  border-width: 1px;
  padding: 0.5rem 1rem;
}

.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
  line-height: 1.5rem;
}

.custom-checkbox--min {
  min-height: 1rem;
  line-height: 1rem;
  margin: 0;
  padding-left: 1.2rem;
}
.custom-checkbox--min .custom-control-label {
  line-height: 1rem;
}
.custom-checkbox--min .custom-control-label::before, .custom-checkbox--min .custom-control-label::after {
  width: calc(1rem - 2px);
  height: calc(1rem - 2px);
  top: 0;
}

.custom-checkbox--lg,
.custom-radio--lg {
  min-height: 2rem;
  padding-left: 2rem;
  bottom: 0;
  top: auto;
}
.custom-checkbox--lg .custom-control-label,
.custom-radio--lg .custom-control-label {
  line-height: 2rem;
}
.custom-checkbox--lg .custom-control-label::before, .custom-checkbox--lg .custom-control-label::after,
.custom-radio--lg .custom-control-label::before,
.custom-radio--lg .custom-control-label::after {
  height: 2rem;
  top: 0;
  width: 2rem;
}

.custom-checkbox--md .custom-control-label-primary {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-primary::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #1975d0;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-primary::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-secondary {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-secondary::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #f6f7f8;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-secondary::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-success {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-success::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #4bae4f;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-success::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-info {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-info::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #9b27af;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-info::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-warning {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-warning::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #fd9700;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-warning::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-danger {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-danger::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #f24236;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-danger::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-light {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-light::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #f6f7f8;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-light::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-dark {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-dark::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #343a3f;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-dark::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.badge-round {
  border-radius: 50%;
  display: flex;
  font-size: 0.8125rem;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
}
.badge-round.badge-round-xs {
  font-size: 0.45703125rem;
  height: 0.75rem;
  width: 0.75rem;
}
.badge-round.badge-round-sm {
  font-size: 0.609375rem;
  height: 1rem;
  width: 1rem;
}
.badge-round.badge-round-lg {
  font-size: 0.89375rem;
  height: 2rem;
  width: 2rem;
}

.badge-warning,
.badge-warning svg {
  color: #fff;
}

.badge-default {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.badge-default[href]:hover, .badge-default[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.badge-darken {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.badge-darken[href]:hover, .badge-darken[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.badge-lighten {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.5);
  color: #373a3c;
}
.badge-lighten[href]:hover, .badge-lighten[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgba(230, 230, 230, 0.5);
}

.badge-pink {
  color: #212529;
  background-color: #ff69b4;
  color: #fff;
}
.badge-pink[href]:hover, .badge-pink[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #ff369b;
}

.badge-left {
  float: right;
  margin-right: 0.5em;
}

.list-2col {
  columns: 2;
}

.list-between li {
  display: flex;
  justify-content: space-between;
}

.list-style-none {
  list-style-type: none;
}

.list-striped ul:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.list-hover ul:not(.list-header):hover {
  background-color: #e8f1fb !important;
}
.list-hover ul:not(.list-header).bg-dark:hover, .list-hover ul:not(.list-header).bg-info:hover, .list-hover ul:not(.list-header).bg-brand:hover {
  background-color: #11508e !important;
  color: #fff !important;
}

.list-table ul {
  list-style-type: none;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.list-table ul li {
  border-bottom: 1px solid #dee2e6 !important;
  padding: 0.3rem;
  display: table-cell;
  width: auto;
}
.list-table ul li.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-group {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 0.15rem;
}
.list-group:last-of-type {
  margin-bottom: 0;
}

.white-raised-section .list-group, .pv-select-bar__item.full .list-group, .search-item .list-group, .placeholder-booking .list-group {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.white-raised-section .list-group.list-group--outdent, .pv-select-bar__item.full .list-group.list-group--outdent, .search-item .list-group.list-group--outdent, .placeholder-booking .list-group.list-group--outdent {
  border-radius: 0;
  border-right-color: transparent;
  border-left-color: transparent;
  margin-left: -1rem;
  margin-right: -1rem;
}

.list-group-item {
  border-radius: 0 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 0 solid transparent;
}
.list-group-item + .list-group-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-group-item.active {
  color: #fff !important;
}
.list-group-item.inactive {
  opacity: 0.5;
}
.list-group-item.list-group-sub-item {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.list-group-item:hover, .list-group-item:focus {
  z-index: inherit;
}
.list-group-item .text-success {
  color: #3d8b40 !important;
}

.list-group-item-hover:hover {
  background-color: #f8f9fa;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  display: block;
  padding: 1rem;
}
.modal-header .modal-title {
  line-height: 1;
  margin-bottom: 0;
}

.modal-footer {
  flex-shrink: 0;
}

.modal-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.15rem;
  overflow: hidden;
}
.modal-content .text-success {
  color: #3d8b40 !important;
}

.modal-scroll .modal-dialog {
  margin-bottom: 0;
}
.modal-scroll .modal-content {
  max-height: calc(100vh - 2rem);
}
.modal-scroll .modal-body {
  overflow-y: auto;
}

.modal-xl,
.modal-full {
  max-width: calc(100% - 2rem);
}

@media screen and (min-width: 1200px) {
  .modal-xl {
    max-width: calc(1200px - 2rem);
  }
}

.modal-full {
  max-width: calc(100% - 2rem);
}
@media (min-width: 1200px) {
  .modal-full {
    max-width: calc(100% - 4rem);
  }
}

.modal-confirm {
  z-index: 1051;
}
.modal-confirm::before {
  background-color: #000;
  opacity: 0;
  transition: transform 0.3s ease-out;
}
.modal-confirm.in::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.5;
}

.modal-dialog {
  width: 100%;
}

/*MODAL-right
*/
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 60%;
  height: 100%;
  max-width: 99%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 59%;
  overflow-y: auto;
}

.modal.right .modal-body {
  padding: 15px 15px 10px;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -820px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

.draggable__handle {
  display: inline-block;
  cursor: move;
  height: 1.5em;
  width: 1.5em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23373a3c' d='M20 9H4v2h16V9zM4 15h16v-2H4v2z'/%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
}

.draggable-target__empty {
  border: rgba(0, 0, 0, 0.15) dashed 2px;
  box-shadow: none;
  position: relative;
}
.draggable-target__empty:before {
  position: absolute;
  content: "There is nothing in this container";
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 100%;
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  user-select: none !important;
}

.gu-transit {
  opacity: 0.2;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  border: transparent solid 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0.25rem 0;
  padding: 0.5rem;
  width: 19em;
}
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
  width: 38em;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #a6a6a6;
  top: -11px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #a6a6a6;
  bottom: -11px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -10px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 8px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-picker {
  padding-top: 0.5rem;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 3rem;
  font-size: 1.05625rem;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .day:hover,
.bootstrap-datetimepicker-widget .month:hover,
.bootstrap-datetimepicker-widget .year:hover,
.bootstrap-datetimepicker-widget .decade:hover {
  background: #c3d6e8;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget .month,
.bootstrap-datetimepicker-widget .year,
.bootstrap-datetimepicker-widget .decade {
  display: inline-block;
}
.bootstrap-datetimepicker-widget .day {
  height: 1.5rem;
  line-height: 1.5rem;
  width: 14.2857142857%;
}
.bootstrap-datetimepicker-widget .month,
.bootstrap-datetimepicker-widget .year {
  height: 2rem;
  line-height: 2rem;
  width: 25%;
}
.bootstrap-datetimepicker-widget .decade {
  height: 1.5rem;
  line-height: 1.5rem;
  width: 50%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table tr {
  background-color: #fff !important;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.15rem;
  border: 0 solid transparent;
}
.bootstrap-datetimepicker-widget table th.dow {
  font-family: "robotomedium", Helvetica, Arial, sans-serif;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #373a3c;
  opacity: 0.6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th, .bootstrap-datetimepicker-widget table .togglePicker {
  cursor: pointer;
  padding: 0.5rem;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .bootstrap-datetimepicker-widget table .togglePicker:hover {
  background: rgba(0, 0, 0, 0.1);
}
.bootstrap-datetimepicker-widget table.table-condensed a {
  display: block;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 1.5rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 0.6rem 0.6rem;
  border-bottom-color: #1976D2;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #1976D2;
  color: #fff;
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #373a3c;
  opacity: 0.6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td.disabled.today:before {
  border-bottom-color: #1976D2;
}
.custom-input--min + .bootstrap-datetimepicker-widget.bottom {
  top: 1.5rem !important;
}
.custom-input--min + .bootstrap-datetimepicker-widget.top {
  bottom: 1.5rem !important;
}

.input-group.date .input-group-text {
  cursor: pointer;
}

.img-full {
  width: 100%;
  height: auto;
}

.map-img {
  border: solid 2px white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
}
.map-img.no-map {
  background: #eceeef;
  position: relative;
  padding-bottom: 60%;
}
.map-img.no-map span {
  position: absolute;
  top: calc(50% - 0.5rem);
}

.pv-img-placeholder {
  background: #eceeef;
  border: solid 2px white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 66.6%;
  height: 0;
  width: 100%;
}
.pv-img-placeholder svg {
  opacity: 0.65;
}
.pv-img-placeholder > div {
  position: absolute;
  top: calc(50% - 1.25 * 1rem);
}

.medallion-icon {
  width: 3em;
  content: url("images/medallion-badge-a07e425797e69c7ed370c2785ce4b25a.png");
  background-repeat: no-repeat;
}

.img-thumb-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-thumb-item {
  border: solid 1px transparent;
  margin: 0 0.5rem;
  width: 100px;
  height: auto;
}

.img-thumb-item--active {
  border: solid 1px #1976D2;
}

.btn {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-decoration: none;
}
.btn:active, .btn.active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
}
.btn:disabled, .btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn.btn-secondary-outline {
  border-color: #818a91;
  color: #818a91;
}
.btn.btn-link {
  text-decoration: underline;
}
.btn.btn-link, .btn.btn-plain, .btn.btn-outline-primary, .btn.btn-outline-secondary, .btn.btn-outline-success, .btn.btn-outline-info, .btn.btn-outline-warning, .btn.btn-outline-danger, .btn.btn-outline-brand {
  box-shadow: none;
}

main .btn.btn-link {
  text-shadow: 0 2px 0.5rem rgba(255, 255, 255, 0.35);
}

.btn-group {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.15rem;
  overflow: hidden;
}
.btn-group.btn-group-sm {
  border-radius: 0.2rem;
}
.btn-group.btn-group-lg {
  border-radius: 0.3rem;
}
.btn-group .btn {
  box-shadow: none;
}
.btn-group .btn:focus {
  box-shadow: inherit;
}
.btn-group .btn + .btn {
  border-left: rgba(0, 0, 0, 0.1) solid 1px;
}

.btn:focus {
  color: #fff;
  outline: none;
}

.btn.btn-link:focus {
  color: #11508e;
}

.btn.btn-secondary:focus,
.btn.btn-default:focus {
  color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.25);
}

.form-inline .btn-sm,
.form-inline .btn-group-sm > .btn {
  min-height: 1.65rem;
  padding: 0.15rem 0.75rem;
  position: relative;
  top: -0.175rem;
}

.form-control-sm,
.input-group-sm > .form-control,
.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, .input-group-sm > .ember-power-select-trigger, .ember-power-select-search .input-group-sm > input,
.input-group-sm > .input-group-text,
.input-group-sm > .input-group-btn > .btn {
  min-height: 1.65rem;
  padding: 0.1rem 0.75rem;
}

.btn-xl {
  font-size: 2em;
}

.td-collapse .btn-group {
  white-space: nowrap;
  font-size: 0;
}
.td-collapse .btn-group button {
  font-size: 0.8125rem;
  display: inline-block;
  float: none;
  clear: none;
}
.td-collapse .btn-group.btn-group-sm button {
  font-size: 0.7109375rem;
}
.td-collapse .btn-group.btn-group-lg button {
  font-size: 1.015625rem;
}

.btn-round {
  border-radius: 50%;
  padding: 0.5rem;
  line-height: 1;
}

.btn-blank {
  background: none;
  border: 0 solid transparent;
  box-shadow: none;
  padding: 0;
}
.btn-blank.btn-link {
  vertical-align: baseline;
}
.btn-blank:active {
  box-shadow: none;
}
.btn-blank:focus {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.05);
  color: #373a3c;
}
.btn-blank svg {
  display: block;
}

.btn-icon,
.nav-link.nav-icon {
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.btn-icon svg,
.nav-link.nav-icon svg {
  height: 1.47rem;
  width: 1.47rem;
  vertical-align: middle;
}
.btn-icon.btn-sm svg, .btn-group-sm > .btn-icon.btn svg,
.nav-link.nav-icon.btn-sm svg,
.btn-group-sm > .nav-link.nav-icon.btn svg {
  height: 1rem;
  width: 1rem;
}

.btn-warning {
  color: #fff;
}

.btn-primary svg.icon, .bootstrap-datetimepicker-widget table td a.btn svg.icon,
.btn-success svg.icon,
.btn-info svg.icon,
.btn-warning svg.icon,
.btn-danger svg.icon,
.btn-brand svg.icon,
.btn-link.active svg.icon,
.nav-link.active svg.icon {
  color: #fff;
}

.btn-secondary svg.icon, .btn-default svg.icon {
  color: #212529;
}

.btn-link svg.icon,
.nav-link svg.icon {
  color: #1976D2;
}

.btn-plain {
  border: none;
}

.btn-link.btn-default {
  border-color: transparent;
}

.circle-indicator {
  background: white;
  border: solid 1px #cccccc;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 0.65rem;
  width: 0.65rem;
}
.circle-indicator.bg-info {
  background: #9C27B0;
  border-color: #771e86;
}
.circle-indicator.bg-primary {
  background: #1976D2;
  border-color: #145ca4;
}
.circle-indicator.bg-success {
  background: #4CAF50;
  border-color: #3d8b40;
}
.circle-indicator.bg-warning {
  background: #FF9800;
  border-color: #cc7a00;
}
.circle-indicator.bg-danger {
  background: #F44336;
  border-color: #ea1c0d;
}
.circle-indicator.bg-gray {
  background: #cccccc;
  border-color: #b3b3b3;
}

.accordion .panel {
  position: relative;
}
.accordion .panel > a:hover {
  text-decoration: none;
}
.accordion .panel + .panel {
  margin-top: 1px;
}
.accordion .panel-heading {
  background: #1976D2;
  border-radius: 0.15rem;
  color: #FFF;
  padding: 0.5rem 0.75rem;
}
.accordion .panel-heading > * {
  margin: 0;
  padding: 0;
}
.accordion .panel-heading-trigger {
  color: #FFF;
  outline: none;
  text-decoration: none;
}
.accordion .panel-heading-trigger:hover {
  color: inherit;
  text-decoration: none;
}
.accordion .panel-heading-trigger:focus .collapsed .panel-heading {
  background: #2c6cad;
}
.accordion .collapsed .panel-heading {
  background: #145ca4;
}
.accordion .panel-no-bg .panel-heading, .accordion .panel-no-bg .collapsed .panel-heading {
  background: none;
  border-radius: 0;
  color: #373a3c;
}
.accordion .panel-no-bg + .panel-no-bg {
  border-top: solid 1px #eceeef;
  margin-top: 0;
}

.accordion__icon,
.collapsed .accordion__icon--l,
.collapsed .accordion__icon--r {
  transform: rotate(0deg);
}

.collapsed .accordion__icon,
.collapsed .accordion__icon--l {
  transform: rotate(90deg);
}

.collapsed .accordion__icon--r {
  transform: rotate(-90deg);
}

.loading-screen,
.loading-overlay,
.loading-overlay--full {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-screen {
  z-index: 10;
}

.loading-screen,
.loading-overlay--full {
  position: fixed;
}

.loading-overlay,
.loading-overlay--full,
.modal-content .white-raised-section .loading-overlay,
.modal-content .pv-select-bar__item.full .loading-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}

.modal-content .loading-overlay {
  background-color: rgba(247, 247, 249, 0.5);
}

.no-overlay {
  background-color: rgba(0, 0, 0, 0) !important;
}

.loading-overlay {
  position: absolute;
  z-index: 9;
}

.loading-overlay--full {
  z-index: 999999;
}

.sticky-element.sticky-element--sticky {
  z-index: 10;
}

.vertical-scroll {
  overflow-y: scroll;
}
.vertical-scroll.vertical-scroll__xs {
  max-height: 9rem;
}
.vertical-scroll.vertical-scroll__sm {
  max-height: 19rem;
}
.vertical-scroll.vertical-scroll__md {
  max-height: 29rem;
}
.vertical-scroll.vertical-scroll__lg {
  max-height: 39rem;
}
.vertical-scroll.vertical-scroll__xl {
  max-height: 49rem;
}

.pv-select-bar {
  background: rgba(204, 204, 204, 0.97);
  bottom: 0;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25), 0 -1px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  padding: 1rem;
  will-change: transform;
  width: 100%;
  z-index: 10;
}
.pv-select-bar .container {
  position: relative;
}
.pv-select-bar__close-btn {
  margin-top: -0.25em;
}
.pv-select-bar.qty--auto .pv-select-bar__item {
  flex-basis: auto;
}
.pv-select-bar.qty--0 .pv-select-bar__item {
  flex-basis: 0;
}
.pv-select-bar.qty--1 .pv-select-bar__item {
  flex-basis: 100%;
}
@media screen and (max-width: 262px) {
  .pv-select-bar.qty--1 .pv-select-bar__item .iid-group span,
.pv-select-bar.qty--1 .pv-select-bar__item .iid-group-h span {
    display: block;
  }
  .pv-select-bar.qty--1 .pv-select-bar__item .iid-group span:before,
.pv-select-bar.qty--1 .pv-select-bar__item .iid-group-h span:before {
    content: "•";
    padding: 0 0.5rem;
    margin: 0;
    border: solid 0 transparent;
  }
}
.pv-select-bar.qty--2 .pv-select-bar__item {
  flex-basis: 50%;
}
@media screen and (max-width: 524px) {
  .pv-select-bar.qty--2 .pv-select-bar__item .iid-group span,
.pv-select-bar.qty--2 .pv-select-bar__item .iid-group-h span {
    display: block;
  }
  .pv-select-bar.qty--2 .pv-select-bar__item .iid-group span:before,
.pv-select-bar.qty--2 .pv-select-bar__item .iid-group-h span:before {
    content: "•";
    padding: 0 0.5rem;
    margin: 0;
    border: solid 0 transparent;
  }
}
.pv-select-bar.qty--3 .pv-select-bar__item {
  flex-basis: 33.3333333333%;
}
@media screen and (max-width: 786px) {
  .pv-select-bar.qty--3 .pv-select-bar__item .iid-group span,
.pv-select-bar.qty--3 .pv-select-bar__item .iid-group-h span {
    display: block;
  }
  .pv-select-bar.qty--3 .pv-select-bar__item .iid-group span:before,
.pv-select-bar.qty--3 .pv-select-bar__item .iid-group-h span:before {
    content: "•";
    padding: 0 0.5rem;
    margin: 0;
    border: solid 0 transparent;
  }
}
.pv-select-bar.qty--4 .pv-select-bar__item {
  flex-basis: 25%;
}
@media screen and (max-width: 1048px) {
  .pv-select-bar.qty--4 .pv-select-bar__item .iid-group span,
.pv-select-bar.qty--4 .pv-select-bar__item .iid-group-h span {
    display: block;
  }
  .pv-select-bar.qty--4 .pv-select-bar__item .iid-group span:before,
.pv-select-bar.qty--4 .pv-select-bar__item .iid-group-h span:before {
    content: "•";
    padding: 0 0.5rem;
    margin: 0;
    border: solid 0 transparent;
  }
}
.pv-select-bar.qty--5 .pv-select-bar__item {
  flex-basis: 20%;
}
@media screen and (max-width: 1310px) {
  .pv-select-bar.qty--5 .pv-select-bar__item .iid-group span,
.pv-select-bar.qty--5 .pv-select-bar__item .iid-group-h span {
    display: block;
  }
  .pv-select-bar.qty--5 .pv-select-bar__item .iid-group span:before,
.pv-select-bar.qty--5 .pv-select-bar__item .iid-group-h span:before {
    content: "•";
    padding: 0 0.5rem;
    margin: 0;
    border: solid 0 transparent;
  }
}
.pv-select-bar.qty--6 .pv-select-bar__item {
  flex-basis: 16.6666666667%;
}
@media screen and (max-width: 1572px) {
  .pv-select-bar.qty--6 .pv-select-bar__item .iid-group span,
.pv-select-bar.qty--6 .pv-select-bar__item .iid-group-h span {
    display: block;
  }
  .pv-select-bar.qty--6 .pv-select-bar__item .iid-group span:before,
.pv-select-bar.qty--6 .pv-select-bar__item .iid-group-h span:before {
    content: "•";
    padding: 0 0.5rem;
    margin: 0;
    border: solid 0 transparent;
  }
}

.pv-select-bar__toggle-btn {
  position: absolute;
  top: -1rem;
  right: 1rem;
}

.pv-select-bar__slider {
  overflow: hidden;
  padding: 0.25rem;
  margin: -0.25rem;
  position: relative;
}
.pv-select-bar__slider:hover .arrow {
  display: flex;
}
.pv-select-bar__slider .arrow {
  display: none;
  cursor: pointer;
  align-items: center;
  position: absolute;
  outline: none;
  top: 0;
  width: 3rem;
  height: 100%;
  z-index: 1;
}
.pv-select-bar__slider .arrow.disabled {
  cursor: not-allowed;
}
.pv-select-bar__slider .arrow.disabled svg {
  opacity: 0.35 !important;
}
.pv-select-bar__slider .arrow svg {
  z-index: 2;
}
.pv-select-bar__slider .left {
  background: linear-gradient(to right, #cccccc 0%, rgba(204, 204, 204, 0) 100%);
  left: 0;
}
.pv-select-bar__slider .right {
  background: linear-gradient(to left, #cccccc 0%, rgba(204, 204, 204, 0) 100%);
  justify-content: flex-end;
  right: 0;
}

.pv-select-bar__slider-content {
  transition: left 0.333s ease-in-out;
}

.pv-select-bar__item {
  flex: 1 1 0;
  min-width: 13rem;
  position: relative;
}
.pv-select-bar__item + .pv-select-bar__item {
  margin-left: 1rem;
}
.pv-select-bar__item .controls {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.pv-select-bar__item.full {
  padding: 0.5rem;
}
.pv-select-bar__item.empty {
  align-items: center;
  border: dashed 2px rgba(129, 138, 145, 0.5);
  display: flex;
  justify-content: center;
  padding: 1rem;
  width: 100%;
}
.pv-select-bar__item.empty:before {
  content: "Empty";
  color: #818a91;
  opacity: 0.5;
  text-align: center;
}

main.pv-select-bar-open {
  padding-bottom: 7rem;
}

.border-dashed-primary-1 {
  border: 1px dashed #1976D2 !important;
}

.border-dashed-secondary-1 {
  border: 1px dashed #f8f9fa !important;
}

.border-dashed-success-1 {
  border: 1px dashed #4CAF50 !important;
}

.border-dashed-info-1 {
  border: 1px dashed #9C27B0 !important;
}

.border-dashed-warning-1 {
  border: 1px dashed #FF9800 !important;
}

.border-dashed-danger-1 {
  border: 1px dashed #F44336 !important;
}

.border-dashed-light-1 {
  border: 1px dashed #f8f9fa !important;
}

.border-dashed-dark-1 {
  border: 1px dashed #343a40 !important;
}

.border-dashed-primary-2 {
  border: 2px dashed #1976D2 !important;
}

.border-dashed-secondary-2 {
  border: 2px dashed #f8f9fa !important;
}

.border-dashed-success-2 {
  border: 2px dashed #4CAF50 !important;
}

.border-dashed-info-2 {
  border: 2px dashed #9C27B0 !important;
}

.border-dashed-warning-2 {
  border: 2px dashed #FF9800 !important;
}

.border-dashed-danger-2 {
  border: 2px dashed #F44336 !important;
}

.border-dashed-light-2 {
  border: 2px dashed #f8f9fa !important;
}

.border-dashed-dark-2 {
  border: 2px dashed #343a40 !important;
}

.border-dashed-primary-3 {
  border: 3px dashed #1976D2 !important;
}

.border-dashed-secondary-3 {
  border: 3px dashed #f8f9fa !important;
}

.border-dashed-success-3 {
  border: 3px dashed #4CAF50 !important;
}

.border-dashed-info-3 {
  border: 3px dashed #9C27B0 !important;
}

.border-dashed-warning-3 {
  border: 3px dashed #FF9800 !important;
}

.border-dashed-danger-3 {
  border: 3px dashed #F44336 !important;
}

.border-dashed-light-3 {
  border: 3px dashed #f8f9fa !important;
}

.border-dashed-dark-3 {
  border: 3px dashed #343a40 !important;
}

.border-dashed-primary-4 {
  border: 4px dashed #1976D2 !important;
}

.border-dashed-secondary-4 {
  border: 4px dashed #f8f9fa !important;
}

.border-dashed-success-4 {
  border: 4px dashed #4CAF50 !important;
}

.border-dashed-info-4 {
  border: 4px dashed #9C27B0 !important;
}

.border-dashed-warning-4 {
  border: 4px dashed #FF9800 !important;
}

.border-dashed-danger-4 {
  border: 4px dashed #F44336 !important;
}

.border-dashed-light-4 {
  border: 4px dashed #f8f9fa !important;
}

.border-dashed-dark-4 {
  border: 4px dashed #343a40 !important;
}

.border-dashed-primary-5 {
  border: 5px dashed #1976D2 !important;
}

.border-dashed-secondary-5 {
  border: 5px dashed #f8f9fa !important;
}

.border-dashed-success-5 {
  border: 5px dashed #4CAF50 !important;
}

.border-dashed-info-5 {
  border: 5px dashed #9C27B0 !important;
}

.border-dashed-warning-5 {
  border: 5px dashed #FF9800 !important;
}

.border-dashed-danger-5 {
  border: 5px dashed #F44336 !important;
}

.border-dashed-light-5 {
  border: 5px dashed #f8f9fa !important;
}

.border-dashed-dark-5 {
  border: 5px dashed #343a40 !important;
}

.border-dashed-primary-6 {
  border: 6px dashed #1976D2 !important;
}

.border-dashed-secondary-6 {
  border: 6px dashed #f8f9fa !important;
}

.border-dashed-success-6 {
  border: 6px dashed #4CAF50 !important;
}

.border-dashed-info-6 {
  border: 6px dashed #9C27B0 !important;
}

.border-dashed-warning-6 {
  border: 6px dashed #FF9800 !important;
}

.border-dashed-danger-6 {
  border: 6px dashed #F44336 !important;
}

.border-dashed-light-6 {
  border: 6px dashed #f8f9fa !important;
}

.border-dashed-dark-6 {
  border: 6px dashed #343a40 !important;
}

.border-dashed-primary-7 {
  border: 7px dashed #1976D2 !important;
}

.border-dashed-secondary-7 {
  border: 7px dashed #f8f9fa !important;
}

.border-dashed-success-7 {
  border: 7px dashed #4CAF50 !important;
}

.border-dashed-info-7 {
  border: 7px dashed #9C27B0 !important;
}

.border-dashed-warning-7 {
  border: 7px dashed #FF9800 !important;
}

.border-dashed-danger-7 {
  border: 7px dashed #F44336 !important;
}

.border-dashed-light-7 {
  border: 7px dashed #f8f9fa !important;
}

.border-dashed-dark-7 {
  border: 7px dashed #343a40 !important;
}

.border-dashed-primary-8 {
  border: 8px dashed #1976D2 !important;
}

.border-dashed-secondary-8 {
  border: 8px dashed #f8f9fa !important;
}

.border-dashed-success-8 {
  border: 8px dashed #4CAF50 !important;
}

.border-dashed-info-8 {
  border: 8px dashed #9C27B0 !important;
}

.border-dashed-warning-8 {
  border: 8px dashed #FF9800 !important;
}

.border-dashed-danger-8 {
  border: 8px dashed #F44336 !important;
}

.border-dashed-light-8 {
  border: 8px dashed #f8f9fa !important;
}

.border-dashed-dark-8 {
  border: 8px dashed #343a40 !important;
}

.border-dashed-primary-9 {
  border: 9px dashed #1976D2 !important;
}

.border-dashed-secondary-9 {
  border: 9px dashed #f8f9fa !important;
}

.border-dashed-success-9 {
  border: 9px dashed #4CAF50 !important;
}

.border-dashed-info-9 {
  border: 9px dashed #9C27B0 !important;
}

.border-dashed-warning-9 {
  border: 9px dashed #FF9800 !important;
}

.border-dashed-danger-9 {
  border: 9px dashed #F44336 !important;
}

.border-dashed-light-9 {
  border: 9px dashed #f8f9fa !important;
}

.border-dashed-dark-9 {
  border: 9px dashed #343a40 !important;
}

.border-dashed-primary-10 {
  border: 10px dashed #1976D2 !important;
}

.border-dashed-secondary-10 {
  border: 10px dashed #f8f9fa !important;
}

.border-dashed-success-10 {
  border: 10px dashed #4CAF50 !important;
}

.border-dashed-info-10 {
  border: 10px dashed #9C27B0 !important;
}

.border-dashed-warning-10 {
  border: 10px dashed #FF9800 !important;
}

.border-dashed-danger-10 {
  border: 10px dashed #F44336 !important;
}

.border-dashed-light-10 {
  border: 10px dashed #f8f9fa !important;
}

.border-dashed-dark-10 {
  border: 10px dashed #343a40 !important;
}

.border-dashed-primary-11 {
  border: 11px dashed #1976D2 !important;
}

.border-dashed-secondary-11 {
  border: 11px dashed #f8f9fa !important;
}

.border-dashed-success-11 {
  border: 11px dashed #4CAF50 !important;
}

.border-dashed-info-11 {
  border: 11px dashed #9C27B0 !important;
}

.border-dashed-warning-11 {
  border: 11px dashed #FF9800 !important;
}

.border-dashed-danger-11 {
  border: 11px dashed #F44336 !important;
}

.border-dashed-light-11 {
  border: 11px dashed #f8f9fa !important;
}

.border-dashed-dark-11 {
  border: 11px dashed #343a40 !important;
}

.border-dashed-primary-12 {
  border: 12px dashed #1976D2 !important;
}

.border-dashed-secondary-12 {
  border: 12px dashed #f8f9fa !important;
}

.border-dashed-success-12 {
  border: 12px dashed #4CAF50 !important;
}

.border-dashed-info-12 {
  border: 12px dashed #9C27B0 !important;
}

.border-dashed-warning-12 {
  border: 12px dashed #FF9800 !important;
}

.border-dashed-danger-12 {
  border: 12px dashed #F44336 !important;
}

.border-dashed-light-12 {
  border: 12px dashed #f8f9fa !important;
}

.border-dashed-dark-12 {
  border: 12px dashed #343a40 !important;
}

.border-dashed-primary-13 {
  border: 13px dashed #1976D2 !important;
}

.border-dashed-secondary-13 {
  border: 13px dashed #f8f9fa !important;
}

.border-dashed-success-13 {
  border: 13px dashed #4CAF50 !important;
}

.border-dashed-info-13 {
  border: 13px dashed #9C27B0 !important;
}

.border-dashed-warning-13 {
  border: 13px dashed #FF9800 !important;
}

.border-dashed-danger-13 {
  border: 13px dashed #F44336 !important;
}

.border-dashed-light-13 {
  border: 13px dashed #f8f9fa !important;
}

.border-dashed-dark-13 {
  border: 13px dashed #343a40 !important;
}

.border-dashed-primary-14 {
  border: 14px dashed #1976D2 !important;
}

.border-dashed-secondary-14 {
  border: 14px dashed #f8f9fa !important;
}

.border-dashed-success-14 {
  border: 14px dashed #4CAF50 !important;
}

.border-dashed-info-14 {
  border: 14px dashed #9C27B0 !important;
}

.border-dashed-warning-14 {
  border: 14px dashed #FF9800 !important;
}

.border-dashed-danger-14 {
  border: 14px dashed #F44336 !important;
}

.border-dashed-light-14 {
  border: 14px dashed #f8f9fa !important;
}

.border-dashed-dark-14 {
  border: 14px dashed #343a40 !important;
}

.border-dashed-primary-15 {
  border: 15px dashed #1976D2 !important;
}

.border-dashed-secondary-15 {
  border: 15px dashed #f8f9fa !important;
}

.border-dashed-success-15 {
  border: 15px dashed #4CAF50 !important;
}

.border-dashed-info-15 {
  border: 15px dashed #9C27B0 !important;
}

.border-dashed-warning-15 {
  border: 15px dashed #FF9800 !important;
}

.border-dashed-danger-15 {
  border: 15px dashed #F44336 !important;
}

.border-dashed-light-15 {
  border: 15px dashed #f8f9fa !important;
}

.border-dashed-dark-15 {
  border: 15px dashed #343a40 !important;
}

.border-dashed-primary-16 {
  border: 16px dashed #1976D2 !important;
}

.border-dashed-secondary-16 {
  border: 16px dashed #f8f9fa !important;
}

.border-dashed-success-16 {
  border: 16px dashed #4CAF50 !important;
}

.border-dashed-info-16 {
  border: 16px dashed #9C27B0 !important;
}

.border-dashed-warning-16 {
  border: 16px dashed #FF9800 !important;
}

.border-dashed-danger-16 {
  border: 16px dashed #F44336 !important;
}

.border-dashed-light-16 {
  border: 16px dashed #f8f9fa !important;
}

.border-dashed-dark-16 {
  border: 16px dashed #343a40 !important;
}

.border-dashed-primary-17 {
  border: 17px dashed #1976D2 !important;
}

.border-dashed-secondary-17 {
  border: 17px dashed #f8f9fa !important;
}

.border-dashed-success-17 {
  border: 17px dashed #4CAF50 !important;
}

.border-dashed-info-17 {
  border: 17px dashed #9C27B0 !important;
}

.border-dashed-warning-17 {
  border: 17px dashed #FF9800 !important;
}

.border-dashed-danger-17 {
  border: 17px dashed #F44336 !important;
}

.border-dashed-light-17 {
  border: 17px dashed #f8f9fa !important;
}

.border-dashed-dark-17 {
  border: 17px dashed #343a40 !important;
}

.border-dashed-primary-18 {
  border: 18px dashed #1976D2 !important;
}

.border-dashed-secondary-18 {
  border: 18px dashed #f8f9fa !important;
}

.border-dashed-success-18 {
  border: 18px dashed #4CAF50 !important;
}

.border-dashed-info-18 {
  border: 18px dashed #9C27B0 !important;
}

.border-dashed-warning-18 {
  border: 18px dashed #FF9800 !important;
}

.border-dashed-danger-18 {
  border: 18px dashed #F44336 !important;
}

.border-dashed-light-18 {
  border: 18px dashed #f8f9fa !important;
}

.border-dashed-dark-18 {
  border: 18px dashed #343a40 !important;
}

.border-dashed-primary-19 {
  border: 19px dashed #1976D2 !important;
}

.border-dashed-secondary-19 {
  border: 19px dashed #f8f9fa !important;
}

.border-dashed-success-19 {
  border: 19px dashed #4CAF50 !important;
}

.border-dashed-info-19 {
  border: 19px dashed #9C27B0 !important;
}

.border-dashed-warning-19 {
  border: 19px dashed #FF9800 !important;
}

.border-dashed-danger-19 {
  border: 19px dashed #F44336 !important;
}

.border-dashed-light-19 {
  border: 19px dashed #f8f9fa !important;
}

.border-dashed-dark-19 {
  border: 19px dashed #343a40 !important;
}

.border-dashed-primary-20 {
  border: 20px dashed #1976D2 !important;
}

.border-dashed-secondary-20 {
  border: 20px dashed #f8f9fa !important;
}

.border-dashed-success-20 {
  border: 20px dashed #4CAF50 !important;
}

.border-dashed-info-20 {
  border: 20px dashed #9C27B0 !important;
}

.border-dashed-warning-20 {
  border: 20px dashed #FF9800 !important;
}

.border-dashed-danger-20 {
  border: 20px dashed #F44336 !important;
}

.border-dashed-light-20 {
  border: 20px dashed #f8f9fa !important;
}

.border-dashed-dark-20 {
  border: 20px dashed #343a40 !important;
}

.border-dashed-primary-21 {
  border: 21px dashed #1976D2 !important;
}

.border-dashed-secondary-21 {
  border: 21px dashed #f8f9fa !important;
}

.border-dashed-success-21 {
  border: 21px dashed #4CAF50 !important;
}

.border-dashed-info-21 {
  border: 21px dashed #9C27B0 !important;
}

.border-dashed-warning-21 {
  border: 21px dashed #FF9800 !important;
}

.border-dashed-danger-21 {
  border: 21px dashed #F44336 !important;
}

.border-dashed-light-21 {
  border: 21px dashed #f8f9fa !important;
}

.border-dashed-dark-21 {
  border: 21px dashed #343a40 !important;
}

.border-dashed-primary-22 {
  border: 22px dashed #1976D2 !important;
}

.border-dashed-secondary-22 {
  border: 22px dashed #f8f9fa !important;
}

.border-dashed-success-22 {
  border: 22px dashed #4CAF50 !important;
}

.border-dashed-info-22 {
  border: 22px dashed #9C27B0 !important;
}

.border-dashed-warning-22 {
  border: 22px dashed #FF9800 !important;
}

.border-dashed-danger-22 {
  border: 22px dashed #F44336 !important;
}

.border-dashed-light-22 {
  border: 22px dashed #f8f9fa !important;
}

.border-dashed-dark-22 {
  border: 22px dashed #343a40 !important;
}

.border-dashed-primary-23 {
  border: 23px dashed #1976D2 !important;
}

.border-dashed-secondary-23 {
  border: 23px dashed #f8f9fa !important;
}

.border-dashed-success-23 {
  border: 23px dashed #4CAF50 !important;
}

.border-dashed-info-23 {
  border: 23px dashed #9C27B0 !important;
}

.border-dashed-warning-23 {
  border: 23px dashed #FF9800 !important;
}

.border-dashed-danger-23 {
  border: 23px dashed #F44336 !important;
}

.border-dashed-light-23 {
  border: 23px dashed #f8f9fa !important;
}

.border-dashed-dark-23 {
  border: 23px dashed #343a40 !important;
}

.border-dashed-primary-24 {
  border: 24px dashed #1976D2 !important;
}

.border-dashed-secondary-24 {
  border: 24px dashed #f8f9fa !important;
}

.border-dashed-success-24 {
  border: 24px dashed #4CAF50 !important;
}

.border-dashed-info-24 {
  border: 24px dashed #9C27B0 !important;
}

.border-dashed-warning-24 {
  border: 24px dashed #FF9800 !important;
}

.border-dashed-danger-24 {
  border: 24px dashed #F44336 !important;
}

.border-dashed-light-24 {
  border: 24px dashed #f8f9fa !important;
}

.border-dashed-dark-24 {
  border: 24px dashed #343a40 !important;
}

.border-dashed-primary-25 {
  border: 25px dashed #1976D2 !important;
}

.border-dashed-secondary-25 {
  border: 25px dashed #f8f9fa !important;
}

.border-dashed-success-25 {
  border: 25px dashed #4CAF50 !important;
}

.border-dashed-info-25 {
  border: 25px dashed #9C27B0 !important;
}

.border-dashed-warning-25 {
  border: 25px dashed #FF9800 !important;
}

.border-dashed-danger-25 {
  border: 25px dashed #F44336 !important;
}

.border-dashed-light-25 {
  border: 25px dashed #f8f9fa !important;
}

.border-dashed-dark-25 {
  border: 25px dashed #343a40 !important;
}

.border-dashed-primary-26 {
  border: 26px dashed #1976D2 !important;
}

.border-dashed-secondary-26 {
  border: 26px dashed #f8f9fa !important;
}

.border-dashed-success-26 {
  border: 26px dashed #4CAF50 !important;
}

.border-dashed-info-26 {
  border: 26px dashed #9C27B0 !important;
}

.border-dashed-warning-26 {
  border: 26px dashed #FF9800 !important;
}

.border-dashed-danger-26 {
  border: 26px dashed #F44336 !important;
}

.border-dashed-light-26 {
  border: 26px dashed #f8f9fa !important;
}

.border-dashed-dark-26 {
  border: 26px dashed #343a40 !important;
}

.border-dashed-primary-27 {
  border: 27px dashed #1976D2 !important;
}

.border-dashed-secondary-27 {
  border: 27px dashed #f8f9fa !important;
}

.border-dashed-success-27 {
  border: 27px dashed #4CAF50 !important;
}

.border-dashed-info-27 {
  border: 27px dashed #9C27B0 !important;
}

.border-dashed-warning-27 {
  border: 27px dashed #FF9800 !important;
}

.border-dashed-danger-27 {
  border: 27px dashed #F44336 !important;
}

.border-dashed-light-27 {
  border: 27px dashed #f8f9fa !important;
}

.border-dashed-dark-27 {
  border: 27px dashed #343a40 !important;
}

.border-dashed-primary-28 {
  border: 28px dashed #1976D2 !important;
}

.border-dashed-secondary-28 {
  border: 28px dashed #f8f9fa !important;
}

.border-dashed-success-28 {
  border: 28px dashed #4CAF50 !important;
}

.border-dashed-info-28 {
  border: 28px dashed #9C27B0 !important;
}

.border-dashed-warning-28 {
  border: 28px dashed #FF9800 !important;
}

.border-dashed-danger-28 {
  border: 28px dashed #F44336 !important;
}

.border-dashed-light-28 {
  border: 28px dashed #f8f9fa !important;
}

.border-dashed-dark-28 {
  border: 28px dashed #343a40 !important;
}

.border-dashed-primary-29 {
  border: 29px dashed #1976D2 !important;
}

.border-dashed-secondary-29 {
  border: 29px dashed #f8f9fa !important;
}

.border-dashed-success-29 {
  border: 29px dashed #4CAF50 !important;
}

.border-dashed-info-29 {
  border: 29px dashed #9C27B0 !important;
}

.border-dashed-warning-29 {
  border: 29px dashed #FF9800 !important;
}

.border-dashed-danger-29 {
  border: 29px dashed #F44336 !important;
}

.border-dashed-light-29 {
  border: 29px dashed #f8f9fa !important;
}

.border-dashed-dark-29 {
  border: 29px dashed #343a40 !important;
}

.border-dashed-primary-30 {
  border: 30px dashed #1976D2 !important;
}

.border-dashed-secondary-30 {
  border: 30px dashed #f8f9fa !important;
}

.border-dashed-success-30 {
  border: 30px dashed #4CAF50 !important;
}

.border-dashed-info-30 {
  border: 30px dashed #9C27B0 !important;
}

.border-dashed-warning-30 {
  border: 30px dashed #FF9800 !important;
}

.border-dashed-danger-30 {
  border: 30px dashed #F44336 !important;
}

.border-dashed-light-30 {
  border: 30px dashed #f8f9fa !important;
}

.border-dashed-dark-30 {
  border: 30px dashed #343a40 !important;
}

.border-dashed-primary-31 {
  border: 31px dashed #1976D2 !important;
}

.border-dashed-secondary-31 {
  border: 31px dashed #f8f9fa !important;
}

.border-dashed-success-31 {
  border: 31px dashed #4CAF50 !important;
}

.border-dashed-info-31 {
  border: 31px dashed #9C27B0 !important;
}

.border-dashed-warning-31 {
  border: 31px dashed #FF9800 !important;
}

.border-dashed-danger-31 {
  border: 31px dashed #F44336 !important;
}

.border-dashed-light-31 {
  border: 31px dashed #f8f9fa !important;
}

.border-dashed-dark-31 {
  border: 31px dashed #343a40 !important;
}

.border-dashed-primary-32 {
  border: 32px dashed #1976D2 !important;
}

.border-dashed-secondary-32 {
  border: 32px dashed #f8f9fa !important;
}

.border-dashed-success-32 {
  border: 32px dashed #4CAF50 !important;
}

.border-dashed-info-32 {
  border: 32px dashed #9C27B0 !important;
}

.border-dashed-warning-32 {
  border: 32px dashed #FF9800 !important;
}

.border-dashed-danger-32 {
  border: 32px dashed #F44336 !important;
}

.border-dashed-light-32 {
  border: 32px dashed #f8f9fa !important;
}

.border-dashed-dark-32 {
  border: 32px dashed #343a40 !important;
}

.border-dashed-primary-33 {
  border: 33px dashed #1976D2 !important;
}

.border-dashed-secondary-33 {
  border: 33px dashed #f8f9fa !important;
}

.border-dashed-success-33 {
  border: 33px dashed #4CAF50 !important;
}

.border-dashed-info-33 {
  border: 33px dashed #9C27B0 !important;
}

.border-dashed-warning-33 {
  border: 33px dashed #FF9800 !important;
}

.border-dashed-danger-33 {
  border: 33px dashed #F44336 !important;
}

.border-dashed-light-33 {
  border: 33px dashed #f8f9fa !important;
}

.border-dashed-dark-33 {
  border: 33px dashed #343a40 !important;
}

.border-dashed-primary-34 {
  border: 34px dashed #1976D2 !important;
}

.border-dashed-secondary-34 {
  border: 34px dashed #f8f9fa !important;
}

.border-dashed-success-34 {
  border: 34px dashed #4CAF50 !important;
}

.border-dashed-info-34 {
  border: 34px dashed #9C27B0 !important;
}

.border-dashed-warning-34 {
  border: 34px dashed #FF9800 !important;
}

.border-dashed-danger-34 {
  border: 34px dashed #F44336 !important;
}

.border-dashed-light-34 {
  border: 34px dashed #f8f9fa !important;
}

.border-dashed-dark-34 {
  border: 34px dashed #343a40 !important;
}

.border-dashed-primary-35 {
  border: 35px dashed #1976D2 !important;
}

.border-dashed-secondary-35 {
  border: 35px dashed #f8f9fa !important;
}

.border-dashed-success-35 {
  border: 35px dashed #4CAF50 !important;
}

.border-dashed-info-35 {
  border: 35px dashed #9C27B0 !important;
}

.border-dashed-warning-35 {
  border: 35px dashed #FF9800 !important;
}

.border-dashed-danger-35 {
  border: 35px dashed #F44336 !important;
}

.border-dashed-light-35 {
  border: 35px dashed #f8f9fa !important;
}

.border-dashed-dark-35 {
  border: 35px dashed #343a40 !important;
}

.border-dashed-primary-36 {
  border: 36px dashed #1976D2 !important;
}

.border-dashed-secondary-36 {
  border: 36px dashed #f8f9fa !important;
}

.border-dashed-success-36 {
  border: 36px dashed #4CAF50 !important;
}

.border-dashed-info-36 {
  border: 36px dashed #9C27B0 !important;
}

.border-dashed-warning-36 {
  border: 36px dashed #FF9800 !important;
}

.border-dashed-danger-36 {
  border: 36px dashed #F44336 !important;
}

.border-dashed-light-36 {
  border: 36px dashed #f8f9fa !important;
}

.border-dashed-dark-36 {
  border: 36px dashed #343a40 !important;
}

.border-dashed-primary-37 {
  border: 37px dashed #1976D2 !important;
}

.border-dashed-secondary-37 {
  border: 37px dashed #f8f9fa !important;
}

.border-dashed-success-37 {
  border: 37px dashed #4CAF50 !important;
}

.border-dashed-info-37 {
  border: 37px dashed #9C27B0 !important;
}

.border-dashed-warning-37 {
  border: 37px dashed #FF9800 !important;
}

.border-dashed-danger-37 {
  border: 37px dashed #F44336 !important;
}

.border-dashed-light-37 {
  border: 37px dashed #f8f9fa !important;
}

.border-dashed-dark-37 {
  border: 37px dashed #343a40 !important;
}

.border-dashed-primary-38 {
  border: 38px dashed #1976D2 !important;
}

.border-dashed-secondary-38 {
  border: 38px dashed #f8f9fa !important;
}

.border-dashed-success-38 {
  border: 38px dashed #4CAF50 !important;
}

.border-dashed-info-38 {
  border: 38px dashed #9C27B0 !important;
}

.border-dashed-warning-38 {
  border: 38px dashed #FF9800 !important;
}

.border-dashed-danger-38 {
  border: 38px dashed #F44336 !important;
}

.border-dashed-light-38 {
  border: 38px dashed #f8f9fa !important;
}

.border-dashed-dark-38 {
  border: 38px dashed #343a40 !important;
}

.border-dashed-primary-39 {
  border: 39px dashed #1976D2 !important;
}

.border-dashed-secondary-39 {
  border: 39px dashed #f8f9fa !important;
}

.border-dashed-success-39 {
  border: 39px dashed #4CAF50 !important;
}

.border-dashed-info-39 {
  border: 39px dashed #9C27B0 !important;
}

.border-dashed-warning-39 {
  border: 39px dashed #FF9800 !important;
}

.border-dashed-danger-39 {
  border: 39px dashed #F44336 !important;
}

.border-dashed-light-39 {
  border: 39px dashed #f8f9fa !important;
}

.border-dashed-dark-39 {
  border: 39px dashed #343a40 !important;
}

.border-dashed-primary-40 {
  border: 40px dashed #1976D2 !important;
}

.border-dashed-secondary-40 {
  border: 40px dashed #f8f9fa !important;
}

.border-dashed-success-40 {
  border: 40px dashed #4CAF50 !important;
}

.border-dashed-info-40 {
  border: 40px dashed #9C27B0 !important;
}

.border-dashed-warning-40 {
  border: 40px dashed #FF9800 !important;
}

.border-dashed-danger-40 {
  border: 40px dashed #F44336 !important;
}

.border-dashed-light-40 {
  border: 40px dashed #f8f9fa !important;
}

.border-dashed-dark-40 {
  border: 40px dashed #343a40 !important;
}

.border-dashed-primary-41 {
  border: 41px dashed #1976D2 !important;
}

.border-dashed-secondary-41 {
  border: 41px dashed #f8f9fa !important;
}

.border-dashed-success-41 {
  border: 41px dashed #4CAF50 !important;
}

.border-dashed-info-41 {
  border: 41px dashed #9C27B0 !important;
}

.border-dashed-warning-41 {
  border: 41px dashed #FF9800 !important;
}

.border-dashed-danger-41 {
  border: 41px dashed #F44336 !important;
}

.border-dashed-light-41 {
  border: 41px dashed #f8f9fa !important;
}

.border-dashed-dark-41 {
  border: 41px dashed #343a40 !important;
}

.border-dashed-primary-42 {
  border: 42px dashed #1976D2 !important;
}

.border-dashed-secondary-42 {
  border: 42px dashed #f8f9fa !important;
}

.border-dashed-success-42 {
  border: 42px dashed #4CAF50 !important;
}

.border-dashed-info-42 {
  border: 42px dashed #9C27B0 !important;
}

.border-dashed-warning-42 {
  border: 42px dashed #FF9800 !important;
}

.border-dashed-danger-42 {
  border: 42px dashed #F44336 !important;
}

.border-dashed-light-42 {
  border: 42px dashed #f8f9fa !important;
}

.border-dashed-dark-42 {
  border: 42px dashed #343a40 !important;
}

.border-dashed-primary-43 {
  border: 43px dashed #1976D2 !important;
}

.border-dashed-secondary-43 {
  border: 43px dashed #f8f9fa !important;
}

.border-dashed-success-43 {
  border: 43px dashed #4CAF50 !important;
}

.border-dashed-info-43 {
  border: 43px dashed #9C27B0 !important;
}

.border-dashed-warning-43 {
  border: 43px dashed #FF9800 !important;
}

.border-dashed-danger-43 {
  border: 43px dashed #F44336 !important;
}

.border-dashed-light-43 {
  border: 43px dashed #f8f9fa !important;
}

.border-dashed-dark-43 {
  border: 43px dashed #343a40 !important;
}

.border-dashed-primary-44 {
  border: 44px dashed #1976D2 !important;
}

.border-dashed-secondary-44 {
  border: 44px dashed #f8f9fa !important;
}

.border-dashed-success-44 {
  border: 44px dashed #4CAF50 !important;
}

.border-dashed-info-44 {
  border: 44px dashed #9C27B0 !important;
}

.border-dashed-warning-44 {
  border: 44px dashed #FF9800 !important;
}

.border-dashed-danger-44 {
  border: 44px dashed #F44336 !important;
}

.border-dashed-light-44 {
  border: 44px dashed #f8f9fa !important;
}

.border-dashed-dark-44 {
  border: 44px dashed #343a40 !important;
}

.border-dashed-primary-45 {
  border: 45px dashed #1976D2 !important;
}

.border-dashed-secondary-45 {
  border: 45px dashed #f8f9fa !important;
}

.border-dashed-success-45 {
  border: 45px dashed #4CAF50 !important;
}

.border-dashed-info-45 {
  border: 45px dashed #9C27B0 !important;
}

.border-dashed-warning-45 {
  border: 45px dashed #FF9800 !important;
}

.border-dashed-danger-45 {
  border: 45px dashed #F44336 !important;
}

.border-dashed-light-45 {
  border: 45px dashed #f8f9fa !important;
}

.border-dashed-dark-45 {
  border: 45px dashed #343a40 !important;
}

.border-dashed-primary-46 {
  border: 46px dashed #1976D2 !important;
}

.border-dashed-secondary-46 {
  border: 46px dashed #f8f9fa !important;
}

.border-dashed-success-46 {
  border: 46px dashed #4CAF50 !important;
}

.border-dashed-info-46 {
  border: 46px dashed #9C27B0 !important;
}

.border-dashed-warning-46 {
  border: 46px dashed #FF9800 !important;
}

.border-dashed-danger-46 {
  border: 46px dashed #F44336 !important;
}

.border-dashed-light-46 {
  border: 46px dashed #f8f9fa !important;
}

.border-dashed-dark-46 {
  border: 46px dashed #343a40 !important;
}

.border-dashed-primary-47 {
  border: 47px dashed #1976D2 !important;
}

.border-dashed-secondary-47 {
  border: 47px dashed #f8f9fa !important;
}

.border-dashed-success-47 {
  border: 47px dashed #4CAF50 !important;
}

.border-dashed-info-47 {
  border: 47px dashed #9C27B0 !important;
}

.border-dashed-warning-47 {
  border: 47px dashed #FF9800 !important;
}

.border-dashed-danger-47 {
  border: 47px dashed #F44336 !important;
}

.border-dashed-light-47 {
  border: 47px dashed #f8f9fa !important;
}

.border-dashed-dark-47 {
  border: 47px dashed #343a40 !important;
}

.border-dashed-primary-48 {
  border: 48px dashed #1976D2 !important;
}

.border-dashed-secondary-48 {
  border: 48px dashed #f8f9fa !important;
}

.border-dashed-success-48 {
  border: 48px dashed #4CAF50 !important;
}

.border-dashed-info-48 {
  border: 48px dashed #9C27B0 !important;
}

.border-dashed-warning-48 {
  border: 48px dashed #FF9800 !important;
}

.border-dashed-danger-48 {
  border: 48px dashed #F44336 !important;
}

.border-dashed-light-48 {
  border: 48px dashed #f8f9fa !important;
}

.border-dashed-dark-48 {
  border: 48px dashed #343a40 !important;
}

.border-dashed-primary-49 {
  border: 49px dashed #1976D2 !important;
}

.border-dashed-secondary-49 {
  border: 49px dashed #f8f9fa !important;
}

.border-dashed-success-49 {
  border: 49px dashed #4CAF50 !important;
}

.border-dashed-info-49 {
  border: 49px dashed #9C27B0 !important;
}

.border-dashed-warning-49 {
  border: 49px dashed #FF9800 !important;
}

.border-dashed-danger-49 {
  border: 49px dashed #F44336 !important;
}

.border-dashed-light-49 {
  border: 49px dashed #f8f9fa !important;
}

.border-dashed-dark-49 {
  border: 49px dashed #343a40 !important;
}

.border-dashed-primary-50 {
  border: 50px dashed #1976D2 !important;
}

.border-dashed-secondary-50 {
  border: 50px dashed #f8f9fa !important;
}

.border-dashed-success-50 {
  border: 50px dashed #4CAF50 !important;
}

.border-dashed-info-50 {
  border: 50px dashed #9C27B0 !important;
}

.border-dashed-warning-50 {
  border: 50px dashed #FF9800 !important;
}

.border-dashed-danger-50 {
  border: 50px dashed #F44336 !important;
}

.border-dashed-light-50 {
  border: 50px dashed #f8f9fa !important;
}

.border-dashed-dark-50 {
  border: 50px dashed #343a40 !important;
}

.border-dashed-primary-51 {
  border: 51px dashed #1976D2 !important;
}

.border-dashed-secondary-51 {
  border: 51px dashed #f8f9fa !important;
}

.border-dashed-success-51 {
  border: 51px dashed #4CAF50 !important;
}

.border-dashed-info-51 {
  border: 51px dashed #9C27B0 !important;
}

.border-dashed-warning-51 {
  border: 51px dashed #FF9800 !important;
}

.border-dashed-danger-51 {
  border: 51px dashed #F44336 !important;
}

.border-dashed-light-51 {
  border: 51px dashed #f8f9fa !important;
}

.border-dashed-dark-51 {
  border: 51px dashed #343a40 !important;
}

.border-dashed-primary-52 {
  border: 52px dashed #1976D2 !important;
}

.border-dashed-secondary-52 {
  border: 52px dashed #f8f9fa !important;
}

.border-dashed-success-52 {
  border: 52px dashed #4CAF50 !important;
}

.border-dashed-info-52 {
  border: 52px dashed #9C27B0 !important;
}

.border-dashed-warning-52 {
  border: 52px dashed #FF9800 !important;
}

.border-dashed-danger-52 {
  border: 52px dashed #F44336 !important;
}

.border-dashed-light-52 {
  border: 52px dashed #f8f9fa !important;
}

.border-dashed-dark-52 {
  border: 52px dashed #343a40 !important;
}

.border-dashed-primary-53 {
  border: 53px dashed #1976D2 !important;
}

.border-dashed-secondary-53 {
  border: 53px dashed #f8f9fa !important;
}

.border-dashed-success-53 {
  border: 53px dashed #4CAF50 !important;
}

.border-dashed-info-53 {
  border: 53px dashed #9C27B0 !important;
}

.border-dashed-warning-53 {
  border: 53px dashed #FF9800 !important;
}

.border-dashed-danger-53 {
  border: 53px dashed #F44336 !important;
}

.border-dashed-light-53 {
  border: 53px dashed #f8f9fa !important;
}

.border-dashed-dark-53 {
  border: 53px dashed #343a40 !important;
}

.border-dashed-primary-54 {
  border: 54px dashed #1976D2 !important;
}

.border-dashed-secondary-54 {
  border: 54px dashed #f8f9fa !important;
}

.border-dashed-success-54 {
  border: 54px dashed #4CAF50 !important;
}

.border-dashed-info-54 {
  border: 54px dashed #9C27B0 !important;
}

.border-dashed-warning-54 {
  border: 54px dashed #FF9800 !important;
}

.border-dashed-danger-54 {
  border: 54px dashed #F44336 !important;
}

.border-dashed-light-54 {
  border: 54px dashed #f8f9fa !important;
}

.border-dashed-dark-54 {
  border: 54px dashed #343a40 !important;
}

.border-dashed-primary-55 {
  border: 55px dashed #1976D2 !important;
}

.border-dashed-secondary-55 {
  border: 55px dashed #f8f9fa !important;
}

.border-dashed-success-55 {
  border: 55px dashed #4CAF50 !important;
}

.border-dashed-info-55 {
  border: 55px dashed #9C27B0 !important;
}

.border-dashed-warning-55 {
  border: 55px dashed #FF9800 !important;
}

.border-dashed-danger-55 {
  border: 55px dashed #F44336 !important;
}

.border-dashed-light-55 {
  border: 55px dashed #f8f9fa !important;
}

.border-dashed-dark-55 {
  border: 55px dashed #343a40 !important;
}

.border-dashed-primary-56 {
  border: 56px dashed #1976D2 !important;
}

.border-dashed-secondary-56 {
  border: 56px dashed #f8f9fa !important;
}

.border-dashed-success-56 {
  border: 56px dashed #4CAF50 !important;
}

.border-dashed-info-56 {
  border: 56px dashed #9C27B0 !important;
}

.border-dashed-warning-56 {
  border: 56px dashed #FF9800 !important;
}

.border-dashed-danger-56 {
  border: 56px dashed #F44336 !important;
}

.border-dashed-light-56 {
  border: 56px dashed #f8f9fa !important;
}

.border-dashed-dark-56 {
  border: 56px dashed #343a40 !important;
}

.border-dashed-primary-57 {
  border: 57px dashed #1976D2 !important;
}

.border-dashed-secondary-57 {
  border: 57px dashed #f8f9fa !important;
}

.border-dashed-success-57 {
  border: 57px dashed #4CAF50 !important;
}

.border-dashed-info-57 {
  border: 57px dashed #9C27B0 !important;
}

.border-dashed-warning-57 {
  border: 57px dashed #FF9800 !important;
}

.border-dashed-danger-57 {
  border: 57px dashed #F44336 !important;
}

.border-dashed-light-57 {
  border: 57px dashed #f8f9fa !important;
}

.border-dashed-dark-57 {
  border: 57px dashed #343a40 !important;
}

.border-dashed-primary-58 {
  border: 58px dashed #1976D2 !important;
}

.border-dashed-secondary-58 {
  border: 58px dashed #f8f9fa !important;
}

.border-dashed-success-58 {
  border: 58px dashed #4CAF50 !important;
}

.border-dashed-info-58 {
  border: 58px dashed #9C27B0 !important;
}

.border-dashed-warning-58 {
  border: 58px dashed #FF9800 !important;
}

.border-dashed-danger-58 {
  border: 58px dashed #F44336 !important;
}

.border-dashed-light-58 {
  border: 58px dashed #f8f9fa !important;
}

.border-dashed-dark-58 {
  border: 58px dashed #343a40 !important;
}

.border-dashed-primary-59 {
  border: 59px dashed #1976D2 !important;
}

.border-dashed-secondary-59 {
  border: 59px dashed #f8f9fa !important;
}

.border-dashed-success-59 {
  border: 59px dashed #4CAF50 !important;
}

.border-dashed-info-59 {
  border: 59px dashed #9C27B0 !important;
}

.border-dashed-warning-59 {
  border: 59px dashed #FF9800 !important;
}

.border-dashed-danger-59 {
  border: 59px dashed #F44336 !important;
}

.border-dashed-light-59 {
  border: 59px dashed #f8f9fa !important;
}

.border-dashed-dark-59 {
  border: 59px dashed #343a40 !important;
}

.border-dashed-primary-60 {
  border: 60px dashed #1976D2 !important;
}

.border-dashed-secondary-60 {
  border: 60px dashed #f8f9fa !important;
}

.border-dashed-success-60 {
  border: 60px dashed #4CAF50 !important;
}

.border-dashed-info-60 {
  border: 60px dashed #9C27B0 !important;
}

.border-dashed-warning-60 {
  border: 60px dashed #FF9800 !important;
}

.border-dashed-danger-60 {
  border: 60px dashed #F44336 !important;
}

.border-dashed-light-60 {
  border: 60px dashed #f8f9fa !important;
}

.border-dashed-dark-60 {
  border: 60px dashed #343a40 !important;
}

.border-dashed-primary-61 {
  border: 61px dashed #1976D2 !important;
}

.border-dashed-secondary-61 {
  border: 61px dashed #f8f9fa !important;
}

.border-dashed-success-61 {
  border: 61px dashed #4CAF50 !important;
}

.border-dashed-info-61 {
  border: 61px dashed #9C27B0 !important;
}

.border-dashed-warning-61 {
  border: 61px dashed #FF9800 !important;
}

.border-dashed-danger-61 {
  border: 61px dashed #F44336 !important;
}

.border-dashed-light-61 {
  border: 61px dashed #f8f9fa !important;
}

.border-dashed-dark-61 {
  border: 61px dashed #343a40 !important;
}

.border-dashed-primary-62 {
  border: 62px dashed #1976D2 !important;
}

.border-dashed-secondary-62 {
  border: 62px dashed #f8f9fa !important;
}

.border-dashed-success-62 {
  border: 62px dashed #4CAF50 !important;
}

.border-dashed-info-62 {
  border: 62px dashed #9C27B0 !important;
}

.border-dashed-warning-62 {
  border: 62px dashed #FF9800 !important;
}

.border-dashed-danger-62 {
  border: 62px dashed #F44336 !important;
}

.border-dashed-light-62 {
  border: 62px dashed #f8f9fa !important;
}

.border-dashed-dark-62 {
  border: 62px dashed #343a40 !important;
}

.border-dashed-primary-63 {
  border: 63px dashed #1976D2 !important;
}

.border-dashed-secondary-63 {
  border: 63px dashed #f8f9fa !important;
}

.border-dashed-success-63 {
  border: 63px dashed #4CAF50 !important;
}

.border-dashed-info-63 {
  border: 63px dashed #9C27B0 !important;
}

.border-dashed-warning-63 {
  border: 63px dashed #FF9800 !important;
}

.border-dashed-danger-63 {
  border: 63px dashed #F44336 !important;
}

.border-dashed-light-63 {
  border: 63px dashed #f8f9fa !important;
}

.border-dashed-dark-63 {
  border: 63px dashed #343a40 !important;
}

.border-dashed-primary-64 {
  border: 64px dashed #1976D2 !important;
}

.border-dashed-secondary-64 {
  border: 64px dashed #f8f9fa !important;
}

.border-dashed-success-64 {
  border: 64px dashed #4CAF50 !important;
}

.border-dashed-info-64 {
  border: 64px dashed #9C27B0 !important;
}

.border-dashed-warning-64 {
  border: 64px dashed #FF9800 !important;
}

.border-dashed-danger-64 {
  border: 64px dashed #F44336 !important;
}

.border-dashed-light-64 {
  border: 64px dashed #f8f9fa !important;
}

.border-dashed-dark-64 {
  border: 64px dashed #343a40 !important;
}

.border-dashed-primary-65 {
  border: 65px dashed #1976D2 !important;
}

.border-dashed-secondary-65 {
  border: 65px dashed #f8f9fa !important;
}

.border-dashed-success-65 {
  border: 65px dashed #4CAF50 !important;
}

.border-dashed-info-65 {
  border: 65px dashed #9C27B0 !important;
}

.border-dashed-warning-65 {
  border: 65px dashed #FF9800 !important;
}

.border-dashed-danger-65 {
  border: 65px dashed #F44336 !important;
}

.border-dashed-light-65 {
  border: 65px dashed #f8f9fa !important;
}

.border-dashed-dark-65 {
  border: 65px dashed #343a40 !important;
}

.border-dashed-primary-66 {
  border: 66px dashed #1976D2 !important;
}

.border-dashed-secondary-66 {
  border: 66px dashed #f8f9fa !important;
}

.border-dashed-success-66 {
  border: 66px dashed #4CAF50 !important;
}

.border-dashed-info-66 {
  border: 66px dashed #9C27B0 !important;
}

.border-dashed-warning-66 {
  border: 66px dashed #FF9800 !important;
}

.border-dashed-danger-66 {
  border: 66px dashed #F44336 !important;
}

.border-dashed-light-66 {
  border: 66px dashed #f8f9fa !important;
}

.border-dashed-dark-66 {
  border: 66px dashed #343a40 !important;
}

.border-dashed-primary-67 {
  border: 67px dashed #1976D2 !important;
}

.border-dashed-secondary-67 {
  border: 67px dashed #f8f9fa !important;
}

.border-dashed-success-67 {
  border: 67px dashed #4CAF50 !important;
}

.border-dashed-info-67 {
  border: 67px dashed #9C27B0 !important;
}

.border-dashed-warning-67 {
  border: 67px dashed #FF9800 !important;
}

.border-dashed-danger-67 {
  border: 67px dashed #F44336 !important;
}

.border-dashed-light-67 {
  border: 67px dashed #f8f9fa !important;
}

.border-dashed-dark-67 {
  border: 67px dashed #343a40 !important;
}

.border-dashed-primary-68 {
  border: 68px dashed #1976D2 !important;
}

.border-dashed-secondary-68 {
  border: 68px dashed #f8f9fa !important;
}

.border-dashed-success-68 {
  border: 68px dashed #4CAF50 !important;
}

.border-dashed-info-68 {
  border: 68px dashed #9C27B0 !important;
}

.border-dashed-warning-68 {
  border: 68px dashed #FF9800 !important;
}

.border-dashed-danger-68 {
  border: 68px dashed #F44336 !important;
}

.border-dashed-light-68 {
  border: 68px dashed #f8f9fa !important;
}

.border-dashed-dark-68 {
  border: 68px dashed #343a40 !important;
}

.border-dashed-primary-69 {
  border: 69px dashed #1976D2 !important;
}

.border-dashed-secondary-69 {
  border: 69px dashed #f8f9fa !important;
}

.border-dashed-success-69 {
  border: 69px dashed #4CAF50 !important;
}

.border-dashed-info-69 {
  border: 69px dashed #9C27B0 !important;
}

.border-dashed-warning-69 {
  border: 69px dashed #FF9800 !important;
}

.border-dashed-danger-69 {
  border: 69px dashed #F44336 !important;
}

.border-dashed-light-69 {
  border: 69px dashed #f8f9fa !important;
}

.border-dashed-dark-69 {
  border: 69px dashed #343a40 !important;
}

.border-dashed-primary-70 {
  border: 70px dashed #1976D2 !important;
}

.border-dashed-secondary-70 {
  border: 70px dashed #f8f9fa !important;
}

.border-dashed-success-70 {
  border: 70px dashed #4CAF50 !important;
}

.border-dashed-info-70 {
  border: 70px dashed #9C27B0 !important;
}

.border-dashed-warning-70 {
  border: 70px dashed #FF9800 !important;
}

.border-dashed-danger-70 {
  border: 70px dashed #F44336 !important;
}

.border-dashed-light-70 {
  border: 70px dashed #f8f9fa !important;
}

.border-dashed-dark-70 {
  border: 70px dashed #343a40 !important;
}

.border-dashed-primary-71 {
  border: 71px dashed #1976D2 !important;
}

.border-dashed-secondary-71 {
  border: 71px dashed #f8f9fa !important;
}

.border-dashed-success-71 {
  border: 71px dashed #4CAF50 !important;
}

.border-dashed-info-71 {
  border: 71px dashed #9C27B0 !important;
}

.border-dashed-warning-71 {
  border: 71px dashed #FF9800 !important;
}

.border-dashed-danger-71 {
  border: 71px dashed #F44336 !important;
}

.border-dashed-light-71 {
  border: 71px dashed #f8f9fa !important;
}

.border-dashed-dark-71 {
  border: 71px dashed #343a40 !important;
}

.border-dashed-primary-72 {
  border: 72px dashed #1976D2 !important;
}

.border-dashed-secondary-72 {
  border: 72px dashed #f8f9fa !important;
}

.border-dashed-success-72 {
  border: 72px dashed #4CAF50 !important;
}

.border-dashed-info-72 {
  border: 72px dashed #9C27B0 !important;
}

.border-dashed-warning-72 {
  border: 72px dashed #FF9800 !important;
}

.border-dashed-danger-72 {
  border: 72px dashed #F44336 !important;
}

.border-dashed-light-72 {
  border: 72px dashed #f8f9fa !important;
}

.border-dashed-dark-72 {
  border: 72px dashed #343a40 !important;
}

.border-dashed-primary-73 {
  border: 73px dashed #1976D2 !important;
}

.border-dashed-secondary-73 {
  border: 73px dashed #f8f9fa !important;
}

.border-dashed-success-73 {
  border: 73px dashed #4CAF50 !important;
}

.border-dashed-info-73 {
  border: 73px dashed #9C27B0 !important;
}

.border-dashed-warning-73 {
  border: 73px dashed #FF9800 !important;
}

.border-dashed-danger-73 {
  border: 73px dashed #F44336 !important;
}

.border-dashed-light-73 {
  border: 73px dashed #f8f9fa !important;
}

.border-dashed-dark-73 {
  border: 73px dashed #343a40 !important;
}

.border-dashed-primary-74 {
  border: 74px dashed #1976D2 !important;
}

.border-dashed-secondary-74 {
  border: 74px dashed #f8f9fa !important;
}

.border-dashed-success-74 {
  border: 74px dashed #4CAF50 !important;
}

.border-dashed-info-74 {
  border: 74px dashed #9C27B0 !important;
}

.border-dashed-warning-74 {
  border: 74px dashed #FF9800 !important;
}

.border-dashed-danger-74 {
  border: 74px dashed #F44336 !important;
}

.border-dashed-light-74 {
  border: 74px dashed #f8f9fa !important;
}

.border-dashed-dark-74 {
  border: 74px dashed #343a40 !important;
}

.border-dashed-primary-75 {
  border: 75px dashed #1976D2 !important;
}

.border-dashed-secondary-75 {
  border: 75px dashed #f8f9fa !important;
}

.border-dashed-success-75 {
  border: 75px dashed #4CAF50 !important;
}

.border-dashed-info-75 {
  border: 75px dashed #9C27B0 !important;
}

.border-dashed-warning-75 {
  border: 75px dashed #FF9800 !important;
}

.border-dashed-danger-75 {
  border: 75px dashed #F44336 !important;
}

.border-dashed-light-75 {
  border: 75px dashed #f8f9fa !important;
}

.border-dashed-dark-75 {
  border: 75px dashed #343a40 !important;
}

.border-dashed-primary-76 {
  border: 76px dashed #1976D2 !important;
}

.border-dashed-secondary-76 {
  border: 76px dashed #f8f9fa !important;
}

.border-dashed-success-76 {
  border: 76px dashed #4CAF50 !important;
}

.border-dashed-info-76 {
  border: 76px dashed #9C27B0 !important;
}

.border-dashed-warning-76 {
  border: 76px dashed #FF9800 !important;
}

.border-dashed-danger-76 {
  border: 76px dashed #F44336 !important;
}

.border-dashed-light-76 {
  border: 76px dashed #f8f9fa !important;
}

.border-dashed-dark-76 {
  border: 76px dashed #343a40 !important;
}

.border-dashed-primary-77 {
  border: 77px dashed #1976D2 !important;
}

.border-dashed-secondary-77 {
  border: 77px dashed #f8f9fa !important;
}

.border-dashed-success-77 {
  border: 77px dashed #4CAF50 !important;
}

.border-dashed-info-77 {
  border: 77px dashed #9C27B0 !important;
}

.border-dashed-warning-77 {
  border: 77px dashed #FF9800 !important;
}

.border-dashed-danger-77 {
  border: 77px dashed #F44336 !important;
}

.border-dashed-light-77 {
  border: 77px dashed #f8f9fa !important;
}

.border-dashed-dark-77 {
  border: 77px dashed #343a40 !important;
}

.border-dashed-primary-78 {
  border: 78px dashed #1976D2 !important;
}

.border-dashed-secondary-78 {
  border: 78px dashed #f8f9fa !important;
}

.border-dashed-success-78 {
  border: 78px dashed #4CAF50 !important;
}

.border-dashed-info-78 {
  border: 78px dashed #9C27B0 !important;
}

.border-dashed-warning-78 {
  border: 78px dashed #FF9800 !important;
}

.border-dashed-danger-78 {
  border: 78px dashed #F44336 !important;
}

.border-dashed-light-78 {
  border: 78px dashed #f8f9fa !important;
}

.border-dashed-dark-78 {
  border: 78px dashed #343a40 !important;
}

.border-dashed-primary-79 {
  border: 79px dashed #1976D2 !important;
}

.border-dashed-secondary-79 {
  border: 79px dashed #f8f9fa !important;
}

.border-dashed-success-79 {
  border: 79px dashed #4CAF50 !important;
}

.border-dashed-info-79 {
  border: 79px dashed #9C27B0 !important;
}

.border-dashed-warning-79 {
  border: 79px dashed #FF9800 !important;
}

.border-dashed-danger-79 {
  border: 79px dashed #F44336 !important;
}

.border-dashed-light-79 {
  border: 79px dashed #f8f9fa !important;
}

.border-dashed-dark-79 {
  border: 79px dashed #343a40 !important;
}

.border-dashed-primary-80 {
  border: 80px dashed #1976D2 !important;
}

.border-dashed-secondary-80 {
  border: 80px dashed #f8f9fa !important;
}

.border-dashed-success-80 {
  border: 80px dashed #4CAF50 !important;
}

.border-dashed-info-80 {
  border: 80px dashed #9C27B0 !important;
}

.border-dashed-warning-80 {
  border: 80px dashed #FF9800 !important;
}

.border-dashed-danger-80 {
  border: 80px dashed #F44336 !important;
}

.border-dashed-light-80 {
  border: 80px dashed #f8f9fa !important;
}

.border-dashed-dark-80 {
  border: 80px dashed #343a40 !important;
}

.border-dashed-primary-81 {
  border: 81px dashed #1976D2 !important;
}

.border-dashed-secondary-81 {
  border: 81px dashed #f8f9fa !important;
}

.border-dashed-success-81 {
  border: 81px dashed #4CAF50 !important;
}

.border-dashed-info-81 {
  border: 81px dashed #9C27B0 !important;
}

.border-dashed-warning-81 {
  border: 81px dashed #FF9800 !important;
}

.border-dashed-danger-81 {
  border: 81px dashed #F44336 !important;
}

.border-dashed-light-81 {
  border: 81px dashed #f8f9fa !important;
}

.border-dashed-dark-81 {
  border: 81px dashed #343a40 !important;
}

.border-dashed-primary-82 {
  border: 82px dashed #1976D2 !important;
}

.border-dashed-secondary-82 {
  border: 82px dashed #f8f9fa !important;
}

.border-dashed-success-82 {
  border: 82px dashed #4CAF50 !important;
}

.border-dashed-info-82 {
  border: 82px dashed #9C27B0 !important;
}

.border-dashed-warning-82 {
  border: 82px dashed #FF9800 !important;
}

.border-dashed-danger-82 {
  border: 82px dashed #F44336 !important;
}

.border-dashed-light-82 {
  border: 82px dashed #f8f9fa !important;
}

.border-dashed-dark-82 {
  border: 82px dashed #343a40 !important;
}

.border-dashed-primary-83 {
  border: 83px dashed #1976D2 !important;
}

.border-dashed-secondary-83 {
  border: 83px dashed #f8f9fa !important;
}

.border-dashed-success-83 {
  border: 83px dashed #4CAF50 !important;
}

.border-dashed-info-83 {
  border: 83px dashed #9C27B0 !important;
}

.border-dashed-warning-83 {
  border: 83px dashed #FF9800 !important;
}

.border-dashed-danger-83 {
  border: 83px dashed #F44336 !important;
}

.border-dashed-light-83 {
  border: 83px dashed #f8f9fa !important;
}

.border-dashed-dark-83 {
  border: 83px dashed #343a40 !important;
}

.border-dashed-primary-84 {
  border: 84px dashed #1976D2 !important;
}

.border-dashed-secondary-84 {
  border: 84px dashed #f8f9fa !important;
}

.border-dashed-success-84 {
  border: 84px dashed #4CAF50 !important;
}

.border-dashed-info-84 {
  border: 84px dashed #9C27B0 !important;
}

.border-dashed-warning-84 {
  border: 84px dashed #FF9800 !important;
}

.border-dashed-danger-84 {
  border: 84px dashed #F44336 !important;
}

.border-dashed-light-84 {
  border: 84px dashed #f8f9fa !important;
}

.border-dashed-dark-84 {
  border: 84px dashed #343a40 !important;
}

.border-dashed-primary-85 {
  border: 85px dashed #1976D2 !important;
}

.border-dashed-secondary-85 {
  border: 85px dashed #f8f9fa !important;
}

.border-dashed-success-85 {
  border: 85px dashed #4CAF50 !important;
}

.border-dashed-info-85 {
  border: 85px dashed #9C27B0 !important;
}

.border-dashed-warning-85 {
  border: 85px dashed #FF9800 !important;
}

.border-dashed-danger-85 {
  border: 85px dashed #F44336 !important;
}

.border-dashed-light-85 {
  border: 85px dashed #f8f9fa !important;
}

.border-dashed-dark-85 {
  border: 85px dashed #343a40 !important;
}

.border-dashed-primary-86 {
  border: 86px dashed #1976D2 !important;
}

.border-dashed-secondary-86 {
  border: 86px dashed #f8f9fa !important;
}

.border-dashed-success-86 {
  border: 86px dashed #4CAF50 !important;
}

.border-dashed-info-86 {
  border: 86px dashed #9C27B0 !important;
}

.border-dashed-warning-86 {
  border: 86px dashed #FF9800 !important;
}

.border-dashed-danger-86 {
  border: 86px dashed #F44336 !important;
}

.border-dashed-light-86 {
  border: 86px dashed #f8f9fa !important;
}

.border-dashed-dark-86 {
  border: 86px dashed #343a40 !important;
}

.border-dashed-primary-87 {
  border: 87px dashed #1976D2 !important;
}

.border-dashed-secondary-87 {
  border: 87px dashed #f8f9fa !important;
}

.border-dashed-success-87 {
  border: 87px dashed #4CAF50 !important;
}

.border-dashed-info-87 {
  border: 87px dashed #9C27B0 !important;
}

.border-dashed-warning-87 {
  border: 87px dashed #FF9800 !important;
}

.border-dashed-danger-87 {
  border: 87px dashed #F44336 !important;
}

.border-dashed-light-87 {
  border: 87px dashed #f8f9fa !important;
}

.border-dashed-dark-87 {
  border: 87px dashed #343a40 !important;
}

.border-dashed-primary-88 {
  border: 88px dashed #1976D2 !important;
}

.border-dashed-secondary-88 {
  border: 88px dashed #f8f9fa !important;
}

.border-dashed-success-88 {
  border: 88px dashed #4CAF50 !important;
}

.border-dashed-info-88 {
  border: 88px dashed #9C27B0 !important;
}

.border-dashed-warning-88 {
  border: 88px dashed #FF9800 !important;
}

.border-dashed-danger-88 {
  border: 88px dashed #F44336 !important;
}

.border-dashed-light-88 {
  border: 88px dashed #f8f9fa !important;
}

.border-dashed-dark-88 {
  border: 88px dashed #343a40 !important;
}

.border-dashed-primary-89 {
  border: 89px dashed #1976D2 !important;
}

.border-dashed-secondary-89 {
  border: 89px dashed #f8f9fa !important;
}

.border-dashed-success-89 {
  border: 89px dashed #4CAF50 !important;
}

.border-dashed-info-89 {
  border: 89px dashed #9C27B0 !important;
}

.border-dashed-warning-89 {
  border: 89px dashed #FF9800 !important;
}

.border-dashed-danger-89 {
  border: 89px dashed #F44336 !important;
}

.border-dashed-light-89 {
  border: 89px dashed #f8f9fa !important;
}

.border-dashed-dark-89 {
  border: 89px dashed #343a40 !important;
}

.border-dashed-primary-90 {
  border: 90px dashed #1976D2 !important;
}

.border-dashed-secondary-90 {
  border: 90px dashed #f8f9fa !important;
}

.border-dashed-success-90 {
  border: 90px dashed #4CAF50 !important;
}

.border-dashed-info-90 {
  border: 90px dashed #9C27B0 !important;
}

.border-dashed-warning-90 {
  border: 90px dashed #FF9800 !important;
}

.border-dashed-danger-90 {
  border: 90px dashed #F44336 !important;
}

.border-dashed-light-90 {
  border: 90px dashed #f8f9fa !important;
}

.border-dashed-dark-90 {
  border: 90px dashed #343a40 !important;
}

.border-dashed-primary-91 {
  border: 91px dashed #1976D2 !important;
}

.border-dashed-secondary-91 {
  border: 91px dashed #f8f9fa !important;
}

.border-dashed-success-91 {
  border: 91px dashed #4CAF50 !important;
}

.border-dashed-info-91 {
  border: 91px dashed #9C27B0 !important;
}

.border-dashed-warning-91 {
  border: 91px dashed #FF9800 !important;
}

.border-dashed-danger-91 {
  border: 91px dashed #F44336 !important;
}

.border-dashed-light-91 {
  border: 91px dashed #f8f9fa !important;
}

.border-dashed-dark-91 {
  border: 91px dashed #343a40 !important;
}

.border-dashed-primary-92 {
  border: 92px dashed #1976D2 !important;
}

.border-dashed-secondary-92 {
  border: 92px dashed #f8f9fa !important;
}

.border-dashed-success-92 {
  border: 92px dashed #4CAF50 !important;
}

.border-dashed-info-92 {
  border: 92px dashed #9C27B0 !important;
}

.border-dashed-warning-92 {
  border: 92px dashed #FF9800 !important;
}

.border-dashed-danger-92 {
  border: 92px dashed #F44336 !important;
}

.border-dashed-light-92 {
  border: 92px dashed #f8f9fa !important;
}

.border-dashed-dark-92 {
  border: 92px dashed #343a40 !important;
}

.border-dashed-primary-93 {
  border: 93px dashed #1976D2 !important;
}

.border-dashed-secondary-93 {
  border: 93px dashed #f8f9fa !important;
}

.border-dashed-success-93 {
  border: 93px dashed #4CAF50 !important;
}

.border-dashed-info-93 {
  border: 93px dashed #9C27B0 !important;
}

.border-dashed-warning-93 {
  border: 93px dashed #FF9800 !important;
}

.border-dashed-danger-93 {
  border: 93px dashed #F44336 !important;
}

.border-dashed-light-93 {
  border: 93px dashed #f8f9fa !important;
}

.border-dashed-dark-93 {
  border: 93px dashed #343a40 !important;
}

.border-dashed-primary-94 {
  border: 94px dashed #1976D2 !important;
}

.border-dashed-secondary-94 {
  border: 94px dashed #f8f9fa !important;
}

.border-dashed-success-94 {
  border: 94px dashed #4CAF50 !important;
}

.border-dashed-info-94 {
  border: 94px dashed #9C27B0 !important;
}

.border-dashed-warning-94 {
  border: 94px dashed #FF9800 !important;
}

.border-dashed-danger-94 {
  border: 94px dashed #F44336 !important;
}

.border-dashed-light-94 {
  border: 94px dashed #f8f9fa !important;
}

.border-dashed-dark-94 {
  border: 94px dashed #343a40 !important;
}

.border-dashed-primary-95 {
  border: 95px dashed #1976D2 !important;
}

.border-dashed-secondary-95 {
  border: 95px dashed #f8f9fa !important;
}

.border-dashed-success-95 {
  border: 95px dashed #4CAF50 !important;
}

.border-dashed-info-95 {
  border: 95px dashed #9C27B0 !important;
}

.border-dashed-warning-95 {
  border: 95px dashed #FF9800 !important;
}

.border-dashed-danger-95 {
  border: 95px dashed #F44336 !important;
}

.border-dashed-light-95 {
  border: 95px dashed #f8f9fa !important;
}

.border-dashed-dark-95 {
  border: 95px dashed #343a40 !important;
}

.border-dashed-primary-96 {
  border: 96px dashed #1976D2 !important;
}

.border-dashed-secondary-96 {
  border: 96px dashed #f8f9fa !important;
}

.border-dashed-success-96 {
  border: 96px dashed #4CAF50 !important;
}

.border-dashed-info-96 {
  border: 96px dashed #9C27B0 !important;
}

.border-dashed-warning-96 {
  border: 96px dashed #FF9800 !important;
}

.border-dashed-danger-96 {
  border: 96px dashed #F44336 !important;
}

.border-dashed-light-96 {
  border: 96px dashed #f8f9fa !important;
}

.border-dashed-dark-96 {
  border: 96px dashed #343a40 !important;
}

.border-dashed-primary-97 {
  border: 97px dashed #1976D2 !important;
}

.border-dashed-secondary-97 {
  border: 97px dashed #f8f9fa !important;
}

.border-dashed-success-97 {
  border: 97px dashed #4CAF50 !important;
}

.border-dashed-info-97 {
  border: 97px dashed #9C27B0 !important;
}

.border-dashed-warning-97 {
  border: 97px dashed #FF9800 !important;
}

.border-dashed-danger-97 {
  border: 97px dashed #F44336 !important;
}

.border-dashed-light-97 {
  border: 97px dashed #f8f9fa !important;
}

.border-dashed-dark-97 {
  border: 97px dashed #343a40 !important;
}

.border-dashed-primary-98 {
  border: 98px dashed #1976D2 !important;
}

.border-dashed-secondary-98 {
  border: 98px dashed #f8f9fa !important;
}

.border-dashed-success-98 {
  border: 98px dashed #4CAF50 !important;
}

.border-dashed-info-98 {
  border: 98px dashed #9C27B0 !important;
}

.border-dashed-warning-98 {
  border: 98px dashed #FF9800 !important;
}

.border-dashed-danger-98 {
  border: 98px dashed #F44336 !important;
}

.border-dashed-light-98 {
  border: 98px dashed #f8f9fa !important;
}

.border-dashed-dark-98 {
  border: 98px dashed #343a40 !important;
}

.border-dashed-primary-99 {
  border: 99px dashed #1976D2 !important;
}

.border-dashed-secondary-99 {
  border: 99px dashed #f8f9fa !important;
}

.border-dashed-success-99 {
  border: 99px dashed #4CAF50 !important;
}

.border-dashed-info-99 {
  border: 99px dashed #9C27B0 !important;
}

.border-dashed-warning-99 {
  border: 99px dashed #FF9800 !important;
}

.border-dashed-danger-99 {
  border: 99px dashed #F44336 !important;
}

.border-dashed-light-99 {
  border: 99px dashed #f8f9fa !important;
}

.border-dashed-dark-99 {
  border: 99px dashed #343a40 !important;
}

.border-dashed-primary-100 {
  border: 100px dashed #1976D2 !important;
}

.border-dashed-secondary-100 {
  border: 100px dashed #f8f9fa !important;
}

.border-dashed-success-100 {
  border: 100px dashed #4CAF50 !important;
}

.border-dashed-info-100 {
  border: 100px dashed #9C27B0 !important;
}

.border-dashed-warning-100 {
  border: 100px dashed #FF9800 !important;
}

.border-dashed-danger-100 {
  border: 100px dashed #F44336 !important;
}

.border-dashed-light-100 {
  border: 100px dashed #f8f9fa !important;
}

.border-dashed-dark-100 {
  border: 100px dashed #343a40 !important;
}

.login main {
  padding: 0;
}
.login main::before {
  background: linear-gradient(to bottom, #EEEEEE 0%, rgba(195, 214, 232, 0.5) 100%), url("images/sea_gray-850f2da79de3a73d116eeb9dc23ad73f.jpg");
  background-color: #EEEEEE;
  background-size: cover;
}

.login-container {
  display: flex;
  align-items: center;
  min-height: 600px;
  height: 100vh;
}

.pv-logo {
  background-image: url("svg/PV_logo_blue.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.5;
  height: 3rem;
}

.login-form {
  max-width: 400px;
  position: relative;
}
.login-form .app-version {
  position: relative;
  bottom: -2rem;
}

.has-error .form-control, .has-error .ember-power-select-trigger, .has-error .ember-power-select-search input, .ember-power-select-search .has-error input {
  z-index: 2;
}

.login-form-disclaimer {
  line-height: 1rem;
  max-width: 700px;
}

.res-news iframe {
  height: calc(100vh - 16rem);
}

.call img {
  height: 16px;
}

.main-header {
  background: #1976D2;
  flex: none;
}
.main-header, .main-header dt,
.main-header .main-nav {
  color: #FFF;
}
.main-header a {
  border: none;
  outline: none;
}
.main-header .main-header__user {
  background-color: rgba(255, 255, 255, 0.05);
}
.main-header .main-header__company {
  background: none;
}
.main-header dt {
  opacity: 0.65;
}

.main-header__user {
  line-height: 1rem;
  height: 2rem;
  padding: 0 1rem;
}

.main-header__company {
  min-height: 3.15rem;
  padding: 0 1rem;
}

.main-header__contact {
  padding: 0.55rem 0;
}
.main-header__contact .call-timer {
  line-height: 1;
}

.main-header__agency {
  padding: 0.35rem 0 0.35rem 2rem;
}
.main-header__agency dt {
  margin: 0;
}

.main-header__agency-more {
  line-height: normal;
}

.main-header__agency-toggle {
  margin-top: calc(1.575rem - 1rem);
}

.settings-icon {
  transition: transform 0.5s;
}
.settings-icon:hover {
  transform: rotateZ(120deg);
}

.main-footer {
  background: #1976D2;
  color: #FFF;
  flex: none;
}

.shippy-container {
  display: block;
  position: fixed;
  overflow: visible;
  height: 20rem;
  width: 50%;
  z-index: 99;
}
.shippy-container.shippy-dismissable {
  cursor: pointer;
}
.shippy-container.shippy-in-right {
  animation-name: shippy-in-right, shippy-fade-in;
}
.shippy-container.shippy-in-right.shippy-center-stage {
  animation-name: shippy-in-right-center, shippy-fade-in;
}
.shippy-container.shippy-in-left {
  animation-name: shippy-in-left, shippy-fade-in;
}
.shippy-container.shippy-in-left.shippy-center-stage {
  animation-name: shippy-in-left-center, shippy-fade-in;
}
.shippy-container.shippy-out-right {
  animation-name: shippy-out-right, shippy-fade-out;
}
.shippy-container.shippy-out-right.shippy-center-stage {
  animation-name: shippy-out-right-center, shippy-fade-out;
}
.shippy-container.shippy-out-left {
  animation-name: shippy-out-left, shippy-fade-out;
}
.shippy-container.shippy-out-left.shippy-center-stage {
  animation-name: shippy-out-left-center, shippy-fade-out;
}
.shippy-container.shippy-in-right, .shippy-container.shippy-in-left {
  animation-duration: 1s, 0.5s;
}
.shippy-container.shippy-out-right, .shippy-container.shippy-out-left {
  animation-duration: 0.5s, 0.5s;
}
.shippy-container.shippy-in-right, .shippy-container.shippy-in-left, .shippy-container.shippy-out-right, .shippy-container.shippy-out-left {
  animation-fill-mode: forwards;
  animation-iteration-count: 1, 1;
  animation-timing-function: ease-in-out, ease-in-out;
}
.shippy-container.shippy-center-stage {
  height: 15rem;
  position: relative;
  margin: 0 auto;
}
.shippy-container.shippy-center-stage .shippy {
  left: calc(50% - 5rem);
}
.shippy-container.shippy-top-right {
  top: 0;
  right: 2rem;
}
.shippy-container.shippy-top-right .shippy {
  right: 0;
}
.shippy-container.shippy-bottom-right {
  bottom: 4.5rem;
  right: 2rem;
}
.shippy-container.shippy-bottom-right .shippy {
  right: 0;
}
.shippy-container.shippy-top-left {
  top: 0;
  left: 2rem;
}
.shippy-container.shippy-top-left .shippy {
  left: 0;
}
.shippy-container.shippy-bottom-left {
  bottom: 4.5rem;
  left: 2rem;
}
.shippy-container.shippy-bottom-left .shippy {
  left: 0;
}
.shippy-container.no-message {
  height: 10rem;
}

.shippy {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("svg/shippy.svg");
  display: block;
  position: absolute;
  bottom: 0;
  height: 10rem;
  width: 10rem;
  will-change: transform;
  transform-origin: bottom;
  z-index: 99;
}
.shippy.sad {
  background-image: url("svg/shippy_sad.svg");
}
.shippy.valentine {
  background-image: url("svg/shippy_valentine.svg");
}
.shippy.valentine.sad {
  background-image: url("svg/shippy_valentine_sad.svg");
}
.shippy.valentine .addon1,
.shippy.valentine .addon2 {
  animation: pulse 3s infinite;
}
.shippy.valentine .addon1 {
  background-image: url("svg/shippy_valentine_hearts1.svg");
}
.shippy.valentine .addon2 {
  background-image: url("svg/shippy_valentine_hearts2.svg");
  animation-delay: 1.5s;
}
.shippy.easter {
  background-image: url("svg/shippy_easter.svg");
}
.shippy.easter.sad {
  background-image: url("svg/shippy_easter_sad.svg");
}
.shippy.stpatty {
  background-image: url("svg/shippy_stpatty.svg");
}
.shippy.stpatty.sad {
  background-image: url("svg/shippy_stpatty_sad.svg");
}
.shippy.sombrero {
  background-image: url("svg/shippy_sombrero.svg");
}
.shippy.sombrero.sad {
  background-image: url("svg/shippy_sombrero_sad.svg");
}
.shippy.fourth {
  background-image: url("svg/shippy_fourth.svg");
}
.shippy.fourth.sad {
  background-image: url("svg/shippy_fourth_sad.svg");
}
.shippy.fourth .addon1 {
  background-image: url("svg/shippy_fourth_fireworks.svg");
  animation: flash 3s infinite;
}
.shippy.halloween {
  background-image: url("svg/shippy_vampire.svg");
}
.shippy.halloween.sad {
  background-image: url("svg/shippy_vampire_sad.svg");
}
.shippy.halloween .addon1,
.shippy.halloween .addon2 {
  animation: pulse 1s infinite;
}
.shippy.halloween .addon1 {
  background-image: url("svg/shippy_vampire_sparkle1.svg");
}
.shippy.halloween .addon2 {
  background-image: url("svg/shippy_vampire_sparkle2.svg");
  animation-delay: 0.5s;
}
.shippy.thanksgiving {
  background-image: url("svg/shippy_thanksgiving.svg");
}
.shippy.thanksgiving.sad {
  background-image: url("svg/shippy_thanksgiving_sad.svg");
}
.shippy.christmas {
  background-image: url("svg/shippy_santa.svg");
}
.shippy.christmas.sad {
  background-image: url("svg/shippy_santa_sad.svg");
}
.shippy.christmas .addon1,
.shippy.christmas .addon2 {
  animation: pulse 1s infinite;
}
.shippy.christmas .addon1 {
  background-image: url("svg/shippy_santa_lights1.svg");
}
.shippy.christmas .addon2 {
  background-image: url("svg/shippy_santa_lights2.svg");
  animation-delay: 0.5s;
}
.shippy.empty {
  background-image: none;
}
.shippy.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.shippy .addon1,
.shippy .addon2 {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pulse1,
.pulse2 {
  animation: pulse 1s infinite;
}

.pulse1 {
  animation-delay: 0.5s;
}

.pulse-slow1,
.pulse-slow2 {
  animation: pulse 3s infinite;
}

.pulse-slow1 {
  animation-delay: 1.5s;
}

.flash {
  animation: flash 3s infinite;
}

.bubble {
  position: absolute;
  padding: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  border: #7F7F7F solid 2px;
  bottom: 11rem;
  color: #373a3c;
  opacity: 0;
  min-width: 10rem;
}
.shippy-in-right .bubble, .shippy-in-left .bubble, .shippy-center-stage .bubble {
  animation: 0.25s ease-in-out 0.75s forwards shippy-pop-in;
}
.shippy-out-right .bubble, .shippy-out-left .bubble {
  animation: 0.25s ease-in-out 0 forwards shippy-pop-out;
}
.bubble:after, .bubble:before {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}
.shippy-top-right .bubble, .shippy-bottom-right .bubble, .bubble.bubble--right {
  right: 0;
}
.shippy-top-right .bubble:after, .shippy-bottom-right .bubble:after, .bubble.bubble--right:after, .shippy-center-stage .bubble:after {
  border-width: 0 15px 14px 0;
  border-color: transparent #FFF transparent transparent;
  z-index: 1;
  margin-left: -15px;
  bottom: -14px;
  right: 84px;
}
.shippy-top-right .bubble:before, .shippy-bottom-right .bubble:before, .bubble.bubble--right:before, .shippy-center-stage .bubble:before {
  border-width: 0 20px 19px 0;
  border-color: transparent #7F7F7F transparent transparent;
  z-index: 0;
  margin-left: -17px;
  bottom: -19px;
  right: 82px;
}
.shippy-top-left .bubble, .shippy-bottom-left .bubble, .bubble.bubble--left {
  left: 0;
}
.shippy-top-left .bubble:after, .shippy-bottom-left .bubble:after, .bubble.bubble--left:after {
  border-width: 15px 15px 0 0;
  border-color: #FFF transparent transparent;
  z-index: 1;
  margin-left: -15px;
  bottom: -15px;
  left: 88px;
}
.shippy-top-left .bubble:before, .shippy-bottom-left .bubble:before, .bubble.bubble--left:before {
  border-width: 20px 20px 0 0;
  border-color: #7F7F7F transparent transparent;
  z-index: 0;
  margin-left: -17px;
  bottom: -20px;
  left: 88px;
}
.shippy-center-stage .bubble {
  bottom: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 60%;
}
.shippy-center-stage .bubble:after {
  left: 51px;
}
.shippy-center-stage .bubble:before {
  left: 50px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes shippy-in-right {
  0% {
    right: -2rem;
    transform: scale(0.95);
  }
  100% {
    right: 2rem;
    transform: scale(1);
  }
}
@keyframes shippy-in-right-center {
  0% {
    right: -4rem;
    transform: scale(0.95);
  }
  100% {
    right: 0;
    transform: scale(1);
  }
}
@keyframes shippy-out-right {
  0% {
    right: 2rem;
    transform: scale(1);
  }
  100% {
    right: -2rem;
    transform: scale(0.95);
  }
}
@keyframes shippy-out-right-center {
  0% {
    right: 0;
    transform: scale(1);
  }
  100% {
    right: -4rem;
    transform: scale(0.95);
  }
}
@keyframes shippy-in-left {
  0% {
    left: -2rem;
    transform: scale(0.95);
  }
  100% {
    left: 2rem;
    transform: scale(1);
  }
}
@keyframes shippy-in-left-center {
  0% {
    left: -4rem;
    transform: scale(0.95);
  }
  100% {
    left: 0;
    transform: scale(1);
  }
}
@keyframes shippy-out-left {
  0% {
    left: 2rem;
    transform: scale(1);
  }
  100% {
    left: -2rem;
    transform: scale(0.95);
  }
}
@keyframes shippy-out-left-center {
  0% {
    left: 0;
    transform: scale(1);
  }
  100% {
    left: -4rem;
    transform: scale(0.95);
  }
}
@keyframes shippy-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shippy-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shippy-pop-in {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(-5deg);
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: scale(1) rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
@keyframes shippy-pop-out {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  20% {
    opacity: 1;
    transform: scale(1) rotate(2deg);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) rotate(-5deg);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.browse-happy p {
  margin: 0;
}
.browse-happy p + p {
  margin-top: 5px;
}

.create-booking-steps {
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  padding: 1rem;
  margin-bottom: 1rem;
}

.or {
  line-height: 0.5;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid white;
  margin: 10px 0 20px;
}
.or span {
  padding: 0 10px;
}

.steps {
  display: inline-block;
  margin: 0 1em;
}

.step {
  display: inline-block;
  margin: 0 3em;
  opacity: 0.65;
}
.step.active {
  opacity: 1;
}
.step.active .circle {
  background-color: #fff;
}
.step .circle {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 26px;
  height: 26px;
  margin: 0 0.5em 0 0;
  padding: 3px;
  display: inline-block;
}

.agency-data .text-success {
  position: relative;
  top: -0.4em;
}

@media screen and (min-width: 1000px) {
  .voyage-search .pv-form-block {
    flex-direction: row;
  }
}

.voyage-search__booking {
  max-width: 33%;
}
.voyage-search__booking .vs__booking-city {
  padding-right: 3%;
  width: 50%;
}
.voyage-search__booking .vs__booking-guests {
  padding-right: 3%;
  width: 20%;
}
.voyage-search__booking .vs__booking-cabin {
  width: 30%;
}

.yearblock-holder fieldset.yearblock {
  width: 10rem;
  margin: 0 1rem 1rem 0;
}

.destinationblock {
  flex: 1 1 0;
}
.destinationblock + .destinationblock {
  margin-left: 1rem;
  margin-top: 0;
}

.voyage-search-results {
  background-color: #1976D2;
  border-radius: 0.3rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-size: 4em;
  padding: 0.25em 0.5em;
  min-width: 11rem;
}

.voyage-search__booking .vs__booking-date {
  padding-left: 0;
  max-width: 30%;
}

.vsr-cruise {
  position: relative;
}
.vsr-cruise ~ .vsr-cruise {
  margin-top: 1rem;
}

.vsr-controls {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.vsr-voyage__date {
  min-width: 6rem;
}

.vsr-btn--select {
  min-width: 6rem;
}

.vsr-voyage__body .vsr-price {
  width: 15%;
}

.vsr-voyage__availability-table dt, .vsr-voyage__availability-table dd {
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
}
.vsr-voyage__availability-table dt {
  clear: left;
}
.vsr-voyage__availability-table dd {
  text-align: right;
}
.vsr-voyage__availability-table tbody .vsr-price {
  padding: 0 1rem;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.vsr-voyage__extras .btn {
  width: 100%;
}
.vsr-voyage__extras .btn ~ .btn {
  margin-top: 0.5rem;
}

.vsr-footer li {
  cursor: pointer;
}
.vsr-footer .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

.vsr-tour-header {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
}
.vsr-tour-header ~ .vsr-voyage, .vsr-tour-header ~ .vsr-expand {
  margin-bottom: -1px;
}
.vsr-tour-header + .vsr-controls {
  top: 3.2rem;
}

.itin-table .itin-table__port {
  max-width: calc(100% - 275px);
}
.itin-table .itin-table__arrive {
  flex: 0 0 75px;
}
.itin-table .itin-table__depart {
  flex: 0 0 200px;
}

.vsr-comp__item {
  flex: 1 0 0%;
}
.vsr-comp__item table {
  margin-bottom: 0;
}
.vsr-comp__head .vsr-comp__item + .vsr-comp__item, .vsr-comp__aval .vsr-comp__item + .vsr-comp__item, .vsr-comp__aval--expand .vsr-comp__item + .vsr-comp__item {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.vsr-comp__item figure {
  display: block;
}

.vsr-comp__head {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.vsr-comp__aval--expand .vsr-comp__item {
  margin: 0.25rem 0 0.5rem 0;
}

.vsr-comp__map figure {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.vsr-comp__map figure + figure {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.category-fares-on-meta {
  -webkit-box-flex: 1;
  flex: 1 0 0%;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.voyage-compare-controls {
  height: 27px;
  padding: 7px;
}

.gs-booking {
  margin-top: 1rem;
}
.gs-booking + .gs-booking {
  margin-top: 2rem;
}
.gs-booking table {
  margin: 0;
}

.gsb-table .empty td {
  border: none;
  padding-top: 1rem;
}

.guest-list {
  background: #fff;
}
.guest-list .draggable-target__empty {
  margin: 0.5rem;
  min-height: 4rem;
}
.guest-list .draggable-target__empty:before {
  content: "No guests are currently assigned to this booking";
  top: 1.25rem;
}

.pv-draggable-item[draggable=true] {
  cursor: grab;
}
.pv-draggable-item[draggable=true].no-drop {
  cursor: no-drop !important;
}
.pv-draggable-item[draggable=true]:active {
  cursor: grabbing;
  opacity: 0.5;
}

.pv-drag__space-defaults, .pv-drag__space-after::after, .pv-drag__space-before::before {
  content: "";
  display: block;
  padding: 2rem;
}

.itin-pkg__price {
  flex-basis: 10% !important;
  max-width: 200px;
}

.itin-pkg__guest + .itin-pkg__guest {
  margin-top: 0.25rem;
}

.itin-pkg__itin-item {
  background-color: #d1e4f6;
  padding-top: 0.5rem;
}
.itin-pkg__itin-item:first-child {
  border-top: solid 1px #c6ddf4;
}

.itin-pkg__sub-item {
  border-left: solid 1rem #d1e4f6 !important;
}

.itin-pkg__tour-item {
  border-left: solid 1rem #dbefdc !important;
}

.itin-pkg .resource-drawer {
  margin: 0 -1rem;
  top: 0.75rem;
}

tr.itin-pkg__sub-item {
  border-left: solid 1px #1976D2 !important;
}

tr.itin-pkg__tour-item {
  border-left: solid 1px #4CAF50 !important;
}

@media (max-width: 1249px) {
  .berthing__row {
    flex-wrap: wrap;
  }
  .berthing__row .berthing__payment,
.berthing__row .berthing__dining,
.berthing__row .berthing__itinerary,
.berthing__row .berthing__voyage,
.berthing__row .berthing__cabin,
.berthing__row .berthing__air,
.berthing__row .berthing__promos,
.berthing__row .berthing__stateroom {
    flex: 1 0 auto !important;
    width: 100%;
    max-width: 50% !important;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.cbok-bgrp__item {
  position: relative;
}
.cbok-bgrp__item ~ .cbok-bgrp__item {
  margin-top: 1rem;
}

.cbok-bgrp__item-select {
  width: 6rem;
}

.booking-card {
  overflow: hidden;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .booking-card {
    flex-basis: calc(50% - 1rem);
  }
}
@media (min-width: 992px) {
  .booking-card {
    flex-basis: calc(33.3333333333% - 1rem);
  }
}

.placeholder-booking {
  height: 14rem;
}
.placeholder-booking::before, .placeholder-booking::after {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
}
.placeholder-booking::before {
  width: 2rem;
  height: 2rem;
  top: 1rem;
  left: 1rem;
  border-radius: 0.15rem;
}
.placeholder-booking::after {
  bottom: 0;
  height: 2rem;
  width: 100%;
}

.placeholder-booking__guts {
  background: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1rem, rgba(0, 0, 0, 0) 1rem, rgba(0, 0, 0, 0) 2rem);
  position: absolute;
  top: 4rem;
  height: 7rem;
  left: 1rem;
  right: 1rem;
}
.placeholder-booking__guts::before, .placeholder-booking__guts::after {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.15rem;
  content: "";
  position: absolute;
}
.placeholder-booking__guts::before {
  right: 0;
  height: 1.75rem;
  top: -3rem;
  width: 10rem;
}
.placeholder-booking__guts::after {
  left: 3rem;
  height: 1.5rem;
  top: -2.75rem;
  width: 40%;
}

.payment-card {
  flex-basis: 25%;
  overflow: hidden;
}
.payment-card table {
  max-width: calc(100% + 1px);
  width: calc(100% + 1px);
}
.payment-card + .payment-card {
  margin-left: 1rem;
}

.cbok-payment__voyage {
  flex: 0 0 50%;
}

.cbok-payment__auto-charge {
  flex: 1 1 50%;
}

.pv-general-message-pane .bg-primary-light .text-primary, .pv-general-message-pane .pv-drag__space-defaults .text-primary, .pv-general-message-pane .pv-drag__space-before::before .text-primary, .pv-general-message-pane .pv-drag__space-after::after .text-primary {
  color: #145ca4 !important;
}
.pv-general-message-pane .bg-success-light .text-success {
  color: #3d8b40 !important;
}
.pv-general-message-pane .bg-info-light .text-info {
  color: #771e86 !important;
}
.pv-general-message-pane .bg-warning-light .text-warning {
  color: #cc7a00 !important;
}
.pv-general-message-pane .bg-danger-light .text-danger {
  color: #ea1c0d !important;
}

.gw-interface.expanded ~ #booking-list {
  display: none;
}

/* This is the core CSS of PV-Tooltip */
.pv-tooltip-attacher {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0.15rem;
  perspective: 800px;
  z-index: 9999;
  pointer-events: none;
}
.pv-tooltip-attacher.tooltip-interactive {
  pointer-events: auto;
}
.pv-tooltip-attacher[x-placement^=top] {
  margin-bottom: 10px;
}
.pv-tooltip-attacher[x-placement^=top] div[x-arrow] {
  transform: rotate(-45deg);
  bottom: -7.5px;
}
.pv-tooltip-attacher[x-placement^=bottom] {
  margin-top: 10px;
}
.pv-tooltip-attacher[x-placement^=bottom] div[x-arrow] {
  transform: rotate(135deg);
  top: -7.5px;
}
.pv-tooltip-attacher[x-placement^=left] {
  margin-right: 10px;
}
.pv-tooltip-attacher[x-placement^=left] div[x-arrow] {
  transform: rotate(225deg);
  right: -7.5px;
  top: 50%;
}
.pv-tooltip-attacher[x-placement^=right] {
  margin-left: 10px;
}
.pv-tooltip-attacher[x-placement^=right] div[x-arrow] {
  transform: rotate(45deg);
  left: -7.5px;
  top: 50%;
}
.pv-tooltip-attacher.xs {
  max-width: 20rem;
}
.pv-tooltip-attacher.sm {
  max-width: 30rem;
}
.pv-tooltip-attacher.md {
  max-width: 40rem;
}
.pv-tooltip-attacher.lg {
  max-width: 50rem;
}
.pv-tooltip-attacher.xl {
  max-width: 60rem;
}

.pv-tooltip-internal {
  display: flex;
  background: #fff;
  position: relative;
  color: #373a3c;
  line-height: 1.5;
  padding: 0.5rem;
}
.pv-tooltip-internal div[x-arrow] {
  height: 15px;
  width: 15px;
  background: #fff;
  border: 1px solid transparent;
  border-color: #a6a6a6;
  position: absolute;
  z-index: -1;
}

.pv-tooltip-content {
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

/* This is the core CSS of Tooltipster */
/* DEFAULT GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
  padding: 0 0.5rem;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster--xs {
  max-width: 20rem;
}

.tooltipster--sm {
  max-width: 30rem;
}

.tooltipster--md {
  max-width: 40rem;
}

.tooltipster--lg {
  max-width: 50rem;
}

.tooltipster--xl {
  max-width: 60rem;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
/* swing */
/* fall */
/* slide */
/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 300ms;
}

/* rotate */
/* scale */
/**
 * PV Skin
 *
 * All styles are "namespaced" with .tooltipster-pv to prevent
 * conflicts between plugins.
 */
.tooltipster-pv .tooltipster-box {
  background: transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0.15rem;
  position: relative;
}

.tooltipster-pv.tooltipster-bottom .tooltipster-box {
  margin-top: 10px;
  bottom: 4px;
}

.tooltipster-pv.tooltipster-top .tooltipster-box {
  margin-bottom: 10px;
  top: 4px;
}

/* .tooltipster-content */
.tooltipster-pv .tooltipster-content {
  color: transparent;
  line-height: 1.5;
  padding: 0.5rem;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-pv .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-pv.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: -3px;
  width: 20px;
}

.tooltipster-pv.tooltipster-top .tooltipster-arrow {
  bottom: -3px;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-pv .tooltipster-arrow-background,
.tooltipster-pv .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-pv .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-pv.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: transparent;
  left: 0px;
  top: 0;
}

.tooltipster-pv.tooltipster-top .tooltipster-arrow-background {
  border-top-color: transparent;
  left: 0px;
  top: 0;
}

/* .tooltipster-arrow-border */
.tooltipster-pv .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-pv.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: rgba(0, 0, 0, 0);
  top: -1px;
}

.tooltipster-pv.tooltipster-top .tooltipster-arrow-border {
  border-top-color: rgba(0, 0, 0, 0);
  top: 1px;
}

/* tooltipster-arrow-uncropped */
.tooltipster-pv .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-pv.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -9px;
}

.tooltipster-pv.tooltipster-right .tooltipster-arrow-uncropped {
  left: -9px;
}

/*
 * Given an ember-notify instance {{ember-notify classPrefix="pv-notify"}}
 */
.pv-notify {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1060;
  max-width: 800px;
}
.pv-notify .callout {
  min-width: 300px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.15rem;
  margin: 1rem 0 0 0;
  padding: 0.75rem 2.75rem 0.75rem 1.25rem;
  animation: notification-hide 200ms cubic-bezier(0, 0, 1, -0.2);
  animation-fill-mode: forwards;
}
.pv-notify .alert {
  background-color: #fdd9d7;
  color: #7f231c;
}
.pv-notify .success {
  background-color: #dbefdc;
  color: #285b2a;
}
.pv-notify .info {
  background-color: #ebd4ef;
  color: #51145c;
}
.pv-notify .warning {
  background-color: #ffeacc;
  color: #854f00;
}
.pv-notify .ember-notify-show {
  animation: notification-show 350ms cubic-bezier(0.2, 0.9, 0.3, 1.3);
}
.pv-notify .close {
  position: absolute;
  top: calc(50% - 0.3rem);
  right: 1rem;
}

@keyframes notification-show {
  0% {
    opacity: 0;
    transform: translate(320px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes notification-hide {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(320px, 0);
  }
}
.pv-calendar .navigation-arrow {
  font-size: 1.015625rem;
  line-height: 0.8125rem;
}
.pv-calendar .date-container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
  gap: 0.25rem;
}
.pv-calendar .date-container .date {
  justify-self: center;
  align-self: center;
}

.table {
  color: inherit;
  font-size: 0.8125rem;
  box-shadow: none;
  line-height: normal;
  position: relative;
}
.table thead th {
  border-bottom: none;
}
.table .thead-default th {
  background-color: #e9ecef;
}
.table .thead-inverse th {
  color: #fff;
  background-color: #212529;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e8f1fb;
}

.table-hover .table-primary:hover {
  background-color: #d2e4f7;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #d2e4f7;
}

.tfoot-inverse th,
.tfoot-inverse td {
  color: #fff;
  background-color: #373a3c;
}

.dashed-row td,
.dashed-row th,
.dashed-cell {
  position: relative;
  border-color: transparent;
}
.dashed-row td::after,
.dashed-row th::after,
.dashed-cell::after {
  content: "";
  border: 2px dashed #373a3c;
  opacity: 0.65;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: -1px;
  left: 0;
}

.dashed-row td::after,
.dashed-row th::after {
  border-left-width: 0;
  border-right-width: 0;
}

.dashed-row th:first-child::after,
.dashed-row td:first-child::after {
  border-left-width: 2px;
}

.dashed-row td:last-child::after {
  border-right-width: 2px;
}

.dashed-row.primary td::after, .dashed-row.primary th::after {
  border-color: #1976D2;
}
.dashed-row.white td::after, .dashed-row.white th::after {
  border-color: #fff;
}
.dashed-row.danger td::after, .dashed-row.danger th::after {
  border-color: #F44336;
}
.dashed-row.success td::after, .dashed-row.success th::after {
  border-color: #4CAF50;
}
.dashed-row.warning td::after, .dashed-row.warning th::after {
  border-color: #FF9800;
}
.dashed-row.info td::after, .dashed-row.info th::after {
  border-color: #9C27B0;
}

.dashed-cell.primary::after {
  border-color: #1976D2;
}
.dashed-cell.white::after {
  border-color: #fff;
}
.dashed-cell.danger::after {
  border-color: #F44336;
}
.dashed-cell.success::after {
  border-color: #4CAF50;
}
.dashed-cell.warning::after {
  border-color: #FF9800;
}
.dashed-cell.info::after {
  border-color: #9C27B0;
}

.table-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
}

.table-bordered .thead-inverse th, .table-bordered .thead-inverse td {
  border-top-color: #373a3c;
  border-left-color: rgba(68, 68, 68, 0.4);
  border-right-color: rgba(68, 68, 68, 0.4);
  border-bottom: #373a3c solid 1px;
}
.table-bordered .thead-inverse th:first-of-type, .table-bordered .thead-inverse th:first-of-type.td-collapse + th, .table-bordered .thead-inverse th:first-of-type.td-collapse + td, .table-bordered .thead-inverse td:first-of-type, .table-bordered .thead-inverse td:first-of-type.td-collapse + th, .table-bordered .thead-inverse td:first-of-type.td-collapse + td {
  border-left: 1px solid #373a3c;
}
.table-bordered .thead-inverse th:last-of-type, .table-bordered .thead-inverse td:last-of-type {
  border-right: 1px solid #373a3c;
}
.table-bordered .dashed-row td::after,
.table-bordered .dashed-row th::after,
.table-bordered .dashed-cell::after {
  left: -1px;
  right: -1px;
}
.table-bordered .dashed-row td::after,
.table-bordered .dashed-row th::after {
  border-left-width: 2px;
  border-right-width: 2px;
}

.table-striped-td {
  border: 0 solid transparent;
  background-color: transparent;
}
.table-striped-td tbody tr:nth-of-type(odd) td,
.table-striped-td tbody tr:nth-of-type(odd) th {
  background-color: rgba(0, 0, 0, 0.05);
  border-spacing: 0;
}
.table-striped-td tbody tr:nth-of-type(even) td,
.table-striped-td tbody tr:nth-of-type(even) th {
  background-color: transparent;
  border-spacing: 0;
}
.table-striped-td.white-bg {
  background-color: #FFF;
}
.table-striped-td.white-bg tbody tr:nth-of-type(odd) td, .table-striped-td.white-bg tbody tr:nth-of-type(odd) th {
  background-color: #F3F3F3;
}
.table-striped-td.white-bg tbody tr:nth-of-type(even) td, .table-striped-td.white-bg tbody tr:nth-of-type(even) th {
  background-color: #FFF;
}
.table-striped-td tr.table-success td,
.table-striped-td td.table-success {
  background: #cde9ce !important;
}
.table-striped-td tr.table-warning td,
.table-striped-td td.table-warning {
  background: #ffe2b8 !important;
}
.table-striped-td tr.table-info td,
.table-striped-td td.table-info {
  background: #e3c3e9 !important;
}
.table-striped-td tr.table-danger td,
.table-striped-td td.table-danger {
  background: #fccac7 !important;
}
.table-striped-td.table-hover tbody tr {
  background: none transparent;
}
.table-striped-td.table-hover tbody tr:hover td {
  background: rgba(0, 0, 0, 0.075);
}
.table-striped-td tbody tr.table-active:hover {
  background: none transparent;
}

.table-spaced {
  border: solid 2px #fff;
}
.table-spaced thead th,
.table-spaced td,
.table-spaced .voyage td {
  border: solid 2px #fff;
  padding: 0.3333333333rem 0.5rem;
}
.table-spaced td,
.table-spaced .voyage td {
  background: rgba(25, 118, 210, 0.15);
}
.table-spaced .sea td {
  background: rgba(25, 118, 210, 0.05);
}
.table-spaced .land td,
.table-spaced .tour td {
  background: rgba(76, 175, 80, 0.25);
}

.table-memo td {
  border-top: none;
}
.table-memo .table-memo__item-header td {
  background-color: rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(170, 170, 170, 0.4);
}
.table-memo .table-memo__item-body td {
  padding: 0.5rem 1rem 1rem 1rem;
}

.table-hover > tbody tr:hover,
.table-striped-td.table-hover > tbody tr:hover td,
.table-striped-td.table-hover > tbody tr:hover th {
  background-color: #e8f1fb !important;
}

.table-hover > tbody tr.bg-dark:hover {
  background-color: #343a40 !important;
}

.table-hover > tbody tr.bg-primary:hover {
  background-color: rgba(25, 118, 210, 0.9) !important;
}

.table-hover > tbody tr.bg-secondary:hover {
  background-color: rgba(248, 249, 250, 0.9) !important;
}

.table-hover > tbody tr.bg-success:hover {
  background-color: rgba(76, 175, 80, 0.9) !important;
}

.table-hover > tbody tr.bg-info:hover {
  background-color: rgba(156, 39, 176, 0.9) !important;
}

.table-hover > tbody tr.bg-warning:hover {
  background-color: rgba(255, 152, 0, 0.9) !important;
}

.table-hover > tbody tr.bg-danger:hover {
  background-color: rgba(244, 67, 54, 0.9) !important;
}

.table-hover > tbody tr.bg-light:hover {
  background-color: rgba(248, 249, 250, 0.9) !important;
}

.table-hover > tbody tr.bg-dark:hover {
  background-color: rgba(52, 58, 64, 0.9) !important;
}

.table-striped-td.table-hover > tbody tr {
  background: none transparent;
}

.table-striped-td.table-hover:not(.table-bordered) > tbody tr:last-of-type td {
  border-bottom: transparent solid 1px;
}
.table-striped-td.table-hover > tbody tr:hover td, .table-striped-td.table-hover > tbody tr:hover th {
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
}
.table-striped-td.table-hover.table-bordered > tbody tr:hover td, .table-striped-td.table-hover.table-bordered > tbody tr:hover th {
  border-right-width: 1px;
  border-left-width: 1px;
}

.table-sortable th {
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 1rem;
  user-select: none;
}
.table-sortable th:hover:not(.td-no-style) {
  cursor: pointer;
}
.table-sortable thead th:hover,
.table-sortable thead.thead-default th:hover {
  background-color: #dee2e3;
}
.table-sortable thead th.sort-up,
.table-sortable thead.thead-default th.sort-up {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23373a3c' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");
}
.table-sortable thead th.sort-down,
.table-sortable thead.thead-default th.sort-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23373a3c' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3C/svg%3E");
}
.table-sortable thead.thead-inverse th:hover {
  background-color: #434749;
}
.table-sortable thead.thead-inverse th.sort-up {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");
}
.table-sortable thead.thead-inverse th.sort-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3C/svg%3E");
}

table thead,
table th {
  font-weight: normal;
  font-family: "robotoregular", Helvetica, Arial, sans-serif;
}
table thead.bold th,
table tr.bold th,
table tr.bold td {
  font-family: "robotomedium", Helvetica, Arial, sans-serif;
}

.table-vert-align-middle td, .table-vert-align-middle th,
.tr-vert-align-middle td,
.tr-vert-align-middle th {
  vertical-align: middle;
}

.tr-vert-align-top td, .tr-vert-align-top th {
  vertical-align: top;
}

table th.width-5,
table td.width-5 {
  width: 5%;
}
table th.width-10,
table td.width-10 {
  width: 10%;
}
table th.width-15,
table td.width-15 {
  width: 15%;
}
table th.width-20,
table td.width-20 {
  width: 20%;
}
table th.width-25,
table td.width-25 {
  width: 25%;
}
table th.width-30,
table td.width-30 {
  width: 30%;
}
table th.width-40,
table td.width-40 {
  width: 40%;
}
table th.width-50,
table td.width-50 {
  width: 50%;
}

.thick-border td, .thick-border th {
  border-top-width: 5px;
  border-top-style: solid !important;
}

.no-border td, .no-border th {
  border-top-width: 0px;
  border-top-style: none !important;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 1px;
}

.td-no-style,
.th-no-style {
  border: 0px solid transparent !important;
  background: none !important;
}

.td-collapse {
  width: 1%;
  white-space: nowrap;
}

tr.collapse.in {
  display: table-row;
}

.table .form-inline label {
  line-height: 0;
}

.table-no-data {
  position: relative;
}
.table-no-data:before {
  background: rgba(255, 255, 255, 0.75);
  content: "";
}

.table-no-data__message {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.table-no-data__message p {
  font-size: 0.89375rem;
  margin: 0;
}

.table-no-data::before,
.table-no-data__message {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.table-sticky-th__body {
  background: #fff;
  padding-top: 1.6rem;
  position: relative;
  width: 100%;
}
.table-sticky-th__body.table-sticky-th__dark-header {
  background: #212529;
}
.table-sticky-th__body.table-sticky-th__dark-header thead th div {
  color: #fff;
}
.table-sticky-th__body .table-sticky-th__container {
  overflow-x: auto;
  overflow-y: scroll;
}
.table-sticky-th__body table:before {
  content: "";
  border-bottom: solid 2px rgba(170, 170, 170, 0.4);
  position: absolute;
  top: 1.6rem;
  width: 100%;
}
.table-sticky-th__body thead th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  overflow: hidden;
  white-space: nowrap;
}
.table-sticky-th__body thead th div {
  position: absolute;
  background: transparent;
  color: #495057;
  padding: 0.3rem;
  top: 0;
  margin-left: -0.3rem;
  line-height: normal;
}

.table-fixed {
  table-layout: fixed;
}

.table-scroll-holder {
  max-height: 500px;
  width: 100%;
  overflow: scroll;
}
.table-scroll-holder .table-fixed-col-1 th:first-child::before,
.table-scroll-holder .table-fixed-col-1 th:first-child::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #c9c9c9;
}
.table-scroll-holder .table-fixed-col-1 th:first-child::before {
  width: 1px;
  left: -1px;
}
.table-scroll-holder .table-fixed-col-1 th:first-child::after {
  width: 3px;
  right: -2px;
}
.table-scroll-holder thead.thead-inverse th::before {
  content: "";
  background-color: #212529 !important;
  height: 1px !important;
  width: 100% !important;
  position: absolute !important;
  top: -1px !important;
  left: 0 !important;
}
.table-scroll-holder table {
  margin: 0;
}

.table-bg-body table,
.table-sticky-th__body table {
  background-color: #fff;
  margin: 0;
  position: static;
  width: 100%;
}

.thead-whitespace-nowrap th {
  white-space: nowrap;
}

.table-sticky-first-column thead th:first-child {
  z-index: 1021;
}
.table-sticky-first-column tbody tr td:first-child {
  z-index: 1019;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown.open > .dropdown-menu {
  display: block;
}
.dropdown.open > a {
  outline: 0;
}

.dropdown--arrow-white,
.dropdown--arrow-dark {
  background: transparent no-repeat right 0.05rem;
  background-size: 8px 8px;
  padding-right: 1.5rem;
}

.dropdown--arrow-white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath fill='%23FFF' d='M 2 4 L 0 2 L 4 2 L 2 4 Z'/%3E%3C/svg%3E");
}

.dropdown--arrow-dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath fill='%23373a3c' d='M 2 4 L 0 2 L 4 2 L 2 4 Z'/%3E%3C/svg%3E");
}

.dropdown.no-style .dropdown-menu {
  background: none;
  padding: 0;
  margin: 0;
  border: 0 solid transparent;
}
.dropdown.no-style .dropdown-toggle::after {
  display: none;
}

.dropdown.no-caret .dropdown-toggle::after {
  display: none;
}

.dropdown-menu a,
a.dropdown-toggle,
a.dropdown-item {
  text-decoration: none;
}

a.dropdown-item.disabled {
  cursor: not-allowed;
  color: #55595c;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-pointer {
  margin-left: -7.9rem;
}
.dropdown-pointer.arrow-up:after {
  top: -0.9rem;
  border-style: solid;
  border-width: 0 0.9rem 0.9rem 0.9rem;
  border-color: transparent transparent #E0E0E0 transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: 3rem;
  position: absolute;
  width: 0;
}

.nav-stepper {
  border-radius: 0.15rem;
  border-bottom: 0px solid transparent;
  display: flex;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.nav-stepper a {
  text-decoration: none;
}
.nav-stepper li,
.nav-stepper .nav-item, .nav-stepper.stepper-link-to .nav-link {
  display: flex;
  position: relative;
  padding: calc(0.5rem + 1px) calc(1rem + 1px);
  transition: all 0.3s;
}
.nav-stepper li:before, .nav-stepper li:after,
.nav-stepper .nav-item:before,
.nav-stepper .nav-item:after, .nav-stepper.stepper-link-to .nav-link:before, .nav-stepper.stepper-link-to .nav-link:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  transition: all 0.3s;
  opacity: 1;
  border-style: solid;
  right: 0;
  z-index: 1;
}
.nav-stepper li:before,
.nav-stepper .nav-item:before, .nav-stepper.stepper-link-to .nav-link:before {
  border-width: 0 0 2rem 0;
  top: 0;
}
.nav-stepper li:after,
.nav-stepper .nav-item:after, .nav-stepper.stepper-link-to .nav-link:after {
  border-width: 0 0 2rem 0;
  bottom: 0;
}
.nav-stepper li.active.done,
.nav-stepper .nav-item.active.done, .nav-stepper.stepper-link-to .nav-link.active.done {
  padding-right: 3rem;
}
.nav-stepper li.done, .nav-stepper li.skipped,
.nav-stepper .nav-item.done,
.nav-stepper .nav-item.skipped, .nav-stepper.stepper-link-to .nav-link.done, .nav-stepper.stepper-link-to .nav-link.skipped {
  padding-right: 2rem;
}
.nav-stepper li.done span:after, .nav-stepper li.skipped span:after,
.nav-stepper .nav-item.done span:after,
.nav-stepper .nav-item.skipped span:after, .nav-stepper.stepper-link-to .nav-link.done span:after, .nav-stepper.stepper-link-to .nav-link.skipped span:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 1rem;
  font-size: 0.8125rem;
  margin-left: 0.25rem;
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
}
.nav-stepper li.done.active span:after, .nav-stepper li.skipped.active span:after,
.nav-stepper .nav-item.done.active span:after,
.nav-stepper .nav-item.skipped.active span:after, .nav-stepper.stepper-link-to .nav-link.done.active span:after, .nav-stepper.stepper-link-to .nav-link.skipped.active span:after {
  color: #fff;
}
.nav-stepper li.done span:after,
.nav-stepper .nav-item.done span:after, .nav-stepper.stepper-link-to .nav-link.done span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234caf50' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}
.nav-stepper li.done.active span:after,
.nav-stepper .nav-item.done.active span:after, .nav-stepper.stepper-link-to .nav-link.done.active span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}
.nav-stepper li.skipped span:after,
.nav-stepper .nav-item.skipped span:after, .nav-stepper.stepper-link-to .nav-link.skipped span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f44336' d='M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z'/%3E%3C/svg%3E");
}
.nav-stepper li.skipped.active span:after,
.nav-stepper .nav-item.skipped.active span:after, .nav-stepper.stepper-link-to .nav-link.skipped.active span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f44336' d='M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z'/%3E%3C/svg%3E");
}
.nav-stepper li a,
.nav-stepper .nav-item a, .nav-stepper.stepper-link-to .nav-link a {
  color: #FFF;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.nav-stepper li a.disabled,
.nav-stepper .nav-item a.disabled, .nav-stepper.stepper-link-to .nav-link a.disabled {
  color: rgba(255, 255, 255, 0.5);
}
.nav-stepper.stepper-rebook .nav-link.active {
  background-color: rgba(0, 0, 0, 0.5);
}
.nav-stepper.stepper-rebook .nav-link.active:before {
  opacity: 1;
  border-width: 0 1rem 2rem 0;
  border-color: transparent #17a2b8 transparent transparent;
}
.nav-stepper.stepper-rebook .nav-link.active:after {
  opacity: 1;
  border-width: 0 0 2rem 1rem;
  border-color: transparent transparent #17a2b8 transparent;
}
.nav-stepper.stepper-rebook .nav-link.done span:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}
.nav-stepper.stepper-link-to .nav-link {
  color: #FFF;
  border: 0;
  align-items: center;
}
.nav-stepper.stepper-link-to .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5);
}

.pv-switch {
  cursor: pointer;
  display: inline-flex !important;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.pv-switch input[type=checkbox],
.pv-switch input[type=radio] {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  z-index: -1;
}
.pv-switch input[type=checkbox]:focus + .pv-switch__switch::after,
.pv-switch input[type=radio]:focus + .pv-switch__switch::after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pv-switch input[type=checkbox]:disabled + .pv-switch__switch,
.pv-switch input[type=radio]:disabled + .pv-switch__switch {
  cursor: not-allowed;
}
.pv-switch .pv-switch__switch {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0;
  height: 0;
  width: calc(1.75rem - 2px);
  position: relative;
}
.pv-switch .pv-switch__switch::before {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  content: "";
  height: 10px;
  top: -5px;
  left: 0;
  position: absolute;
  transition: all 0.1s ease-in-out;
  width: calc(1.75rem - 2px);
}
.pv-switch .pv-switch__switch::after {
  background-color: rgb(255, 255, 255);
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  content: "";
  left: -1px;
  margin-top: -0.5rem;
  position: absolute;
  top: 0;
  transition: all 0.1s ease-in-out;
  height: 1rem;
  width: 1rem;
}
.pv-switch .pv-switch__switch:active::after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1), 0 0 0 1rem rgba(0, 0, 0, 0.1);
}
.pv-switch input[type=checkbox]:checked + .pv-switch__switch::before,
.pv-switch input[type=radio]:checked + .pv-switch__switch::before {
  background-color: inherit;
  opacity: 0.5;
}
.pv-switch input[type=checkbox]:checked + .pv-switch__switch::after,
.pv-switch input[type=radio]:checked + .pv-switch__switch::after {
  background-color: inherit;
  left: calc(0.75rem - 1px);
}
.pv-switch input[type=checkbox]:checked + .pv-switch__switch.badge-secondary::before,
.pv-switch input[type=radio]:checked + .pv-switch__switch.badge-secondary::before {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.pv-switch.pv-switch--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.pv-switch.pv-switch--disabled .pv-switch__switch::after {
  background: #55595c;
}

.pv-form-block {
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .pv-form-block {
    flex-direction: row;
  }
}
.pv-form-block.pv-form-block--no-border {
  border-top: 0px solid transparent;
  padding-top: 0;
}
.pv-form-block.pv-form-block--auto .pv-form-block__item {
  flex: 1 1 auto;
}

.pv-form-block__item {
  padding: 0 0 1rem 0;
  position: relative;
  flex: 1 1 0;
}
.pv-form-block__item.pv-form-block__item--word-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem !important;
  border: none !important;
  flex: 0 1 auto !important;
  line-height: 1em;
  text-align: center;
}
.pv-form-block__item.pv-form-block__item--word-divider:before, .pv-form-block__item.pv-form-block__item--word-divider:after {
  content: "";
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  height: calc(50% - 1.25em);
  position: absolute;
  left: calc(50% - 0.5px);
}
.pv-form-block__item.pv-form-block__item--word-divider:before {
  top: 0;
}
.pv-form-block__item.pv-form-block__item--word-divider:after {
  bottom: 0;
}
.pv-form-block__item.pv-form-block__item--word-divider + .pv-form-block__item {
  border: none;
}
.pv-form-block__item.pv-form-block__item--no-border {
  border: none;
}
.pv-form-block__item fieldset,
.pv-form-block__item fieldset .form-group {
  margin-bottom: 0;
}
.pv-form-block__item fieldset.duration-block,
.pv-form-block__item fieldset .form-group.duration-block {
  max-width: 22rem;
}
@media (min-width: 768px) {
  .pv-form-block__item fieldset.label-space {
    margin-top: 0;
    padding-top: 1.4375rem;
  }
}
.pv-form-block__item fieldset + fieldset {
  margin-top: 1rem;
}
.pv-form-block__item fieldset.hidden + fieldset:not(.hidden) {
  margin-top: 0;
}
.pv-form-block__item.unavailable, .pv-form-block__item.faded {
  opacity: 0.5;
}
.pv-form-block__item.unavailable h3:after, .pv-form-block__item.faded h3:after {
  content: "unavailable";
  display: inline-block;
  margin-left: 0.8125rem;
  font-size: 0.8125rem;
}
@media (max-width: 767.98px) {
  .pv-form-block__item + .pv-form-block__item {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .pv-form-block__item {
    padding: 0 1rem 0 0;
  }
  .pv-form-block__item.pv-form-block__item--no-border {
    padding-right: 0.5rem;
  }
  .pv-form-block__item:last-of-type {
    padding-right: 0;
  }
  .pv-form-block__item + .pv-form-block__item {
    padding-left: 1rem;
    border-left: solid 1px rgba(0, 0, 0, 0.1);
  }
  .pv-form-block__item + .pv-form-block__item.pv-form-block__item--no-border {
    border: none;
    padding-left: 0.5rem;
  }
  .pv-form-block__item:first-of-type.hidden + .pv-form-block__item {
    padding-left: 0;
    border-left: none;
  }
}

.required h1:after,
.required h2:after,
.required h3:after,
.required h4:after,
.required h5:after,
.required h6:after {
  content: "required";
  color: #F44336;
  display: inline-block;
  margin-left: 0.75rem;
  font-size: 0.8125rem;
}

@media (min-width: 768px) {
  .label-space {
    margin-top: 1.4375rem;
  }
  .label-space.label-space--lg {
    margin-top: 4.4rem;
  }
}

.label-check input[type=checkbox],
.label-check input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  height: 1px;
  width: 1px;
  z-index: -1;
}
.label-check input[type=checkbox]:focus + label,
.label-check input[type=radio]:focus + label {
  background-color: #c3d6e8;
}
.label-check input[type=checkbox]:focus + label.success,
.label-check input[type=radio]:focus + label.success {
  background-color: #b5d8b7;
}
.label-check input[type=checkbox]:focus + label.warning,
.label-check input[type=radio]:focus + label.warning {
  background-color: #f4d09b;
}
.label-check input[type=checkbox]:focus + label.danger,
.label-check input[type=radio]:focus + label.danger {
  background-color: #f0b2ae;
}
.label-check input[type=checkbox]:disabled + label, .label-check input[type=checkbox]:disabled:hover + label,
.label-check input[type=radio]:disabled + label,
.label-check input[type=radio]:disabled:hover + label {
  background-color: #e9ecef;
  box-shadow: none;
  color: #55595c;
  cursor: not-allowed;
}
.label-check input[type=checkbox]:focus:disabled + label,
.label-check input[type=radio]:focus:disabled + label {
  background-color: #f8f9fa;
}
.label-check input[type=checkbox]:checked + label,
.label-check input[type=radio]:checked + label {
  background-color: #1976D2;
  color: #fff;
}
.label-check input[type=checkbox]:checked:hover + label, .label-check input[type=checkbox]:checked:focus + label,
.label-check input[type=radio]:checked:hover + label,
.label-check input[type=radio]:checked:focus + label {
  background-color: #2083e4;
}
.label-check input[type=checkbox]:checked + label.success,
.label-check input[type=radio]:checked + label.success {
  background-color: #4CAF50;
}
.label-check input[type=checkbox]:checked:hover + label.success, .label-check input[type=checkbox]:checked:focus + label.success,
.label-check input[type=radio]:checked:hover + label.success,
.label-check input[type=radio]:checked:focus + label.success {
  background-color: #5cb860;
}
.label-check input[type=checkbox]:checked + label.warning,
.label-check input[type=radio]:checked + label.warning {
  background-color: #FF9800;
}
.label-check input[type=checkbox]:checked:hover + label.warning, .label-check input[type=checkbox]:checked:focus + label.warning,
.label-check input[type=radio]:checked:hover + label.warning,
.label-check input[type=radio]:checked:focus + label.warning {
  background-color: #ffa21a;
}
.label-check input[type=checkbox]:checked + label.danger,
.label-check input[type=radio]:checked + label.danger {
  background-color: #F44336;
}
.label-check input[type=checkbox]:checked:hover + label.danger, .label-check input[type=checkbox]:checked:focus + label.danger,
.label-check input[type=radio]:checked:hover + label.danger,
.label-check input[type=radio]:checked:focus + label.danger {
  background-color: #f77066;
}
.label-check input[type=checkbox]:checked:disabled + label,
.label-check input[type=radio]:checked:disabled + label {
  opacity: 0.5;
}
.label-check label:not(.range-label) {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.15rem;
  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;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  float: left;
  display: flex;
  margin: 0 2px 2px 0;
  justify-content: center;
  align-items: center;
  white-space: normal;
}
.label-check label:not(.range-label):hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.label-check label:not(.range-label):focus, .label-check label:not(.range-label).focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.label-check label:not(.range-label).disabled, .label-check label:not(.range-label):disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.label-check label:not(.range-label):not(:disabled):not(.disabled):active, .label-check label:not(.range-label):not(:disabled):not(.disabled).active, .show > .label-check label:not(.range-label).dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.label-check label:not(.range-label):not(:disabled):not(.disabled):active:focus, .label-check label:not(.range-label):not(:disabled):not(.disabled).active:focus, .show > .label-check label:not(.range-label).dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.label-check label:not(.range-label):hover, .label-check label:not(.range-label):focus {
  text-decoration: none;
}
.label-check label:not(.range-label):focus, .label-check label:not(.range-label).focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.25);
}
.label-check label:not(.range-label):active, .label-check label:not(.range-label).active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
}
.label-check label:not(.range-label):only-of-type {
  margin: 0;
}
.label-check label:not(.range-label):hover {
  background-color: #c3d6e8;
  border-color: transparent;
}
.label-check label:not(.range-label).success {
  background-color: #cee1ce;
}
.label-check label:not(.range-label).success:hover {
  background-color: #b5d8b7;
}
.label-check label:not(.range-label).warning {
  background-color: #f1ddbe;
}
.label-check label:not(.range-label).warning:hover {
  background-color: #f4d09b;
}
.label-check label:not(.range-label).danger {
  background-color: #efccc9;
}
.label-check label:not(.range-label).danger:hover {
  background-color: #f0b2ae;
}
.label-check label.label-check--full-width,
.label-check label.label-check--half-width,
.label-check label.label-check--third-width,
.label-check label.label-check--quarter-width {
  padding-left: 0;
  padding-right: 0;
}
.label-check label.label-check--full-width {
  width: 100%;
}
.label-check label.label-check--half-width {
  width: 50%;
}
.label-check label.label-check--third-width {
  width: 33.3333333333%;
}
.label-check label.label-check--quarter-width {
  width: 25%;
}
.label-check.label-check--small label {
  padding: 0.25rem 0.75rem;
}
.label-check.label-check--px-0 label, .label-check.label-check--1col label, .label-check.label-check--2col label:not(.range-label), .label-check.label-check--3col label, .label-check.label-check--4col label, .label-check.label-check--5col label, .label-check.label-check--6col label {
  padding-left: 0;
  padding-right: 0;
}
.label-check.label-check--1col label {
  margin: 2px 0 0 0;
  width: 100%;
}
.label-check.label-check--1col label:first-of-type {
  margin-top: 0;
}
.label-check.label-check--2col label:not(.range-label) {
  margin: 0 0 0 2px;
  width: calc(50% - 2px);
}
.label-check.label-check--2col label:not(.range-label):nth-of-type(2n + 1) {
  margin-left: 0;
}
.label-check.label-check--2col label:not(.range-label):nth-of-type(1n + 3) {
  margin-top: 2px;
}
.label-check.label-check--3col label {
  margin: 0 0 0 2px;
  width: calc(33.333% - 2px);
}
.label-check.label-check--3col label:nth-of-type(3n + 1) {
  margin-left: 0;
}
.label-check.label-check--3col label:nth-of-type(1n + 4) {
  margin-top: 2px;
}
.label-check.label-check--4col label {
  margin: 0 0 0 2px;
  width: calc(25% - 2px);
}
.label-check.label-check--4col label:nth-of-type(4n + 1) {
  margin-left: 0;
}
.label-check.label-check--4col label:nth-of-type(1n + 5) {
  margin-top: 2px;
}
.label-check.label-check--5col label {
  margin: 0 0 0 2px;
  width: calc(20% - 2px);
}
.label-check.label-check--5col label:nth-of-type(5n + 1) {
  margin-left: 0;
}
.label-check.label-check--5col label:nth-of-type(1n + 6) {
  margin-top: 2px;
}
.label-check.label-check--6col label {
  margin: 0 0 0 2px;
  width: calc(16.666% - 2px);
}
.label-check.label-check--6col label:nth-of-type(6n + 1) {
  margin-left: 0;
}
.label-check.label-check--6col label:nth-of-type(1n + 7) {
  margin-top: 2px;
}
.label-check.label-check--icon label {
  width: 1rem;
  height: 1rem;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.label-check.label-check--icon input[type=checkbox] + label {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23373a3c' d='M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E");
}
.label-check.label-check--icon input[type=checkbox]:checked + label {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23373a3c' d='M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
  background-color: transparent;
  box-shadow: none;
}
.label-check .range-slider-cont {
  margin: 20px 0 40px;
}
.label-check .range-slider-cont label.range-label {
  margin: 0 5px 0 0;
}
.label-check .range-slider-cont .range-slider-io input.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(rgba(25, 118, 210, 0.5), rgba(25, 118, 210, 0.5));
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.label-check .range-slider-cont .range-slider-io input.range-slider::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.label-check .range-slider-cont .range-slider-io input.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  background: #1976D2;
}
.label-check .range-slider-cont .range-slider-io input.range-slider:disabled {
  cursor: not-allowed;
  background-color: #2083e4;
}
.label-check .range-slider-cont .range-slider-io input.range-slider#duration-slider-max {
  background-size: 100% 100%;
}
.label-check .range-slider-cont .range-slider-io input.range-slider#duration-slider-max + output.range-slider-val {
  left: calc(100% - 7px);
}
.label-check .range-slider-cont .range-slider-io output.range-slider-val {
  transform: translateX(-50%);
  bottom: calc(100% + 12px);
  left: calc(0% + (1rem / 2));
  border-radius: 4px;
  padding: 4px 10px;
  background: #1976D2;
  width: fit-content;
  color: #fff;
}
.label-check .range-slider-cont .range-slider-io output.range-slider-val::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid #1976D2;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.label-check__description {
  line-height: 2.125rem;
  padding: 0.5rem;
}

.label-check__group::after {
  display: block;
  clear: both;
  content: "";
}
.label-check__group + .label-check__group {
  margin-top: 2px;
}

.input-border .label-check label {
  border: solid 1px #BBBBBB;
}

.input-border .label-check input[type=checkbox]:checked + label,
.input-border .label-check input[type=radio]:checked + label {
  border: solid 1px #1976D2;
}

.has-error .label-check label {
  box-shadow: 0 1px 3px rgba(244, 67, 54, 0.25), 0 1px 10px rgba(244, 67, 54, 0.1);
  border: rgba(244, 67, 54, 0.55) solid 1px;
}
.has-error .label-check label:focus {
  box-shadow: 0 1px 3px rgba(210, 25, 11, 0.35), 0 1px 10px rgba(210, 25, 11, 0.15);
}

.c-indicator {
  background-color: rgba(0, 0, 0, 0.15);
}

.custom-inputs-stacked .custom-control {
  display: block;
  margin: 0;
}
.custom-inputs-stacked .custom-control::after {
  margin: 0;
}
.custom-inputs-stacked .custom-input + .custom-input {
  margin-top: 0.25rem;
}

.custom-select, .ember-power-select-trigger {
  -webkit-appearance: none;
}

.custom-input--min,
.custom-select--min,
.custom-textarea--min {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0 1px 0;
  box-shadow: none;
  line-height: 1.25rem;
  padding: 0;
  outline: none;
  margin-bottom: -1px;
  transition: all 0.333s;
}
.custom-input--min:focus,
.custom-select--min:focus,
.custom-textarea--min:focus {
  box-shadow: 0 4px 4px -2px rgba(25, 118, 210, 0.35);
  border-color: #2083e4;
  background-color: transparent;
}
.custom-input--min:disabled, .custom-input--min[aria-disabled=true],
.custom-select--min:disabled,
.custom-select--min[aria-disabled=true],
.custom-textarea--min:disabled,
.custom-textarea--min[aria-disabled=true] {
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.65;
}

.custom-input--min {
  cursor: text;
  height: calc(1.25rem + 1px) !important;
}
table .custom-input--min {
  height: calc(0.8125rem + 1px) !important;
  line-height: 0.8125rem;
}

.custom-select--min {
  padding-right: 12px;
  background-position: right 0.15rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath fill='%23373a3c' d='M 2 4 L 0 2 L 4 2 L 2 4 Z'/%3E%3C/svg%3E");
  height: calc(1.375rem - 1px) !important;
}
@media (min-width: 1250px) {
  .custom-select--min {
    padding-right: 1.5rem;
  }
}
table .custom-select--min {
  height: calc(0.8125rem + 1px) !important;
  line-height: 0.8125rem;
}
.custom-select--min:disabled, .custom-select--min[aria-disabled=true] {
  background-color: transparent;
  opacity: 0.65;
}

.custom-textarea--min {
  border-radius: 0.15rem;
  border-width: 1px;
  padding: 0.5rem 1rem;
}

.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
  line-height: 1.5rem;
}

.custom-checkbox--min {
  min-height: 1rem;
  line-height: 1rem;
  margin: 0;
  padding-left: 1.2rem;
}
.custom-checkbox--min .custom-control-label {
  line-height: 1rem;
}
.custom-checkbox--min .custom-control-label::before, .custom-checkbox--min .custom-control-label::after {
  width: calc(1rem - 2px);
  height: calc(1rem - 2px);
  top: 0;
}

.custom-checkbox--md .custom-control-label-primary {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-primary::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #1975d0;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-primary::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-secondary {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-secondary::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #f6f7f8;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-secondary::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-success {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-success::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #4bae4f;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-success::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-info {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-info::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #9b27af;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-info::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-warning {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-warning::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #fd9700;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-warning::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-danger {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-danger::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #f24236;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-danger::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-light {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-light::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #f6f7f8;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-light::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-dark {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-dark::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #343a3f;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-dark::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--lg,
.custom-radio--lg {
  min-height: 2rem;
  padding-left: 2rem;
  bottom: 0;
  top: auto;
}
.custom-checkbox--lg .custom-control-label,
.custom-radio--lg .custom-control-label {
  line-height: 2rem;
}
.custom-checkbox--lg .custom-control-label::before, .custom-checkbox--lg .custom-control-label::after,
.custom-radio--lg .custom-control-label::before,
.custom-radio--lg .custom-control-label::after {
  height: 2rem;
  top: 0;
  width: 2rem;
}

.custom-checkbox--md .custom-control-label-primary {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-primary::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #1975d0;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-primary::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-secondary {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-secondary::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #f6f7f8;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-secondary::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-success {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-success::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #4bae4f;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-success::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-info {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-info::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #9b27af;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-info::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-warning {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-warning::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #fd9700;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-warning::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-danger {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-danger::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #f24236;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-danger::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-light {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-light::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #f6f7f8;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-light::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.custom-checkbox--md .custom-control-label-dark {
  margin-bottom: 0;
}
.custom-checkbox--md .custom-control-label-dark::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  border-radius: 0.15rem;
  border: 2px solid #343a3f;
  background-color: white;
  box-shadow: none;
}
.custom-checkbox--md .custom-control-label-dark::after {
  position: absolute;
  top: 0.02rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70% !important;
}

.main-nav,
.sub-nav {
  display: flex;
  align-items: stretch;
  height: 2rem;
  flex-shrink: 0;
}
.main-nav a,
.sub-nav a {
  text-decoration: none;
}
.main-nav a.no-decoration,
.sub-nav a.no-decoration {
  color: #373a3c;
}
.main-nav a.no-decoration:hover,
.sub-nav a.no-decoration:hover {
  color: #1976D2;
}
.main-nav .dropdown.open .main-nav__item,
.main-nav .dropdown.open .sub-nav__item,
.sub-nav .dropdown.open .main-nav__item,
.sub-nav .dropdown.open .sub-nav__item {
  background-color: #fff;
  box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.175);
  color: #373a3c;
  z-index: 1;
}
.main-nav .dropdown.open .main-nav__item svg,
.main-nav .dropdown.open .sub-nav__item svg,
.sub-nav .dropdown.open .main-nav__item svg,
.sub-nav .dropdown.open .sub-nav__item svg {
  fill: #373a3c;
}
.main-nav .dropdown.open .main-nav__fav.bg-warning,
.sub-nav .dropdown.open .main-nav__fav.bg-warning {
  color: #fff;
}
.main-nav .dropdown.open .main-nav__fav.bg-warning svg,
.sub-nav .dropdown.open .main-nav__fav.bg-warning svg {
  fill: #fff;
}
.main-nav .dropdown-menu,
.sub-nav .dropdown-menu {
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  padding: 0.5rem 0;
}

.main-nav {
  background-color: #125393;
  justify-content: space-between;
  padding: 0 1rem;
}

.main-nav__item,
.sub-nav__item {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  padding: 0 1rem;
}
.main-nav__item:hover,
.sub-nav__item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.main-nav__item.disabled,
.sub-nav__item.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.main-nav__item.active,
.main-sub-nav .sub-nav__item.active {
  background: rgba(255, 255, 255, 0.25);
}

.main-nav__item {
  color: #FFF;
}
.main-nav__item:hover, .main-nav__item:focus {
  color: #fff;
}
.main-nav__item svg {
  fill: #fff;
}
.main-nav__item.active {
  color: #fff !important;
}
.main-nav__item.active svg {
  fill: #fff !important;
}

.main-nav__fav {
  display: flex;
  padding: 0 1rem;
  align-items: center;
}
.main-nav__fav::after {
  display: none;
}

.main-nav__close-btn,
.main-nav__item svg:not(:only-child),
.sub-nav__item svg:not(:only-child) {
  position: relative;
  left: 0.5rem;
}

.main-sub-nav {
  background-color: #3988d6;
}

.sub-nav {
  position: relative;
}
.sub-nav .sub-nav__item {
  color: #373a3c !important;
}
.sub-nav .sub-nav__item.active {
  background: rgba(255, 255, 255, 0.5);
}

.nav-pills .nav-link {
  text-decoration: underline;
}
.nav-pills .nav-link.active,
.nav-pills .nav-item.open .nav-link {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.nav-pills .nav-link.disabled,
.nav-pills .nav-link.disabled svg {
  color: #868e96;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 2px solid #1976D2;
}
.nav-tabs .nav-link {
  color: #1976D2;
  border: 0px solid transparent;
  text-decoration: none;
}
.nav-tabs .nav-link.tabs-border {
  border-right: 1px solid #1976D2;
  border-top: 1px solid #dee2e6 !important;
}
.nav-tabs .nav-link.tabs-border.active {
  background: #1976D2;
  color: #f7f7f9;
}
.tabs-dark > .nav-tabs {
  border-bottom-color: #373a3c;
}
.tabs-dark > .nav-tabs .nav-link {
  color: #373a3c;
}
.tabs-dark > .nav-tabs .nav-link.active {
  margin-top: 1px;
  background: #373a3c;
  color: #f7f7f9;
}

.cat-sel__header-specs div + div {
  padding-left: 2rem;
}

.cat-sel__actions {
  min-height: 3rem;
  position: relative;
  z-index: 1;
}

.cat-sel__check-list {
  display: flex;
  align-items: stretch;
  padding: 0;
}
.cat-sel__check-list .nav-stepper {
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width: 1249px) {
  .cat-sel__check-list .nav-stepper .nav-link {
    padding: 0.5rem 0.5rem !important;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1439px) {
  .cat-sel__check-list .nav-stepper .nav-link {
    padding: 0.5rem 1rem !important;
  }
}
@media screen and (max-width: 1439px) {
  .cat-sel__check-list .nav-stepper .nav-link.done span:after {
    content: "Complete";
    color: #4CAF50;
    background: none !important;
    display: block;
    position: static;
    margin-left: 0;
    font-size: 0.609375rem;
    opacity: 0.75;
    height: auto;
    width: auto;
  }
}

.cat-sel__check-list-btn {
  margin-left: 0.5rem;
}

.proceed__btn {
  min-width: 3rem;
}

.booking-tab__item,
.booking-tab__info,
.booking-tab__status,
.booking-tab__controls {
  display: flex;
  align-items: center;
}

.booking-tab {
  margin-right: 2px;
}
.booking-tab.active .booking-tab__controls {
  background: rgba(209, 228, 246, 0.85);
}
.booking-tab.booked .booking-tab__item {
  background: #dbefdc;
}
.booking-tab.active.booked .booking-tab__item {
  background: #c9e7cb;
}
.booking-tab.booked .booking-tab__controls {
  background: rgba(219, 239, 220, 0.85);
}
.booking-tab.booked .badge {
  background-color: #4CAF50;
}
.booking-tab .dropdown-menu {
  width: 100%;
  z-index: 1030;
}

.booking-tab__item {
  background-color: #fff;
  align-items: stretch;
  justify-content: space-between;
  padding: 0.4rem 0;
}

.booking-tab__info {
  padding-left: 0.25rem;
}
@media screen and (min-width: 1249px) {
  .booking-tab__info {
    padding-left: 0.5rem;
  }
}
.booking-tab__info .badge {
  margin-right: 0.5rem;
}

.booking-tab__status {
  margin-right: 0.5rem;
  line-height: 1em;
}
.booking-tab__status .timer {
  margin-left: 0.5rem;
}
@media screen and (min-width: 1249px) {
  .booking-tab__status .timer {
    margin-left: 1rem;
  }
}

.booking-tab__status {
  margin-right: 0.5rem;
  line-height: 1em;
}
.booking-tab__status .timer {
  margin-left: 0.5rem;
}
@media screen and (min-width: 1249px) {
  .booking-tab__status .timer {
    margin-left: 1rem;
  }
}

.booking-tab__controls {
  flex-wrap: wrap;
  justify-content: space-around;
  background: rgba(236, 238, 239, 0.85);
  border-radius: 0 0 0.15rem 0.15rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 0.5rem;
  width: 100%;
}
.booking-tab__controls button {
  opacity: 0.85;
}
.booking-tab__controls button:hover {
  opacity: 1;
}

.add-booking-tab {
  margin: 0 0.5rem;
}

.cat-sel__gross-total {
  position: relative;
  flex: 0 1 auto;
}

.gtf {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #373a3c;
  border-bottom-right-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
  overflow: auto;
  position: absolute;
  top: 3rem;
  right: 0;
  min-width: 18rem;
  max-height: calc(100vh - 4rem);
  z-index: 1;
}
.gtf ul {
  margin: 0;
}
.gtf ul + ul {
  margin-top: 0.3333333333rem;
}

.gtf__header ~ .gtf__header {
  margin-top: 1rem;
}

.gtf__footer {
  padding: 0.5rem;
}

.fo-meta {
  width: 13%;
}

.cats {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  margin: 0 -1rem;
}
@media (min-width: 1200px) {
  .cats {
    border-radius: 0.15rem;
    margin: 0;
  }
}
.cats .collapse.in + .collapsed {
  border-top: solid 1px rgba(170, 170, 170, 0.4);
}

.cats__header,
.cats__meta-row,
.cats__meta-content {
  display: flex;
}

.cats__col1 {
  padding-left: 0.5rem;
  overflow: visible;
  white-space: nowrap;
  width: 7%;
}

.cats__col2 {
  width: 93%;
}

@media (min-width: 1100px) {
  .cats__col1 {
    width: 6%;
  }
  .cats__col2 {
    width: 94%;
  }
}
@media (min-width: 1200px) {
  .cats__col1 {
    width: 5%;
  }
  .cats__col2 {
    width: 95%;
  }
}
.cats__header__item,
.cats__meta-row__item,
.cats__meta-content__item {
  padding: 0.5rem;
  border-right: solid 2px rgba(0, 0, 0, 0.25);
  flex: 1 1 0;
}
.cats__header__item:last-of-type,
.cats__meta-row__item:last-of-type,
.cats__meta-content__item:last-of-type {
  border-right: solid 0 transparent;
}

.cats__header__item {
  color: #f7f7f9;
}
.cats__header__item a:not(.dropdown-item) {
  color: #f7f7f9;
}
.cats__header__item .dropdown-toggle:after {
  display: none;
}

.cats__meta-row {
  background-color: #1976D2;
  color: white;
}
.cats__meta-row .collapsed {
  background-color: #1976D2 -dark;
}
.cats__meta-row:hover {
  background-color: #1976D2 -light;
}
.cats__meta-row .meta {
  margin: 0;
}

.cats__meta-content .cats__col1 {
  padding: 0;
}
.cats__meta-content .meta-type {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}
.cats__meta-content .meta-count {
  margin-left: 2.5rem;
}
.cats__meta-content table {
  margin: 0 0 0.5rem 0;
}
.cats__meta-content table td {
  position: relative;
}
.cats__meta-content table tr {
  height: 1.8rem;
}
.cats__meta-content tr.disabled {
  opacity: 0.65;
}
.cats__meta-content tr.disabled td {
  cursor: not-allowed;
}

.cats__meta-content__reminder,
table thead.thead-default tr.cats__meta-content__reminder th {
  background: #125394;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.7109375rem;
  padding: 0.25rem 1rem 0.25rem 0.25rem;
  border: none;
}

.cats__meta-content__item {
  padding: 0;
}
.cats__meta-content__item td {
  cursor: pointer;
}

.vai {
  background: #FF9800;
  padding: 0.1666666667rem 0.3333333333rem;
  color: white;
  border-radius: 0.2rem;
}

.cats__accordion-target {
  color: #373a3c;
  display: block;
  border-top: solid 1px rgba(20, 92, 164, 0.5);
  text-decoration: none;
}
.cats__accordion-target:hover {
  text-decoration: none;
}

@media (min-width: 1249px) {
  .plan-upsell-container {
    display: flex;
  }
  .plan-container {
    flex: 1 0 75%;
  }
}
.plan-list {
  height: 45rem;
  overflow: hidden;
}
.plan-list .view {
  display: none;
}
.plan-list .view.active {
  display: block;
}

.plan-list__main-nav {
  height: 3.9em;
}

.plan-list-disabled {
  top: -2.8rem;
}

.find-cabin-input {
  max-width: 5rem;
}

.plan-list__filters-btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

button.plan-list__filters-btn:focus {
  outline: none;
}

.plan-list__filters-menu {
  min-width: 30rem;
  border: 0 solid transparent;
}
.plan-list__filters-menu-lg {
  min-width: 45rem;
}

.deckplan__body {
  position: relative;
  flex: 1 0 auto;
}

.deckplan__decks {
  background: rgba(255, 255, 255, 0.9);
  flex: 0 0 13rem;
  z-index: 1;
  overflow-y: auto;
  height: 44rem;
}
.deckplan__decks a {
  text-decoration: none;
}
.deckplan__decks .circle-indicator {
  margin-right: 0.5rem;
}
.deckplan__decks li {
  padding: 0.1666666667rem 0.5rem;
}
.deckplan__decks li.active {
  background: rgba(25, 118, 210, 0.25);
  color: white;
  border-radius: 0.15rem;
}

.deckplan__map {
  flex: 1 1 auto;
  position: relative;
  height: 44rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.deckplan__map #deck-display-component {
  width: 100%;
  height: 100%;
}
.deckplan__map #deck-display-component .deck-meta-display {
  display: none;
  position: absolute;
  padding: 5px;
}
.deckplan__map #zoom-zone-component {
  width: 100%;
  height: 100%;
}
.deckplan__map .zoom-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.deckplan__map .zoom-container .zoom-viewport {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  touch-action: none;
}
.deckplan__map .zoom-container .zoom-viewport .active {
  cursor: move;
}
.deckplan__map .zoom-container .zoom-viewport .zoom-content {
  position: relative;
  margin: 0 auto;
  line-height: 0;
  display: inline-block;
  backface-visibility: hidden;
  transform-origin: 50% 50% 0;
  cursor: move;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.deckplan__map .zoom-container .zoom-viewport .zoom-content svg#deck-plan-svg {
  margin: 100px;
}
.deckplan__map .zoom-container .zoom-viewport .zoom-content svg#deck-plan-svg image#deck-plan-bg {
  width: 100%;
}
.deckplan__map .zoom-container .zoom-viewport .zoom-content svg#deck-plan-svg g .filtered {
  opacity: 0.3;
}
.deckplan__map .zoom-container .zoom-viewport .zoom-content svg#deck-plan-svg g .UnavailableMatch {
  opacity: 0.75;
}
.deckplan__map .zoom-container .positionReader {
  display: none;
  position: absolute;
  bottom: 5px;
  left: 10px;
  border: 1px solid fuchsia;
}
.deckplan__map .zoom-container .positionReader .pans {
  color: #aaa;
}
.deckplan__map > svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.deckplan__controls {
  position: absolute;
  top: 20px;
  left: 20px;
  flex: 1 0 auto;
  z-index: 1;
}
.deckplan__controls .btn {
  padding: 0.65rem;
}

.cabin-list__body .table-sticky-th__container {
  height: 40.25rem;
}
.cabin-list__body .col-deck {
  white-space: nowrap;
}

.cabin-list__link {
  text-decoration: underline !important;
}

.deckplan__inspector {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  max-width: 20rem;
}

.cabin-inspector,
.cabin-summary {
  padding: 0.5rem;
}
.cabin-inspector *:last-child,
.cabin-summary *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.cabin-heading {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.cabin-heading.inCategory {
  background-color: #EEABCE;
}

.cabin-heading.notInCategory {
  background-color: #E5A625;
}

.cabin-notes p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.plan-container + .upsell-container {
  margin-top: 1rem;
}

.upsells-vert {
  max-height: 45rem;
  padding: 1rem;
  overflow-y: auto;
}
.upsells-vert .upsell + .upsell {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
  padding-top: 1rem;
}

.upsells-horiz .upsell + .upsell {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1249px) {
  .plan-container + .upsell-container {
    flex: 1 0 25%;
    margin-top: 0;
    padding-left: 1rem;
  }
  .upsells-vert {
    height: 45rem;
    max-height: none;
  }
}
.upsell i {
  position: relative;
  top: -0.5rem;
}

.pd-promo-edit .form-control + .form-control, .pd-promo-edit .ember-power-select-trigger + .form-control, .pd-promo-edit .ember-power-select-search input + .form-control, .ember-power-select-search .pd-promo-edit input + .form-control, .pd-promo-edit .form-control + .ember-power-select-trigger, .pd-promo-edit .ember-power-select-trigger + .ember-power-select-trigger, .pd-promo-edit .ember-power-select-search input + .ember-power-select-trigger, .ember-power-select-search .pd-promo-edit input + .ember-power-select-trigger, .pd-promo-edit .ember-power-select-search .form-control + input, .ember-power-select-search .pd-promo-edit .form-control + input, .pd-promo-edit .ember-power-select-search .ember-power-select-trigger + input, .ember-power-select-search .pd-promo-edit .ember-power-select-trigger + input, .pd-promo-edit .ember-power-select-search input + input, .ember-power-select-search .pd-promo-edit input + input,
.pd-promo-edit .d-inline-block + .d-inline-block {
  margin-left: 1rem;
}

.ssv-itin-table {
  max-height: 100vh;
  overflow-y: scroll;
}

.pv-tab-selector {
  border: 1px solid #cbcbcb;
  width: 170px;
}
.pv-tab-selector button {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  background: none;
  text-align: left;
  padding: 3px 15px;
  color: #505253;
}
.pv-tab-selector button.active {
  background-color: #e2e2e2;
}
.pv-tab-selector button:last-child {
  border-bottom: none;
}

html,
body {
  height: 100%;
}

@-ms-viewport {
  width: auto !important;
}
iframe {
  border: solid 1px #eceeef;
  display: block;
  width: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
body > header, body > footer {
  flex-shrink: 0;
}
body > main {
  flex: 1 0 auto;
}

main {
  padding-bottom: 2rem;
  padding-top: 1rem;
}
main::after {
  display: block;
  clear: both;
  content: "";
}
main::before {
  background: linear-gradient(to bottom, #EEEEEE, rgba(195, 214, 232, 0.8) 100%);
  z-index: -1;
}
main::after {
  background-image: url("images/sea_gray-850f2da79de3a73d116eeb9dc23ad73f.jpg");
  z-index: -2;
}
main::before, main::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  will-change: transform;
}

.bg1 main::after {
  background-image: url("images/bg1-d4c23c9a0a51c270219d118864b0362f.jpg");
}

.bg2 main::after {
  background-image: url("images/bg2-db78e5585b3a78396943975438c7f2df.jpg");
}

.bg3 main::after {
  background-image: url("images/bg3-f673600e951423aa2d0e78ad82bd64f7.jpg");
}

.bg4 main::after {
  background-image: url("images/bg4-cd26f96dd719038f6bce2ce538c96f49.jpg");
}

.bg5 main::after {
  background-image: url("images/bg5-7a2f741e61d0ae5a88b7eb6c1bb6b2d6.jpg");
}

.bg6 main::after {
  background-image: url("images/bg6-0a6ef10bd7a52d77ec41255ae0bebddf.jpg");
}

.bg7 main::after {
  background-image: url("images/bg7-6a041034013a1a85285eb540a06bbcc6.jpg");
}

.bg8 main::after {
  background-image: url("images/bg8-8da9b2fcc91f72ade88227ee45206302.jpg");
}

a {
  cursor: pointer;
  outline: none;
  text-decoration: underline;
}
a.no-decoration, a.no-decoration:hover {
  text-decoration: none;
}
a.no-decoration.underline-hover:hover {
  text-decoration: underline;
}

ul {
  padding-left: 1rem;
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.logo {
  background-image: url("svg/PV_logo_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  height: 1.5em;
  margin-top: 1.25em;
  display: block;
  width: 50%;
  max-width: 350px;
}

.CU main {
  background: none;
}
.CU main::before {
  background: linear-gradient(to bottom, #EEEEEE, rgba(187, 187, 187, 0.85) 100%);
  background-size: cover;
}
.CU .logo {
  background-image: url("svg/CU_logo.svg");
  height: 1.5rem;
  margin-top: 0.9075rem;
}
.CU .main-nav, .CU .landing-header {
  background-color: #181818;
}
.CU .row-dark {
  background-color: #1d1d1d;
}
.CU .btn-brand {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.CU .btn-brand:hover {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #090909;
}
.CU .btn-brand:focus, .CU .btn-brand.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}
.CU .btn-brand.disabled, .CU .btn-brand:disabled {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.CU .btn-brand:not(:disabled):not(.disabled):active, .CU .btn-brand:not(:disabled):not(.disabled).active, .show > .CU .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #090909;
  border-color: #020202;
}
.CU .btn-brand:not(:disabled):not(.disabled):active:focus, .CU .btn-brand:not(:disabled):not(.disabled).active:focus, .show > .CU .btn-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}
.CU .btn-outline-brand {
  color: #222222;
  background-color: transparent;
  background-image: none;
  border-color: #222222;
}
.CU .btn-outline-brand:hover {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.CU .btn-outline-brand:focus, .CU .btn-outline-brand.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}
.CU .btn-outline-brand.disabled, .CU .btn-outline-brand:disabled {
  color: #222222;
  background-color: transparent;
}
.CU .btn-outline-brand:not(:disabled):not(.disabled):active, .CU .btn-outline-brand:not(:disabled):not(.disabled).active, .show > .CU .btn-outline-brand.dropdown-toggle {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.CU .btn-outline-brand:not(:disabled):not(.disabled):active:focus, .CU .btn-outline-brand:not(:disabled):not(.disabled).active:focus, .show > .CU .btn-outline-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}
.CU .badge-brand {
  color: #fff;
  background-color: #222222;
}
.CU .badge-brand[href]:hover, .CU .badge-brand[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #090909;
}
.CU .bg-brand,
.CU .search-item__heading,
.CU .or span,
.CU .voyage-search-results {
  background-color: #222222 !important;
}
.CU .step.active .circle,
.CU svg.brand,
.CU .transitioned--color.brand1,
.CU .text-brand {
  color: #222222;
}
.CU .transitioned--color.brand2 {
  color: #222222 !important;
}
.CU .navbar-main,
.CU .row-dark {
  border-top: 1px solid #222222;
}
.CU .main-header section a,
.CU .main-header section .btn-link,
.CU .main-footer a,
.CU .main-footer .btn-link,
.CU .colored-section.bg-brand a,
.CU .colored-section.bg-brand .btn-link {
  color: #888888;
}
.CU .main-header section a:hover,
.CU .main-header section .btn-link:hover,
.CU .main-footer a:hover,
.CU .main-footer .btn-link:hover,
.CU .colored-section.bg-brand a:hover,
.CU .colored-section.bg-brand .btn-link:hover {
  color: #959595;
}
.CU .main-footer {
  border-bottom: solid 1rem #383838;
}
.CU .sub-nav,
.CU .sub-nav__item {
  background-color: gainsboro;
  color: #222222 !important;
}
.CU .sub-nav .icon,
.CU .sub-nav__item .icon {
  fill: #222222 !important;
}
.CU .booking-tab.active .booking-tab__item {
  padding: 0.7rem 0;
  background-color: #222222;
  color: #fff !important;
}
.CU .booking-tab.active .booking-tab__item .icon {
  fill: #fff !important;
}
.CU .booking-tab.active.rebook .booking-tab__item {
  background-color: #17a2b8;
  color: #fff !important;
}
.CU .booking-tab.active.rebook .booking-tab__item .icon {
  fill: #222222 !important;
}
.CU .booking-tab.active .booking-tab__controls {
  background-color: rgba(220, 220, 220, 0.85);
}
.CU .booking-tab.rebook .booking-tab__item {
  background-color: #d9eaed;
}
.CU .booking-steps-bar .btn-cyan {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.CU .sticky-top.cat-sel__actions .booking-steps-bar.rebook {
  border-top: 1px solid #fff;
}
.CU .colored-section--arrow-down.bg-brand:after {
  border-color: #222222 transparent transparent transparent;
}
.CU .colored-section--arrow-up.bg-brand:after {
  border-color: transparent transparent #222222 transparent;
}
.CU .selected-agencies:after {
  border-right: 1px solid #222222;
}
.CU .bg-brand.panel-heading,
.CU .cats__meta-row {
  background-color: #555555;
}
.CU .collapsed .bg-brand.panel-heading,
.CU .collapsed .cats__meta-row,
.CU .cats__meta-content__reminder {
  background-color: #393939;
}
.CU .panel-heading-trigger.collapsed:focus .bg-brand.panel-heading,
.CU .cats__accordion-target.collapsed:focus .cats__meta-row {
  background-color: #464646;
}
.CU .cats__accordion-target {
  border-top-color: rgba(34, 34, 34, 0.65);
}
.CU .spinner-brand {
  border-color: rgba(34, 34, 34, 0.25);
  border-top-color: rgba(34, 34, 34, 0.75);
}
.CU .stepper-link-to .nav-link {
  display: flex;
  position: relative;
  padding: calc(0.5rem + 1px) calc(1rem + 1px);
  transition: all 0.3s;
}
.CU .stepper-link-to .nav-link:before, .CU .stepper-link-to .nav-link:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  transition: all 0.3s;
  opacity: 1;
  border-style: solid;
  right: 0;
  z-index: 1;
}
.CU .stepper-link-to .nav-link:before {
  border-width: 0 0 2rem 0;
  border-color: transparent #222222 transparent transparent;
  top: 0;
}
.CU .stepper-link-to .nav-link:after {
  border-width: 0 0 2rem 0;
  border-color: transparent transparent #222222 transparent;
  bottom: 0;
}
.CU .stepper-link-to .nav-link.active {
  flex-grow: 1;
  padding-right: 2.1rem;
  background: rgba(0, 0, 0, 0.5);
}
.CU .stepper-link-to .nav-link.active:before {
  opacity: 1;
  border-width: 0 1rem 2rem 0;
}
.CU .stepper-link-to .nav-link.active:after {
  opacity: 1;
  border-width: 0 0 2rem 1rem;
}

.CL main {
  background: none;
}
.CL main::before {
  background: linear-gradient(to bottom, #EEEEEE, rgba(179, 199, 217, 0.85) 100%);
  background-size: cover;
}
.CL .logo {
  background-image: url("svg/CL_logo.svg");
  height: 1.5rem;
  margin-top: 0.9075rem;
}
.CL .main-nav, .CL .landing-header {
  background-color: #00396b;
}
.CL .row-dark {
  background-color: #004682;
}
.CL .btn-brand {
  color: #fff;
  background-color: #005299;
  border-color: #005299;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.CL .btn-brand:hover {
  color: #fff;
  background-color: #003e73;
  border-color: #003766;
}
.CL .btn-brand:focus, .CL .btn-brand.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 82, 153, 0.5);
}
.CL .btn-brand.disabled, .CL .btn-brand:disabled {
  color: #fff;
  background-color: #005299;
  border-color: #005299;
}
.CL .btn-brand:not(:disabled):not(.disabled):active, .CL .btn-brand:not(:disabled):not(.disabled).active, .show > .CL .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #003766;
  border-color: #003059;
}
.CL .btn-brand:not(:disabled):not(.disabled):active:focus, .CL .btn-brand:not(:disabled):not(.disabled).active:focus, .show > .CL .btn-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 82, 153, 0.5);
}
.CL .btn-outline-brand {
  color: #005299;
  background-color: transparent;
  background-image: none;
  border-color: #005299;
}
.CL .btn-outline-brand:hover {
  color: #fff;
  background-color: #005299;
  border-color: #005299;
}
.CL .btn-outline-brand:focus, .CL .btn-outline-brand.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 82, 153, 0.5);
}
.CL .btn-outline-brand.disabled, .CL .btn-outline-brand:disabled {
  color: #005299;
  background-color: transparent;
}
.CL .btn-outline-brand:not(:disabled):not(.disabled):active, .CL .btn-outline-brand:not(:disabled):not(.disabled).active, .show > .CL .btn-outline-brand.dropdown-toggle {
  color: #fff;
  background-color: #005299;
  border-color: #005299;
}
.CL .btn-outline-brand:not(:disabled):not(.disabled):active:focus, .CL .btn-outline-brand:not(:disabled):not(.disabled).active:focus, .show > .CL .btn-outline-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 82, 153, 0.5);
}
.CL .badge-brand {
  color: #fff;
  background-color: #005299;
}
.CL .badge-brand[href]:hover, .CL .badge-brand[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #003766;
}
.CL .bg-brand,
.CL .search-item__heading,
.CL .or span,
.CL .voyage-search-results {
  background-color: #005299 !important;
}
.CL .step.active .circle,
.CL svg.brand,
.CL .transitioned--color.brand1,
.CL .text-brand {
  color: #005299;
}
.CL .transitioned--color.brand2 {
  color: #005299 !important;
}
.CL .navbar-main,
.CL .row-dark {
  border-top: 1px solid #005299;
}
.CL .main-header section a,
.CL .main-header section .btn-link,
.CL .main-footer a,
.CL .main-footer .btn-link,
.CL .colored-section.bg-brand a,
.CL .colored-section.bg-brand .btn-link {
  color: #66b8ff;
}
.CL .main-header section a:hover,
.CL .main-header section .btn-link:hover,
.CL .main-footer a:hover,
.CL .main-footer .btn-link:hover,
.CL .colored-section.bg-brand a:hover,
.CL .colored-section.bg-brand .btn-link:hover {
  color: #80c4ff;
}
.CL .main-footer {
  border-bottom: solid 1rem #1a63a3;
}
.CL .sub-nav,
.CL .sub-nav__item {
  background-color: #d6e1eb;
  color: #005299 !important;
}
.CL .sub-nav .icon,
.CL .sub-nav__item .icon {
  fill: #005299 !important;
}
.CL .booking-tab.active .booking-tab__item {
  padding: 0.7rem 0;
  background-color: #005299;
  color: #fff !important;
}
.CL .booking-tab.active .booking-tab__item .icon {
  fill: #fff !important;
}
.CL .booking-tab.active.rebook .booking-tab__item {
  background-color: #17a2b8;
  color: #fff !important;
}
.CL .booking-tab.active.rebook .booking-tab__item .icon {
  fill: #005299 !important;
}
.CL .booking-tab.active .booking-tab__controls {
  background-color: rgba(214, 225, 235, 0.85);
}
.CL .booking-tab.rebook .booking-tab__item {
  background-color: #d9eaed;
}
.CL .booking-steps-bar .btn-cyan {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.CL .sticky-top.cat-sel__actions .booking-steps-bar.rebook {
  border-top: 1px solid #fff;
}
.CL .colored-section--arrow-down.bg-brand:after {
  border-color: #005299 transparent transparent transparent;
}
.CL .colored-section--arrow-up.bg-brand:after {
  border-color: transparent transparent #005299 transparent;
}
.CL .selected-agencies:after {
  border-right: 1px solid #005299;
}
.CL .bg-brand.panel-heading,
.CL .cats__meta-row {
  background-color: #0089ff;
}
.CL .collapsed .bg-brand.panel-heading,
.CL .collapsed .cats__meta-row,
.CL .cats__meta-content__reminder {
  background-color: #0d68b7;
}
.CL .panel-heading-trigger.collapsed:focus .bg-brand.panel-heading,
.CL .cats__accordion-target.collapsed:focus .cats__meta-row {
  background-color: #0d74cf;
}
.CL .cats__accordion-target {
  border-top-color: rgba(0, 82, 153, 0.65);
}
.CL .spinner-brand {
  border-color: rgba(0, 82, 153, 0.25);
  border-top-color: rgba(0, 82, 153, 0.75);
}
.CL .stepper-link-to .nav-link {
  display: flex;
  position: relative;
  padding: calc(0.5rem + 1px) calc(1rem + 1px);
  transition: all 0.3s;
}
.CL .stepper-link-to .nav-link:before, .CL .stepper-link-to .nav-link:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  transition: all 0.3s;
  opacity: 1;
  border-style: solid;
  right: 0;
  z-index: 1;
}
.CL .stepper-link-to .nav-link:before {
  border-width: 0 0 2rem 0;
  border-color: transparent #005299 transparent transparent;
  top: 0;
}
.CL .stepper-link-to .nav-link:after {
  border-width: 0 0 2rem 0;
  border-color: transparent transparent #005299 transparent;
  bottom: 0;
}
.CL .stepper-link-to .nav-link.active {
  flex-grow: 1;
  padding-right: 2.1rem;
  background: rgba(0, 0, 0, 0.5);
}
.CL .stepper-link-to .nav-link.active:before {
  opacity: 1;
  border-width: 0 1rem 2rem 0;
}
.CL .stepper-link-to .nav-link.active:after {
  opacity: 1;
  border-width: 0 0 2rem 1rem;
}

.PC main {
  background: none;
}
.PC main::before {
  background: linear-gradient(to bottom, #EEEEEE, rgba(182, 190, 200, 0.85) 100%);
  background-size: cover;
}
.PC .logo {
  background-image: url("svg/PC_logo.svg");
  height: 1.25rem;
  margin-top: 1.045rem;
}
.PC .main-nav, .PC .landing-header {
  background-color: #09213c;
}
.PC .row-dark {
  background-color: #0b2849;
}
.PC .btn-brand {
  color: #fff;
  background-color: #0D2F56;
  border-color: #0D2F56;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.PC .btn-brand:hover {
  color: #fff;
  background-color: #081d35;
  border-color: #06172a;
}
.PC .btn-brand:focus, .PC .btn-brand.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(13, 47, 86, 0.5);
}
.PC .btn-brand.disabled, .PC .btn-brand:disabled {
  color: #fff;
  background-color: #0D2F56;
  border-color: #0D2F56;
}
.PC .btn-brand:not(:disabled):not(.disabled):active, .PC .btn-brand:not(:disabled):not(.disabled).active, .show > .PC .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #06172a;
  border-color: #05111f;
}
.PC .btn-brand:not(:disabled):not(.disabled):active:focus, .PC .btn-brand:not(:disabled):not(.disabled).active:focus, .show > .PC .btn-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(13, 47, 86, 0.5);
}
.PC .btn-outline-brand {
  color: #0D2F56;
  background-color: transparent;
  background-image: none;
  border-color: #0D2F56;
}
.PC .btn-outline-brand:hover {
  color: #fff;
  background-color: #0D2F56;
  border-color: #0D2F56;
}
.PC .btn-outline-brand:focus, .PC .btn-outline-brand.focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 47, 86, 0.5);
}
.PC .btn-outline-brand.disabled, .PC .btn-outline-brand:disabled {
  color: #0D2F56;
  background-color: transparent;
}
.PC .btn-outline-brand:not(:disabled):not(.disabled):active, .PC .btn-outline-brand:not(:disabled):not(.disabled).active, .show > .PC .btn-outline-brand.dropdown-toggle {
  color: #fff;
  background-color: #0D2F56;
  border-color: #0D2F56;
}
.PC .btn-outline-brand:not(:disabled):not(.disabled):active:focus, .PC .btn-outline-brand:not(:disabled):not(.disabled).active:focus, .show > .PC .btn-outline-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(13, 47, 86, 0.5);
}
.PC .badge-brand {
  color: #fff;
  background-color: #0D2F56;
}
.PC .badge-brand[href]:hover, .PC .badge-brand[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #06172a;
}
.PC .bg-brand,
.PC .search-item__heading,
.PC .or span,
.PC .voyage-search-results {
  background-color: #0D2F56 !important;
}
.PC .step.active .circle,
.PC svg.brand,
.PC .transitioned--color.brand1,
.PC .text-brand {
  color: #0D2F56;
}
.PC .transitioned--color.brand2 {
  color: #0D2F56 !important;
}
.PC .navbar-main,
.PC .row-dark {
  border-top: 1px solid #0D2F56;
}
.PC .main-header section a,
.PC .main-header section .btn-link,
.PC .main-footer a,
.PC .main-footer .btn-link,
.PC .colored-section.bg-brand a,
.PC .colored-section.bg-brand .btn-link {
  color: #4b92e4;
}
.PC .main-header section a:hover,
.PC .main-header section .btn-link:hover,
.PC .main-footer a:hover,
.PC .main-footer .btn-link:hover,
.PC .colored-section.bg-brand a:hover,
.PC .colored-section.bg-brand .btn-link:hover {
  color: #61a0e7;
}
.PC .main-footer {
  border-bottom: solid 1rem #254467;
}
.PC .sub-nav,
.PC .sub-nav__item {
  background-color: #d8dde3;
  color: #0D2F56 !important;
}
.PC .sub-nav .icon,
.PC .sub-nav__item .icon {
  fill: #0D2F56 !important;
}
.PC .booking-tab.active .booking-tab__item {
  padding: 0.7rem 0;
  background-color: #0D2F56;
  color: #fff !important;
}
.PC .booking-tab.active .booking-tab__item .icon {
  fill: #fff !important;
}
.PC .booking-tab.active.rebook .booking-tab__item {
  background-color: #17a2b8;
  color: #fff !important;
}
.PC .booking-tab.active.rebook .booking-tab__item .icon {
  fill: #0D2F56 !important;
}
.PC .booking-tab.active .booking-tab__controls {
  background-color: rgba(216, 221, 227, 0.85);
}
.PC .booking-tab.rebook .booking-tab__item {
  background-color: #d9eaed;
}
.PC .booking-steps-bar .btn-cyan {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.PC .sticky-top.cat-sel__actions .booking-steps-bar.rebook {
  border-top: 1px solid #fff;
}
.PC .colored-section--arrow-down.bg-brand:after {
  border-color: #0D2F56 transparent transparent transparent;
}
.PC .colored-section--arrow-up.bg-brand:after {
  border-color: transparent transparent #0D2F56 transparent;
}
.PC .selected-agencies:after {
  border-right: 1px solid #0D2F56;
}
.PC .bg-brand.panel-heading,
.PC .cats__meta-row {
  background-color: #1a5faf;
}
.PC .collapsed .bg-brand.panel-heading,
.PC .collapsed .cats__meta-row,
.PC .cats__meta-content__reminder {
  background-color: #1c4573;
}
.PC .panel-heading-trigger.collapsed:focus .bg-brand.panel-heading,
.PC .cats__accordion-target.collapsed:focus .cats__meta-row {
  background-color: #205088;
}
.PC .cats__accordion-target {
  border-top-color: rgba(13, 47, 86, 0.65);
}
.PC .spinner-brand {
  border-color: rgba(13, 47, 86, 0.25);
  border-top-color: rgba(13, 47, 86, 0.75);
}
.PC .stepper-link-to .nav-link {
  display: flex;
  position: relative;
  padding: calc(0.5rem + 1px) calc(1rem + 1px);
  transition: all 0.3s;
}
.PC .stepper-link-to .nav-link:before, .PC .stepper-link-to .nav-link:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  transition: all 0.3s;
  opacity: 1;
  border-style: solid;
  right: 0;
  z-index: 1;
}
.PC .stepper-link-to .nav-link:before {
  border-width: 0 0 2rem 0;
  border-color: transparent #0D2F56 transparent transparent;
  top: 0;
}
.PC .stepper-link-to .nav-link:after {
  border-width: 0 0 2rem 0;
  border-color: transparent transparent #0D2F56 transparent;
  bottom: 0;
}
.PC .stepper-link-to .nav-link.active {
  flex-grow: 1;
  padding-right: 2.1rem;
  background: rgba(0, 0, 0, 0.5);
}
.PC .stepper-link-to .nav-link.active:before {
  opacity: 1;
  border-width: 0 1rem 2rem 0;
}
.PC .stepper-link-to .nav-link.active:after {
  opacity: 1;
  border-width: 0 0 2rem 1rem;
}

.HA main {
  background: none;
}
.HA main::before {
  background: linear-gradient(to bottom, #EEEEEE, rgba(189, 195, 210, 0.85) 100%);
  background-size: cover;
}
.HA .logo {
  background-image: url("svg/HA_logo.svg");
  height: 4rem;
  margin-top: -0.4675rem;
}
.HA .main-nav, .HA .landing-header {
  background-color: #1c2e57;
}
.HA .row-dark {
  background-color: #223769;
}
.HA .btn-brand {
  color: #fff;
  background-color: #28417C;
  border-color: #28417C;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.HA .btn-brand:hover {
  color: #fff;
  background-color: #1f325f;
  border-color: #1c2d55;
}
.HA .btn-brand:focus, .HA .btn-brand.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(40, 65, 124, 0.5);
}
.HA .btn-brand.disabled, .HA .btn-brand:disabled {
  color: #fff;
  background-color: #28417C;
  border-color: #28417C;
}
.HA .btn-brand:not(:disabled):not(.disabled):active, .HA .btn-brand:not(:disabled):not(.disabled).active, .show > .HA .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #1c2d55;
  border-color: #18284c;
}
.HA .btn-brand:not(:disabled):not(.disabled):active:focus, .HA .btn-brand:not(:disabled):not(.disabled).active:focus, .show > .HA .btn-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 65, 124, 0.5);
}
.HA .btn-outline-brand {
  color: #28417C;
  background-color: transparent;
  background-image: none;
  border-color: #28417C;
}
.HA .btn-outline-brand:hover {
  color: #fff;
  background-color: #28417C;
  border-color: #28417C;
}
.HA .btn-outline-brand:focus, .HA .btn-outline-brand.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 65, 124, 0.5);
}
.HA .btn-outline-brand.disabled, .HA .btn-outline-brand:disabled {
  color: #28417C;
  background-color: transparent;
}
.HA .btn-outline-brand:not(:disabled):not(.disabled):active, .HA .btn-outline-brand:not(:disabled):not(.disabled).active, .show > .HA .btn-outline-brand.dropdown-toggle {
  color: #fff;
  background-color: #28417C;
  border-color: #28417C;
}
.HA .btn-outline-brand:not(:disabled):not(.disabled):active:focus, .HA .btn-outline-brand:not(:disabled):not(.disabled).active:focus, .show > .HA .btn-outline-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 65, 124, 0.5);
}
.HA .badge-brand {
  color: #fff;
  background-color: #28417C;
}
.HA .badge-brand[href]:hover, .HA .badge-brand[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1c2d55;
}
.HA .bg-brand,
.HA .search-item__heading,
.HA .or span,
.HA .voyage-search-results {
  background-color: #28417C !important;
}
.HA .step.active .circle,
.HA svg.brand,
.HA .transitioned--color.brand1,
.HA .text-brand {
  color: #28417C;
}
.HA .transitioned--color.brand2 {
  color: #28417C !important;
}
.HA .navbar-main,
.HA .row-dark {
  border-top: 1px solid #28417C;
}
.HA .main-header section a,
.HA .main-header section .btn-link,
.HA .main-footer a,
.HA .main-footer .btn-link,
.HA .colored-section.bg-brand a,
.HA .colored-section.bg-brand .btn-link {
  color: #94a9dc;
}
.HA .main-header section a:hover,
.HA .main-header section .btn-link:hover,
.HA .main-footer a:hover,
.HA .main-footer .btn-link:hover,
.HA .colored-section.bg-brand a:hover,
.HA .colored-section.bg-brand .btn-link:hover {
  color: #a7b9e3;
}
.HA .main-footer {
  border-bottom: solid 1rem #3e5489;
}
.HA .sub-nav,
.HA .sub-nav__item {
  background-color: #dbdfe7;
  color: #28417C !important;
}
.HA .sub-nav .icon,
.HA .sub-nav__item .icon {
  fill: #28417C !important;
}
.HA .booking-tab.active .booking-tab__item {
  padding: 0.7rem 0;
  background-color: #28417C;
  color: #fff !important;
}
.HA .booking-tab.active .booking-tab__item .icon {
  fill: #fff !important;
}
.HA .booking-tab.active.rebook .booking-tab__item {
  background-color: #17a2b8;
  color: #fff !important;
}
.HA .booking-tab.active.rebook .booking-tab__item .icon {
  fill: #28417C !important;
}
.HA .booking-tab.active .booking-tab__controls {
  background-color: rgba(219, 223, 231, 0.85);
}
.HA .booking-tab.rebook .booking-tab__item {
  background-color: #d9eaed;
}
.HA .booking-steps-bar .btn-cyan {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.HA .sticky-top.cat-sel__actions .booking-steps-bar.rebook {
  border-top: 1px solid #fff;
}
.HA .colored-section--arrow-down.bg-brand:after {
  border-color: #28417C transparent transparent transparent;
}
.HA .colored-section--arrow-up.bg-brand:after {
  border-color: transparent transparent #28417C transparent;
}
.HA .selected-agencies:after {
  border-right: 1px solid #28417C;
}
.HA .bg-brand.panel-heading,
.HA .cats__meta-row {
  background-color: #476cc3;
}
.HA .collapsed .bg-brand.panel-heading,
.HA .collapsed .cats__meta-row,
.HA .cats__meta-content__reminder {
  background-color: #385495;
}
.HA .panel-heading-trigger.collapsed:focus .bg-brand.panel-heading,
.HA .cats__accordion-target.collapsed:focus .cats__meta-row {
  background-color: #3e5ea8;
}
.HA .cats__accordion-target {
  border-top-color: rgba(40, 65, 124, 0.65);
}
.HA .spinner-brand {
  border-color: rgba(40, 65, 124, 0.25);
  border-top-color: rgba(40, 65, 124, 0.75);
}
.HA .stepper-link-to .nav-link {
  display: flex;
  position: relative;
  padding: calc(0.5rem + 1px) calc(1rem + 1px);
  transition: all 0.3s;
}
.HA .stepper-link-to .nav-link:before, .HA .stepper-link-to .nav-link:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  transition: all 0.3s;
  opacity: 1;
  border-style: solid;
  right: 0;
  z-index: 1;
}
.HA .stepper-link-to .nav-link:before {
  border-width: 0 0 2rem 0;
  border-color: transparent #28417C transparent transparent;
  top: 0;
}
.HA .stepper-link-to .nav-link:after {
  border-width: 0 0 2rem 0;
  border-color: transparent transparent #28417C transparent;
  bottom: 0;
}
.HA .stepper-link-to .nav-link.active {
  flex-grow: 1;
  padding-right: 2.1rem;
  background: rgba(0, 0, 0, 0.5);
}
.HA .stepper-link-to .nav-link.active:before {
  opacity: 1;
  border-width: 0 1rem 2rem 0;
}
.HA .stepper-link-to .nav-link.active:after {
  opacity: 1;
  border-width: 0 0 2rem 1rem;
}
.HA .logo {
  margin: 10px 0 8px;
}
.HA .main-header__agency {
  padding: 1.75em 0 1em 2em;
}
.HA .main-header__contact, .HA .main-header__agency-toggle {
  padding: 1.75em 0;
}

.PA main {
  background: none;
}
.PA main::before {
  background: linear-gradient(to bottom, #EEEEEE, rgba(188, 210, 220, 0.85) 100%);
  background-size: cover;
}
.PA .logo {
  background-image: url("svg/PA_logo.svg");
  height: 2.5rem;
  margin-top: 0.3575rem;
}
.PA .main-nav, .PA .landing-header {
  background-color: #1e6685;
}
.PA .row-dark {
  background-color: #1f6c8d;
}
.PA .btn-brand {
  color: #fff;
  background-color: #257FA6;
  border-color: #257FA6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.PA .btn-brand:hover {
  color: #fff;
  background-color: #1e6787;
  border-color: #1c5f7c;
}
.PA .btn-brand:focus, .PA .btn-brand.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(37, 127, 166, 0.5);
}
.PA .btn-brand.disabled, .PA .btn-brand:disabled {
  color: #fff;
  background-color: #257FA6;
  border-color: #257FA6;
}
.PA .btn-brand:not(:disabled):not(.disabled):active, .PA .btn-brand:not(:disabled):not(.disabled).active, .show > .PA .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #1c5f7c;
  border-color: #195772;
}
.PA .btn-brand:not(:disabled):not(.disabled):active:focus, .PA .btn-brand:not(:disabled):not(.disabled).active:focus, .show > .PA .btn-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(37, 127, 166, 0.5);
}
.PA .btn-outline-brand {
  color: #257FA6;
  background-color: transparent;
  background-image: none;
  border-color: #257FA6;
}
.PA .btn-outline-brand:hover {
  color: #fff;
  background-color: #257FA6;
  border-color: #257FA6;
}
.PA .btn-outline-brand:focus, .PA .btn-outline-brand.focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 127, 166, 0.5);
}
.PA .btn-outline-brand.disabled, .PA .btn-outline-brand:disabled {
  color: #257FA6;
  background-color: transparent;
}
.PA .btn-outline-brand:not(:disabled):not(.disabled):active, .PA .btn-outline-brand:not(:disabled):not(.disabled).active, .show > .PA .btn-outline-brand.dropdown-toggle {
  color: #fff;
  background-color: #257FA6;
  border-color: #257FA6;
}
.PA .btn-outline-brand:not(:disabled):not(.disabled):active:focus, .PA .btn-outline-brand:not(:disabled):not(.disabled).active:focus, .show > .PA .btn-outline-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(37, 127, 166, 0.5);
}
.PA .badge-brand {
  color: #fff;
  background-color: #257FA6;
}
.PA .badge-brand[href]:hover, .PA .badge-brand[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1c5f7c;
}
.PA .bg-brand,
.PA .search-item__heading,
.PA .or span,
.PA .voyage-search-results {
  background-color: #257FA6 !important;
}
.PA .step.active .circle,
.PA svg.brand,
.PA .transitioned--color.brand1,
.PA .text-brand {
  color: #257FA6;
}
.PA .transitioned--color.brand2 {
  color: #257FA6 !important;
}
.PA .navbar-main,
.PA .row-dark {
  border-top: 1px solid #257FA6;
}
.PA .main-header section a,
.PA .main-header section .btn-link,
.PA .main-footer a,
.PA .main-footer .btn-link,
.PA .colored-section.bg-brand a,
.PA .colored-section.bg-brand .btn-link {
  color: #abd8ec;
}
.PA .main-header section a:hover,
.PA .main-header section .btn-link:hover,
.PA .main-footer a:hover,
.PA .main-footer .btn-link:hover,
.PA .colored-section.bg-brand a:hover,
.PA .colored-section.bg-brand .btn-link:hover {
  color: #c0e2f1;
}
.PA .main-footer {
  border-bottom: solid 1rem #3b8caf;
}
.PA .sub-nav,
.PA .sub-nav__item {
  background-color: #dbe6eb;
  color: #257FA6 !important;
}
.PA .sub-nav .icon,
.PA .sub-nav__item .icon {
  fill: #257FA6 !important;
}
.PA .booking-tab.active .booking-tab__item {
  padding: 0.7rem 0;
  background-color: #257FA6;
  color: #fff !important;
}
.PA .booking-tab.active .booking-tab__item .icon {
  fill: #fff !important;
}
.PA .booking-tab.active.rebook .booking-tab__item {
  background-color: #17a2b8;
  color: #fff !important;
}
.PA .booking-tab.active.rebook .booking-tab__item .icon {
  fill: #257FA6 !important;
}
.PA .booking-tab.active .booking-tab__controls {
  background-color: rgba(219, 230, 235, 0.85);
}
.PA .booking-tab.rebook .booking-tab__item {
  background-color: #d9eaed;
}
.PA .booking-steps-bar .btn-cyan {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.PA .sticky-top.cat-sel__actions .booking-steps-bar.rebook {
  border-top: 1px solid #fff;
}
.PA .colored-section--arrow-down.bg-brand:after {
  border-color: #257FA6 transparent transparent transparent;
}
.PA .colored-section--arrow-up.bg-brand:after {
  border-color: transparent transparent #257FA6 transparent;
}
.PA .selected-agencies:after {
  border-right: 1px solid #257FA6;
}
.PA .bg-brand.panel-heading,
.PA .cats__meta-row {
  background-color: #2c99c7;
}
.PA .collapsed .bg-brand.panel-heading,
.PA .collapsed .cats__meta-row,
.PA .cats__meta-content__reminder {
  background-color: #257FA6;
}
.PA .panel-heading-trigger.collapsed:focus .bg-brand.panel-heading,
.PA .cats__accordion-target.collapsed:focus .cats__meta-row {
  background-color: #2e8db5;
}
.PA .cats__accordion-target {
  border-top-color: rgba(37, 127, 166, 0.65);
}
.PA .spinner-brand {
  border-color: rgba(37, 127, 166, 0.25);
  border-top-color: rgba(37, 127, 166, 0.75);
}
.PA .stepper-link-to .nav-link {
  display: flex;
  position: relative;
  padding: calc(0.5rem + 1px) calc(1rem + 1px);
  transition: all 0.3s;
}
.PA .stepper-link-to .nav-link:before, .PA .stepper-link-to .nav-link:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  transition: all 0.3s;
  opacity: 1;
  border-style: solid;
  right: 0;
  z-index: 1;
}
.PA .stepper-link-to .nav-link:before {
  border-width: 0 0 2rem 0;
  border-color: transparent #257FA6 transparent transparent;
  top: 0;
}
.PA .stepper-link-to .nav-link:after {
  border-width: 0 0 2rem 0;
  border-color: transparent transparent #257FA6 transparent;
  bottom: 0;
}
.PA .stepper-link-to .nav-link.active {
  flex-grow: 1;
  padding-right: 2.1rem;
  background: rgba(0, 0, 0, 0.5);
}
.PA .stepper-link-to .nav-link.active:before {
  opacity: 1;
  border-width: 0 1rem 2rem 0;
}
.PA .stepper-link-to .nav-link.active:after {
  opacity: 1;
  border-width: 0 0 2rem 1rem;
}

.PO main {
  background: none;
}
.PO main::before {
  background: linear-gradient(to bottom, #EEEEEE, rgba(183, 192, 210, 0.85) 100%);
  background-size: cover;
}
.PO .logo {
  background-image: url("svg/PO_logo.svg");
  height: 2.5rem;
  margin-top: 0.3575rem;
}
.PO .main-nav, .PO .landing-header {
  background-color: #0d2757;
}
.PO .row-dark {
  background-color: #102f69;
}
.PO .btn-brand {
  color: #fff;
  background-color: #13377C;
  border-color: #13377C;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.PO .btn-brand:hover {
  color: #fff;
  background-color: #0e285b;
  border-color: #0c2350;
}
.PO .btn-brand:focus, .PO .btn-brand.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(19, 55, 124, 0.5);
}
.PO .btn-brand.disabled, .PO .btn-brand:disabled {
  color: #fff;
  background-color: #13377C;
  border-color: #13377C;
}
.PO .btn-brand:not(:disabled):not(.disabled):active, .PO .btn-brand:not(:disabled):not(.disabled).active, .show > .PO .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #0c2350;
  border-color: #0b1e45;
}
.PO .btn-brand:not(:disabled):not(.disabled):active:focus, .PO .btn-brand:not(:disabled):not(.disabled).active:focus, .show > .PO .btn-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(19, 55, 124, 0.5);
}
.PO .btn-outline-brand {
  color: #13377C;
  background-color: transparent;
  background-image: none;
  border-color: #13377C;
}
.PO .btn-outline-brand:hover {
  color: #fff;
  background-color: #13377C;
  border-color: #13377C;
}
.PO .btn-outline-brand:focus, .PO .btn-outline-brand.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 55, 124, 0.5);
}
.PO .btn-outline-brand.disabled, .PO .btn-outline-brand:disabled {
  color: #13377C;
  background-color: transparent;
}
.PO .btn-outline-brand:not(:disabled):not(.disabled):active, .PO .btn-outline-brand:not(:disabled):not(.disabled).active, .show > .PO .btn-outline-brand.dropdown-toggle {
  color: #fff;
  background-color: #13377C;
  border-color: #13377C;
}
.PO .btn-outline-brand:not(:disabled):not(.disabled):active:focus, .PO .btn-outline-brand:not(:disabled):not(.disabled).active:focus, .show > .PO .btn-outline-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(19, 55, 124, 0.5);
}
.PO .badge-brand {
  color: #fff;
  background-color: #13377C;
}
.PO .badge-brand[href]:hover, .PO .badge-brand[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0c2350;
}
.PO .bg-brand,
.PO .search-item__heading,
.PO .or span,
.PO .voyage-search-results {
  background-color: #13377C !important;
}
.PO .step.active .circle,
.PO svg.brand,
.PO .transitioned--color.brand1,
.PO .text-brand {
  color: #13377C;
}
.PO .transitioned--color.brand2 {
  color: #13377C !important;
}
.PO .navbar-main,
.PO .row-dark {
  border-top: 1px solid #13377C;
}
.PO .main-header section a,
.PO .main-header section .btn-link,
.PO .main-footer a,
.PO .main-footer .btn-link,
.PO .colored-section.bg-brand a,
.PO .colored-section.bg-brand .btn-link {
  color: #729be9;
}
.PO .main-header section a:hover,
.PO .main-header section .btn-link:hover,
.PO .main-footer a:hover,
.PO .main-footer .btn-link:hover,
.PO .colored-section.bg-brand a:hover,
.PO .colored-section.bg-brand .btn-link:hover {
  color: #88aaed;
}
.PO .main-footer {
  border-bottom: solid 1rem #2b4b89;
}
.PO .sub-nav,
.PO .sub-nav__item {
  background-color: #d9dee7;
  color: #13377C !important;
}
.PO .sub-nav .icon,
.PO .sub-nav__item .icon {
  fill: #13377C !important;
}
.PO .booking-tab.active .booking-tab__item {
  padding: 0.7rem 0;
  background-color: #13377C;
  color: #fff !important;
}
.PO .booking-tab.active .booking-tab__item .icon {
  fill: #fff !important;
}
.PO .booking-tab.active.rebook .booking-tab__item {
  background-color: #17a2b8;
  color: #fff !important;
}
.PO .booking-tab.active.rebook .booking-tab__item .icon {
  fill: #13377C !important;
}
.PO .booking-tab.active .booking-tab__controls {
  background-color: rgba(217, 222, 231, 0.85);
}
.PO .booking-tab.rebook .booking-tab__item {
  background-color: #d9eaed;
}
.PO .booking-steps-bar .btn-cyan {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.PO .sticky-top.cat-sel__actions .booking-steps-bar.rebook {
  border-top: 1px solid #fff;
}
.PO .colored-section--arrow-down.bg-brand:after {
  border-color: #13377C transparent transparent transparent;
}
.PO .colored-section--arrow-up.bg-brand:after {
  border-color: transparent transparent #13377C transparent;
}
.PO .selected-agencies:after {
  border-right: 1px solid #13377C;
}
.PO .bg-brand.panel-heading,
.PO .cats__meta-row {
  background-color: #215ed4;
}
.PO .collapsed .bg-brand.panel-heading,
.PO .collapsed .cats__meta-row,
.PO .cats__meta-content__reminder {
  background-color: #224b97;
}
.PO .panel-heading-trigger.collapsed:focus .bg-brand.panel-heading,
.PO .cats__accordion-target.collapsed:focus .cats__meta-row {
  background-color: #2554ac;
}
.PO .cats__accordion-target {
  border-top-color: rgba(19, 55, 124, 0.65);
}
.PO .spinner-brand {
  border-color: rgba(19, 55, 124, 0.25);
  border-top-color: rgba(19, 55, 124, 0.75);
}
.PO .stepper-link-to .nav-link {
  display: flex;
  position: relative;
  padding: calc(0.5rem + 1px) calc(1rem + 1px);
  transition: all 0.3s;
}
.PO .stepper-link-to .nav-link:before, .PO .stepper-link-to .nav-link:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  transition: all 0.3s;
  opacity: 1;
  border-style: solid;
  right: 0;
  z-index: 1;
}
.PO .stepper-link-to .nav-link:before {
  border-width: 0 0 2rem 0;
  border-color: transparent #13377C transparent transparent;
  top: 0;
}
.PO .stepper-link-to .nav-link:after {
  border-width: 0 0 2rem 0;
  border-color: transparent transparent #13377C transparent;
  bottom: 0;
}
.PO .stepper-link-to .nav-link.active {
  flex-grow: 1;
  padding-right: 2.1rem;
  background: rgba(0, 0, 0, 0.5);
}
.PO .stepper-link-to .nav-link.active:before {
  opacity: 1;
  border-width: 0 1rem 2rem 0;
}
.PO .stepper-link-to .nav-link.active:after {
  opacity: 1;
  border-width: 0 0 2rem 1rem;
}

.SB main {
  background: none;
}
.SB main::before {
  background: linear-gradient(to bottom, #EEEEEE, rgba(185, 188, 191, 0.85) 100%);
  background-size: cover;
}
.SB .logo {
  background-image: url("svg/SB_logo.svg");
  height: 1.75rem;
  margin-top: 0.77rem;
}
.SB .main-nav, .SB .landing-header {
  background-color: #121922;
}
.SB .row-dark {
  background-color: #161f29;
}
.SB .btn-brand {
  color: #fff;
  background-color: #1A2430;
  border-color: #1A2430;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.SB .btn-brand:hover {
  color: #fff;
  background-color: #0d1117;
  border-color: #080b0f;
}
.SB .btn-brand:focus, .SB .btn-brand.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(26, 36, 48, 0.5);
}
.SB .btn-brand.disabled, .SB .btn-brand:disabled {
  color: #fff;
  background-color: #1A2430;
  border-color: #1A2430;
}
.SB .btn-brand:not(:disabled):not(.disabled):active, .SB .btn-brand:not(:disabled):not(.disabled).active, .show > .SB .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #080b0f;
  border-color: #040507;
}
.SB .btn-brand:not(:disabled):not(.disabled):active:focus, .SB .btn-brand:not(:disabled):not(.disabled).active:focus, .show > .SB .btn-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(26, 36, 48, 0.5);
}
.SB .btn-outline-brand {
  color: #1A2430;
  background-color: transparent;
  background-image: none;
  border-color: #1A2430;
}
.SB .btn-outline-brand:hover {
  color: #fff;
  background-color: #1A2430;
  border-color: #1A2430;
}
.SB .btn-outline-brand:focus, .SB .btn-outline-brand.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 36, 48, 0.5);
}
.SB .btn-outline-brand.disabled, .SB .btn-outline-brand:disabled {
  color: #1A2430;
  background-color: transparent;
}
.SB .btn-outline-brand:not(:disabled):not(.disabled):active, .SB .btn-outline-brand:not(:disabled):not(.disabled).active, .show > .SB .btn-outline-brand.dropdown-toggle {
  color: #fff;
  background-color: #1A2430;
  border-color: #1A2430;
}
.SB .btn-outline-brand:not(:disabled):not(.disabled):active:focus, .SB .btn-outline-brand:not(:disabled):not(.disabled).active:focus, .show > .SB .btn-outline-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(26, 36, 48, 0.5);
}
.SB .badge-brand {
  color: #fff;
  background-color: #1A2430;
}
.SB .badge-brand[href]:hover, .SB .badge-brand[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #080b0f;
}
.SB .bg-brand,
.SB .search-item__heading,
.SB .or span,
.SB .voyage-search-results {
  background-color: #1A2430 !important;
}
.SB .step.active .circle,
.SB svg.brand,
.SB .transitioned--color.brand1,
.SB .text-brand {
  color: #1A2430;
}
.SB .transitioned--color.brand2 {
  color: #1A2430 !important;
}
.SB .navbar-main,
.SB .row-dark {
  border-top: 1px solid #1A2430;
}
.SB .main-header section a,
.SB .main-header section .btn-link,
.SB .main-footer a,
.SB .main-footer .btn-link,
.SB .colored-section.bg-brand a,
.SB .colored-section.bg-brand .btn-link {
  color: #6988ad;
}
.SB .main-header section a:hover,
.SB .main-header section .btn-link:hover,
.SB .main-footer a:hover,
.SB .main-footer .btn-link:hover,
.SB .colored-section.bg-brand a:hover,
.SB .colored-section.bg-brand .btn-link:hover {
  color: #7995b6;
}
.SB .main-footer {
  border-bottom: solid 1rem #313a45;
}
.SB .sub-nav,
.SB .sub-nav__item {
  background-color: #dbdcde;
  color: #1A2430 !important;
}
.SB .sub-nav .icon,
.SB .sub-nav__item .icon {
  fill: #1A2430 !important;
}
.SB .booking-tab.active .booking-tab__item {
  padding: 0.7rem 0;
  background-color: #1A2430;
  color: #fff !important;
}
.SB .booking-tab.active .booking-tab__item .icon {
  fill: #fff !important;
}
.SB .booking-tab.active.rebook .booking-tab__item {
  background-color: #17a2b8;
  color: #fff !important;
}
.SB .booking-tab.active.rebook .booking-tab__item .icon {
  fill: #1A2430 !important;
}
.SB .booking-tab.active .booking-tab__controls {
  background-color: rgba(219, 220, 222, 0.85);
}
.SB .booking-tab.rebook .booking-tab__item {
  background-color: #d9eaed;
}
.SB .booking-steps-bar .btn-cyan {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.SB .sticky-top.cat-sel__actions .booking-steps-bar.rebook {
  border-top: 1px solid #fff;
}
.SB .colored-section--arrow-down.bg-brand:after {
  border-color: #1A2430 transparent transparent transparent;
}
.SB .colored-section--arrow-up.bg-brand:after {
  border-color: transparent transparent #1A2430 transparent;
}
.SB .selected-agencies:after {
  border-right: 1px solid #1A2430;
}
.SB .bg-brand.panel-heading,
.SB .cats__meta-row {
  background-color: #3e5672;
}
.SB .collapsed .bg-brand.panel-heading,
.SB .collapsed .cats__meta-row,
.SB .cats__meta-content__reminder {
  background-color: #2e3a4b;
}
.SB .panel-heading-trigger.collapsed:focus .bg-brand.panel-heading,
.SB .cats__accordion-target.collapsed:focus .cats__meta-row {
  background-color: #37475a;
}
.SB .cats__accordion-target {
  border-top-color: rgba(26, 36, 48, 0.65);
}
.SB .spinner-brand {
  border-color: rgba(26, 36, 48, 0.25);
  border-top-color: rgba(26, 36, 48, 0.75);
}
.SB .stepper-link-to .nav-link {
  display: flex;
  position: relative;
  padding: calc(0.5rem + 1px) calc(1rem + 1px);
  transition: all 0.3s;
}
.SB .stepper-link-to .nav-link:before, .SB .stepper-link-to .nav-link:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  transition: all 0.3s;
  opacity: 1;
  border-style: solid;
  right: 0;
  z-index: 1;
}
.SB .stepper-link-to .nav-link:before {
  border-width: 0 0 2rem 0;
  border-color: transparent #1A2430 transparent transparent;
  top: 0;
}
.SB .stepper-link-to .nav-link:after {
  border-width: 0 0 2rem 0;
  border-color: transparent transparent #1A2430 transparent;
  bottom: 0;
}
.SB .stepper-link-to .nav-link.active {
  flex-grow: 1;
  padding-right: 2.1rem;
  background: rgba(0, 0, 0, 0.5);
}
.SB .stepper-link-to .nav-link.active:before {
  opacity: 1;
  border-width: 0 1rem 2rem 0;
}
.SB .stepper-link-to .nav-link.active:after {
  opacity: 1;
  border-width: 0 0 2rem 1rem;
}

.SI main {
  background: none;
}
.SI main::before {
  background: linear-gradient(to bottom, #EEEEEE, rgba(187, 216, 239, 0.85) 100%);
  background-size: cover;
}
.SI .logo {
  background-image: url("svg/SI_logo.svg");
  height: 2.5rem;
  margin-top: 0.3575rem;
}
.SI .main-nav, .SI .landing-header {
  background-color: #1769aa;
}
.SI .row-dark {
  background-color: #1c80cf;
}
.SI .btn-brand {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.SI .btn-brand:hover {
  color: #fff;
  background-color: #0c83e2;
  border-color: #0c7cd5;
}
.SI .btn-brand:focus, .SI .btn-brand.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}
.SI .btn-brand.disabled, .SI .btn-brand:disabled {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.SI .btn-brand:not(:disabled):not(.disabled):active, .SI .btn-brand:not(:disabled):not(.disabled).active, .show > .SI .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #0b75c9;
}
.SI .btn-brand:not(:disabled):not(.disabled):active:focus, .SI .btn-brand:not(:disabled):not(.disabled).active:focus, .show > .SI .btn-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}
.SI .btn-outline-brand {
  color: #2196F3;
  background-color: transparent;
  background-image: none;
  border-color: #2196F3;
}
.SI .btn-outline-brand:hover {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.SI .btn-outline-brand:focus, .SI .btn-outline-brand.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}
.SI .btn-outline-brand.disabled, .SI .btn-outline-brand:disabled {
  color: #2196F3;
  background-color: transparent;
}
.SI .btn-outline-brand:not(:disabled):not(.disabled):active, .SI .btn-outline-brand:not(:disabled):not(.disabled).active, .show > .SI .btn-outline-brand.dropdown-toggle {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.SI .btn-outline-brand:not(:disabled):not(.disabled):active:focus, .SI .btn-outline-brand:not(:disabled):not(.disabled).active:focus, .show > .SI .btn-outline-brand.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}
.SI .badge-brand {
  color: #fff;
  background-color: #2196F3;
}
.SI .badge-brand[href]:hover, .SI .badge-brand[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0c7cd5;
}
.SI .bg-brand,
.SI .search-item__heading,
.SI .or span,
.SI .voyage-search-results {
  background-color: #2196F3 !important;
}
.SI .step.active .circle,
.SI svg.brand,
.SI .transitioned--color.brand1,
.SI .text-brand {
  color: #2196F3;
}
.SI .transitioned--color.brand2 {
  color: #2196F3 !important;
}
.SI .navbar-main,
.SI .row-dark {
  border-top: 1px solid #2196F3;
}
.SI .main-header section a,
.SI .main-header section .btn-link,
.SI .main-footer a,
.SI .main-footer .btn-link,
.SI .colored-section.bg-brand a,
.SI .colored-section.bg-brand .btn-link {
  color: #e3f2fd;
}
.SI .main-header section a:hover,
.SI .main-header section .btn-link:hover,
.SI .main-footer a:hover,
.SI .main-footer .btn-link:hover,
.SI .colored-section.bg-brand a:hover,
.SI .colored-section.bg-brand .btn-link:hover {
  color: #fbfdff;
}
.SI .main-footer {
  border-bottom: solid 1rem #37a1f4;
}
.SI .sub-nav,
.SI .sub-nav__item {
  background-color: #dee8ef;
  color: #2196F3 !important;
}
.SI .sub-nav .icon,
.SI .sub-nav__item .icon {
  fill: #2196F3 !important;
}
.SI .booking-tab.active .booking-tab__item {
  padding: 0.7rem 0;
  background-color: #2196F3;
  color: #fff !important;
}
.SI .booking-tab.active .booking-tab__item .icon {
  fill: #fff !important;
}
.SI .booking-tab.active.rebook .booking-tab__item {
  background-color: #17a2b8;
  color: #fff !important;
}
.SI .booking-tab.active.rebook .booking-tab__item .icon {
  fill: #2196F3 !important;
}
.SI .booking-tab.active .booking-tab__controls {
  background-color: rgba(222, 232, 239, 0.85);
}
.SI .booking-tab.rebook .booking-tab__item {
  background-color: #d9eaed;
}
.SI .booking-steps-bar .btn-cyan {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.SI .sticky-top.cat-sel__actions .booking-steps-bar.rebook {
  border-top: 1px solid #fff;
}
.SI .colored-section--arrow-down.bg-brand:after {
  border-color: #2196F3 transparent transparent transparent;
}
.SI .colored-section--arrow-up.bg-brand:after {
  border-color: transparent transparent #2196F3 transparent;
}
.SI .selected-agencies:after {
  border-right: 1px solid #2196F3;
}
.SI .bg-brand.panel-heading,
.SI .cats__meta-row {
  background-color: #82c4f8;
}
.SI .collapsed .bg-brand.panel-heading,
.SI .collapsed .cats__meta-row,
.SI .cats__meta-content__reminder {
  background-color: #43a6f5;
}
.SI .panel-heading-trigger.collapsed:focus .bg-brand.panel-heading,
.SI .cats__accordion-target.collapsed:focus .cats__meta-row {
  background-color: #5ab1f6;
}
.SI .cats__accordion-target {
  border-top-color: rgba(33, 150, 243, 0.65);
}
.SI .spinner-brand {
  border-color: rgba(33, 150, 243, 0.25);
  border-top-color: rgba(33, 150, 243, 0.75);
}
.SI .stepper-link-to .nav-link {
  display: flex;
  position: relative;
  padding: calc(0.5rem + 1px) calc(1rem + 1px);
  transition: all 0.3s;
}
.SI .stepper-link-to .nav-link:before, .SI .stepper-link-to .nav-link:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  transition: all 0.3s;
  opacity: 1;
  border-style: solid;
  right: 0;
  z-index: 1;
}
.SI .stepper-link-to .nav-link:before {
  border-width: 0 0 2rem 0;
  border-color: transparent #2196F3 transparent transparent;
  top: 0;
}
.SI .stepper-link-to .nav-link:after {
  border-width: 0 0 2rem 0;
  border-color: transparent transparent #2196F3 transparent;
  bottom: 0;
}
.SI .stepper-link-to .nav-link.active {
  flex-grow: 1;
  padding-right: 2.1rem;
  background: rgba(0, 0, 0, 0.5);
}
.SI .stepper-link-to .nav-link.active:before {
  opacity: 1;
  border-width: 0 1rem 2rem 0;
}
.SI .stepper-link-to .nav-link.active:after {
  opacity: 1;
  border-width: 0 0 2rem 1rem;
}

svg {
  fill: currentColor;
}
svg.icon {
  color: #3b3e42;
  vertical-align: text-bottom;
}
svg.icon, svg.icon.icon--xs {
  height: 0.84rem;
  width: 1rem;
}
svg.icon.icon--sm {
  height: 1rem;
  width: 1rem;
}
svg.icon.icon--md {
  height: 2rem;
  width: 2rem;
}
svg.icon.icon--lg {
  height: 3rem;
  width: 3rem;
}
svg.icon.icon--xl {
  height: 4rem;
  width: 4rem;
}
svg.icon.icon--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
svg.align-top {
  vertical-align: text-top !important;
}
svg.align-middle {
  vertical-align: middle !important;
}
svg.align-bottom {
  vertical-align: text-bottom !important;
}
svg.icon.white {
  color: #FFF !important;
}
svg.icon.link {
  color: #1976D2 !important;
}
svg.icon.primary {
  color: #1976D2 !important;
}
svg.icon.success {
  color: #4CAF50 !important;
}
svg.icon.info {
  color: #9C27B0 !important;
}
svg.icon.warning {
  color: #FF9800 !important;
}
svg.icon.danger {
  color: #F44336 !important;
}
svg.icon.help {
  color: #1976D2 !important;
  margin-left: 0.3333333333rem;
}
svg .svg-stroke {
  stroke-width: 2px;
  stroke-linejoin: miter;
  stroke-opacity: 1;
}
svg .svg-stroke-primary {
  stroke: #1976D2;
}
svg .svg-stroke-success {
  stroke: #4CAF50;
}
svg .svg-stroke-warning {
  stroke: #FF9800;
}
svg .svg-stroke-danger {
  stroke: #F44336;
}
svg .svg-stroke-info {
  stroke: #9C27B0;
}

a svg.icon {
  color: #1976D2;
}

a:not(.btn):hover svg.icon,
.iid.active svg.icon,
.iid-h.active svg.icon {
  color: #11508e;
}

.nav-pills .nav-link.active svg.icon {
  color: #fff;
}

h4 .icon {
  height: 1.0725rem;
  width: 1.0725rem;
}

h1 .icon.help,
h2 .icon.help,
h3 .icon.help,
h4 .icon.help,
h5 .icon.help,
h6 .icon.help {
  vertical-align: baseline;
}

.alert-inline {
  display: inline-block;
}

.alert {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.1);
}
.alert.alert-danger {
  box-shadow: none;
}
.alert p:last-child {
  margin-bottom: 0;
}

pre {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  margin: 1rem 0;
  padding: 0.5rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  tab-size: 4;
  -moz-tab-size: 4;
}