@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
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(26, 26, 27, 0);
}

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

.one-step-checkout article {
  padding: 0 !important;
}

body {
  margin: 0;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1b;
  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;
}

#app a {
  color: #343a40;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
body:not(.surpress-hover) #app a:hover {
  color: #121416;
  text-decoration: none;
}

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label, .control-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

/*!
 * Bootstrap Grid v4.1.3 (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)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.bootstrap-container {
  width: 100%;
  padding-right: 21px;
  padding-left: 21px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-container {
    max-width: 1140px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -21px;
  margin-left: -21px;
}

.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: 21px;
  padding-left: 21px;
}

.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%;
  }
}
.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;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*!
 * Bootstrap v4.1.3 (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)
 */
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(26, 26, 27, 0);
}

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

.one-step-checkout article {
  padding: 0 !important;
}

body {
  margin: 0;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1b;
  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;
}

#app a {
  color: #343a40;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
body:not(.surpress-hover) #app a:hover {
  color: #121416;
  text-decoration: none;
}

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label, .control-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

body.tabber 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: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(26, 26, 27, 0.1);
}

small,
.small, .note, .hint {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6F6F6F;
}

.bootstrap-container,
#app .container,
#app .order-list .item-container,
.page-header-container,
.header-nav-container,
.footer-content-wrap,
.main-container,
.content.header-bottom,
.breadcrumb-container,
#page-footer .content,
#page-footer .page-footer-container {
  width: 100%;
  padding-right: 21px;
  padding-left: 21px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap-container,
#app .container,
#app .order-list .item-container,
.page-header-container,
.header-nav-container,
.footer-content-wrap,
.main-container,
.content.header-bottom,
.breadcrumb-container,
#page-footer .content,
#page-footer .page-footer-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-container,
#app .container,
#app .order-list .item-container,
.page-header-container,
.header-nav-container,
.footer-content-wrap,
.main-container,
.content.header-bottom,
.breadcrumb-container,
#page-footer .content,
#page-footer .page-footer-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-container,
#app .container,
#app .order-list .item-container,
.page-header-container,
.header-nav-container,
.footer-content-wrap,
.main-container,
.content.header-bottom,
.breadcrumb-container,
#page-footer .content,
#page-footer .page-footer-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-container,
#app .container,
#app .order-list .item-container,
.page-header-container,
.header-nav-container,
.footer-content-wrap,
.main-container,
.content.header-bottom,
.breadcrumb-container,
#page-footer .content,
#page-footer .page-footer-container {
    max-width: 1140px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -21px;
  margin-left: -21px;
}

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

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

.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, table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td, table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
}
.table tbody + tbody, table tbody + tbody {
  border-top: 1px solid #dee2e6;
}
.table .table, .table table, table .table, table table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

body:not(.surpress-hover) .table-hover tbody tr:hover {
  background-color: rgba(26, 26, 27, 0.075);
}

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

body:not(.surpress-hover) .table-hover .table-primary:hover {
  background-color: #ababab;
}
body:not(.surpress-hover) .table-hover .table-primary:hover > td,
body:not(.surpress-hover) .table-hover .table-primary:hover > th {
  background-color: #ababab;
}

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

body:not(.surpress-hover) .table-hover .table-secondary:hover {
  background-color: #f2f2f2;
}
body:not(.surpress-hover) .table-hover .table-secondary:hover > td,
body:not(.surpress-hover) .table-hover .table-secondary:hover > th {
  background-color: #f2f2f2;
}

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

body:not(.surpress-hover) .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
body:not(.surpress-hover) .table-hover .table-success:hover > td,
body:not(.surpress-hover) .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

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

body:not(.surpress-hover) .table-hover .table-info:hover {
  background-color: #abdde5;
}
body:not(.surpress-hover) .table-hover .table-info:hover > td,
body:not(.surpress-hover) .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

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

body:not(.surpress-hover) .table-hover .table-warning:hover {
  background-color: #fff7dd;
}
body:not(.surpress-hover) .table-hover .table-warning:hover > td,
body:not(.surpress-hover) .table-hover .table-warning:hover > th {
  background-color: #fff7dd;
}

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

body:not(.surpress-hover) .table-hover .table-danger:hover {
  background-color: #f2a3a3;
}
body:not(.surpress-hover) .table-hover .table-danger:hover > td,
body:not(.surpress-hover) .table-hover .table-danger:hover > th {
  background-color: #f2a3a3;
}

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

body:not(.surpress-hover) .table-hover .table-light:hover {
  background-color: #ececf6;
}
body:not(.surpress-hover) .table-hover .table-light:hover > td,
body:not(.surpress-hover) .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

body:not(.surpress-hover) .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
body:not(.surpress-hover) .table-hover .table-dark:hover > td,
body:not(.surpress-hover) .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-grey,
.table-grey > th,
.table-grey > td {
  background-color: #d7d7d7;
}

body:not(.surpress-hover) .table-hover .table-grey:hover {
  background-color: #cacaca;
}
body:not(.surpress-hover) .table-hover .table-grey:hover > td,
body:not(.surpress-hover) .table-hover .table-grey:hover > th {
  background-color: #cacaca;
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: #bfbfbf;
}

body:not(.surpress-hover) .table-hover .table-black:hover {
  background-color: #b2b2b2;
}
body:not(.surpress-hover) .table-hover .table-black:hover > td,
body:not(.surpress-hover) .table-hover .table-black:hover > th {
  background-color: #b2b2b2;
}

.table-transparent,
.table-transparent > th,
.table-transparent > td {
  background-color: rgba(255, 255, 255, 0.72);
}

body:not(.surpress-hover) .table-hover .table-transparent:hover {
  background-color: rgba(242, 242, 242, 0.72);
}
body:not(.surpress-hover) .table-hover .table-transparent:hover > td,
body:not(.surpress-hover) .table-hover .table-transparent:hover > th {
  background-color: rgba(242, 242, 242, 0.72);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(26, 26, 27, 0.075);
}

body:not(.surpress-hover) .table-hover .table-active:hover {
  background-color: rgba(13, 13, 14, 0.075);
}
body:not(.surpress-hover) .table-hover .table-active:hover > td,
body:not(.surpress-hover) .table-hover .table-active:hover > th {
  background-color: rgba(13, 13, 14, 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: #dee2e6;
}

.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);
}
body:not(.surpress-hover) .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;
}

#app .form-control,
#app select,
#app textarea,
#app input[type=text],
#app input[type=password],
#app input[type=email],
#app input[type=date],
#app input[type=number],
#app input[type=tel],
#app input[type=file],
#app input[type=time] {
  display: block;
  width: 100%;
  height: calc(4.5rem + 2px);
  padding: 1.05rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Proxima Nova", Arial, sans-serif;
  line-height: 1.5;
  color: #767676;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #767676;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#app .form-control.not-empty, #app .form-control:focus,
#app select.not-empty,
#app select:focus,
#app textarea.not-empty,
#app textarea:focus,
#app input[type=text].not-empty,
#app input[type=text]:focus,
#app input[type=password].not-empty,
#app input[type=password]:focus,
#app input[type=email].not-empty,
#app input[type=email]:focus,
#app input[type=date].not-empty,
#app input[type=date]:focus,
#app input[type=number].not-empty,
#app input[type=number]:focus,
#app input[type=tel].not-empty,
#app input[type=tel]:focus,
#app input[type=file].not-empty,
#app input[type=file]:focus,
#app input[type=time].not-empty,
#app input[type=time]:focus {
  color: #000000;
}
#app .form-control.not-empty + label, #app .form-control:focus + label,
#app select.not-empty + label,
#app select:focus + label,
#app textarea.not-empty + label,
#app textarea:focus + label,
#app input[type=text].not-empty + label,
#app input[type=text]:focus + label,
#app input[type=password].not-empty + label,
#app input[type=password]:focus + label,
#app input[type=email].not-empty + label,
#app input[type=email]:focus + label,
#app input[type=date].not-empty + label,
#app input[type=date]:focus + label,
#app input[type=number].not-empty + label,
#app input[type=number]:focus + label,
#app input[type=tel].not-empty + label,
#app input[type=tel]:focus + label,
#app input[type=file].not-empty + label,
#app input[type=file]:focus + label,
#app input[type=time].not-empty + label,
#app input[type=time]:focus + label {
  color: #000000;
  font-size: 1rem;
  top: 7px;
  left: 17px;
  background: linear-gradient(to bottom, #F3F3F3 50%, #FFF 50%);
  padding: 0 4px;
  text-transform: uppercase;
}
@media screen and (prefers-reduced-motion: reduce) {
  #app .form-control,
#app select,
#app textarea,
#app input[type=text],
#app input[type=password],
#app input[type=email],
#app input[type=date],
#app input[type=number],
#app input[type=tel],
#app input[type=file],
#app input[type=time] {
    transition: none;
  }
}
#app .form-control::-ms-expand,
#app select::-ms-expand,
#app textarea::-ms-expand,
#app input[type=text]::-ms-expand,
#app input[type=password]::-ms-expand,
#app input[type=email]::-ms-expand,
#app input[type=date]::-ms-expand,
#app input[type=number]::-ms-expand,
#app input[type=tel]::-ms-expand,
#app input[type=file]::-ms-expand,
#app input[type=time]::-ms-expand {
  background-color: transparent;
  border: 0;
}
#app .form-control:focus,
#app select:focus,
#app textarea:focus,
#app input[type=text]:focus,
#app input[type=password]:focus,
#app input[type=email]:focus,
#app input[type=date]:focus,
#app input[type=number]:focus,
#app input[type=tel]:focus,
#app input[type=file]:focus,
#app input[type=time]:focus {
  color: #000000;
  background-color: #fff;
  border-color: #000000;
  outline: 0;
  box-shadow: none;
}
#app .form-control::placeholder,
#app select::placeholder,
#app textarea::placeholder,
#app input[type=text]::placeholder,
#app input[type=password]::placeholder,
#app input[type=email]::placeholder,
#app input[type=date]::placeholder,
#app input[type=number]::placeholder,
#app input[type=tel]::placeholder,
#app input[type=file]::placeholder,
#app input[type=time]::placeholder {
  color: #6F6F6F;
  opacity: 1;
}
#app .form-control:disabled, #app .form-control[readonly],
#app select:disabled,
#app select[readonly],
#app textarea:disabled,
#app textarea[readonly],
#app input[type=text]:disabled,
#app input[type=text][readonly],
#app input[type=password]:disabled,
#app input[type=password][readonly],
#app input[type=email]:disabled,
#app input[type=email][readonly],
#app input[type=date]:disabled,
#app input[type=date][readonly],
#app input[type=number]:disabled,
#app input[type=number][readonly],
#app input[type=tel]:disabled,
#app input[type=tel][readonly],
#app input[type=file]:disabled,
#app input[type=file][readonly],
#app input[type=time]:disabled,
#app input[type=time][readonly] {
  background-color: #EBEBEB;
  opacity: 1;
  color: #8E8E8E;
  border-color: #767676;
}
#app .form-control:disabled.not-empty + label, #app .form-control:disabled:focus + label, #app .form-control[readonly].not-empty + label, #app .form-control[readonly]:focus + label,
#app select:disabled.not-empty + label,
#app select:disabled:focus + label,
#app select[readonly].not-empty + label,
#app select[readonly]:focus + label,
#app textarea:disabled.not-empty + label,
#app textarea:disabled:focus + label,
#app textarea[readonly].not-empty + label,
#app textarea[readonly]:focus + label,
#app input[type=text]:disabled.not-empty + label,
#app input[type=text]:disabled:focus + label,
#app input[type=text][readonly].not-empty + label,
#app input[type=text][readonly]:focus + label,
#app input[type=password]:disabled.not-empty + label,
#app input[type=password]:disabled:focus + label,
#app input[type=password][readonly].not-empty + label,
#app input[type=password][readonly]:focus + label,
#app input[type=email]:disabled.not-empty + label,
#app input[type=email]:disabled:focus + label,
#app input[type=email][readonly].not-empty + label,
#app input[type=email][readonly]:focus + label,
#app input[type=date]:disabled.not-empty + label,
#app input[type=date]:disabled:focus + label,
#app input[type=date][readonly].not-empty + label,
#app input[type=date][readonly]:focus + label,
#app input[type=number]:disabled.not-empty + label,
#app input[type=number]:disabled:focus + label,
#app input[type=number][readonly].not-empty + label,
#app input[type=number][readonly]:focus + label,
#app input[type=tel]:disabled.not-empty + label,
#app input[type=tel]:disabled:focus + label,
#app input[type=tel][readonly].not-empty + label,
#app input[type=tel][readonly]:focus + label,
#app input[type=file]:disabled.not-empty + label,
#app input[type=file]:disabled:focus + label,
#app input[type=file][readonly].not-empty + label,
#app input[type=file][readonly]:focus + label,
#app input[type=time]:disabled.not-empty + label,
#app input[type=time]:disabled:focus + label,
#app input[type=time][readonly].not-empty + label,
#app input[type=time][readonly]:focus + label {
  background: linear-gradient(to bottom, #F3F3F3 50%, #EBEBEB 50%);
}
#app .form-control::-ms-clear,
#app select::-ms-clear,
#app textarea::-ms-clear,
#app input[type=text]::-ms-clear,
#app input[type=password]::-ms-clear,
#app input[type=email]::-ms-clear,
#app input[type=date]::-ms-clear,
#app input[type=number]::-ms-clear,
#app input[type=tel]::-ms-clear,
#app input[type=file]::-ms-clear,
#app input[type=time]::-ms-clear {
  display: none;
}
#app .form-control.error,
#app select.error,
#app textarea.error,
#app input[type=text].error,
#app input[type=password].error,
#app input[type=email].error,
#app input[type=date].error,
#app input[type=number].error,
#app input[type=tel].error,
#app input[type=file].error,
#app input[type=time].error {
  border: 1px solid #D21010;
  padding-right: 4.4rem;
}
#app .form-control.error + label,
#app select.error + label,
#app textarea.error + label,
#app input[type=text].error + label,
#app input[type=password].error + label,
#app input[type=email].error + label,
#app input[type=date].error + label,
#app input[type=number].error + label,
#app input[type=tel].error + label,
#app input[type=file].error + label,
#app input[type=time].error + label {
  color: #D21010;
}
.error-highlight #app .form-control .error,
.error-highlight #app select .error,
.error-highlight #app textarea .error,
.error-highlight #app input[type=text] .error,
.error-highlight #app input[type=password] .error,
.error-highlight #app input[type=email] .error,
.error-highlight #app input[type=date] .error,
.error-highlight #app input[type=number] .error,
.error-highlight #app input[type=tel] .error,
.error-highlight #app input[type=file] .error,
.error-highlight #app input[type=time] .error {
  border: 1px solid #D21010;
}
#app input[type=radio] {
  width: auto !important;
}
#app input[type=radio]:disabled + label:before {
  border: 0;
}
#app input[type=radio],
#app input[type=checkbox] {
  z-index: auto;
}
#app input[type=radio]:focus,
#app input[type=checkbox]:focus {
  border: 0;
  background: none;
}
#app input[type=radio]:focus + label,
#app input[type=checkbox]:focus + label {
  text-transform: none;
}
#app input[type=checkbox] {
  left: 3px;
  top: 3px;
  margin-top: 0 !important;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  opacity: 0;
  width: 15px;
  height: 15px;
}
#app input[type=checkbox]:checked + label::before {
  display: none;
}
#app fieldset li {
  position: relative;
  padding: 13px 0;
}
#app fieldset li label {
  font-size: 1.6rem;
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  transition: all 0.15s cubic-bezier(0.075, 0.82, 0.165, 1);
  margin: 0;
  padding: 11.5px 20px;
  color: #767676;
  text-align: left;
  font-weight: 500;
}
#app fieldset li label span {
  padding-left: 5px;
}
#app fieldset li label.error-label {
  position: relative;
  top: 0;
  color: #DB0606;
}
#app fieldset li.error-highlight.select:after {
  right: 35px;
}
#app section .form-actions {
  margin-top: 30px;
}
#app select {
  background: url(/Assets/icon-caret-down.svg) no-repeat 95% 18px #fff;
  background-size: 10px;
  -webkit-appearance: none;
  appearance: none;
}
#app select + label {
  pointer-events: none;
}
#app select::-ms-expand {
  display: none;
}
#app select.form-control:focus::-ms-value {
  color: #767676;
  background-color: #fff;
}
#app .form-control-file,
#app .form-control-range {
  display: block;
  width: 100%;
}
#app .col-form-label {
  padding-top: calc(1.05rem + 1px);
  padding-bottom: calc(1.05rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
#app .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
#app .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1;
}
#app .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #1a1a1b;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
#app .form-control-plaintext.form-control-sm, #app .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
#app .form-control-sm {
  height: calc(1.375rem + 2px);
  padding: 0.25rem 1.2rem;
  font-size: 0.875rem;
  line-height: 1;
}
#app .form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
#app select.form-control[size], #app select.form-control[multiple] {
  height: auto;
}
#app textarea.form-control {
  height: auto;
}
#app .form-group, #app form li {
  margin-bottom: 1rem;
}
#app .form-text, #app .hint, #app .note {
  display: block;
  margin-top: 0.25rem;
}
#app .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
#app .form-row > .col,
#app .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
#app .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
#app .form-check-input {
  position: absolute;
  margin-top: 0.4rem;
  margin-left: -1.25rem;
}
#app .form-check-input:disabled ~ .form-check-label {
  color: #6F6F6F;
}
#app .form-check-label, #app input[type=radio] + label, #app input[type=checkbox] + label, #app .cartpage label input + span {
  padding-left: 1.25rem;
  margin-bottom: 0;
}
#app .form-check-input, #app input[type=radio], #app input[type=checkbox] {
  position: absolute;
  margin-top: 0.4rem;
}
#app .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
#app .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
#app label.radio:before {
  background: none;
}
#app .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
#app .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3px 8px;
  margin-top: 0.1rem;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}
.was-validated #app .form-control:valid, #app .form-control.is-valid,
.was-validated #app .custom-select:valid,
#app .custom-select.is-valid {
  border-color: #28a745;
}
.was-validated #app .form-control:valid:focus, #app .form-control.is-valid:focus,
.was-validated #app .custom-select:valid:focus,
#app .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.was-validated #app .form-control:valid ~ .valid-feedback,
.was-validated #app .form-control:valid ~ .valid-tooltip, #app .form-control.is-valid ~ .valid-feedback,
#app .form-control.is-valid ~ .valid-tooltip,
.was-validated #app .custom-select:valid ~ .valid-feedback,
.was-validated #app .custom-select:valid ~ .valid-tooltip,
#app .custom-select.is-valid ~ .valid-feedback,
#app .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated #app .form-control-file:valid ~ .valid-feedback,
.was-validated #app .form-control-file:valid ~ .valid-tooltip, #app .form-control-file.is-valid ~ .valid-feedback,
#app .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated #app .form-check-input:valid ~ .form-check-label, #app .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated #app .form-check-input:valid ~ .valid-feedback,
.was-validated #app .form-check-input:valid ~ .valid-tooltip, #app .form-check-input.is-valid ~ .valid-feedback,
#app .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated #app .custom-control-input:valid ~ .custom-control-label, #app .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated #app .custom-control-input:valid ~ .custom-control-label::before, #app .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated #app .custom-control-input:valid ~ .valid-feedback,
.was-validated #app .custom-control-input:valid ~ .valid-tooltip, #app .custom-control-input.is-valid ~ .valid-feedback,
#app .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated #app .custom-control-input:valid:checked ~ .custom-control-label::before, #app .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated #app .custom-control-input:valid:focus ~ .custom-control-label::before, #app .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.was-validated #app .custom-file-input:valid ~ .custom-file-label, #app .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated #app .custom-file-input:valid ~ .custom-file-label::after, #app .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated #app .custom-file-input:valid ~ .valid-feedback,
.was-validated #app .custom-file-input:valid ~ .valid-tooltip, #app .custom-file-input.is-valid ~ .valid-feedback,
#app .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated #app .custom-file-input:valid:focus ~ .custom-file-label, #app .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
#app .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #DB0606;
}
#app .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3px 8px;
  margin-top: 0.1rem;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(219, 6, 6, 0.9);
}
.was-validated #app .form-control:invalid, #app .form-control.is-invalid,
.was-validated #app .custom-select:invalid,
#app .custom-select.is-invalid {
  border-color: #DB0606;
}
.was-validated #app .form-control:invalid:focus, #app .form-control.is-invalid:focus,
.was-validated #app .custom-select:invalid:focus,
#app .custom-select.is-invalid:focus {
  border-color: #DB0606;
  box-shadow: 0 0 0 0 rgba(219, 6, 6, 0.25);
}
.was-validated #app .form-control:invalid ~ .invalid-feedback,
.was-validated #app .form-control:invalid ~ .invalid-tooltip, #app .form-control.is-invalid ~ .invalid-feedback,
#app .form-control.is-invalid ~ .invalid-tooltip,
.was-validated #app .custom-select:invalid ~ .invalid-feedback,
.was-validated #app .custom-select:invalid ~ .invalid-tooltip,
#app .custom-select.is-invalid ~ .invalid-feedback,
#app .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated #app .form-control-file:invalid ~ .invalid-feedback,
.was-validated #app .form-control-file:invalid ~ .invalid-tooltip, #app .form-control-file.is-invalid ~ .invalid-feedback,
#app .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated #app .form-check-input:invalid ~ .form-check-label, #app .form-check-input.is-invalid ~ .form-check-label {
  color: #DB0606;
}
.was-validated #app .form-check-input:invalid ~ .invalid-feedback,
.was-validated #app .form-check-input:invalid ~ .invalid-tooltip, #app .form-check-input.is-invalid ~ .invalid-feedback,
#app .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated #app .custom-control-input:invalid ~ .custom-control-label, #app .custom-control-input.is-invalid ~ .custom-control-label {
  color: #DB0606;
}
.was-validated #app .custom-control-input:invalid ~ .custom-control-label::before, #app .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fb6666;
}
.was-validated #app .custom-control-input:invalid ~ .invalid-feedback,
.was-validated #app .custom-control-input:invalid ~ .invalid-tooltip, #app .custom-control-input.is-invalid ~ .invalid-feedback,
#app .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated #app .custom-control-input:invalid:checked ~ .custom-control-label::before, #app .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f91b1b;
}
.was-validated #app .custom-control-input:invalid:focus ~ .custom-control-label::before, #app .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(219, 6, 6, 0.25);
}
.was-validated #app .custom-file-input:invalid ~ .custom-file-label, #app .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #DB0606;
}
.was-validated #app .custom-file-input:invalid ~ .custom-file-label::after, #app .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated #app .custom-file-input:invalid ~ .invalid-feedback,
.was-validated #app .custom-file-input:invalid ~ .invalid-tooltip, #app .custom-file-input.is-invalid ~ .invalid-feedback,
#app .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated #app .custom-file-input:invalid:focus ~ .custom-file-label, #app .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(219, 6, 6, 0.25);
}
#app .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#app .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  #app .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  #app .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  #app .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #app .form-inline .form-control-plaintext {
    display: inline-block;
  }
  #app .form-inline .input-group,
#app .form-inline .custom-select {
    width: auto;
  }
  #app .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  #app .form-inline .form-check-label, #app .form-inline input[type=radio] + label, #app .form-inline input[type=checkbox] + label {
    padding-left: 0;
  }
  #app .form-inline .form-check-input, #app .form-inline input[type=radio], #app .form-inline input[type=checkbox] {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  #app .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  #app .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
#app label em, #app .note em {
  color: #DB0606;
}
#app form label {
  display: block;
}
#app form ul, #app form ol {
  list-style: none;
  padding: 0;
}
#app form input[type=file] {
  height: auto;
}
#app form .security-code input {
  width: 40%;
}
#app form .details textarea, #app form .comment textarea {
  height: 100px;
  vertical-align: top;
}
#app form legend {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.5rem;
  font-size: 0.8125rem;
}
#app .note {
  font-size: 0.75rem;
}
#app form textarea, #app form input[type=text], #app form input[type=password], #app form input[type=email], #app form input[type=number], #app form input[type=tel], #app form input[type=time], #app form input[type=date] {
  -webkit-appearance: none;
}
#app .tool-tip {
  position: relative;
  padding: 20px 15px 20px 0;
}
#app .tool-tip .tooltip-icon {
  width: 20px;
  height: 20px;
}
#app .tool-tip .tooltip-icon:before {
  content: "";
  font-family: "basket";
  color: #767676;
  font-size: 1.3rem;
}
#app .tool-tip .tooltip-content {
  background: #fff;
  border: 1px solid #fff;
  position: absolute;
  width: 180px;
  padding: 15px;
  -webkit-box-shadow: 2px 2px 4.7px -0.7px #f2f2f2;
  -moz-box-shadow: 2px 2px 4.7px -0.7px #f2f2f2;
  box-shadow: 2px 2px 4.7px -0.7px #f2f2f2;
  left: -133px;
  top: -269px;
  z-index: 9999;
}
#app .tool-tip .tooltip-content:before, #app .tool-tip .tooltip-content:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 12px;
  background: #fff;
  bottom: 0;
  left: 124px;
}
#app .tool-tip .tooltip-content:before {
  z-index: 100;
}
#app .tool-tip .tooltip-content:after {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -9px;
  left: 129px;
}
#app .tool-tip .tooltip-content > div {
  margin: 0 auto;
}
#app .tool-tip .tooltip-content p:nth-child(1) {
  font-size: 1.3rem;
  font-weight: 600;
}
#app .tool-tip .tooltip-content p {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #app .tool-tip .tooltip-content {
    width: 270px;
    top: -209px;
    left: -143px;
  }
  #app .tool-tip .tooltip-content:before, #app .tool-tip .tooltip-content:after {
    left: 140px;
  }
  #app .tool-tip .tooltip-content:before {
    left: 130px;
  }
}

body.tabber #app .form-control:focus,
body.tabber #app select:focus,
body.tabber #app .form select:focus,
body.tabber #app textarea:focus,
body.tabber #app input[type=text]:focus,
body.tabber #app input[type=password]:focus,
body.tabber #app input[type=email]:focus,
body.tabber #app input[type=date]:focus,
body.tabber #app input[type=number]:focus,
body.tabber #app input[type=tel]:focus,
body.tabber #app input[type=file]:focus,
body.tabber #app input[type=time]:focus,
body.tabber #app .form input:focus {
  outline: 1px dotted #000000;
}
body.tabber #app input[type=radio]:focus + label,
body.tabber #app input[type=checkbox]:focus + label {
  outline: 1px dotted #000000;
}

#app .error-highlight .form-control,
#app .error-highlight select,
#app .error-highlight textarea,
#app .error-highlight input[type=text],
#app .error-highlight input[type=password],
#app .error-highlight input[type=email],
#app .error-highlight input[type=date],
#app .error-highlight input[type=number],
#app .error-highlight input[type=tel],
#app .error-highlight input[type=file],
#app .error-highlight input[type=time],
#app .error-highlight input {
  border: 1px solid #D21010;
}
#app .error-highlight .form-control + label,
#app .error-highlight select + label,
#app .error-highlight textarea + label,
#app .error-highlight input[type=text] + label,
#app .error-highlight input[type=password] + label,
#app .error-highlight input[type=email] + label,
#app .error-highlight input[type=date] + label,
#app .error-highlight input[type=number] + label,
#app .error-highlight input[type=tel] + label,
#app .error-highlight input[type=file] + label,
#app .error-highlight input[type=time] + label,
#app .error-highlight input + label {
  color: #D21010;
}
#app .error-highlight .error-label {
  display: block;
  margin: 0;
  padding: 4px 12px;
  text-align: left;
  color: #D21010;
  font-weight: 300;
}
#app .error-highlight .error-label a {
  color: #D21010;
  text-decoration: underline;
  cursor: pointer;
}

.btn, .vue-modal button, #app button {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.5rem 2rem;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-width 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn, .vue-modal button, #app button {
    transition: none;
  }
}
body:not(.surpress-hover) .btn:hover, body:not(.surpress-hover) .vue-modal button:hover, .vue-modal body:not(.surpress-hover) button:hover, body:not(.surpress-hover) #app button:hover, #app body:not(.surpress-hover) button:hover, .btn:focus, .vue-modal button:focus, #app button:focus {
  text-decoration: none;
}
body.tabber .btn:focus, body.tabber .vue-modal button:focus, .vue-modal body.tabber button:focus, body.tabber #app button:focus, #app body.tabber button:focus, body.tabber .btn.focus, body.tabber .vue-modal button.focus, .vue-modal body.tabber button.focus, body.tabber #app button.focus, #app body.tabber button.focus {
  outline: 1px dotted #000000;
  box-shadow: none;
  outline-offset: -4px;
}
body.tabber .btn.btn-primary, body.tabber .vue-modal button.btn-primary, .vue-modal body.tabber button.btn-primary, body.tabber #app button.btn-primary, #app body.tabber button.btn-primary {
  outline-color: #ffffff;
}
.btn.disabled, .vue-modal button.disabled, #app button.disabled, .btn:disabled, .vue-modal button:disabled, #app button:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .vue-modal button:not(:disabled):not(.disabled), #app button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
body:not(.surpress-hover) .btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
body:not(.surpress-hover) .btn-secondary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
body:not(.surpress-hover) .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
body:not(.surpress-hover) .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #fef8e0;
  border-color: #fef8e0;
}
body:not(.surpress-hover) .btn-warning:hover {
  color: #212529;
  background-color: #fdf0bb;
  border-color: #fcedaf;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0 rgba(254, 248, 224, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fef8e0;
  border-color: #fef8e0;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #fcedaf;
  border-color: #fceaa2;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(254, 248, 224, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #DB0606;
  border-color: #DB0606;
}
body:not(.surpress-hover) .btn-danger:hover {
  color: #fff;
  background-color: #b60505;
  border-color: #a90505;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0 rgba(219, 6, 6, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #DB0606;
  border-color: #DB0606;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a90505;
  border-color: #9d0404;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(219, 6, 6, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body:not(.surpress-hover) .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0 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: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body:not(.surpress-hover) .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0 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: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-grey {
  color: #fff;
  background-color: #6F6F6F;
  border-color: #6F6F6F;
}
body:not(.surpress-hover) .btn-grey:hover {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #565656;
}
.btn-grey:focus, .btn-grey.focus {
  box-shadow: 0 0 0 0 rgba(111, 111, 111, 0.5);
}
.btn-grey.disabled, .btn-grey:disabled {
  color: #fff;
  background-color: #6F6F6F;
  border-color: #6F6F6F;
}
.btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active, .show > .btn-grey.dropdown-toggle {
  color: #fff;
  background-color: #565656;
  border-color: #4f4f4f;
}
.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(111, 111, 111, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #1a1a1b;
  border-color: #1a1a1b;
}
body:not(.surpress-hover) .btn-black:hover {
  color: #fff;
  background-color: #070708;
  border-color: #010101;
}
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 0 rgba(26, 26, 27, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #1a1a1b;
  border-color: #1a1a1b;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #010101;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(26, 26, 27, 0.5);
}

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
body:not(.surpress-hover) .btn-transparent:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:focus, .btn-transparent.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-transparent.disabled, .btn-transparent:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active, .show > .btn-transparent.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-transparent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-outline-primary {
  color: #000000;
  background-color: transparent;
  background-image: none;
  border-color: #000000;
}
body:not(.surpress-hover) .btn-outline-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #000000;
  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: #000000;
  border-color: #000000;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-outline-secondary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
body:not(.surpress-hover) .btn-outline-secondary:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fff;
  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: #fff;
  border-color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
body:not(.surpress-hover) .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
body:not(.surpress-hover) .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #fef8e0;
  background-color: transparent;
  background-image: none;
  border-color: #fef8e0;
}
body:not(.surpress-hover) .btn-outline-warning:hover {
  color: #212529;
  background-color: #fef8e0;
  border-color: #fef8e0;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(254, 248, 224, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fef8e0;
  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: #fef8e0;
  border-color: #fef8e0;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(254, 248, 224, 0.5);
}

.btn-outline-danger {
  color: #DB0606;
  background-color: transparent;
  background-image: none;
  border-color: #DB0606;
}
body:not(.surpress-hover) .btn-outline-danger:hover {
  color: #fff;
  background-color: #DB0606;
  border-color: #DB0606;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(219, 6, 6, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #DB0606;
  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: #DB0606;
  border-color: #DB0606;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(219, 6, 6, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
body:not(.surpress-hover) .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 rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
body:not(.surpress-hover) .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 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: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-grey {
  color: #6F6F6F;
  background-color: transparent;
  background-image: none;
  border-color: #6F6F6F;
}
body:not(.surpress-hover) .btn-outline-grey:hover {
  color: #fff;
  background-color: #6F6F6F;
  border-color: #6F6F6F;
}
.btn-outline-grey:focus, .btn-outline-grey.focus {
  box-shadow: 0 0 0 0 rgba(111, 111, 111, 0.5);
}
.btn-outline-grey.disabled, .btn-outline-grey:disabled {
  color: #6F6F6F;
  background-color: transparent;
}
.btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-grey.dropdown-toggle {
  color: #fff;
  background-color: #6F6F6F;
  border-color: #6F6F6F;
}
.btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(111, 111, 111, 0.5);
}

.btn-outline-black {
  color: #1a1a1b;
  background-color: transparent;
  background-image: none;
  border-color: #1a1a1b;
}
body:not(.surpress-hover) .btn-outline-black:hover {
  color: #fff;
  background-color: #1a1a1b;
  border-color: #1a1a1b;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0 rgba(26, 26, 27, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #1a1a1b;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1b;
  border-color: #1a1a1b;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(26, 26, 27, 0.5);
}

.btn-outline-transparent {
  color: transparent;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}
body:not(.surpress-hover) .btn-outline-transparent:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-transparent:focus, .btn-outline-transparent.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-transparent.disabled, .btn-outline-transparent:disabled {
  color: transparent;
  background-color: transparent;
}
.btn-outline-transparent:not(:disabled):not(.disabled):active, .btn-outline-transparent:not(:disabled):not(.disabled).active, .show > .btn-outline-transparent.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-transparent:not(:disabled):not(.disabled):active:focus, .btn-outline-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-transparent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

#app .btn-link {
  font-weight: 400;
  color: #343a40;
  background-color: transparent;
}
body:not(.surpress-hover) #app .btn-link:hover {
  color: #121416;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
#app .btn-link:focus, #app .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
#app .btn-link:disabled, #app .btn-link.disabled {
  color: #6F6F6F;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 1.2rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0;
}

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

button {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  button {
    width: 100%;
  }
}
button:disabled {
  cursor: not-allowed;
}

#app button {
  min-width: 0;
  letter-spacing: 0.8px;
}
#app button.disabled, #app button:disabled {
  color: #767676 !important;
  background: linear-gradient(180deg, #ffffff 0%, #F7F7F7 100%);
  border-color: #E6E6E6 !important;
  cursor: not-allowed;
  width: 100%;
  font-weight: 400;
}
#app .btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
body:not(.surpress-hover) #app .btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
#app .btn-primary:focus, #app .btn-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
#app .btn-primary.disabled, #app .btn-primary:disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
#app .btn-primary:not(:disabled):not(.disabled):active, #app .btn-primary:not(:disabled):not(.disabled).active, .show > #app .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
#app .btn-primary:not(:disabled):not(.disabled):active:focus, #app .btn-primary:not(:disabled):not(.disabled).active:focus, .show > #app .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
#app .btn-secondary {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
body:not(.surpress-hover) #app .btn-secondary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
#app .btn-secondary:focus, #app .btn-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
#app .btn-secondary.disabled, #app .btn-secondary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
#app .btn-secondary:not(:disabled):not(.disabled):active, #app .btn-secondary:not(:disabled):not(.disabled).active, .show > #app .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
#app .btn-secondary:not(:disabled):not(.disabled):active:focus, #app .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > #app .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
#app .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
body:not(.surpress-hover) #app .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
#app .btn-success:focus, #app .btn-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
#app .btn-success.disabled, #app .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
#app .btn-success:not(:disabled):not(.disabled):active, #app .btn-success:not(:disabled):not(.disabled).active, .show > #app .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
#app .btn-success:not(:disabled):not(.disabled):active:focus, #app .btn-success:not(:disabled):not(.disabled).active:focus, .show > #app .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
#app .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
body:not(.surpress-hover) #app .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
#app .btn-info:focus, #app .btn-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
#app .btn-info.disabled, #app .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
#app .btn-info:not(:disabled):not(.disabled):active, #app .btn-info:not(:disabled):not(.disabled).active, .show > #app .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
#app .btn-info:not(:disabled):not(.disabled):active:focus, #app .btn-info:not(:disabled):not(.disabled).active:focus, .show > #app .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
#app .btn-warning {
  color: #212529;
  background-color: #fef8e0;
  border-color: #fef8e0;
}
body:not(.surpress-hover) #app .btn-warning:hover {
  color: #212529;
  background-color: #fdf0bb;
  border-color: #fcedaf;
}
#app .btn-warning:focus, #app .btn-warning.focus {
  box-shadow: 0 0 0 0 rgba(254, 248, 224, 0.5);
}
#app .btn-warning.disabled, #app .btn-warning:disabled {
  color: #212529;
  background-color: #fef8e0;
  border-color: #fef8e0;
}
#app .btn-warning:not(:disabled):not(.disabled):active, #app .btn-warning:not(:disabled):not(.disabled).active, .show > #app .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #fcedaf;
  border-color: #fceaa2;
}
#app .btn-warning:not(:disabled):not(.disabled):active:focus, #app .btn-warning:not(:disabled):not(.disabled).active:focus, .show > #app .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(254, 248, 224, 0.5);
}
#app .btn-danger {
  color: #fff;
  background-color: #DB0606;
  border-color: #DB0606;
}
body:not(.surpress-hover) #app .btn-danger:hover {
  color: #fff;
  background-color: #b60505;
  border-color: #a90505;
}
#app .btn-danger:focus, #app .btn-danger.focus {
  box-shadow: 0 0 0 0 rgba(219, 6, 6, 0.5);
}
#app .btn-danger.disabled, #app .btn-danger:disabled {
  color: #fff;
  background-color: #DB0606;
  border-color: #DB0606;
}
#app .btn-danger:not(:disabled):not(.disabled):active, #app .btn-danger:not(:disabled):not(.disabled).active, .show > #app .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a90505;
  border-color: #9d0404;
}
#app .btn-danger:not(:disabled):not(.disabled):active:focus, #app .btn-danger:not(:disabled):not(.disabled).active:focus, .show > #app .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(219, 6, 6, 0.5);
}
#app .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body:not(.surpress-hover) #app .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
#app .btn-light:focus, #app .btn-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
#app .btn-light.disabled, #app .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#app .btn-light:not(:disabled):not(.disabled):active, #app .btn-light:not(:disabled):not(.disabled).active, .show > #app .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
#app .btn-light:not(:disabled):not(.disabled):active:focus, #app .btn-light:not(:disabled):not(.disabled).active:focus, .show > #app .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
#app .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body:not(.surpress-hover) #app .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
#app .btn-dark:focus, #app .btn-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}
#app .btn-dark.disabled, #app .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
#app .btn-dark:not(:disabled):not(.disabled):active, #app .btn-dark:not(:disabled):not(.disabled).active, .show > #app .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
#app .btn-dark:not(:disabled):not(.disabled):active:focus, #app .btn-dark:not(:disabled):not(.disabled).active:focus, .show > #app .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}
#app .btn-grey {
  color: #fff;
  background-color: #6F6F6F;
  border-color: #6F6F6F;
}
body:not(.surpress-hover) #app .btn-grey:hover {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #565656;
}
#app .btn-grey:focus, #app .btn-grey.focus {
  box-shadow: 0 0 0 0 rgba(111, 111, 111, 0.5);
}
#app .btn-grey.disabled, #app .btn-grey:disabled {
  color: #fff;
  background-color: #6F6F6F;
  border-color: #6F6F6F;
}
#app .btn-grey:not(:disabled):not(.disabled):active, #app .btn-grey:not(:disabled):not(.disabled).active, .show > #app .btn-grey.dropdown-toggle {
  color: #fff;
  background-color: #565656;
  border-color: #4f4f4f;
}
#app .btn-grey:not(:disabled):not(.disabled):active:focus, #app .btn-grey:not(:disabled):not(.disabled).active:focus, .show > #app .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(111, 111, 111, 0.5);
}
#app .btn-black {
  color: #fff;
  background-color: #1a1a1b;
  border-color: #1a1a1b;
}
body:not(.surpress-hover) #app .btn-black:hover {
  color: #fff;
  background-color: #070708;
  border-color: #010101;
}
#app .btn-black:focus, #app .btn-black.focus {
  box-shadow: 0 0 0 0 rgba(26, 26, 27, 0.5);
}
#app .btn-black.disabled, #app .btn-black:disabled {
  color: #fff;
  background-color: #1a1a1b;
  border-color: #1a1a1b;
}
#app .btn-black:not(:disabled):not(.disabled):active, #app .btn-black:not(:disabled):not(.disabled).active, .show > #app .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #010101;
  border-color: black;
}
#app .btn-black:not(:disabled):not(.disabled):active:focus, #app .btn-black:not(:disabled):not(.disabled).active:focus, .show > #app .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(26, 26, 27, 0.5);
}
#app .btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
body:not(.surpress-hover) #app .btn-transparent:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
#app .btn-transparent:focus, #app .btn-transparent.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
#app .btn-transparent.disabled, #app .btn-transparent:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
#app .btn-transparent:not(:disabled):not(.disabled):active, #app .btn-transparent:not(:disabled):not(.disabled).active, .show > #app .btn-transparent.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
#app .btn-transparent:not(:disabled):not(.disabled):active:focus, #app .btn-transparent:not(:disabled):not(.disabled).active:focus, .show > #app .btn-transparent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
#app .btn-outline-primary {
  color: #000000;
  background-color: transparent;
  background-image: none;
  border-color: #000000;
}
body:not(.surpress-hover) #app .btn-outline-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
#app .btn-outline-primary:focus, #app .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
#app .btn-outline-primary.disabled, #app .btn-outline-primary:disabled {
  color: #000000;
  background-color: transparent;
}
#app .btn-outline-primary:not(:disabled):not(.disabled):active, #app .btn-outline-primary:not(:disabled):not(.disabled).active, .show > #app .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
#app .btn-outline-primary:not(:disabled):not(.disabled):active:focus, #app .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > #app .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
#app .btn-outline-secondary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
body:not(.surpress-hover) #app .btn-outline-secondary:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
#app .btn-outline-secondary:focus, #app .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
#app .btn-outline-secondary.disabled, #app .btn-outline-secondary:disabled {
  color: #fff;
  background-color: transparent;
}
#app .btn-outline-secondary:not(:disabled):not(.disabled):active, #app .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > #app .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
#app .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, #app .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > #app .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
#app .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
body:not(.surpress-hover) #app .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
#app .btn-outline-success:focus, #app .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
#app .btn-outline-success.disabled, #app .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
#app .btn-outline-success:not(:disabled):not(.disabled):active, #app .btn-outline-success:not(:disabled):not(.disabled).active, .show > #app .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
#app .btn-outline-success:not(:disabled):not(.disabled):active:focus, #app .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > #app .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
#app .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
body:not(.surpress-hover) #app .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
#app .btn-outline-info:focus, #app .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
#app .btn-outline-info.disabled, #app .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
#app .btn-outline-info:not(:disabled):not(.disabled):active, #app .btn-outline-info:not(:disabled):not(.disabled).active, .show > #app .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
#app .btn-outline-info:not(:disabled):not(.disabled):active:focus, #app .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > #app .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
#app .btn-outline-warning {
  color: #fef8e0;
  background-color: transparent;
  background-image: none;
  border-color: #fef8e0;
}
body:not(.surpress-hover) #app .btn-outline-warning:hover {
  color: #212529;
  background-color: #fef8e0;
  border-color: #fef8e0;
}
#app .btn-outline-warning:focus, #app .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(254, 248, 224, 0.5);
}
#app .btn-outline-warning.disabled, #app .btn-outline-warning:disabled {
  color: #fef8e0;
  background-color: transparent;
}
#app .btn-outline-warning:not(:disabled):not(.disabled):active, #app .btn-outline-warning:not(:disabled):not(.disabled).active, .show > #app .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fef8e0;
  border-color: #fef8e0;
}
#app .btn-outline-warning:not(:disabled):not(.disabled):active:focus, #app .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > #app .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(254, 248, 224, 0.5);
}
#app .btn-outline-danger {
  color: #DB0606;
  background-color: transparent;
  background-image: none;
  border-color: #DB0606;
}
body:not(.surpress-hover) #app .btn-outline-danger:hover {
  color: #fff;
  background-color: #DB0606;
  border-color: #DB0606;
}
#app .btn-outline-danger:focus, #app .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(219, 6, 6, 0.5);
}
#app .btn-outline-danger.disabled, #app .btn-outline-danger:disabled {
  color: #DB0606;
  background-color: transparent;
}
#app .btn-outline-danger:not(:disabled):not(.disabled):active, #app .btn-outline-danger:not(:disabled):not(.disabled).active, .show > #app .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #DB0606;
  border-color: #DB0606;
}
#app .btn-outline-danger:not(:disabled):not(.disabled):active:focus, #app .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > #app .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(219, 6, 6, 0.5);
}
#app .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
body:not(.surpress-hover) #app .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#app .btn-outline-light:focus, #app .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
#app .btn-outline-light.disabled, #app .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
#app .btn-outline-light:not(:disabled):not(.disabled):active, #app .btn-outline-light:not(:disabled):not(.disabled).active, .show > #app .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#app .btn-outline-light:not(:disabled):not(.disabled):active:focus, #app .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > #app .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
#app .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
body:not(.surpress-hover) #app .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
#app .btn-outline-dark:focus, #app .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}
#app .btn-outline-dark.disabled, #app .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
#app .btn-outline-dark:not(:disabled):not(.disabled):active, #app .btn-outline-dark:not(:disabled):not(.disabled).active, .show > #app .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
#app .btn-outline-dark:not(:disabled):not(.disabled):active:focus, #app .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > #app .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}
#app .btn-outline-grey {
  color: #6F6F6F;
  background-color: transparent;
  background-image: none;
  border-color: #6F6F6F;
}
body:not(.surpress-hover) #app .btn-outline-grey:hover {
  color: #fff;
  background-color: #6F6F6F;
  border-color: #6F6F6F;
}
#app .btn-outline-grey:focus, #app .btn-outline-grey.focus {
  box-shadow: 0 0 0 0 rgba(111, 111, 111, 0.5);
}
#app .btn-outline-grey.disabled, #app .btn-outline-grey:disabled {
  color: #6F6F6F;
  background-color: transparent;
}
#app .btn-outline-grey:not(:disabled):not(.disabled):active, #app .btn-outline-grey:not(:disabled):not(.disabled).active, .show > #app .btn-outline-grey.dropdown-toggle {
  color: #fff;
  background-color: #6F6F6F;
  border-color: #6F6F6F;
}
#app .btn-outline-grey:not(:disabled):not(.disabled):active:focus, #app .btn-outline-grey:not(:disabled):not(.disabled).active:focus, .show > #app .btn-outline-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(111, 111, 111, 0.5);
}
#app .btn-outline-black {
  color: #1a1a1b;
  background-color: transparent;
  background-image: none;
  border-color: #1a1a1b;
}
body:not(.surpress-hover) #app .btn-outline-black:hover {
  color: #fff;
  background-color: #1a1a1b;
  border-color: #1a1a1b;
}
#app .btn-outline-black:focus, #app .btn-outline-black.focus {
  box-shadow: 0 0 0 0 rgba(26, 26, 27, 0.5);
}
#app .btn-outline-black.disabled, #app .btn-outline-black:disabled {
  color: #1a1a1b;
  background-color: transparent;
}
#app .btn-outline-black:not(:disabled):not(.disabled):active, #app .btn-outline-black:not(:disabled):not(.disabled).active, .show > #app .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1b;
  border-color: #1a1a1b;
}
#app .btn-outline-black:not(:disabled):not(.disabled):active:focus, #app .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > #app .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(26, 26, 27, 0.5);
}
#app .btn-outline-transparent {
  color: transparent;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}
body:not(.surpress-hover) #app .btn-outline-transparent:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
#app .btn-outline-transparent:focus, #app .btn-outline-transparent.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
#app .btn-outline-transparent.disabled, #app .btn-outline-transparent:disabled {
  color: transparent;
  background-color: transparent;
}
#app .btn-outline-transparent:not(:disabled):not(.disabled):active, #app .btn-outline-transparent:not(:disabled):not(.disabled).active, .show > #app .btn-outline-transparent.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
#app .btn-outline-transparent:not(:disabled):not(.disabled):active:focus, #app .btn-outline-transparent:not(:disabled):not(.disabled).active:focus, .show > #app .btn-outline-transparent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
#app .btn-transparent {
  color: #343a40;
}
body:not(.surpress-hover) #app .btn-transparent:hover {
  color: #121416;
}
#app .btn-apply {
  border: 1px solid #008080;
  color: #fff;
  background: #008080;
}
body:not(.surpress-hover) #app .btn-apply:hover {
  border: 1px solid #008080;
  color: #008080;
  background: #fff;
}
#app .btn-remove {
  border: 1px solid #008080;
  color: #008080;
  background: #fff;
}
body:not(.surpress-hover) #app .btn-remove:hover {
  border: 1px solid #008080;
  color: #fff;
  background: #008080;
}

body:not(.surpress-hover) #app .btn-primary:hover, body:not(.surpress-hover) .vue-modal .btn-primary:hover {
  color: #1a1a1b;
  background-color: #fff;
  border-color: #1a1a1b;
}
#app .btn-secondary, .vue-modal .btn-secondary {
  border-color: #000000;
  color: #000000;
  font-weight: 500;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
body:not(.surpress-hover) #app .btn-secondary:hover, body:not(.surpress-hover) .vue-modal .btn-secondary:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  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: 1rem;
  color: #1a1a1b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(26, 26, 27, 0.15);
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  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 {
  top: 0;
  right: auto;
  left: 100%;
  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-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  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-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
body:not(.surpress-hover) .dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000000;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6F6F6F;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6F6F6F;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

.nav-link, .nav-tabs > li > a, .additional-info .nav > li > a {
  display: block;
  padding: 0.5rem 1rem;
}
body:not(.surpress-hover) .nav-link:hover, body:not(.surpress-hover) .nav-tabs > li > a:hover, body:not(.surpress-hover) .additional-info .nav > li > a:hover, .additional-info body:not(.surpress-hover) .nav > li > a:hover, .nav-link:focus, .nav-tabs > li > a:focus, .additional-info .nav > li > a:focus {
  text-decoration: none;
}
.nav-link.disabled, .nav-tabs > li > a.disabled, .additional-info .nav > li > a.disabled {
  color: #6F6F6F;
}

.nav-tabs, .additional-info .nav {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item, .additional-info .nav .nav-item, .nav-tabs > li, .additional-info .nav > li {
  margin-bottom: -1px;
}
.nav-tabs .nav-link, .nav-tabs > li > a, .additional-info .nav .nav-link, .additional-info .nav .nav-tabs > li > a, .additional-info .nav > li > a {
  border: 1px solid transparent;
}
body:not(.surpress-hover) .nav-tabs .nav-link:hover, body:not(.surpress-hover) .nav-tabs > li > a:hover, body:not(.surpress-hover) .additional-info .nav .nav-link:hover, body:not(.surpress-hover) .additional-info .nav > li > a:hover, .additional-info body:not(.surpress-hover) .nav .nav-link:hover, .additional-info body:not(.surpress-hover) .nav > li > a:hover, .nav-tabs .nav-link:focus, .nav-tabs > li > a:focus, .additional-info .nav .nav-link:focus, .additional-info .nav > li > a:focus {
  border-color: #dee2e6;
}
.nav-tabs .nav-link.disabled, .nav-tabs > li > a.disabled, .additional-info .nav .nav-link.disabled, .additional-info .nav > li > a.disabled {
  color: #6F6F6F;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs > li > a.active, .additional-info .nav .nav-link.active, .additional-info .nav > li > a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .nav-tabs > li > a,
.nav-tabs .nav-item.show .additional-info .nav > li > a,
.additional-info .nav-tabs .nav-item.show .nav > li > a,
.additional-info .nav .nav-item.show .nav-link,
.additional-info .nav .nav-item.show .nav-tabs > li > a,
.additional-info .nav .nav-item.show .nav > li > a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6;
}
.nav-tabs .dropdown-menu, .additional-info .nav .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active, .nav-pills .nav-tabs > li > a.active, .nav-pills .additional-info .nav > li > a.active, .additional-info .nav-pills .nav > li > a.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-tabs > li.show > a,
.nav-pills .additional-info .nav > li.show > a,
.additional-info .nav-pills .nav > li.show > a {
  color: #fff;
  background-color: #000000;
}

.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, .additional-info-content > .tab-pane, .tab-content > div, .additional-info-content > div {
  display: none;
  padding-top: 20px;
}
.tab-content > .active, .additional-info-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
body:not(.surpress-hover) .navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link, .navbar-nav .nav-tabs > li > a, .navbar-nav .additional-info .nav > li > a, .additional-info .navbar-nav .nav > li > a {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
body:not(.surpress-hover) .navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .nav-tabs > li > a, .navbar-expand-sm .navbar-nav .additional-info .nav > li > a, .additional-info .navbar-expand-sm .navbar-nav .nav > li > a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .nav-tabs > li > a, .navbar-expand-md .navbar-nav .additional-info .nav > li > a, .additional-info .navbar-expand-md .navbar-nav .nav > li > a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .nav-tabs > li > a, .navbar-expand-lg .navbar-nav .additional-info .nav > li > a, .additional-info .navbar-expand-lg .navbar-nav .nav > li > a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .nav-tabs > li > a, .navbar-expand-xl .navbar-nav .additional-info .nav > li > a, .additional-info .navbar-expand-xl .navbar-nav .nav > li > a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .nav-tabs > li > a, .navbar-expand .navbar-nav .additional-info .nav > li > a, .additional-info .navbar-expand .navbar-nav .nav > li > a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(26, 26, 27, 0.9);
}
body:not(.surpress-hover) .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(26, 26, 27, 0.9);
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-tabs > li > a, .navbar-light .navbar-nav .additional-info .nav > li > a, .additional-info .navbar-light .navbar-nav .nav > li > a {
  color: rgba(26, 26, 27, 0.5);
}
body:not(.surpress-hover) .navbar-light .navbar-nav .nav-link:hover, body:not(.surpress-hover) .navbar-light .navbar-nav .nav-tabs > li > a:hover, body:not(.surpress-hover) .navbar-light .navbar-nav .additional-info .nav > li > a:hover, .additional-info body:not(.surpress-hover) .navbar-light .navbar-nav .nav > li > a:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-tabs > li > a:focus, .navbar-light .navbar-nav .additional-info .nav > li > a:focus, .additional-info .navbar-light .navbar-nav .nav > li > a:focus {
  color: rgba(26, 26, 27, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .nav-tabs > li > a.disabled, .navbar-light .navbar-nav .additional-info .nav > li > a.disabled, .additional-info .navbar-light .navbar-nav .nav > li > a.disabled {
  color: rgba(26, 26, 27, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-tabs > li.show > a, .navbar-light .navbar-nav .additional-info .nav > li.show > a, .additional-info .navbar-light .navbar-nav .nav > li.show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-tabs > li.active > a,
.navbar-light .navbar-nav .additional-info .nav > li.active > a,
.additional-info .navbar-light .navbar-nav .nav > li.active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-tabs > li > a.show,
.navbar-light .navbar-nav .additional-info .nav > li > a.show,
.additional-info .navbar-light .navbar-nav .nav > li > a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-tabs > li > a.active,
.navbar-light .navbar-nav .additional-info .nav > li > a.active,
.additional-info .navbar-light .navbar-nav .nav > li > a.active {
  color: rgba(26, 26, 27, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(26, 26, 27, 0.5);
  border-color: rgba(26, 26, 27, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(26, 26, 27, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(26, 26, 27, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(26, 26, 27, 0.9);
}
body:not(.surpress-hover) .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(26, 26, 27, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
body:not(.surpress-hover) .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-tabs > li > a, .navbar-dark .navbar-nav .additional-info .nav > li > a, .additional-info .navbar-dark .navbar-nav .nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}
body:not(.surpress-hover) .navbar-dark .navbar-nav .nav-link:hover, body:not(.surpress-hover) .navbar-dark .navbar-nav .nav-tabs > li > a:hover, body:not(.surpress-hover) .navbar-dark .navbar-nav .additional-info .nav > li > a:hover, .additional-info body:not(.surpress-hover) .navbar-dark .navbar-nav .nav > li > a:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-tabs > li > a:focus, .navbar-dark .navbar-nav .additional-info .nav > li > a:focus, .additional-info .navbar-dark .navbar-nav .nav > li > a:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .nav-tabs > li > a.disabled, .navbar-dark .navbar-nav .additional-info .nav > li > a.disabled, .additional-info .navbar-dark .navbar-nav .nav > li > a.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-tabs > li.show > a, .navbar-dark .navbar-nav .additional-info .nav > li.show > a, .additional-info .navbar-dark .navbar-nav .nav > li.show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-tabs > li.active > a,
.navbar-dark .navbar-nav .additional-info .nav > li.active > a,
.additional-info .navbar-dark .navbar-nav .nav > li.active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-tabs > li > a.show,
.navbar-dark .navbar-nav .additional-info .nav > li > a.show,
.additional-info .navbar-dark .navbar-nav .nav > li > a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-tabs > li > a.active,
.navbar-dark .navbar-nav .additional-info .nav > li > a.active,
.additional-info .navbar-dark .navbar-nav .nav > li > a.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
body:not(.surpress-hover) .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
}

.breadcrumb > li + li:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6F6F6F;
  content: "/";
}
.breadcrumb + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb.active {
  color: #6F6F6F;
}

@media (max-width: 991.98px) {
  #breadcrumbs {
    display: none;
  }
}
@media (min-width: 992px) {
  .breadcrumb {
    padding: 0.75rem 0;
  }
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge:empty {
  display: none;
}

.btn .badge, #app button .badge, .vue-modal button .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #000000;
}
body:not(.surpress-hover) .badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: black;
}

.badge-secondary {
  color: #212529;
  background-color: #fff;
}
body:not(.surpress-hover) .badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e6e6e6;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
body:not(.surpress-hover) .badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
body:not(.surpress-hover) .badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #fef8e0;
}
body:not(.surpress-hover) .badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #fcedaf;
}

.badge-danger {
  color: #fff;
  background-color: #DB0606;
}
body:not(.surpress-hover) .badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #a90505;
}

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

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

.badge-grey {
  color: #fff;
  background-color: #6F6F6F;
}
body:not(.surpress-hover) .badge-grey[href]:hover, .badge-grey[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #565656;
}

.badge-black {
  color: #fff;
  background-color: #1a1a1b;
}
body:not(.surpress-hover) .badge-black[href]:hover, .badge-black[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #010101;
}

.badge-transparent {
  color: #fff;
  background-color: transparent;
}
body:not(.surpress-hover) .badge-transparent[href]:hover, .badge-transparent[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}

#app .alert, .vue-modal .alert {
  padding: 13px 20px;
  background-color: transparent;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #DB0606;
}
#app .alert:before, .vue-modal .alert:before {
  width: 8px;
  height: 20px;
  padding: 0;
  float: left;
}

#app fieldset li.error-highlight:after {
  visibility: visible;
}

#app .error-label {
  padding-top: 10px;
}

#app .error-label p {
  float: none;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #0c0c0d;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-primary hr {
  border-top-color: #ababab;
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #919192;
  background-color: white;
  border-color: white;
}
.alert-secondary hr {
  border-top-color: #f2f2f2;
}
.alert-secondary .alert-link {
  color: #777779;
}

.alert-success {
  color: #216331;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #143d1e;
}

.alert-info {
  color: #18616d;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #0f3c43;
}

.alert-warning {
  color: #918d81;
  background-color: #fffef9;
  border-color: #fffdf6;
}
.alert-warning hr {
  border-top-color: #fff7dd;
}
.alert-warning .alert-link {
  color: #777368;
}

.alert-danger {
  color: #7e1010;
  background-color: #f8cdcd;
  border-color: #f5b9b9;
}
.alert-danger hr {
  border-top-color: #f2a3a3;
}
.alert-danger .alert-link {
  color: #510a0a;
}

.alert-light {
  color: #8d8e8f;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #737576;
}

.alert-dark {
  color: #282b2e;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #101213;
}

.alert-grey {
  color: #464647;
  background-color: #e2e2e2;
  border-color: #d7d7d7;
}
.alert-grey hr {
  border-top-color: #cacaca;
}
.alert-grey .alert-link {
  color: #2d2d2d;
}

.alert-black {
  color: #1a1a1b;
  background-color: #d1d1d1;
  border-color: #bfbfbf;
}
.alert-black hr {
  border-top-color: #b2b2b2;
}
.alert-black .alert-link {
  color: #010101;
}

.alert-transparent {
  color: rgba(26, 26, 27, 0.48);
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.72);
}
.alert-transparent hr {
  border-top-color: rgba(242, 242, 242, 0.72);
}
.alert-transparent .alert-link {
  color: rgba(1, 1, 1, 0.48);
}

.all-unavailable .availability-email-form {
  color: #343a40;
  background-color: #fff;
  border-color: #343a40;
}
.all-unavailable .availability-email-form hr {
  border-top-color: #292d32;
}
.all-unavailable .availability-email-form .alert-link {
  color: #1d2124;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000000;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.close {
  float: right;
  font-size: 1.5rem;
  line-height: 1;
  color: #1a1a1b;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
body:not(.surpress-hover) .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #1a1a1b;
  text-decoration: none;
  opacity: 0.75;
}

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

.modal-open {
  overflow: hidden;
}
.modal-open .modal, .modal-open .vue-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal, .vue-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (1rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (1rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(26, 26, 27, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #1a1a1b;
}
.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;
}
.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: block;
  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: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 650px;
  }

  .modal-footer {
    display: flex;
    align-items: center;
  }

  .modal-lg {
    max-width: 650px;
  }
}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
body:not(.surpress-hover) .carousel-control-prev:hover, .carousel-control-prev:focus,
body:not(.surpress-hover) .carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: #000000 !important;
}

body:not(.surpress-hover) a.bg-primary:hover, a.bg-primary:focus,
body:not(.surpress-hover) button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important;
}

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

body:not(.surpress-hover) a.bg-secondary:hover, a.bg-secondary:focus,
body:not(.surpress-hover) button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e6e6e6 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

body:not(.surpress-hover) a.bg-success:hover, a.bg-success:focus,
body:not(.surpress-hover) button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

body:not(.surpress-hover) a.bg-info:hover, a.bg-info:focus,
body:not(.surpress-hover) button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

body:not(.surpress-hover) a.bg-warning:hover, a.bg-warning:focus,
body:not(.surpress-hover) button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fcedaf !important;
}

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

body:not(.surpress-hover) a.bg-danger:hover, a.bg-danger:focus,
body:not(.surpress-hover) button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a90505 !important;
}

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

body:not(.surpress-hover) a.bg-light:hover, a.bg-light:focus,
body:not(.surpress-hover) button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

body:not(.surpress-hover) a.bg-dark:hover, a.bg-dark:focus,
body:not(.surpress-hover) button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-grey {
  background-color: #6F6F6F !important;
}

body:not(.surpress-hover) a.bg-grey:hover, a.bg-grey:focus,
body:not(.surpress-hover) button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #565656 !important;
}

.bg-black {
  background-color: #1a1a1b !important;
}

body:not(.surpress-hover) a.bg-black:hover, a.bg-black:focus,
body:not(.surpress-hover) button.bg-black:hover,
button.bg-black:focus {
  background-color: #010101 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

body:not(.surpress-hover) a.bg-transparent:hover, a.bg-transparent:focus,
body:not(.surpress-hover) button.bg-transparent:hover,
button.bg-transparent:focus {
  background-color: rgba(0, 0, 0, 0) !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: #000000 !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

.border-grey {
  border-color: #6F6F6F !important;
}

.border-black {
  border-color: #1a1a1b !important;
}

.border-transparent {
  border-color: transparent !important;
}

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !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;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.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: -webkit-sticky) {
  .sticky-top {
    position: -webkit-sticky;
    top: 0;
    z-index: 1020;
  }
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(26, 26, 27, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(26, 26, 27, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(26, 26, 27, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.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: #000000 !important;
}

body:not(.surpress-hover) a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

.text-secondary {
  color: #fff !important;
}

body:not(.surpress-hover) a.text-secondary:hover, a.text-secondary:focus {
  color: #e6e6e6 !important;
}

.text-success {
  color: #28a745 !important;
}

body:not(.surpress-hover) a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

body:not(.surpress-hover) a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #fef8e0 !important;
}

body:not(.surpress-hover) a.text-warning:hover, a.text-warning:focus {
  color: #fcedaf !important;
}

.text-danger {
  color: #DB0606 !important;
}

body:not(.surpress-hover) a.text-danger:hover, a.text-danger:focus {
  color: #a90505 !important;
}

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

body:not(.surpress-hover) a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

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

body:not(.surpress-hover) a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-grey {
  color: #6F6F6F !important;
}

body:not(.surpress-hover) a.text-grey:hover, a.text-grey:focus {
  color: #565656 !important;
}

.text-black {
  color: #1a1a1b !important;
}

body:not(.surpress-hover) a.text-black:hover, a.text-black:focus {
  color: #010101 !important;
}

.text-transparent {
  color: transparent !important;
}

body:not(.surpress-hover) a.text-transparent:hover, a.text-transparent:focus {
  color: rgba(0, 0, 0, 0) !important;
}

.text-body {
  color: #1a1a1b !important;
}

.text-muted {
  color: #6F6F6F !important;
}

.text-black-50 {
  color: rgba(26, 26, 27, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #A4AAAC;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #1a1a1b;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.print-header {
  display: none;
}

@media print {
  .print-header {
    display: block;
    width: 135px;
    height: 45px;
  }
  .print-header img {
    width: 100%;
  }
}

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